2026-02-21T20:08:32.494 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-21T20:08:32.509 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:08:32.588 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948 branch: wip-adk3-testing-2026-02-12-2007 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: adking@redhat.com first_in_suite: false flavor: default job_id: '62948' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk3-testing-2026-02-12-2007 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk3-testing-2026-02-19-2000 sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 owner: scheduled_adking@soko04.front.sepia.ceph.com priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 4054 sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk3-testing-2026-02-19-2000 suite_path: /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 targets: trial069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMv8xDWjcbkLRHhkpHF4Gxd8dWm/kpvBp1Ltmr/lt4FGoaB9WQ240+Jnc5/KXAycKXH/ytZ2VKZwmew6sniz43k= trial096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL70LMrKMQloGGpQpgDmT9eNuKGjUOPTVFitQLyLriuj38KJIqpmEe1zcZOsOXgk4On9tyVAXYUy8YkdgcmVBuk= trial185.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFDSYjVfOluVMQzay0AXxOLI9y9GxTPaiMpV7nlyijlYlzl+v4M1OhxlwMdbLgsNJ20GuazrfW/Pq5+0ZV3aD60= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\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 expecting\n\ # datacenter=a for mon a, datacenter=b, rack=2 for mon b, datacenter=a, rack=3\ \ for mon c\n# we loop over these files that tell us which mon, what crush key\ \ and what crush value to look for\n# checking mon with id: a, b, b, c, c\n\ echo $'a\\nb\\nb\\nc\\nc' > mon_ids\n# checking crush keys: datacenter, datacenter,\ \ rack, datacenter, rack\necho $'datacenter\\ndatacenter\\nrack\\ndatacenter\\\ nrack' > crush_keys\n# checking crush values: a, b, 2, a, 3\necho $'a\\nb\\\ n2\\na\\n3' > crush_values\n# The expected format for each mon in the mon dump\ \ output as of writing this is (under \"mons\" key)\n# {\n# \"rank\"\ : 1,\n# \"name\": \"b\",\n# \"public_addrs\": {\n# \"addrvec\": [\n\ # {\n# \"type\": \"v2\",\n# \"addr\": \"10.20.193.146:3300\"\ ,\n# \"nonce\": 0\n# },\n# {\n# \"type\": \"v1\"\ ,\n# \"addr\": \"10.20.193.146:6789\",\n# \"nonce\": 0\n# \ \ }\n# ]\n# },\n# \"addr\": \"10.20.193.146:6789/0\",\n# \"public_addr\"\ : \"10.20.193.146:6789/0\",\n# \"priority\": 0,\n# \"weight\": 0,\n# \"\ time_added\": \"2026-02-19T17:19:05:089735+0000\",\n# \"crush_location\":\ \ [\n# {\n# \"key\": \"datacenter\",\n# \"val\": \"b\"\n# \ \ },\n# {\n# \"key\": \"rack\",\n# \"val\": \"2\"\n# }\n\ # ]\n# },\nwhile read monid <&3 && read crush_key <&4; read crush_value <&5;\ \ do\n ceph mon dump --format json | jq --arg monid \"$monid\" --arg crush_key\ \ \"$crush_key\" --arg crush_value \"$crush_value\" -e '.mons | .[] | select(.name\ \ == $monid) | .crush_location | .[] | select(.key == $crush_key)'\n ceph mon\ \ dump --format json | jq --arg monid \"$monid\" --arg crush_key \"$crush_key\"\ \ --arg crush_value \"$crush_value\" -e '.mons | .[] | select(.name == $monid)\ \ | .crush_location | .[] | select(.key == $crush_key) | .val == $crush_value'\n\ done 3, func=.kill_console_loggers at 0x77a2e5fb8040>, signals=[15]) 2026-02-21T20:08:33.189 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-21T20:08:33.200 INFO:teuthology.task.internal:Opening connections... 2026-02-21T20:08:33.200 DEBUG:teuthology.task.internal:connecting to ubuntu@trial069.front.sepia.ceph.com 2026-02-21T20:08:33.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:08:33.264 DEBUG:teuthology.task.internal:connecting to ubuntu@trial096.front.sepia.ceph.com 2026-02-21T20:08:33.264 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:08:33.328 DEBUG:teuthology.task.internal:connecting to ubuntu@trial185.front.sepia.ceph.com 2026-02-21T20:08:33.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial185.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:08:33.391 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-21T20:08:33.403 DEBUG:teuthology.orchestra.run.trial069:> uname -m 2026-02-21T20:08:33.418 INFO:teuthology.orchestra.run.trial069.stdout:x86_64 2026-02-21T20:08:33.418 DEBUG:teuthology.orchestra.run.trial069:> cat /etc/os-release 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:NAME="CentOS Stream" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:VERSION="9" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:ID="centos" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:VERSION_ID="9" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:ANSI_COLOR="0;31" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:08:33.473 INFO:teuthology.orchestra.run.trial069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:08:33.474 INFO:teuthology.lock.ops:Updating trial069.front.sepia.ceph.com on lock server 2026-02-21T20:08:33.549 DEBUG:teuthology.orchestra.run.trial096:> uname -m 2026-02-21T20:08:33.564 INFO:teuthology.orchestra.run.trial096.stdout:x86_64 2026-02-21T20:08:33.564 DEBUG:teuthology.orchestra.run.trial096:> cat /etc/os-release 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:NAME="CentOS Stream" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:VERSION="9" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:ID="centos" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:VERSION_ID="9" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:ANSI_COLOR="0;31" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:08:33.619 INFO:teuthology.orchestra.run.trial096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:08:33.620 INFO:teuthology.lock.ops:Updating trial096.front.sepia.ceph.com on lock server 2026-02-21T20:08:33.699 DEBUG:teuthology.orchestra.run.trial185:> uname -m 2026-02-21T20:08:33.715 INFO:teuthology.orchestra.run.trial185.stdout:x86_64 2026-02-21T20:08:33.715 DEBUG:teuthology.orchestra.run.trial185:> cat /etc/os-release 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:NAME="CentOS Stream" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:VERSION="9" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:ID="centos" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:VERSION_ID="9" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:ANSI_COLOR="0;31" 2026-02-21T20:08:33.771 INFO:teuthology.orchestra.run.trial185.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:08:33.772 INFO:teuthology.orchestra.run.trial185.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:08:33.772 INFO:teuthology.orchestra.run.trial185.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:08:33.772 INFO:teuthology.orchestra.run.trial185.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:08:33.772 INFO:teuthology.orchestra.run.trial185.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:08:33.772 INFO:teuthology.orchestra.run.trial185.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:08:33.772 INFO:teuthology.lock.ops:Updating trial185.front.sepia.ceph.com on lock server 2026-02-21T20:08:33.850 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-21T20:08:33.860 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-21T20:08:33.872 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-21T20:08:33.872 DEBUG:teuthology.orchestra.run.trial069:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:08:33.874 DEBUG:teuthology.orchestra.run.trial096:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:08:33.875 DEBUG:teuthology.orchestra.run.trial185:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:08:33.890 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-21T20:08:33.901 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-21T20:08:33.901 DEBUG:teuthology.orchestra.run.trial069:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:08:33.928 DEBUG:teuthology.orchestra.run.trial096:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:08:33.931 DEBUG:teuthology.orchestra.run.trial185:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:08:33.947 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-21T20:08:34.157 INFO:teuthology.run_tasks:Running task kernel... 2026-02-21T20:08:34.177 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-21T20:08:34.177 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-21T20:08:34.177 DEBUG:teuthology.orchestra.run.trial069:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:08:34.177 DEBUG:teuthology.orchestra.run.trial096:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:08:34.178 DEBUG:teuthology.orchestra.run.trial185:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:08:34.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:08:34.192 DEBUG:teuthology.orchestra.run.trial069:> uname -r 2026-02-21T20:08:34.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:08:34.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:08:34.193 DEBUG:teuthology.orchestra.run.trial185:> uname -r 2026-02-21T20:08:34.193 DEBUG:teuthology.orchestra.run.trial096:> uname -r 2026-02-21T20:08:34.246 INFO:teuthology.orchestra.run.trial096.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:08:34.246 INFO:teuthology.task.kernel:Running kernel on trial096: 5.14.0-681.el9.x86_64 2026-02-21T20:08:34.246 DEBUG:teuthology.orchestra.run.trial096:> sudo yum install -y kernel 2026-02-21T20:08:34.248 INFO:teuthology.orchestra.run.trial069.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:08:34.248 INFO:teuthology.task.kernel:Running kernel on trial069: 5.14.0-681.el9.x86_64 2026-02-21T20:08:34.248 DEBUG:teuthology.orchestra.run.trial069:> sudo yum install -y kernel 2026-02-21T20:08:34.248 INFO:teuthology.orchestra.run.trial185.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:08:34.248 INFO:teuthology.task.kernel:Running kernel on trial185: 5.14.0-681.el9.x86_64 2026-02-21T20:08:34.249 DEBUG:teuthology.orchestra.run.trial185:> sudo yum install -y kernel 2026-02-21T20:08:35.699 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - BaseOS 8.3 MB/s | 8.9 MB 00:01 2026-02-21T20:08:36.326 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.9 MB 00:01 2026-02-21T20:08:38.707 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-21T20:08:39.334 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-21T20:08:42.625 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 7.8 MB 00:00 2026-02-21T20:08:43.358 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-21T20:08:44.405 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 20 kB 00:01 2026-02-21T20:08:45.004 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - AppStream 24 MB/s | 27 MB 00:01 2026-02-21T20:08:45.062 INFO:teuthology.orchestra.run.trial069.stdout:Extra Packages for Enterprise Linux 34 MB/s | 20 MB 00:00 2026-02-21T20:08:47.883 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - CRB 17 MB/s | 7.8 MB 00:00 2026-02-21T20:08:48.270 INFO:teuthology.orchestra.run.trial069.stdout:lab-extras 1.0 MB/s | 50 kB 00:00 2026-02-21T20:08:49.082 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 20 kB 00:00 2026-02-21T20:08:49.279 INFO:teuthology.orchestra.run.trial069.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:08:49.279 INFO:teuthology.orchestra.run.trial069.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:08:49.298 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:08:49.298 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:08:49.298 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:08:49.324 DEBUG:teuthology.orchestra.run.trial069:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:08:49.626 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:08:48 PM UTC. 2026-02-21T20:08:49.706 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout:Reinstalling: 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:08:49.707 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:08:49.708 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:08:49.708 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 803 k 2026-02-21T20:08:49.708 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 0 2026-02-21T20:08:49.708 INFO:teuthology.orchestra.run.trial069.stderr:Operation aborted. 2026-02-21T20:08:49.727 INFO:teuthology.orchestra.run.trial069.stdout:Is this ok [y/N]: 2026-02-21T20:08:49.728 DEBUG:teuthology.orchestra.run.trial069:> sudo yum reinstall -y kernel || true 2026-02-21T20:08:49.818 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - CRB 909 kB/s | 7.8 MB 00:08 2026-02-21T20:08:50.026 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:08:48 PM UTC. 2026-02-21T20:08:50.106 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:08:50.107 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:08:50.107 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-21T20:08:50.107 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:08:50.107 INFO:teuthology.orchestra.run.trial069.stdout:Reinstalling: 2026-02-21T20:08:50.107 INFO:teuthology.orchestra.run.trial069.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:08:50.107 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:08:50.107 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:08:50.108 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:08:50.108 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:08:50.108 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 803 k 2026-02-21T20:08:50.108 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 0 2026-02-21T20:08:50.108 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:08:50.257 INFO:teuthology.orchestra.run.trial069.stdout:kernel-5.14.0-681.el9.x86_64.rpm 8.8 MB/s | 803 kB 00:00 2026-02-21T20:08:50.257 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:08:50.257 INFO:teuthology.orchestra.run.trial069.stdout:Total 5.2 MB/s | 803 kB 00:00 2026-02-21T20:08:50.267 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:08:50.300 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:08:50.300 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:08:50.305 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:08:50.305 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:08:50.329 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:08:50.333 INFO:teuthology.orchestra.run.trial069.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:08:50.333 INFO:teuthology.orchestra.run.trial069.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:50.350 INFO:teuthology.orchestra.run.trial096.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2026-02-21T20:08:50.443 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:50.443 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:08:50.494 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:50.495 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:08:50.495 INFO:teuthology.orchestra.run.trial069.stdout:Reinstalled: 2026-02-21T20:08:50.495 INFO:teuthology.orchestra.run.trial069.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:08:50.495 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:08:50.495 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:08:50.520 DEBUG:teuthology.orchestra.run.trial069:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:08:50.546 INFO:teuthology.orchestra.run.trial069.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:08:50.546 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:08:50.547 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:08:50.547 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-21T20:08:50.547 DEBUG:teuthology.orchestra.run.trial069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:08:50.610 INFO:teuthology.orchestra.run.trial069.stdout:ttyS1 2026-02-21T20:08:50.630 DEBUG:teuthology.parallel:result is None 2026-02-21T20:08:51.655 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-21T20:08:52.245 INFO:teuthology.orchestra.run.trial185.stdout:Extra Packages for Enterprise Linux 38 MB/s | 20 MB 00:00 2026-02-21T20:08:53.584 INFO:teuthology.orchestra.run.trial096.stdout:lab-extras 2.1 MB/s | 50 kB 00:00 2026-02-21T20:08:54.587 INFO:teuthology.orchestra.run.trial096.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:08:54.587 INFO:teuthology.orchestra.run.trial096.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:08:54.606 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:08:54.606 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:08:54.607 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:08:54.630 DEBUG:teuthology.orchestra.run.trial096:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:08:54.937 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:08:53 PM UTC. 2026-02-21T20:08:55.017 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:08:55.018 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:08:55.018 INFO:teuthology.orchestra.run.trial096.stdout: Package Architecture Version Repository Size 2026-02-21T20:08:55.018 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:08:55.018 INFO:teuthology.orchestra.run.trial096.stdout:Reinstalling: 2026-02-21T20:08:55.018 INFO:teuthology.orchestra.run.trial096.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:08:55.018 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:08:55.019 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:08:55.019 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:08:55.019 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:08:55.019 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 803 k 2026-02-21T20:08:55.019 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 0 2026-02-21T20:08:55.019 INFO:teuthology.orchestra.run.trial096.stderr:Operation aborted. 2026-02-21T20:08:55.038 INFO:teuthology.orchestra.run.trial096.stdout:Is this ok [y/N]: 2026-02-21T20:08:55.039 DEBUG:teuthology.orchestra.run.trial096:> sudo yum reinstall -y kernel || true 2026-02-21T20:08:55.342 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:08:53 PM UTC. 2026-02-21T20:08:55.424 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:08:55.425 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:08:55.425 INFO:teuthology.orchestra.run.trial096.stdout: Package Architecture Version Repository Size 2026-02-21T20:08:55.425 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:08:55.425 INFO:teuthology.orchestra.run.trial096.stdout:Reinstalling: 2026-02-21T20:08:55.425 INFO:teuthology.orchestra.run.trial096.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:08:55.425 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:08:55.425 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:08:55.426 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:08:55.426 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:08:55.426 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 803 k 2026-02-21T20:08:55.426 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 0 2026-02-21T20:08:55.426 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:08:55.447 INFO:teuthology.orchestra.run.trial185.stdout:lab-extras 1.7 MB/s | 50 kB 00:00 2026-02-21T20:08:55.578 INFO:teuthology.orchestra.run.trial096.stdout:kernel-5.14.0-681.el9.x86_64.rpm 12 MB/s | 803 kB 00:00 2026-02-21T20:08:55.578 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:08:55.578 INFO:teuthology.orchestra.run.trial096.stdout:Total 5.1 MB/s | 803 kB 00:00 2026-02-21T20:08:55.589 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:08:55.622 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:08:55.622 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:08:55.626 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:08:55.627 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:08:55.651 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:08:55.655 INFO:teuthology.orchestra.run.trial096.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:08:55.655 INFO:teuthology.orchestra.run.trial096.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:55.761 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:55.761 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:08:55.812 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:55.812 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:08:55.813 INFO:teuthology.orchestra.run.trial096.stdout:Reinstalled: 2026-02-21T20:08:55.813 INFO:teuthology.orchestra.run.trial096.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:08:55.813 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:08:55.813 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:08:55.840 DEBUG:teuthology.orchestra.run.trial096:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:08:55.863 INFO:teuthology.orchestra.run.trial096.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:08:55.864 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:08:55.864 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:08:55.865 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-21T20:08:55.865 DEBUG:teuthology.orchestra.run.trial096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:08:55.928 INFO:teuthology.orchestra.run.trial096.stdout:ttyS1 2026-02-21T20:08:55.954 DEBUG:teuthology.parallel:result is None 2026-02-21T20:08:56.460 INFO:teuthology.orchestra.run.trial185.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:08:56.461 INFO:teuthology.orchestra.run.trial185.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:08:56.479 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:08:56.480 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:08:56.480 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:08:56.502 DEBUG:teuthology.orchestra.run.trial185:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:08:56.802 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:08:55 PM UTC. 2026-02-21T20:08:56.882 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout: Package Architecture Version Repository Size 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout:Reinstalling: 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:08:56.883 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:08:56.884 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:08:56.884 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 803 k 2026-02-21T20:08:56.884 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 0 2026-02-21T20:08:56.884 INFO:teuthology.orchestra.run.trial185.stderr:Operation aborted. 2026-02-21T20:08:56.902 INFO:teuthology.orchestra.run.trial185.stdout:Is this ok [y/N]: 2026-02-21T20:08:56.903 DEBUG:teuthology.orchestra.run.trial185:> sudo yum reinstall -y kernel || true 2026-02-21T20:08:57.204 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:08:55 PM UTC. 2026-02-21T20:08:57.283 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:08:57.283 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:08:57.283 INFO:teuthology.orchestra.run.trial185.stdout: Package Architecture Version Repository Size 2026-02-21T20:08:57.283 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout:Reinstalling: 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 803 k 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 0 2026-02-21T20:08:57.284 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:08:57.599 INFO:teuthology.orchestra.run.trial185.stdout:kernel-5.14.0-681.el9.x86_64.rpm 3.9 MB/s | 803 kB 00:00 2026-02-21T20:08:57.600 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:08:57.600 INFO:teuthology.orchestra.run.trial185.stdout:Total 2.5 MB/s | 803 kB 00:00 2026-02-21T20:08:57.609 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:08:57.642 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:08:57.642 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:08:57.647 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:08:57.647 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:08:57.671 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:08:57.680 INFO:teuthology.orchestra.run.trial185.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:08:57.681 INFO:teuthology.orchestra.run.trial185.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:57.788 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:57.788 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:08:57.844 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:08:57.844 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:08:57.844 INFO:teuthology.orchestra.run.trial185.stdout:Reinstalled: 2026-02-21T20:08:57.844 INFO:teuthology.orchestra.run.trial185.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:08:57.844 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:08:57.844 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:08:57.871 DEBUG:teuthology.orchestra.run.trial185:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:08:57.895 INFO:teuthology.orchestra.run.trial185.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:08:57.896 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:08:57.896 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:08:57.897 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-21T20:08:57.897 DEBUG:teuthology.orchestra.run.trial185:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:08:57.962 INFO:teuthology.orchestra.run.trial185.stdout:ttyS1 2026-02-21T20:08:57.988 DEBUG:teuthology.parallel:result is None 2026-02-21T20:08:57.988 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-21T20:08:58.001 INFO:teuthology.task.internal:Creating test directory... 2026-02-21T20:08:58.001 DEBUG:teuthology.orchestra.run.trial069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:08:58.004 DEBUG:teuthology.orchestra.run.trial096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:08:58.006 DEBUG:teuthology.orchestra.run.trial185:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:08:58.047 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-21T20:08:58.058 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-21T20:08:58.072 INFO:teuthology.task.internal:Creating archive directory... 2026-02-21T20:08:58.072 DEBUG:teuthology.orchestra.run.trial069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:08:58.074 DEBUG:teuthology.orchestra.run.trial096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:08:58.076 DEBUG:teuthology.orchestra.run.trial185:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:08:58.107 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-21T20:08:58.121 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-21T20:08:58.121 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:08:58.131 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:08:58.133 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:08:58.153 INFO:teuthology.orchestra.run.trial069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:08:58.156 INFO:teuthology.orchestra.run.trial096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:08:58.162 INFO:teuthology.orchestra.run.trial069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:08:58.165 INFO:teuthology.orchestra.run.trial096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:08:58.167 INFO:teuthology.orchestra.run.trial185.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:08:58.175 INFO:teuthology.orchestra.run.trial185.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:08:58.176 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-21T20:08:58.188 INFO:teuthology.task.internal:Configuring sudo... 2026-02-21T20:08:58.188 DEBUG:teuthology.orchestra.run.trial069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:08:58.206 DEBUG:teuthology.orchestra.run.trial096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:08:58.209 DEBUG:teuthology.orchestra.run.trial185:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:08:58.241 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-21T20:08:58.255 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-21T20:08:58.255 DEBUG:teuthology.orchestra.run.trial069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:08:58.271 DEBUG:teuthology.orchestra.run.trial096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:08:58.274 DEBUG:teuthology.orchestra.run.trial185:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:08:58.297 DEBUG:teuthology.orchestra.run.trial069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:08:58.445 DEBUG:teuthology.orchestra.run.trial069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:08:58.469 DEBUG:teuthology.orchestra.run.trial069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:08:58.624 DEBUG:teuthology.orchestra.run.trial069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:08:58.647 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:08:58.647 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:08:58.711 DEBUG:teuthology.orchestra.run.trial096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:08:58.811 DEBUG:teuthology.orchestra.run.trial096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:08:58.834 DEBUG:teuthology.orchestra.run.trial096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:08:58.981 DEBUG:teuthology.orchestra.run.trial096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:08:59.004 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:08:59.004 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:08:59.068 DEBUG:teuthology.orchestra.run.trial185:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:08:59.144 DEBUG:teuthology.orchestra.run.trial185:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:08:59.170 DEBUG:teuthology.orchestra.run.trial185:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:08:59.301 DEBUG:teuthology.orchestra.run.trial185:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:08:59.326 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:08:59.327 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:08:59.393 DEBUG:teuthology.orchestra.run.trial069:> sudo service rsyslog restart 2026-02-21T20:08:59.395 DEBUG:teuthology.orchestra.run.trial096:> sudo service rsyslog restart 2026-02-21T20:08:59.396 DEBUG:teuthology.orchestra.run.trial185:> sudo service rsyslog restart 2026-02-21T20:08:59.422 INFO:teuthology.orchestra.run.trial069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:08:59.422 INFO:teuthology.orchestra.run.trial096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:08:59.462 INFO:teuthology.orchestra.run.trial185.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:08:59.941 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-21T20:08:59.954 INFO:teuthology.task.internal:Starting timer... 2026-02-21T20:08:59.954 INFO:teuthology.run_tasks:Running task pcp... 2026-02-21T20:08:59.976 INFO:teuthology.run_tasks:Running task selinux... 2026-02-21T20:08:59.993 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-21T20:08:59.994 DEBUG:teuthology.orchestra.run.trial069:> sudo service auditd rotate 2026-02-21T20:09:00.023 INFO:teuthology.orchestra.run.trial069.stdout:Rotating logs: 2026-02-21T20:09:00.025 DEBUG:teuthology.orchestra.run.trial096:> sudo service auditd rotate 2026-02-21T20:09:00.053 INFO:teuthology.orchestra.run.trial096.stdout:Rotating logs: 2026-02-21T20:09:00.055 DEBUG:teuthology.orchestra.run.trial185:> sudo service auditd rotate 2026-02-21T20:09:00.084 INFO:teuthology.orchestra.run.trial185.stdout:Rotating logs: 2026-02-21T20:09:00.086 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-21T20:09:00.086 DEBUG:teuthology.orchestra.run.trial069:> /usr/sbin/getenforce 2026-02-21T20:09:00.104 INFO:teuthology.orchestra.run.trial069.stdout:Permissive 2026-02-21T20:09:00.104 DEBUG:teuthology.orchestra.run.trial096:> /usr/sbin/getenforce 2026-02-21T20:09:00.120 INFO:teuthology.orchestra.run.trial096.stdout:Permissive 2026-02-21T20:09:00.121 DEBUG:teuthology.orchestra.run.trial185:> /usr/sbin/getenforce 2026-02-21T20:09:00.142 INFO:teuthology.orchestra.run.trial185.stdout:Permissive 2026-02-21T20:09:00.142 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial069.front.sepia.ceph.com': 'permissive', 'ubuntu@trial096.front.sepia.ceph.com': 'permissive', 'ubuntu@trial185.front.sepia.ceph.com': 'permissive'} 2026-02-21T20:09:00.143 DEBUG:teuthology.orchestra.run.trial069:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T20:09:00.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:00.169 DEBUG:teuthology.orchestra.run.trial096:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T20:09:00.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:00.195 DEBUG:teuthology.orchestra.run.trial185:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T20:09:00.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:00.222 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-21T20:09:00.222 DEBUG:teuthology.orchestra.run.trial069:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:09:00.247 DEBUG:teuthology.orchestra.run.trial096:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:09:00.271 DEBUG:teuthology.orchestra.run.trial185:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:09:00.295 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-21T20:09:00.311 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2026-02-21T20:09:00.315 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2026-02-21T20:09:00.435 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-21T20:09:00.447 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-21T20:09:00.449 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial069.front.sepia.ceph.com,trial096.front.sepia.ceph.com,trial185.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-21T20:11:45.685 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial069.front.sepia.ceph.com'), Remote(name='ubuntu@trial096.front.sepia.ceph.com'), Remote(name='ubuntu@trial185.front.sepia.ceph.com')] 2026-02-21T20:11:45.686 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial069.front.sepia.ceph.com' 2026-02-21T20:11:45.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:11:45.762 DEBUG:teuthology.orchestra.run.trial069:> true 2026-02-21T20:11:45.835 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial069.front.sepia.ceph.com' 2026-02-21T20:11:45.836 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial096.front.sepia.ceph.com' 2026-02-21T20:11:45.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:11:45.906 DEBUG:teuthology.orchestra.run.trial096:> true 2026-02-21T20:11:45.980 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial096.front.sepia.ceph.com' 2026-02-21T20:11:45.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial185.front.sepia.ceph.com' 2026-02-21T20:11:45.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial185.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:11:46.045 DEBUG:teuthology.orchestra.run.trial185:> true 2026-02-21T20:11:46.122 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial185.front.sepia.ceph.com' 2026-02-21T20:11:46.123 INFO:teuthology.run_tasks:Running task clock... 2026-02-21T20:11:46.142 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-21T20:11:46.142 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:11:46.143 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:11:46.145 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:11:46.145 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:11:46.147 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:11:46.147 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:11:46.172 INFO:teuthology.orchestra.run.trial069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:11:46.173 INFO:teuthology.orchestra.run.trial096.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:11:46.185 INFO:teuthology.orchestra.run.trial069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:11:46.185 INFO:teuthology.orchestra.run.trial096.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:11:46.188 INFO:teuthology.orchestra.run.trial185.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:11:46.201 INFO:teuthology.orchestra.run.trial185.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:11:46.205 INFO:teuthology.orchestra.run.trial096.stderr:sudo: ntpd: command not found 2026-02-21T20:11:46.207 INFO:teuthology.orchestra.run.trial069.stderr:sudo: ntpd: command not found 2026-02-21T20:11:46.215 INFO:teuthology.orchestra.run.trial096.stdout:506 Cannot talk to daemon 2026-02-21T20:11:46.217 INFO:teuthology.orchestra.run.trial069.stdout:506 Cannot talk to daemon 2026-02-21T20:11:46.221 INFO:teuthology.orchestra.run.trial185.stderr:sudo: ntpd: command not found 2026-02-21T20:11:46.226 INFO:teuthology.orchestra.run.trial096.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:11:46.229 INFO:teuthology.orchestra.run.trial069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:11:46.232 INFO:teuthology.orchestra.run.trial185.stdout:506 Cannot talk to daemon 2026-02-21T20:11:46.237 INFO:teuthology.orchestra.run.trial096.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:11:46.241 INFO:teuthology.orchestra.run.trial069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:11:46.244 INFO:teuthology.orchestra.run.trial185.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:11:46.256 INFO:teuthology.orchestra.run.trial185.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:11:46.285 INFO:teuthology.orchestra.run.trial096.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:11:46.288 INFO:teuthology.orchestra.run.trial069.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:11:46.300 INFO:teuthology.orchestra.run.trial185.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:11:46.304 INFO:teuthology.orchestra.run.trial096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:11:46.304 INFO:teuthology.orchestra.run.trial096.stdout:=============================================================================== 2026-02-21T20:11:46.304 INFO:teuthology.orchestra.run.trial096.stdout:^? ntp.netlinkify.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.304 INFO:teuthology.orchestra.run.trial096.stdout:^? ntp.swyn.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.304 INFO:teuthology.orchestra.run.trial096.stdout:^? 44.190.5.123 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.304 INFO:teuthology.orchestra.run.trial096.stdout:^? 99-28-14-242.lightspeed.> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.307 INFO:teuthology.orchestra.run.trial069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:11:46.307 INFO:teuthology.orchestra.run.trial069.stdout:=============================================================================== 2026-02-21T20:11:46.307 INFO:teuthology.orchestra.run.trial069.stdout:^? ntp2.zeus.frumentum.media 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.307 INFO:teuthology.orchestra.run.trial069.stdout:^? 23-95-35-34-host.colocro> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.307 INFO:teuthology.orchestra.run.trial069.stdout:^? ntp6.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.307 INFO:teuthology.orchestra.run.trial069.stdout:^? usmoi.meezy.link 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.321 INFO:teuthology.orchestra.run.trial185.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:11:46.321 INFO:teuthology.orchestra.run.trial185.stdout:=============================================================================== 2026-02-21T20:11:46.321 INFO:teuthology.orchestra.run.trial185.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.321 INFO:teuthology.orchestra.run.trial185.stdout:^? 172-233-189-68.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.321 INFO:teuthology.orchestra.run.trial185.stdout:^? 172-104-209-204.ip.linod> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.321 INFO:teuthology.orchestra.run.trial185.stdout:^? rn-03.koehn.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:11:46.321 INFO:teuthology.run_tasks:Running task pexec... 2026-02-21T20:11:46.333 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-21T20:11:46.334 DEBUG:teuthology.orchestra.run.trial069:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:11:46.334 DEBUG:teuthology.orchestra.run.trial096:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:11:46.334 DEBUG:teuthology.orchestra.run.trial185:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:11:46.348 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial096.front.sepia.ceph.com 2026-02-21T20:11:46.348 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:11:46.348 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T20:11:46.348 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T20:11:46.348 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T20:11:46.351 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial069.front.sepia.ceph.com 2026-02-21T20:11:46.351 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:11:46.351 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T20:11:46.351 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T20:11:46.351 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T20:11:46.365 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial185.front.sepia.ceph.com 2026-02-21T20:11:46.365 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:11:46.366 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T20:11:46.366 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T20:11:46.366 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T20:11:46.519 INFO:teuthology.orchestra.run.trial096.stdout:No match for argument: nvme-cli 2026-02-21T20:11:46.520 INFO:teuthology.orchestra.run.trial096.stderr:No packages marked for removal. 2026-02-21T20:11:46.521 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:11:46.522 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:11:46.522 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:11:46.522 INFO:teuthology.orchestra.run.trial069.stdout:No match for argument: nvme-cli 2026-02-21T20:11:46.523 INFO:teuthology.orchestra.run.trial069.stderr:No packages marked for removal. 2026-02-21T20:11:46.525 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:11:46.525 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:11:46.525 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:11:46.536 INFO:teuthology.orchestra.run.trial185.stdout:No match for argument: nvme-cli 2026-02-21T20:11:46.536 INFO:teuthology.orchestra.run.trial185.stderr:No packages marked for removal. 2026-02-21T20:11:46.539 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:11:46.539 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:11:46.539 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:11:46.823 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:30 ago on Sat 21 Feb 2026 08:11:16 PM UTC. 2026-02-21T20:11:46.824 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:30 ago on Sat 21 Feb 2026 08:11:16 PM UTC. 2026-02-21T20:11:46.846 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:30 ago on Sat 21 Feb 2026 08:11:16 PM UTC. 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:11:46.904 INFO:teuthology.orchestra.run.trial096.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout:Install 7 Packages 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 6.3 M 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 24 M 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:11:46.905 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:Install 7 Packages 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 6.3 M 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 24 M 2026-02-21T20:11:46.906 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:11:46.927 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:11:46.927 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:11:46.927 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:11:46.927 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:Install 7 Packages 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 6.3 M 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 24 M 2026-02-21T20:11:46.928 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:11:47.110 INFO:teuthology.orchestra.run.trial069.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.2 MB/s | 44 kB 00:00 2026-02-21T20:11:47.114 INFO:teuthology.orchestra.run.trial069.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.7 MB/s | 72 kB 00:00 2026-02-21T20:11:47.128 INFO:teuthology.orchestra.run.trial069.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.6 MB/s | 84 kB 00:00 2026-02-21T20:11:47.132 INFO:teuthology.orchestra.run.trial069.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.9 MB/s | 150 kB 00:00 2026-02-21T20:11:47.147 INFO:teuthology.orchestra.run.trial069.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 16 MB/s | 1.2 MB 00:00 2026-02-21T20:11:47.157 INFO:teuthology.orchestra.run.trial069.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 28 MB/s | 837 kB 00:00 2026-02-21T20:11:47.363 INFO:teuthology.orchestra.run.trial096.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 448 kB/s | 44 kB 00:00 2026-02-21T20:11:47.378 INFO:teuthology.orchestra.run.trial096.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 633 kB/s | 72 kB 00:00 2026-02-21T20:11:47.418 INFO:teuthology.orchestra.run.trial096.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-21T20:11:47.444 INFO:teuthology.orchestra.run.trial096.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-21T20:11:47.476 INFO:teuthology.orchestra.run.trial096.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.5 MB/s | 1.2 MB 00:00 2026-02-21T20:11:47.520 INFO:teuthology.orchestra.run.trial096.stdout:(6/7): runc-1.4.0-1.el9.x86_64.rpm 52 MB/s | 4.0 MB 00:00 2026-02-21T20:11:47.521 INFO:teuthology.orchestra.run.trial096.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.9 MB/s | 837 kB 00:00 2026-02-21T20:11:47.521 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:11:47.521 INFO:teuthology.orchestra.run.trial096.stdout:Total 10 MB/s | 6.3 MB 00:00 2026-02-21T20:11:47.587 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:11:47.594 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:11:47.594 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:11:47.674 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:11:47.674 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:11:47.685 INFO:teuthology.orchestra.run.trial185.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 69 kB/s | 44 kB 00:00 2026-02-21T20:11:47.770 INFO:teuthology.orchestra.run.trial185.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 100 kB/s | 72 kB 00:00 2026-02-21T20:11:47.817 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:11:47.825 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T20:11:47.833 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T20:11:47.839 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:11:47.845 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:11:47.846 INFO:teuthology.orchestra.run.trial096.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:11:47.890 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:11:47.921 INFO:teuthology.orchestra.run.trial185.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 357 kB/s | 84 kB 00:00 2026-02-21T20:11:47.946 INFO:teuthology.orchestra.run.trial069.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 4.9 MB/s | 4.0 MB 00:00 2026-02-21T20:11:47.946 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:11:47.946 INFO:teuthology.orchestra.run.trial069.stdout:Total 6.0 MB/s | 6.3 MB 00:01 2026-02-21T20:11:48.005 INFO:teuthology.orchestra.run.trial096.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T20:11:48.008 INFO:teuthology.orchestra.run.trial096.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:11:48.010 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:11:48.017 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:11:48.017 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:11:48.086 INFO:teuthology.orchestra.run.trial185.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 476 kB/s | 150 kB 00:00 2026-02-21T20:11:48.098 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:11:48.099 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:11:48.243 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:11:48.251 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T20:11:48.260 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T20:11:48.265 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:11:48.271 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:11:48.272 INFO:teuthology.orchestra.run.trial069.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:11:48.288 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:11:48.288 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:11:48.288 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:11:48.317 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:11:48.431 INFO:teuthology.orchestra.run.trial069.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T20:11:48.434 INFO:teuthology.orchestra.run.trial069.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:11:48.535 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T20:11:48.535 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T20:11:48.535 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:11:48.535 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:11:48.535 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T20:11:48.535 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:11:48.589 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:11:48.645 DEBUG:teuthology.parallel:result is None 2026-02-21T20:11:48.712 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:11:48.712 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:11:48.712 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:11:48.760 INFO:teuthology.orchestra.run.trial185.stdout:(5/7): runc-1.4.0-1.el9.x86_64.rpm 5.9 MB/s | 4.0 MB 00:00 2026-02-21T20:11:48.939 INFO:teuthology.orchestra.run.trial185.stdout:(6/7): nvme-cli-2.16-1.el9.x86_64.rpm 624 kB/s | 1.2 MB 00:01 2026-02-21T20:11:48.965 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T20:11:48.965 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T20:11:48.965 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:11:48.965 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:11:48.965 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T20:11:48.965 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T20:11:49.013 INFO:teuthology.orchestra.run.trial185.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 767 kB/s | 837 kB 00:01 2026-02-21T20:11:49.015 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:11:49.015 INFO:teuthology.orchestra.run.trial185.stdout:Total 3.0 MB/s | 6.3 MB 00:02 2026-02-21T20:11:49.018 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:11:49.019 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:11:49.072 DEBUG:teuthology.parallel:result is None 2026-02-21T20:11:49.088 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:11:49.097 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:11:49.097 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:11:49.178 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:11:49.178 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:11:49.327 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:11:49.335 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T20:11:49.344 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T20:11:49.349 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:11:49.355 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:11:49.356 INFO:teuthology.orchestra.run.trial185.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:11:49.410 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:11:49.527 INFO:teuthology.orchestra.run.trial185.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T20:11:49.529 INFO:teuthology.orchestra.run.trial185.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:11:49.810 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:11:49.810 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:11:49.810 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:11:50.066 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T20:11:50.066 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T20:11:50.067 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:11:50.067 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:11:50.067 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T20:11:50.067 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T20:11:50.120 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T20:11:50.121 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:11:50.121 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:11:50.121 INFO:teuthology.orchestra.run.trial185.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:11:50.121 INFO:teuthology.orchestra.run.trial185.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:11:50.121 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:11:50.121 INFO:teuthology.orchestra.run.trial185.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T20:11:50.121 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:11:50.122 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:11:50.173 DEBUG:teuthology.parallel:result is None 2026-02-21T20:11:50.173 INFO:teuthology.run_tasks:Running task install... 2026-02-21T20:11:50.185 DEBUG:teuthology.task.install:project ceph 2026-02-21T20:11:50.185 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'}} 2026-02-21T20:11:50.185 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:11:50.185 INFO:teuthology.task.install:Using flavor: default 2026-02-21T20:11:50.188 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-21T20:11:50.188 INFO:teuthology.task.install:extra packages: [] 2026-02-21T20:11:50.188 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': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:11:50.188 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:11:50.190 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': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:11:50.190 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:11:50.190 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': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:11:50.191 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:11:50.393 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:11:50.393 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:11:50.405 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:11:50.405 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:11:50.406 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:11:50.406 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:11:50.590 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:11:50.590 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:11:50.590 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:11:50.593 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:11:50.593 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:11:50.593 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:11:50.600 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:11:50.601 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:11:50.601 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:11:50.620 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-21T20:11:50.620 DEBUG:teuthology.orchestra.run.trial185:> 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/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:11:50.621 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-21T20:11:50.621 DEBUG:teuthology.orchestra.run.trial069:> 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/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:11:50.625 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-21T20:11:50.625 DEBUG:teuthology.orchestra.run.trial096:> 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/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:11:50.684 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:11:50.687 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:11:50.691 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:11:50.759 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:11:50.760 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:11:50.766 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:11:50.822 INFO:teuthology.orchestra.run.trial185.stdout:check_obsoletes = 1 2026-02-21T20:11:50.824 DEBUG:teuthology.orchestra.run.trial185:> sudo yum clean all 2026-02-21T20:11:50.825 INFO:teuthology.orchestra.run.trial069.stdout:check_obsoletes = 1 2026-02-21T20:11:50.826 DEBUG:teuthology.orchestra.run.trial069:> sudo yum clean all 2026-02-21T20:11:50.831 INFO:teuthology.orchestra.run.trial096.stdout:check_obsoletes = 1 2026-02-21T20:11:50.832 DEBUG:teuthology.orchestra.run.trial096:> sudo yum clean all 2026-02-21T20:11:50.981 INFO:teuthology.orchestra.run.trial185.stdout:41 files removed 2026-02-21T20:11:50.986 INFO:teuthology.orchestra.run.trial069.stdout:41 files removed 2026-02-21T20:11:50.992 INFO:teuthology.orchestra.run.trial096.stdout:41 files removed 2026-02-21T20:11:50.995 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-radosgw 2026-02-21T20:11:51.000 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-radosgw 2026-02-21T20:11:51.006 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-radosgw 2026-02-21T20:11:51.282 INFO:teuthology.orchestra.run.trial069.stdout:ceph packages for x86_64 656 kB/s | 91 kB 00:00 2026-02-21T20:11:51.283 INFO:teuthology.orchestra.run.trial185.stdout:ceph packages for x86_64 634 kB/s | 91 kB 00:00 2026-02-21T20:11:51.287 INFO:teuthology.orchestra.run.trial096.stdout:ceph packages for x86_64 660 kB/s | 91 kB 00:00 2026-02-21T20:11:51.429 INFO:teuthology.orchestra.run.trial185.stdout:ceph noarch packages 195 kB/s | 24 kB 00:00 2026-02-21T20:11:51.430 INFO:teuthology.orchestra.run.trial096.stdout:ceph noarch packages 208 kB/s | 24 kB 00:00 2026-02-21T20:11:51.430 INFO:teuthology.orchestra.run.trial069.stdout:ceph noarch packages 194 kB/s | 24 kB 00:00 2026-02-21T20:11:51.561 INFO:teuthology.orchestra.run.trial069.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T20:11:51.561 INFO:teuthology.orchestra.run.trial185.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T20:11:51.562 INFO:teuthology.orchestra.run.trial096.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T20:11:52.826 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - BaseOS 7.2 MB/s | 8.9 MB 00:01 2026-02-21T20:11:53.310 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - BaseOS 5.1 MB/s | 8.9 MB 00:01 2026-02-21T20:11:56.171 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 27 MB 00:02 2026-02-21T20:11:56.249 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.9 MB 00:04 2026-02-21T20:11:56.497 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-21T20:11:59.171 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - CRB 27 MB/s | 7.8 MB 00:00 2026-02-21T20:11:59.503 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - AppStream 9.9 MB/s | 27 MB 00:02 2026-02-21T20:12:00.180 INFO:teuthology.orchestra.run.trial185.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 20 kB 00:00 2026-02-21T20:12:00.254 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 7.8 MB 00:01 2026-02-21T20:12:00.799 INFO:teuthology.orchestra.run.trial185.stdout:Extra Packages for Enterprise Linux 37 MB/s | 20 MB 00:00 2026-02-21T20:12:01.142 INFO:teuthology.orchestra.run.trial096.stdout:CentOS Stream 9 - Extras packages 118 kB/s | 20 kB 00:00 2026-02-21T20:12:02.220 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - CRB 26 MB/s | 7.8 MB 00:00 2026-02-21T20:12:02.533 INFO:teuthology.orchestra.run.trial096.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2026-02-21T20:12:03.126 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - Extras packages 114 kB/s | 20 kB 00:00 2026-02-21T20:12:04.041 INFO:teuthology.orchestra.run.trial185.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-21T20:12:04.340 INFO:teuthology.orchestra.run.trial069.stdout:Extra Packages for Enterprise Linux 18 MB/s | 20 MB 00:01 2026-02-21T20:12:05.240 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout:Upgrading: 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:12:05.241 INFO:teuthology.orchestra.run.trial185.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:12:05.242 INFO:teuthology.orchestra.run.trial185.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout:Installing weak dependencies: 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout:Install 32 Packages 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout:Upgrade 2 Packages 2026-02-21T20:12:05.243 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:05.244 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 67 M 2026-02-21T20:12:05.244 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:05.730 INFO:teuthology.orchestra.run.trial096.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-21T20:12:06.244 INFO:teuthology.orchestra.run.trial185.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 11 MB/s | 5.2 MB 00:00 2026-02-21T20:12:06.292 INFO:teuthology.orchestra.run.trial185.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 525 kB/s | 25 kB 00:00 2026-02-21T20:12:06.319 INFO:teuthology.orchestra.run.trial185.stdout:(3/34): ceph-radosgw-20.3.0-5291.g042df16c.el9. 25 MB/s | 13 MB 00:00 2026-02-21T20:12:06.327 INFO:teuthology.orchestra.run.trial185.stdout:(4/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 25 MB/s | 908 kB 00:00 2026-02-21T20:12:06.365 INFO:teuthology.orchestra.run.trial185.stdout:(5/34): libradosstriper1-20.3.0-5291.g042df16c. 5.2 MB/s | 248 kB 00:00 2026-02-21T20:12:06.451 INFO:teuthology.orchestra.run.trial185.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 525 kB/s | 45 kB 00:00 2026-02-21T20:12:06.520 INFO:teuthology.orchestra.run.trial185.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 2.7 MB/s | 189 kB 00:00 2026-02-21T20:12:06.544 INFO:teuthology.orchestra.run.trial185.stdout:(8/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 30 MB/s | 6.5 MB 00:00 2026-02-21T20:12:06.553 INFO:teuthology.orchestra.run.trial185.stdout:(9/34): python3-cephfs-20.3.0-5291.g042df16c.el 6.0 MB/s | 204 kB 00:00 2026-02-21T20:12:06.572 INFO:teuthology.orchestra.run.trial185.stdout:(10/34): python3-rados-20.3.0-5291.g042df16c.el 11 MB/s | 325 kB 00:00 2026-02-21T20:12:06.583 INFO:teuthology.orchestra.run.trial185.stdout:(11/34): python3-rbd-20.3.0-5291.g042df16c.el9. 10 MB/s | 306 kB 00:00 2026-02-21T20:12:06.619 INFO:teuthology.orchestra.run.trial185.stdout:(12/34): python3-rgw-20.3.0-5291.g042df16c.el9. 2.1 MB/s | 100 kB 00:00 2026-02-21T20:12:06.909 INFO:teuthology.orchestra.run.trial185.stdout:(13/34): ceph-common-20.3.0-5291.g042df16c.el9. 21 MB/s | 24 MB 00:01 2026-02-21T20:12:06.919 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout:Upgrading: 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:12:06.921 INFO:teuthology.orchestra.run.trial096.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:12:06.922 INFO:teuthology.orchestra.run.trial096.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:12:06.923 INFO:teuthology.orchestra.run.trial096.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout:Installing weak dependencies: 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout:Install 32 Packages 2026-02-21T20:12:06.924 INFO:teuthology.orchestra.run.trial096.stdout:Upgrade 2 Packages 2026-02-21T20:12:06.925 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:06.925 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 67 M 2026-02-21T20:12:06.925 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:12:07.038 INFO:teuthology.orchestra.run.trial185.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 807 kB/s | 104 kB 00:00 2026-02-21T20:12:07.095 INFO:teuthology.orchestra.run.trial185.stdout:(15/34): libnbd-1.20.3-4.el9.x86_64.rpm 2.9 MB/s | 164 kB 00:00 2026-02-21T20:12:07.130 INFO:teuthology.orchestra.run.trial185.stdout:(16/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 4.5 MB/s | 160 kB 00:00 2026-02-21T20:12:07.157 INFO:teuthology.orchestra.run.trial185.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.6 MB/s | 45 kB 00:00 2026-02-21T20:12:07.160 INFO:teuthology.orchestra.run.trial185.stdout:(18/34): mailcap-2.1.49-5.el9.noarch.rpm 57 kB/s | 33 kB 00:00 2026-02-21T20:12:07.226 INFO:teuthology.orchestra.run.trial185.stdout:(19/34): librdkafka-1.6.1-102.el9.x86_64.rpm 9.4 MB/s | 662 kB 00:00 2026-02-21T20:12:07.256 INFO:teuthology.orchestra.run.trial185.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 8.0 MB/s | 240 kB 00:00 2026-02-21T20:12:07.275 INFO:teuthology.orchestra.run.trial185.stdout:(21/34): pciutils-3.7.0-7.el9.x86_64.rpm 142 kB/s | 93 kB 00:00 2026-02-21T20:12:07.281 INFO:teuthology.orchestra.run.trial185.stdout:(22/34): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-21T20:12:07.322 INFO:teuthology.orchestra.run.trial185.stdout:(23/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.8 MB/s | 292 kB 00:00 2026-02-21T20:12:07.384 INFO:teuthology.orchestra.run.trial185.stdout:(24/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 611 kB/s | 66 kB 00:00 2026-02-21T20:12:07.519 INFO:teuthology.orchestra.run.trial185.stdout:(25/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.3 MB/s | 308 kB 00:00 2026-02-21T20:12:07.521 INFO:teuthology.orchestra.run.trial185.stdout:(26/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 180 kB/s | 25 kB 00:00 2026-02-21T20:12:07.548 INFO:teuthology.orchestra.run.trial069.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T20:12:07.561 INFO:teuthology.orchestra.run.trial185.stdout:(27/34): liboath-2.6.12-1.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2026-02-21T20:12:07.607 INFO:teuthology.orchestra.run.trial185.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 784 kB/s | 67 kB 00:00 2026-02-21T20:12:07.672 INFO:teuthology.orchestra.run.trial185.stdout:(29/34): libarrow-9.0.0-15.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2026-02-21T20:12:07.673 INFO:teuthology.orchestra.run.trial185.stdout:(30/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 7.3 MB/s | 838 kB 00:00 2026-02-21T20:12:07.685 INFO:teuthology.orchestra.run.trial185.stdout:(31/34): re2-20211101-20.el9.x86_64.rpm 2.4 MB/s | 191 kB 00:00 2026-02-21T20:12:07.714 INFO:teuthology.orchestra.run.trial096.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 15 MB/s | 5.2 MB 00:00 2026-02-21T20:12:07.724 INFO:teuthology.orchestra.run.trial185.stdout:(32/34): thrift-0.15.0-4.el9.x86_64.rpm 30 MB/s | 1.6 MB 00:00 2026-02-21T20:12:07.770 INFO:teuthology.orchestra.run.trial096.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 444 kB/s | 25 kB 00:00 2026-02-21T20:12:08.063 INFO:teuthology.orchestra.run.trial185.stdout:(33/34): librados2-20.3.0-5291.g042df16c.el9.x8 8.9 MB/s | 3.5 MB 00:00 2026-02-21T20:12:08.086 INFO:teuthology.orchestra.run.trial185.stdout:(34/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 7.0 MB/s | 2.8 MB 00:00 2026-02-21T20:12:08.089 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:08.089 INFO:teuthology.orchestra.run.trial185.stdout:Total 24 MB/s | 67 MB 00:02 2026-02-21T20:12:08.097 INFO:teuthology.orchestra.run.trial096.stdout:(3/34): ceph-radosgw-20.3.0-5291.g042df16c.el9. 18 MB/s | 13 MB 00:00 2026-02-21T20:12:08.118 INFO:teuthology.orchestra.run.trial096.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 11 MB/s | 248 kB 00:00 2026-02-21T20:12:08.186 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:08.203 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:08.203 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:08.299 INFO:teuthology.orchestra.run.trial096.stdout:(5/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 1.7 MB/s | 908 kB 00:00 2026-02-21T20:12:08.334 INFO:teuthology.orchestra.run.trial096.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 1.3 MB/s | 45 kB 00:00 2026-02-21T20:12:08.348 INFO:teuthology.orchestra.run.trial096.stdout:(7/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 28 MB/s | 6.5 MB 00:00 2026-02-21T20:12:08.356 INFO:teuthology.orchestra.run.trial096.stdout:(8/34): python3-ceph-common-20.3.0-5291.g042df1 8.2 MB/s | 189 kB 00:00 2026-02-21T20:12:08.375 INFO:teuthology.orchestra.run.trial096.stdout:(9/34): python3-cephfs-20.3.0-5291.g042df16c.el 7.5 MB/s | 204 kB 00:00 2026-02-21T20:12:08.382 INFO:teuthology.orchestra.run.trial096.stdout:(10/34): python3-rados-20.3.0-5291.g042df16c.el 12 MB/s | 325 kB 00:00 2026-02-21T20:12:08.402 INFO:teuthology.orchestra.run.trial096.stdout:(11/34): python3-rbd-20.3.0-5291.g042df16c.el9. 11 MB/s | 306 kB 00:00 2026-02-21T20:12:08.405 INFO:teuthology.orchestra.run.trial096.stdout:(12/34): python3-rgw-20.3.0-5291.g042df16c.el9. 4.3 MB/s | 100 kB 00:00 2026-02-21T20:12:08.448 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:08.448 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:08.472 INFO:teuthology.orchestra.run.trial096.stdout:(13/34): ceph-common-20.3.0-5291.g042df16c.el9. 22 MB/s | 24 MB 00:01 2026-02-21T20:12:08.472 INFO:teuthology.orchestra.run.trial096.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 474 kB/s | 33 kB 00:00 2026-02-21T20:12:08.483 INFO:teuthology.orchestra.run.trial096.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 1.2 MB/s | 93 kB 00:00 2026-02-21T20:12:08.596 INFO:teuthology.orchestra.run.trial096.stdout:(16/34): boost-program-options-1.75.0-13.el9.x8 836 kB/s | 104 kB 00:00 2026-02-21T20:12:08.613 INFO:teuthology.orchestra.run.trial096.stdout:(17/34): libnbd-1.20.3-4.el9.x86_64.rpm 1.1 MB/s | 164 kB 00:00 2026-02-21T20:12:08.622 INFO:teuthology.orchestra.run.trial096.stdout:(18/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 160 kB 00:00 2026-02-21T20:12:08.628 INFO:teuthology.orchestra.run.trial096.stdout:(19/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.4 MB/s | 45 kB 00:00 2026-02-21T20:12:08.683 INFO:teuthology.orchestra.run.trial096.stdout:(20/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.7 MB/s | 292 kB 00:00 2026-02-21T20:12:08.690 INFO:teuthology.orchestra.run.trial096.stdout:(21/34): qatlib-25.08.0-2.el9.x86_64.rpm 3.7 MB/s | 240 kB 00:00 2026-02-21T20:12:08.697 INFO:teuthology.orchestra.run.trial096.stdout:(22/34): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 662 kB 00:00 2026-02-21T20:12:08.708 INFO:teuthology.orchestra.run.trial096.stdout:(23/34): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-21T20:12:08.718 INFO:teuthology.orchestra.run.trial096.stdout:(24/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.4 MB/s | 66 kB 00:00 2026-02-21T20:12:08.746 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:08.747 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:08.747 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:08.747 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:08.747 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout:Upgrading: 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:12:08.748 INFO:teuthology.orchestra.run.trial069.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout:Installing weak dependencies: 2026-02-21T20:12:08.749 INFO:teuthology.orchestra.run.trial069.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:12:08.750 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:08.750 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:08.750 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:08.750 INFO:teuthology.orchestra.run.trial069.stdout:Install 32 Packages 2026-02-21T20:12:08.750 INFO:teuthology.orchestra.run.trial069.stdout:Upgrade 2 Packages 2026-02-21T20:12:08.750 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:08.750 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:08.751 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 67 M 2026-02-21T20:12:08.751 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:08.761 INFO:teuthology.orchestra.run.trial096.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 573 kB/s | 25 kB 00:00 2026-02-21T20:12:08.800 INFO:teuthology.orchestra.run.trial096.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 1.2 MB/s | 49 kB 00:00 2026-02-21T20:12:08.821 INFO:teuthology.orchestra.run.trial096.stdout:(27/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.4 MB/s | 308 kB 00:00 2026-02-21T20:12:08.830 INFO:teuthology.orchestra.run.trial096.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 2.1 MB/s | 67 kB 00:00 2026-02-21T20:12:08.878 INFO:teuthology.orchestra.run.trial096.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 4.0 MB/s | 191 kB 00:00 2026-02-21T20:12:08.892 INFO:teuthology.orchestra.run.trial096.stdout:(30/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 11 MB/s | 838 kB 00:00 2026-02-21T20:12:08.898 INFO:teuthology.orchestra.run.trial096.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 23 MB/s | 4.4 MB 00:00 2026-02-21T20:12:08.900 INFO:teuthology.orchestra.run.trial185.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:12:08.904 INFO:teuthology.orchestra.run.trial185.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:08.935 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:08.971 INFO:teuthology.orchestra.run.trial096.stdout:(32/34): thrift-0.15.0-4.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2026-02-21T20:12:08.974 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:12:08.975 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:08.988 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:08.996 INFO:teuthology.orchestra.run.trial185.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:12:08.999 INFO:teuthology.orchestra.run.trial185.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:12:09.003 INFO:teuthology.orchestra.run.trial185.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:12:09.007 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:12:09.008 INFO:teuthology.orchestra.run.trial096.stdout:(33/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 26 MB/s | 2.8 MB 00:00 2026-02-21T20:12:09.011 INFO:teuthology.orchestra.run.trial096.stdout:(34/34): librados2-20.3.0-5291.g042df16c.el9.x8 29 MB/s | 3.5 MB 00:00 2026-02-21T20:12:09.013 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:09.013 INFO:teuthology.orchestra.run.trial096.stdout:Total 32 MB/s | 67 MB 00:02 2026-02-21T20:12:09.018 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:12:09.029 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:12:09.030 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:12:09.053 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:12:09.057 INFO:teuthology.orchestra.run.trial185.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:12:09.087 INFO:teuthology.orchestra.run.trial185.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:12:09.091 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:12:09.097 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:12:09.099 INFO:teuthology.orchestra.run.trial185.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:12:09.104 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:12:09.104 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:12:09.121 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:12:09.121 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:12:09.227 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:12:09.228 INFO:teuthology.orchestra.run.trial185.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:12:09.254 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:12:09.256 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:12:09.263 INFO:teuthology.orchestra.run.trial185.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:12:09.365 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:12:09.366 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:12:09.543 INFO:teuthology.orchestra.run.trial185.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:12:09.544 INFO:teuthology.orchestra.run.trial185.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:12:09.554 INFO:teuthology.orchestra.run.trial069.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 15 MB/s | 5.2 MB 00:00 2026-02-21T20:12:09.561 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:12:09.565 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:12:09.569 INFO:teuthology.orchestra.run.trial185.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:12:09.571 INFO:teuthology.orchestra.run.trial185.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:12:09.572 INFO:teuthology.orchestra.run.trial185.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:12:09.589 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:12:09.592 INFO:teuthology.orchestra.run.trial185.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:12:09.594 INFO:teuthology.orchestra.run.trial069.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 629 kB/s | 25 kB 00:00 2026-02-21T20:12:09.627 INFO:teuthology.orchestra.run.trial185.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:12:09.628 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:12:09.652 INFO:teuthology.orchestra.run.trial069.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 15 MB/s | 908 kB 00:00 2026-02-21T20:12:09.673 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:12:09.699 INFO:teuthology.orchestra.run.trial069.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 5.2 MB/s | 248 kB 00:00 2026-02-21T20:12:09.824 INFO:teuthology.orchestra.run.trial096.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:12:09.828 INFO:teuthology.orchestra.run.trial096.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:09.859 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:09.897 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:12:09.898 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:09.910 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:09.918 INFO:teuthology.orchestra.run.trial096.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:12:09.920 INFO:teuthology.orchestra.run.trial096.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:12:09.923 INFO:teuthology.orchestra.run.trial096.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:12:09.927 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:12:09.938 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:12:09.941 INFO:teuthology.orchestra.run.trial069.stdout:(5/34): ceph-radosgw-20.3.0-5291.g042df16c.el9. 18 MB/s | 13 MB 00:00 2026-02-21T20:12:09.950 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:12:09.951 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:12:09.972 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:12:09.972 INFO:teuthology.orchestra.run.trial069.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 1.4 MB/s | 45 kB 00:00 2026-02-21T20:12:09.975 INFO:teuthology.orchestra.run.trial096.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:12:10.005 INFO:teuthology.orchestra.run.trial096.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:12:10.009 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:12:10.015 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:12:10.017 INFO:teuthology.orchestra.run.trial096.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:12:10.021 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:12:10.026 INFO:teuthology.orchestra.run.trial069.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 3.4 MB/s | 189 kB 00:00 2026-02-21T20:12:10.064 INFO:teuthology.orchestra.run.trial069.stdout:(8/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 18 MB/s | 6.5 MB 00:00 2026-02-21T20:12:10.068 INFO:teuthology.orchestra.run.trial069.stdout:(9/34): python3-cephfs-20.3.0-5291.g042df16c.el 4.8 MB/s | 204 kB 00:00 2026-02-21T20:12:10.096 INFO:teuthology.orchestra.run.trial069.stdout:(10/34): python3-rados-20.3.0-5291.g042df16c.el 10 MB/s | 325 kB 00:00 2026-02-21T20:12:10.110 INFO:teuthology.orchestra.run.trial069.stdout:(11/34): python3-rbd-20.3.0-5291.g042df16c.el9. 7.2 MB/s | 306 kB 00:00 2026-02-21T20:12:10.135 INFO:teuthology.orchestra.run.trial069.stdout:(12/34): python3-rgw-20.3.0-5291.g042df16c.el9. 2.5 MB/s | 100 kB 00:00 2026-02-21T20:12:10.143 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:12:10.144 INFO:teuthology.orchestra.run.trial096.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:12:10.172 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:12:10.174 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:12:10.180 INFO:teuthology.orchestra.run.trial096.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:12:10.192 INFO:teuthology.orchestra.run.trial069.stdout:(13/34): ceph-common-20.3.0-5291.g042df16c.el9. 24 MB/s | 24 MB 00:00 2026-02-21T20:12:10.192 INFO:teuthology.orchestra.run.trial069.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 402 kB/s | 33 kB 00:00 2026-02-21T20:12:10.215 INFO:teuthology.orchestra.run.trial069.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 1.1 MB/s | 93 kB 00:00 2026-02-21T20:12:10.266 INFO:teuthology.orchestra.run.trial069.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 2.2 MB/s | 164 kB 00:00 2026-02-21T20:12:10.271 INFO:teuthology.orchestra.run.trial069.stdout:(17/34): boost-program-options-1.75.0-13.el9.x8 1.3 MB/s | 104 kB 00:00 2026-02-21T20:12:10.292 INFO:teuthology.orchestra.run.trial069.stdout:(18/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.8 MB/s | 45 kB 00:00 2026-02-21T20:12:10.306 INFO:teuthology.orchestra.run.trial069.stdout:(19/34): librdkafka-1.6.1-102.el9.x86_64.rpm 19 MB/s | 662 kB 00:00 2026-02-21T20:12:10.335 INFO:teuthology.orchestra.run.trial069.stdout:(20/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.6 MB/s | 292 kB 00:00 2026-02-21T20:12:10.336 INFO:teuthology.orchestra.run.trial069.stdout:(21/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 160 kB 00:00 2026-02-21T20:12:10.338 INFO:teuthology.orchestra.run.trial069.stdout:(22/34): qatlib-25.08.0-2.el9.x86_64.rpm 7.2 MB/s | 240 kB 00:00 2026-02-21T20:12:10.364 INFO:teuthology.orchestra.run.trial069.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.3 MB/s | 66 kB 00:00 2026-02-21T20:12:10.365 INFO:teuthology.orchestra.run.trial069.stdout:(24/34): qatlib-service-25.08.0-2.el9.x86_64.rp 1.2 MB/s | 37 kB 00:00 2026-02-21T20:12:10.464 INFO:teuthology.orchestra.run.trial096.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:12:10.466 INFO:teuthology.orchestra.run.trial096.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:12:10.483 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:12:10.488 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:12:10.493 INFO:teuthology.orchestra.run.trial096.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:12:10.495 INFO:teuthology.orchestra.run.trial096.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:12:10.496 INFO:teuthology.orchestra.run.trial096.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:12:10.514 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:12:10.517 INFO:teuthology.orchestra.run.trial096.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:12:10.553 INFO:teuthology.orchestra.run.trial096.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:12:10.555 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:12:10.583 INFO:teuthology.orchestra.run.trial069.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 113 kB/s | 25 kB 00:00 2026-02-21T20:12:10.717 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:10.719 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:10.731 INFO:teuthology.orchestra.run.trial069.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 331 kB/s | 49 kB 00:00 2026-02-21T20:12:10.802 INFO:teuthology.orchestra.run.trial069.stdout:(27/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 663 kB/s | 308 kB 00:00 2026-02-21T20:12:10.839 INFO:teuthology.orchestra.run.trial069.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 621 kB/s | 67 kB 00:00 2026-02-21T20:12:10.979 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:10.982 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:12:11.006 INFO:teuthology.orchestra.run.trial069.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.0 MB/s | 838 kB 00:00 2026-02-21T20:12:11.013 INFO:teuthology.orchestra.run.trial069.stdout:(30/34): re2-20211101-20.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2026-02-21T20:12:11.021 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:12:11.021 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:12:11.021 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:12:11.021 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:11.025 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:11.077 INFO:teuthology.orchestra.run.trial069.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 6.2 MB/s | 4.4 MB 00:00 2026-02-21T20:12:11.091 INFO:teuthology.orchestra.run.trial069.stdout:(32/34): librados2-20.3.0-5291.g042df16c.el9.x8 45 MB/s | 3.5 MB 00:00 2026-02-21T20:12:11.143 INFO:teuthology.orchestra.run.trial069.stdout:(33/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 43 MB/s | 2.8 MB 00:00 2026-02-21T20:12:11.168 INFO:teuthology.orchestra.run.trial069.stdout:(34/34): thrift-0.15.0-4.el9.x86_64.rpm 9.8 MB/s | 1.6 MB 00:00 2026-02-21T20:12:11.172 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:11.172 INFO:teuthology.orchestra.run.trial069.stdout:Total 28 MB/s | 67 MB 00:02 2026-02-21T20:12:11.261 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:11.279 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:11.280 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:11.525 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:11.525 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:11.651 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:11.653 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:11.839 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:11.922 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:11.925 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:12:11.965 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:12:11.965 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:12:11.965 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:12:11.965 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:11.969 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:11.991 INFO:teuthology.orchestra.run.trial069.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:12:11.996 INFO:teuthology.orchestra.run.trial069.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:12.024 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:12.064 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:12:12.065 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:12.077 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:12.085 INFO:teuthology.orchestra.run.trial069.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:12:12.088 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:12:12.091 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:12:12.096 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:12:12.107 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:12:12.119 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:12:12.120 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:12:12.142 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:12:12.146 INFO:teuthology.orchestra.run.trial069.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:12:12.175 INFO:teuthology.orchestra.run.trial069.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:12:12.178 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:12:12.186 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:12:12.188 INFO:teuthology.orchestra.run.trial069.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:12:12.192 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:12:12.314 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:12:12.315 INFO:teuthology.orchestra.run.trial069.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:12:12.342 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:12:12.345 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:12:12.351 INFO:teuthology.orchestra.run.trial069.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:12:12.631 INFO:teuthology.orchestra.run.trial069.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:12:12.633 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:12:12.650 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:12:12.655 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:12:12.660 INFO:teuthology.orchestra.run.trial069.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:12:12.662 INFO:teuthology.orchestra.run.trial069.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:12:12.663 INFO:teuthology.orchestra.run.trial069.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:12:12.680 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:12:12.683 INFO:teuthology.orchestra.run.trial069.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:12:12.717 INFO:teuthology.orchestra.run.trial069.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:12:12.718 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:12:13.805 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:13.807 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:14.070 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:12:14.074 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:12:14.122 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:12:14.122 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:12:14.122 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:12:14.122 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:14.126 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:15.529 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout:skipping the directory /sys 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout:skipping the directory /proc 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout:skipping the directory /mnt 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout:skipping the directory /var/tmp 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout:skipping the directory /home 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout:skipping the directory /root 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout:skipping the directory /tmp 2026-02-21T20:12:15.530 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:16.107 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:12:16.131 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:12:16.132 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:16.132 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:12:16.132 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:12:16.132 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:12:16.132 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:16.133 INFO:teuthology.orchestra.run.trial185.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:12:16.146 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:12:16.147 INFO:teuthology.orchestra.run.trial185.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:16.202 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:16.202 INFO:teuthology.orchestra.run.trial185.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:12:16.202 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:12:16.498 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:12:16.499 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout:skipping the directory /sys 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout:skipping the directory /proc 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout:skipping the directory /mnt 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout:skipping the directory /var/tmp 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout:skipping the directory /home 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout:skipping the directory /root 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout:skipping the directory /tmp 2026-02-21T20:12:16.501 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout:Upgraded: 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:12:16.559 INFO:teuthology.orchestra.run.trial185.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.560 INFO:teuthology.orchestra.run.trial185.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:16.561 INFO:teuthology.orchestra.run.trial185.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:12:16.562 INFO:teuthology.orchestra.run.trial185.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:12:16.562 INFO:teuthology.orchestra.run.trial185.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:12:16.562 INFO:teuthology.orchestra.run.trial185.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:12:16.562 INFO:teuthology.orchestra.run.trial185.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:12:16.562 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:16.562 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:16.600 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-test 2026-02-21T20:12:16.908 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:12 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:16.991 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:16.991 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:16.991 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:16.991 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout:Install 10 Packages 2026-02-21T20:12:16.992 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:16.993 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 82 M 2026-02-21T20:12:16.993 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 339 M 2026-02-21T20:12:16.993 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:17.085 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:12:17.109 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:12:17.109 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:17.109 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:12:17.109 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:12:17.109 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:12:17.109 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:17.110 INFO:teuthology.orchestra.run.trial096.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:12:17.124 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:12:17.124 INFO:teuthology.orchestra.run.trial096.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:17.182 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:17.182 INFO:teuthology.orchestra.run.trial096.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:12:17.182 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:17.274 INFO:teuthology.orchestra.run.trial185.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 1.8 MB/s | 159 kB 00:00 2026-02-21T20:12:17.284 INFO:teuthology.orchestra.run.trial185.stdout:(2/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 22 MB/s | 2.1 MB 00:00 2026-02-21T20:12:17.294 INFO:teuthology.orchestra.run.trial185.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 9.2 MB/s | 94 kB 00:00 2026-02-21T20:12:17.304 INFO:teuthology.orchestra.run.trial185.stdout:(4/10): libatomic-11.5.0-14.el9.x86_64.rpm 763 kB/s | 23 kB 00:00 2026-02-21T20:12:17.475 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:12:17.475 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:12:17.476 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout:Upgraded: 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:12:17.539 INFO:teuthology.orchestra.run.trial096.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:17.540 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:17.582 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-test 2026-02-21T20:12:17.891 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:12 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:17.975 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:17.975 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:12:17.976 INFO:teuthology.orchestra.run.trial096.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout:Install 10 Packages 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 82 M 2026-02-21T20:12:17.977 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 339 M 2026-02-21T20:12:17.978 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:12:18.164 INFO:teuthology.orchestra.run.trial185.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 268 kB/s | 233 kB 00:00 2026-02-21T20:12:18.546 INFO:teuthology.orchestra.run.trial096.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 44 MB/s | 2.1 MB 00:00 2026-02-21T20:12:18.550 INFO:teuthology.orchestra.run.trial096.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 5.5 MB/s | 23 kB 00:00 2026-02-21T20:12:18.555 INFO:teuthology.orchestra.run.trial096.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 18 MB/s | 94 kB 00:00 2026-02-21T20:12:18.587 INFO:teuthology.orchestra.run.trial096.stdout:(4/10): libcephsqlite-20.3.0-5291.g042df16c.el9 1.7 MB/s | 159 kB 00:00 2026-02-21T20:12:18.637 INFO:teuthology.orchestra.run.trial185.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 643 kB/s | 303 kB 00:00 2026-02-21T20:12:18.656 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:18.656 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /sys 2026-02-21T20:12:18.656 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /proc 2026-02-21T20:12:18.656 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /mnt 2026-02-21T20:12:18.656 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /var/tmp 2026-02-21T20:12:18.657 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /home 2026-02-21T20:12:18.657 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /root 2026-02-21T20:12:18.657 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /tmp 2026-02-21T20:12:18.657 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:18.794 INFO:teuthology.orchestra.run.trial185.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 403 kB/s | 64 kB 00:00 2026-02-21T20:12:19.024 INFO:teuthology.orchestra.run.trial185.stdout:(8/10): ceph-test-20.3.0-5291.g042df16c.el9.x86 43 MB/s | 78 MB 00:01 2026-02-21T20:12:19.081 INFO:teuthology.orchestra.run.trial185.stdout:(9/10): protobuf-3.14.0-17.el9.x86_64.rpm 579 kB/s | 1.0 MB 00:01 2026-02-21T20:12:19.233 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:12:19.244 INFO:teuthology.orchestra.run.trial185.stdout:(10/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 271 kB/s | 122 kB 00:00 2026-02-21T20:12:19.249 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:19.249 INFO:teuthology.orchestra.run.trial185.stdout:Total 36 MB/s | 82 MB 00:02 2026-02-21T20:12:19.255 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:12:19.255 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:19.256 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:12:19.256 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:12:19.256 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:12:19.256 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:19.257 INFO:teuthology.orchestra.run.trial069.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:12:19.269 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:12:19.269 INFO:teuthology.orchestra.run.trial069.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:19.312 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:19.323 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:19.323 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:19.324 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:19.324 INFO:teuthology.orchestra.run.trial069.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:12:19.324 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:19.423 INFO:teuthology.orchestra.run.trial096.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 269 kB/s | 233 kB 00:00 2026-02-21T20:12:19.606 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:19.606 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:19.617 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:12:19.617 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:12:19.617 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:12:19.617 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:12:19.618 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:12:19.619 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:12:19.678 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:12:19.678 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:19.678 INFO:teuthology.orchestra.run.trial069.stdout:Upgraded: 2026-02-21T20:12:19.678 INFO:teuthology.orchestra.run.trial069.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.678 INFO:teuthology.orchestra.run.trial069.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.678 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:19.678 INFO:teuthology.orchestra.run.trial069.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:19.679 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:19.719 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-test 2026-02-21T20:12:19.895 INFO:teuthology.orchestra.run.trial096.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 643 kB/s | 303 kB 00:00 2026-02-21T20:12:19.913 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:19.921 INFO:teuthology.orchestra.run.trial185.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:12:19.930 INFO:teuthology.orchestra.run.trial185.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:12:19.934 INFO:teuthology.orchestra.run.trial185.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:12:19.938 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:12:19.944 INFO:teuthology.orchestra.run.trial185.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:12:19.947 INFO:teuthology.orchestra.run.trial185.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:12:19.956 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:12:19.964 INFO:teuthology.orchestra.run.trial185.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:12:19.965 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:12:20.025 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:13 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:20.054 INFO:teuthology.orchestra.run.trial096.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 400 kB/s | 64 kB 00:00 2026-02-21T20:12:20.107 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:20.107 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:20.107 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:20.107 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:20.107 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:12:20.108 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:20.109 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:20.109 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:20.109 INFO:teuthology.orchestra.run.trial069.stdout:Install 10 Packages 2026-02-21T20:12:20.109 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:20.109 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 82 M 2026-02-21T20:12:20.109 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 339 M 2026-02-21T20:12:20.110 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:20.191 INFO:teuthology.orchestra.run.trial096.stdout:(8/10): ceph-test-20.3.0-5291.g042df16c.el9.x86 46 MB/s | 78 MB 00:01 2026-02-21T20:12:20.349 INFO:teuthology.orchestra.run.trial096.stdout:(9/10): protobuf-3.14.0-17.el9.x86_64.rpm 584 kB/s | 1.0 MB 00:01 2026-02-21T20:12:20.477 INFO:teuthology.orchestra.run.trial096.stdout:(10/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 288 kB/s | 122 kB 00:00 2026-02-21T20:12:20.483 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:20.483 INFO:teuthology.orchestra.run.trial096.stdout:Total 33 MB/s | 82 MB 00:02 2026-02-21T20:12:20.549 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:12:20.560 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:12:20.560 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:12:20.729 INFO:teuthology.orchestra.run.trial069.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 1.7 MB/s | 159 kB 00:00 2026-02-21T20:12:20.843 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:12:20.843 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:12:21.153 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:12:21.161 INFO:teuthology.orchestra.run.trial096.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:12:21.170 INFO:teuthology.orchestra.run.trial096.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:12:21.175 INFO:teuthology.orchestra.run.trial096.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:12:21.179 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:12:21.184 INFO:teuthology.orchestra.run.trial096.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:12:21.187 INFO:teuthology.orchestra.run.trial096.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:12:21.197 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:12:21.205 INFO:teuthology.orchestra.run.trial096.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:12:21.205 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:12:21.287 INFO:teuthology.orchestra.run.trial069.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 41 kB/s | 23 kB 00:00 2026-02-21T20:12:21.602 INFO:teuthology.orchestra.run.trial069.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 299 kB/s | 94 kB 00:00 2026-02-21T20:12:21.656 INFO:teuthology.orchestra.run.trial069.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 4.2 MB/s | 233 kB 00:00 2026-02-21T20:12:21.692 INFO:teuthology.orchestra.run.trial069.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 29 MB/s | 1.0 MB 00:00 2026-02-21T20:12:21.704 INFO:teuthology.orchestra.run.trial069.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 25 MB/s | 303 kB 00:00 2026-02-21T20:12:21.714 INFO:teuthology.orchestra.run.trial069.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.3 MB/s | 64 kB 00:00 2026-02-21T20:12:22.181 INFO:teuthology.orchestra.run.trial069.stdout:(8/10): ceph-test-20.3.0-5291.g042df16c.el9.x86 51 MB/s | 78 MB 00:01 2026-02-21T20:12:22.270 INFO:teuthology.orchestra.run.trial069.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 219 kB/s | 122 kB 00:00 2026-02-21T20:12:23.396 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:12:23.414 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:12:23.641 INFO:teuthology.orchestra.run.trial069.stdout:(10/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 716 kB/s | 2.1 MB 00:03 2026-02-21T20:12:23.646 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:23.646 INFO:teuthology.orchestra.run.trial069.stdout:Total 23 MB/s | 82 MB 00:03 2026-02-21T20:12:23.708 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:23.718 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:23.718 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:12:23.730 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:12:23.784 INFO:teuthology.orchestra.run.trial185.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:12:23.785 INFO:teuthology.orchestra.run.trial185.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:12:23.785 INFO:teuthology.orchestra.run.trial185.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:12:23.785 INFO:teuthology.orchestra.run.trial185.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:12:23.785 INFO:teuthology.orchestra.run.trial185.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:12:23.785 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:23.785 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:23.821 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph 2026-02-21T20:12:24.002 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:24.003 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:24.120 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:20 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:24.202 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:24.204 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:24.204 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:24.204 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:24.204 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:24.204 INFO:teuthology.orchestra.run.trial185.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:12:24.204 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:12:24.205 INFO:teuthology.orchestra.run.trial185.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-collections 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:12:24.206 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:12:24.207 INFO:teuthology.orchestra.run.trial185.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout:Install 41 Packages 2026-02-21T20:12:24.208 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:24.209 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 48 M 2026-02-21T20:12:24.209 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 167 M 2026-02-21T20:12:24.209 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:24.311 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:24.320 INFO:teuthology.orchestra.run.trial069.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:12:24.330 INFO:teuthology.orchestra.run.trial069.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:12:24.334 INFO:teuthology.orchestra.run.trial069.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:12:24.339 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:12:24.344 INFO:teuthology.orchestra.run.trial069.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:12:24.346 INFO:teuthology.orchestra.run.trial069.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:12:24.355 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:12:24.363 INFO:teuthology.orchestra.run.trial069.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:12:24.364 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:12:24.646 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:12:24.665 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:12:24.884 INFO:teuthology.orchestra.run.trial185.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 127 kB/s | 6.5 kB 00:00 2026-02-21T20:12:24.967 INFO:teuthology.orchestra.run.trial185.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 6.8 MB/s | 936 kB 00:00 2026-02-21T20:12:25.001 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:12:25.001 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:12:25.001 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:12:25.001 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:12:25.001 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:12:25.002 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:12:25.002 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:12:25.002 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:12:25.002 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:12:25.002 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:12:25.035 INFO:teuthology.orchestra.run.trial185.stdout:(3/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 12 MB/s | 2.4 MB 00:00 2026-02-21T20:12:25.035 INFO:teuthology.orchestra.run.trial185.stdout:(4/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 2.4 MB/s | 166 kB 00:00 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:25.055 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:25.067 INFO:teuthology.orchestra.run.trial185.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 27 MB/s | 5.0 MB 00:00 2026-02-21T20:12:25.091 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph 2026-02-21T20:12:25.141 INFO:teuthology.orchestra.run.trial185.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 4.0 MB/s | 297 kB 00:00 2026-02-21T20:12:25.396 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:20 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:25.418 INFO:teuthology.orchestra.run.trial185.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 146 kB/s | 40 kB 00:00 2026-02-21T20:12:25.474 INFO:teuthology.orchestra.run.trial185.stdout:(8/41): ceph-osd-classic-20.3.0-5291.g042df16c. 36 MB/s | 16 MB 00:00 2026-02-21T20:12:25.480 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:12:25.482 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:12:25.483 INFO:teuthology.orchestra.run.trial096.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-collections 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:12:25.484 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:12:25.485 INFO:teuthology.orchestra.run.trial096.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout:Install 41 Packages 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 48 M 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 167 M 2026-02-21T20:12:25.486 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:12:25.608 INFO:teuthology.orchestra.run.trial185.stdout:(9/41): libconfig-1.7.2-9.el9.x86_64.rpm 378 kB/s | 72 kB 00:00 2026-02-21T20:12:25.690 INFO:teuthology.orchestra.run.trial185.stdout:(10/41): ceph-osd-crimson-20.3.0-5291.g042df16c 29 MB/s | 19 MB 00:00 2026-02-21T20:12:25.979 INFO:teuthology.orchestra.run.trial185.stdout:(11/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 502 kB/s | 253 kB 00:00 2026-02-21T20:12:25.998 INFO:teuthology.orchestra.run.trial185.stdout:(12/41): python3-cryptography-36.0.1-5.el9.x86_ 3.2 MB/s | 1.2 MB 00:00 2026-02-21T20:12:26.080 INFO:teuthology.orchestra.run.trial185.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 1.5 MB/s | 126 kB 00:00 2026-02-21T20:12:26.087 INFO:teuthology.orchestra.run.trial185.stdout:(14/41): python3-pycparser-2.20-6.el9.noarch.rp 1.2 MB/s | 135 kB 00:00 2026-02-21T20:12:26.092 INFO:teuthology.orchestra.run.trial185.stdout:(15/41): python3-ply-3.11-14.el9.noarch.rpm 264 kB/s | 106 kB 00:00 2026-02-21T20:12:26.165 INFO:teuthology.orchestra.run.trial096.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 111 kB/s | 6.5 kB 00:00 2026-02-21T20:12:26.166 INFO:teuthology.orchestra.run.trial185.stdout:(16/41): python3-urllib3-1.26.5-7.el9.noarch.rp 2.5 MB/s | 218 kB 00:00 2026-02-21T20:12:26.205 INFO:teuthology.orchestra.run.trial185.stdout:(17/41): unzip-6.0-59.el9.x86_64.rpm 1.5 MB/s | 182 kB 00:00 2026-02-21T20:12:26.239 INFO:teuthology.orchestra.run.trial096.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 6.9 MB/s | 936 kB 00:00 2026-02-21T20:12:26.259 INFO:teuthology.orchestra.run.trial096.stdout:(3/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 16 MB/s | 2.4 MB 00:00 2026-02-21T20:12:26.266 INFO:teuthology.orchestra.run.trial096.stdout:(4/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 6.2 MB/s | 166 kB 00:00 2026-02-21T20:12:26.317 INFO:teuthology.orchestra.run.trial185.stdout:(18/41): zip-3.0-35.el9.x86_64.rpm 1.2 MB/s | 266 kB 00:00 2026-02-21T20:12:26.573 INFO:teuthology.orchestra.run.trial096.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 12 MB/s | 5.0 MB 00:00 2026-02-21T20:12:26.638 INFO:teuthology.orchestra.run.trial096.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 4.5 MB/s | 297 kB 00:00 2026-02-21T20:12:26.776 INFO:teuthology.orchestra.run.trial096.stdout:(7/41): ceph-osd-classic-20.3.0-5291.g042df16c. 30 MB/s | 16 MB 00:00 2026-02-21T20:12:26.879 INFO:teuthology.orchestra.run.trial185.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 280 kB/s | 188 kB 00:00 2026-02-21T20:12:26.895 INFO:teuthology.orchestra.run.trial185.stdout:(20/41): python3-libstoragemgmt-1.10.1-1.el9.x8 306 kB/s | 177 kB 00:00 2026-02-21T20:12:26.928 INFO:teuthology.orchestra.run.trial185.stdout:(21/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 324 kB/s | 246 kB 00:00 2026-02-21T20:12:26.956 INFO:teuthology.orchestra.run.trial096.stdout:(8/41): ceph-osd-crimson-20.3.0-5291.g042df16c. 28 MB/s | 19 MB 00:00 2026-02-21T20:12:26.973 INFO:teuthology.orchestra.run.trial185.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 489 kB/s | 22 kB 00:00 2026-02-21T20:12:26.999 INFO:teuthology.orchestra.run.trial185.stdout:(23/41): python3-toml-0.10.2-6.el9.noarch.rpm 402 kB/s | 42 kB 00:00 2026-02-21T20:12:27.058 INFO:teuthology.orchestra.run.trial185.stdout:(24/41): python3-packaging-20.9-5.el9.noarch.rp 429 kB/s | 77 kB 00:00 2026-02-21T20:12:27.108 INFO:teuthology.orchestra.run.trial185.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 270 kB/s | 29 kB 00:00 2026-02-21T20:12:27.170 INFO:teuthology.orchestra.run.trial185.stdout:(26/41): luarocks-3.9.2-5.el9.noarch.rpm 769 kB/s | 151 kB 00:00 2026-02-21T20:12:27.176 INFO:teuthology.orchestra.run.trial185.stdout:(27/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 639 kB/s | 43 kB 00:00 2026-02-21T20:12:27.200 INFO:teuthology.orchestra.run.trial185.stdout:(28/41): python3-backports-tarfile-1.2.0-1.el9. 427 kB/s | 60 kB 00:00 2026-02-21T20:12:27.223 INFO:teuthology.orchestra.run.trial096.stdout:(9/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 69 kB/s | 40 kB 00:00 2026-02-21T20:12:27.235 INFO:teuthology.orchestra.run.trial185.stdout:(29/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 297 kB/s | 11 kB 00:00 2026-02-21T20:12:27.238 INFO:teuthology.orchestra.run.trial185.stdout:(30/41): python3-cheroot-10.0.1-4.el9.noarch.rp 2.5 MB/s | 173 kB 00:00 2026-02-21T20:12:27.273 INFO:teuthology.orchestra.run.trial185.stdout:(31/41): python3-jaraco-collections-3.0.0-8.el9 674 kB/s | 23 kB 00:00 2026-02-21T20:12:27.277 INFO:teuthology.orchestra.run.trial185.stdout:(32/41): python3-jaraco-classes-3.2.1-5.el9.noa 422 kB/s | 18 kB 00:00 2026-02-21T20:12:27.307 INFO:teuthology.orchestra.run.trial185.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 577 kB/s | 20 kB 00:00 2026-02-21T20:12:27.310 INFO:teuthology.orchestra.run.trial185.stdout:(34/41): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2026-02-21T20:12:27.317 INFO:teuthology.orchestra.run.trial185.stdout:(35/41): python3-jaraco-functools-3.5.0-2.el9.n 496 kB/s | 19 kB 00:00 2026-02-21T20:12:27.345 INFO:teuthology.orchestra.run.trial185.stdout:(36/41): python3-jaraco-text-4.0.0-2.el9.noarch 685 kB/s | 26 kB 00:00 2026-02-21T20:12:27.350 INFO:teuthology.orchestra.run.trial185.stdout:(37/41): python3-more-itertools-8.12.0-2.el9.no 1.9 MB/s | 79 kB 00:00 2026-02-21T20:12:27.355 INFO:teuthology.orchestra.run.trial185.stdout:(38/41): python3-portend-3.1.0-2.el9.noarch.rpm 433 kB/s | 16 kB 00:00 2026-02-21T20:12:27.384 INFO:teuthology.orchestra.run.trial185.stdout:(39/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.3 MB/s | 90 kB 00:00 2026-02-21T20:12:27.385 INFO:teuthology.orchestra.run.trial185.stdout:(40/41): python3-tempora-5.0.0-2.el9.noarch.rpm 1.0 MB/s | 36 kB 00:00 2026-02-21T20:12:27.398 INFO:teuthology.orchestra.run.trial185.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 459 kB/s | 20 kB 00:00 2026-02-21T20:12:27.400 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:27.400 INFO:teuthology.orchestra.run.trial185.stdout:Total 15 MB/s | 48 MB 00:03 2026-02-21T20:12:27.407 INFO:teuthology.orchestra.run.trial096.stdout:(10/41): libconfig-1.7.2-9.el9.x86_64.rpm 114 kB/s | 72 kB 00:00 2026-02-21T20:12:27.531 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:27.550 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:27.550 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:27.724 INFO:teuthology.orchestra.run.trial096.stdout:(11/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 330 kB/s | 253 kB 00:00 2026-02-21T20:12:27.746 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:27.746 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:27.860 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:12:27.878 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:12:27.979 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:27.981 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:12:27.985 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:12:27.990 INFO:teuthology.orchestra.run.trial185.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:12:27.992 INFO:teuthology.orchestra.run.trial185.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:12:27.998 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:12:28.022 INFO:teuthology.orchestra.run.trial185.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:12:28.025 INFO:teuthology.orchestra.run.trial185.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:12:28.029 INFO:teuthology.orchestra.run.trial185.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:12:28.034 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:12:28.040 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:12:28.044 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:12:28.049 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:12:28.054 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:12:28.058 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:12:28.063 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:12:28.067 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:12:28.074 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:12:28.075 INFO:teuthology.orchestra.run.trial096.stdout:(12/41): python3-ply-3.11-14.el9.noarch.rpm 159 kB/s | 106 kB 00:00 2026-02-21T20:12:28.077 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:12:28.086 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:12:28.109 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:12:28.122 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:12:28.128 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:12:28.141 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:12:28.157 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:12:28.174 INFO:teuthology.orchestra.run.trial096.stdout:(13/41): python3-cryptography-36.0.1-5.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:12:28.214 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:12:28.231 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:12:28.239 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:12:28.262 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:12:28.269 INFO:teuthology.orchestra.run.trial069.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:12:28.270 INFO:teuthology.orchestra.run.trial069.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:12:28.270 INFO:teuthology.orchestra.run.trial069.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:12:28.270 INFO:teuthology.orchestra.run.trial069.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:12:28.270 INFO:teuthology.orchestra.run.trial069.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:12:28.270 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:28.270 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:28.291 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:12:28.297 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:12:28.304 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph 2026-02-21T20:12:28.348 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:12:28.392 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:12:28.393 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:12:28.416 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:12:28.416 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:28.416 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:12:28.416 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:12:28.416 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:12:28.416 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:28.421 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:12:28.426 INFO:teuthology.orchestra.run.trial096.stdout:(14/41): python3-pycparser-2.20-6.el9.noarch.rp 192 kB/s | 135 kB 00:00 2026-02-21T20:12:28.436 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:28.436 INFO:teuthology.orchestra.run.trial185.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:12:28.436 INFO:teuthology.orchestra.run.trial185.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:12:28.436 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:28.443 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:28.466 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:28.467 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:12:28.467 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:28.605 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:21 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:28.688 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-collections 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:12:28.690 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout:Install 41 Packages 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 48 M 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 167 M 2026-02-21T20:12:28.691 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:28.777 INFO:teuthology.orchestra.run.trial096.stdout:(15/41): python3-requests-2.25.1-10.el9.noarch. 180 kB/s | 126 kB 00:00 2026-02-21T20:12:28.928 INFO:teuthology.orchestra.run.trial096.stdout:(16/41): python3-urllib3-1.26.5-7.el9.noarch.rp 289 kB/s | 218 kB 00:00 2026-02-21T20:12:29.001 INFO:teuthology.orchestra.run.trial069.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 127 kB/s | 6.5 kB 00:00 2026-02-21T20:12:29.091 INFO:teuthology.orchestra.run.trial069.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 6.5 MB/s | 936 kB 00:00 2026-02-21T20:12:29.105 INFO:teuthology.orchestra.run.trial096.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 1.4 MB/s | 246 kB 00:00 2026-02-21T20:12:29.118 INFO:teuthology.orchestra.run.trial069.stdout:(3/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-21T20:12:29.120 INFO:teuthology.orchestra.run.trial069.stdout:(4/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 5.5 MB/s | 166 kB 00:00 2026-02-21T20:12:29.131 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:12:29.155 INFO:teuthology.orchestra.run.trial096.stdout:(18/41): unzip-6.0-59.el9.x86_64.rpm 249 kB/s | 182 kB 00:00 2026-02-21T20:12:29.258 INFO:teuthology.orchestra.run.trial069.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 19 MB/s | 5.0 MB 00:00 2026-02-21T20:12:29.284 INFO:teuthology.orchestra.run.trial096.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 1.0 MB/s | 188 kB 00:00 2026-02-21T20:12:29.304 INFO:teuthology.orchestra.run.trial096.stdout:(20/41): python3-libstoragemgmt-1.10.1-1.el9.x8 1.2 MB/s | 177 kB 00:00 2026-02-21T20:12:29.307 INFO:teuthology.orchestra.run.trial069.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 5.9 MB/s | 297 kB 00:00 2026-02-21T20:12:29.364 INFO:teuthology.orchestra.run.trial069.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 717 kB/s | 40 kB 00:00 2026-02-21T20:12:29.389 INFO:teuthology.orchestra.run.trial069.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 2.8 MB/s | 72 kB 00:00 2026-02-21T20:12:29.419 INFO:teuthology.orchestra.run.trial069.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.3 MB/s | 253 kB 00:00 2026-02-21T20:12:29.442 INFO:teuthology.orchestra.run.trial096.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 300 kB/s | 42 kB 00:00 2026-02-21T20:12:29.452 INFO:teuthology.orchestra.run.trial069.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 37 MB/s | 1.2 MB 00:00 2026-02-21T20:12:29.476 INFO:teuthology.orchestra.run.trial069.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 4.4 MB/s | 106 kB 00:00 2026-02-21T20:12:29.502 INFO:teuthology.orchestra.run.trial069.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 5.1 MB/s | 135 kB 00:00 2026-02-21T20:12:29.522 INFO:teuthology.orchestra.run.trial096.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 278 kB/s | 22 kB 00:00 2026-02-21T20:12:29.526 INFO:teuthology.orchestra.run.trial069.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 5.1 MB/s | 126 kB 00:00 2026-02-21T20:12:29.537 INFO:teuthology.orchestra.run.trial096.stdout:(23/41): python3-packaging-20.9-5.el9.noarch.rp 306 kB/s | 77 kB 00:00 2026-02-21T20:12:29.551 INFO:teuthology.orchestra.run.trial069.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 8.5 MB/s | 218 kB 00:00 2026-02-21T20:12:29.556 INFO:teuthology.orchestra.run.trial096.stdout:(24/41): zip-3.0-35.el9.x86_64.rpm 341 kB/s | 266 kB 00:00 2026-02-21T20:12:29.577 INFO:teuthology.orchestra.run.trial096.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 729 kB/s | 29 kB 00:00 2026-02-21T20:12:29.581 INFO:teuthology.orchestra.run.trial069.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 6.0 MB/s | 182 kB 00:00 2026-02-21T20:12:29.596 INFO:teuthology.orchestra.run.trial096.stdout:(26/41): python3-backports-tarfile-1.2.0-1.el9. 1.5 MB/s | 60 kB 00:00 2026-02-21T20:12:29.597 INFO:teuthology.orchestra.run.trial096.stdout:(27/41): luarocks-3.9.2-5.el9.noarch.rpm 2.0 MB/s | 151 kB 00:00 2026-02-21T20:12:29.607 INFO:teuthology.orchestra.run.trial096.stdout:(28/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.5 MB/s | 43 kB 00:00 2026-02-21T20:12:29.610 INFO:teuthology.orchestra.run.trial069.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 9.0 MB/s | 266 kB 00:00 2026-02-21T20:12:29.633 INFO:teuthology.orchestra.run.trial096.stdout:(29/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 404 kB/s | 11 kB 00:00 2026-02-21T20:12:29.642 INFO:teuthology.orchestra.run.trial069.stdout:(17/41): ceph-osd-classic-20.3.0-5291.g042df16c 30 MB/s | 16 MB 00:00 2026-02-21T20:12:29.665 INFO:teuthology.orchestra.run.trial096.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 551 kB/s | 18 kB 00:00 2026-02-21T20:12:29.704 INFO:teuthology.orchestra.run.trial096.stdout:(31/41): python3-jaraco-collections-3.0.0-8.el9 592 kB/s | 23 kB 00:00 2026-02-21T20:12:29.721 INFO:teuthology.orchestra.run.trial096.stdout:(32/41): python3-jaraco-context-6.0.1-3.el9.noa 1.1 MB/s | 20 kB 00:00 2026-02-21T20:12:29.732 INFO:teuthology.orchestra.run.trial096.stdout:(33/41): python3-jaraco-functools-3.5.0-2.el9.n 1.8 MB/s | 19 kB 00:00 2026-02-21T20:12:29.752 INFO:teuthology.orchestra.run.trial096.stdout:(34/41): python3-jaraco-text-4.0.0-2.el9.noarch 1.3 MB/s | 26 kB 00:00 2026-02-21T20:12:29.781 INFO:teuthology.orchestra.run.trial096.stdout:(35/41): python3-more-itertools-8.12.0-2.el9.no 2.6 MB/s | 79 kB 00:00 2026-02-21T20:12:29.798 INFO:teuthology.orchestra.run.trial069.stdout:(18/41): ceph-osd-crimson-20.3.0-5291.g042df16c 28 MB/s | 19 MB 00:00 2026-02-21T20:12:29.805 INFO:teuthology.orchestra.run.trial096.stdout:(36/41): python3-portend-3.1.0-2.el9.noarch.rpm 717 kB/s | 16 kB 00:00 2026-02-21T20:12:29.825 INFO:teuthology.orchestra.run.trial096.stdout:(37/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 4.3 MB/s | 90 kB 00:00 2026-02-21T20:12:29.836 INFO:teuthology.orchestra.run.trial096.stdout:(38/41): python3-tempora-5.0.0-2.el9.noarch.rpm 3.2 MB/s | 36 kB 00:00 2026-02-21T20:12:29.857 INFO:teuthology.orchestra.run.trial096.stdout:(39/41): python3-zc-lockfile-2.0-10.el9.noarch. 992 kB/s | 20 kB 00:00 2026-02-21T20:12:29.863 INFO:teuthology.orchestra.run.trial096.stdout:(40/41): python3-cheroot-10.0.1-4.el9.noarch.rp 650 kB/s | 173 kB 00:00 2026-02-21T20:12:29.868 INFO:teuthology.orchestra.run.trial096.stdout:(41/41): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2026-02-21T20:12:29.869 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:29.869 INFO:teuthology.orchestra.run.trial096.stdout:Total 11 MB/s | 48 MB 00:04 2026-02-21T20:12:29.928 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:12:29.938 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:12:29.939 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:12:29.964 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:12:29.964 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:29.964 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:12:29.964 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:12:29.964 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:12:29.964 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:29.997 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:12:30.016 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:12:30.016 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:12:30.186 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:12:30.206 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:12:30.207 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:30.207 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:12:30.207 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:12:30.207 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:12:30.207 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:30.213 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:12:30.213 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:12:30.292 INFO:teuthology.orchestra.run.trial069.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 290 kB/s | 188 kB 00:00 2026-02-21T20:12:30.306 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:12:30.328 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:12:30.328 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:30.328 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:12:30.328 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:12:30.329 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:12:30.329 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:30.330 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:12:30.335 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:12:30.354 INFO:teuthology.orchestra.run.trial069.stdout:(20/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 331 kB/s | 246 kB 00:00 2026-02-21T20:12:30.358 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:12:30.437 INFO:teuthology.orchestra.run.trial069.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 502 kB/s | 42 kB 00:00 2026-02-21T20:12:30.446 INFO:teuthology.orchestra.run.trial069.stdout:(22/41): python3-libstoragemgmt-1.10.1-1.el9.x8 273 kB/s | 177 kB 00:00 2026-02-21T20:12:30.447 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:12:30.449 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:12:30.454 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:12:30.456 INFO:teuthology.orchestra.run.trial069.stdout:(23/41): python3-packaging-20.9-5.el9.noarch.rp 470 kB/s | 77 kB 00:00 2026-02-21T20:12:30.459 INFO:teuthology.orchestra.run.trial096.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:12:30.461 INFO:teuthology.orchestra.run.trial096.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:12:30.466 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:12:30.491 INFO:teuthology.orchestra.run.trial096.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:12:30.494 INFO:teuthology.orchestra.run.trial096.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:12:30.499 INFO:teuthology.orchestra.run.trial096.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:12:30.503 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:12:30.509 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:12:30.513 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:12:30.519 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:12:30.524 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:12:30.528 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:12:30.533 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:12:30.537 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:12:30.544 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:12:30.547 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:12:30.557 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:12:30.570 INFO:teuthology.orchestra.run.trial069.stdout:(24/41): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2026-02-21T20:12:30.580 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:12:30.581 INFO:teuthology.orchestra.run.trial069.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 237 kB/s | 29 kB 00:00 2026-02-21T20:12:30.592 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:12:30.599 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:12:30.612 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:12:30.628 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:12:30.641 INFO:teuthology.orchestra.run.trial069.stdout:(26/41): python3-backports-tarfile-1.2.0-1.el9. 855 kB/s | 60 kB 00:00 2026-02-21T20:12:30.649 INFO:teuthology.orchestra.run.trial069.stdout:(27/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 631 kB/s | 43 kB 00:00 2026-02-21T20:12:30.691 INFO:teuthology.orchestra.run.trial069.stdout:(28/41): python3-cheroot-10.0.1-4.el9.noarch.rp 3.4 MB/s | 173 kB 00:00 2026-02-21T20:12:30.702 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:12:30.711 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:12:30.722 INFO:teuthology.orchestra.run.trial069.stdout:(29/41): python3-cherrypy-18.6.1-2.el9.noarch.r 4.8 MB/s | 358 kB 00:00 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:12:30.727 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:12:30.728 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:12:30.734 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:12:30.739 INFO:teuthology.orchestra.run.trial069.stdout:(30/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 222 kB/s | 11 kB 00:00 2026-02-21T20:12:30.740 INFO:teuthology.orchestra.run.trial069.stdout:(31/41): python3-jaraco-classes-3.2.1-5.el9.noa 1.0 MB/s | 18 kB 00:00 2026-02-21T20:12:30.748 INFO:teuthology.orchestra.run.trial069.stdout:(32/41): python3-jaraco-collections-3.0.0-8.el9 2.5 MB/s | 23 kB 00:00 2026-02-21T20:12:30.763 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:12:30.768 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:12:30.773 INFO:teuthology.orchestra.run.trial069.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 589 kB/s | 20 kB 00:00 2026-02-21T20:12:30.774 INFO:teuthology.orchestra.run.trial069.stdout:(34/41): python3-jaraco-functools-3.5.0-2.el9.n 778 kB/s | 19 kB 00:00 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:12:30.785 INFO:teuthology.orchestra.run.trial185.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:30.786 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:30.791 INFO:teuthology.orchestra.run.trial069.stdout:(35/41): python3-jaraco-text-4.0.0-2.el9.noarch 1.4 MB/s | 26 kB 00:00 2026-02-21T20:12:30.806 INFO:teuthology.orchestra.run.trial069.stdout:(36/41): python3-more-itertools-8.12.0-2.el9.no 2.4 MB/s | 79 kB 00:00 2026-02-21T20:12:30.820 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:12:30.821 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-base 2026-02-21T20:12:30.855 INFO:teuthology.orchestra.run.trial069.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 260 kB/s | 16 kB 00:00 2026-02-21T20:12:30.856 INFO:teuthology.orchestra.run.trial069.stdout:(38/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2026-02-21T20:12:30.863 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:12:30.864 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:12:30.872 INFO:teuthology.orchestra.run.trial069.stdout:(39/41): python3-tempora-5.0.0-2.el9.noarch.rpm 2.0 MB/s | 36 kB 00:00 2026-02-21T20:12:30.887 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:12:30.887 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:30.887 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:12:30.887 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:12:30.887 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:12:30.887 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:30.891 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:12:30.907 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:30.907 INFO:teuthology.orchestra.run.trial096.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:12:30.907 INFO:teuthology.orchestra.run.trial096.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:12:30.907 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:30.914 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:30.928 INFO:teuthology.orchestra.run.trial069.stdout:(40/41): python3-zc-lockfile-2.0-10.el9.noarch. 276 kB/s | 20 kB 00:00 2026-02-21T20:12:30.937 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:30.937 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:12:30.938 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:30.982 INFO:teuthology.orchestra.run.trial069.stdout:(41/41): lua-devel-5.4.4-4.el9.x86_64.rpm 41 kB/s | 22 kB 00:00 2026-02-21T20:12:30.987 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:30.987 INFO:teuthology.orchestra.run.trial069.stdout:Total 21 MB/s | 48 MB 00:02 2026-02-21T20:12:31.119 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:31.128 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:31.136 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:31.136 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:31.192 INFO:teuthology.orchestra.run.trial185.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:31.209 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:31.210 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:31.210 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:31.230 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install cephadm 2026-02-21T20:12:31.333 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:31.333 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:31.537 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:31.567 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:31.569 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:12:31.574 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:12:31.578 INFO:teuthology.orchestra.run.trial069.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:12:31.580 INFO:teuthology.orchestra.run.trial069.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:12:31.581 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:12:31.586 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:12:31.610 INFO:teuthology.orchestra.run.trial069.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:12:31.613 INFO:teuthology.orchestra.run.trial069.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial069.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:31.618 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:31.619 INFO:teuthology.orchestra.run.trial185.stdout:Install 1 Package 2026-02-21T20:12:31.619 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:31.619 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 1.0 M 2026-02-21T20:12:31.619 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 1.0 M 2026-02-21T20:12:31.619 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:31.622 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:12:31.628 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:12:31.632 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:12:31.638 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:12:31.643 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:12:31.647 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:12:31.652 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:12:31.656 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:12:31.663 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:12:31.666 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:12:31.676 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:12:31.698 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:12:31.711 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:12:31.718 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:12:31.730 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:12:31.740 INFO:teuthology.orchestra.run.trial185.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 8.5 MB/s | 1.0 MB 00:00 2026-02-21T20:12:31.741 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:31.741 INFO:teuthology.orchestra.run.trial185.stdout:Total 8.4 MB/s | 1.0 MB 00:00 2026-02-21T20:12:31.741 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:31.744 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:31.744 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:31.746 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:12:31.748 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:31.748 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:31.766 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:31.820 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:12:31.828 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:12:31.834 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:31.848 INFO:teuthology.orchestra.run.trial185.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:31.851 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:12:31.880 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:12:31.886 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:12:31.909 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:31.937 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:12:31.963 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:31.964 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:31.964 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:31.964 INFO:teuthology.orchestra.run.trial185.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:31.964 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:31.964 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:31.979 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:12:31.981 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:12:31.989 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:12:32.004 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:12:32.010 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:32.010 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:12:32.010 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:12:32.010 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:12:32.010 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:32.011 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:12:32.027 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:32.027 INFO:teuthology.orchestra.run.trial069.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:12:32.027 INFO:teuthology.orchestra.run.trial069.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:12:32.027 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:32.034 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:32.058 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:12:32.058 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:12:32.058 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:32.319 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:32.353 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:12:32.363 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:12:32.364 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:12:32.389 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:12:32.389 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:32.389 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:12:32.389 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:12:32.389 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:12:32.389 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:32.400 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repo Size 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:Install 1 Package 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 147 k 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 419 k 2026-02-21T20:12:32.401 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:32.489 INFO:teuthology.orchestra.run.trial185.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 1.6 MB/s | 147 kB 00:00 2026-02-21T20:12:32.490 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:32.491 INFO:teuthology.orchestra.run.trial185.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-21T20:12:32.491 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:32.495 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:32.495 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:32.522 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:32.522 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:32.572 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:32.573 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:32.595 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:32.595 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:32.595 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:12:32.595 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:32.605 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:12:32.626 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:12:32.626 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:32.626 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:12:32.626 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:12:32.626 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:12:32.626 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:32.709 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:12:32.723 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:12:32.744 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:12:32.744 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:32.744 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:12:32.744 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:12:32.744 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:12:32.744 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:32.745 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:12:32.751 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:12:32.773 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:12:32.870 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:32.870 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:32.870 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:32.870 INFO:teuthology.orchestra.run.trial185.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:32.870 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:32.870 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:32.898 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-mgr 2026-02-21T20:12:33.142 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:12:33.142 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:12:33.142 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:12:33.142 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:12:33.143 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:12:33.144 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:12:33.145 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:12:33.199 INFO:teuthology.orchestra.run.trial096.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:33.200 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:33.204 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:33.236 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-base 2026-02-21T20:12:33.268 INFO:teuthology.orchestra.run.trial185.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:33.285 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:33.286 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:33.286 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:33.307 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:12:33.481 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:12:33.491 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:12:33.492 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:12:33.518 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:12:33.518 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:33.518 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:12:33.518 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:12:33.518 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:12:33.518 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:33.549 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:33.610 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:33.613 INFO:teuthology.orchestra.run.trial096.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:33.631 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:33.631 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:12:33.631 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:33.652 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install cephadm 2026-02-21T20:12:33.694 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:33.695 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:33.695 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:33.695 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:12:33.696 INFO:teuthology.orchestra.run.trial185.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout:Install 13 Packages 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 55 M 2026-02-21T20:12:33.697 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 262 M 2026-02-21T20:12:33.698 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:33.736 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:12:33.758 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:12:33.758 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:33.759 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:12:33.759 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:12:33.759 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:12:33.759 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:33.855 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:12:33.876 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:12:33.876 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:33.876 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:12:33.876 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:12:33.876 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:12:33.876 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:33.877 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:12:33.884 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:12:33.906 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:12:33.963 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:34.045 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:34.045 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:Install 1 Package 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 1.0 M 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 1.0 M 2026-02-21T20:12:34.046 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:12:34.167 INFO:teuthology.orchestra.run.trial096.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 8.6 MB/s | 1.0 MB 00:00 2026-02-21T20:12:34.168 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:34.168 INFO:teuthology.orchestra.run.trial096.stdout:Total 8.5 MB/s | 1.0 MB 00:00 2026-02-21T20:12:34.168 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:12:34.170 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:12:34.170 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:12:34.174 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:12:34.174 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:12:34.192 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:12:34.253 INFO:teuthology.orchestra.run.trial185.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 278 kB/s | 17 kB 00:00 2026-02-21T20:12:34.260 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:34.266 INFO:teuthology.orchestra.run.trial185.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 749 kB/s | 57 kB 00:00 2026-02-21T20:12:34.274 INFO:teuthology.orchestra.run.trial096.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:34.294 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:12:34.294 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:12:34.294 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:12:34.295 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:12:34.296 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:12:34.297 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:12:34.298 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:12:34.327 INFO:teuthology.orchestra.run.trial185.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 637 kB/s | 48 kB 00:00 2026-02-21T20:12:34.337 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:34.351 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:12:34.351 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:34.352 INFO:teuthology.orchestra.run.trial069.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:12:34.353 INFO:teuthology.orchestra.run.trial069.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:12:34.354 INFO:teuthology.orchestra.run.trial069.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:34.355 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:34.356 INFO:teuthology.orchestra.run.trial185.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 3.0 MB/s | 267 kB 00:00 2026-02-21T20:12:34.390 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-base 2026-02-21T20:12:34.391 INFO:teuthology.orchestra.run.trial185.stdout:(5/13): protobuf-compiler-3.14.0-17.el9.x86_64. 14 MB/s | 862 kB 00:00 2026-02-21T20:12:34.392 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:34.392 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:34.392 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:12:34.392 INFO:teuthology.orchestra.run.trial096.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:34.392 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:34.393 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:34.420 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:12:34.545 INFO:teuthology.orchestra.run.trial185.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 125 kB/s | 19 kB 00:00 2026-02-21T20:12:34.680 INFO:teuthology.orchestra.run.trial185.stdout:(7/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.6 MB/s | 551 kB 00:00 2026-02-21T20:12:34.706 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:34.725 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:34.728 INFO:teuthology.orchestra.run.trial185.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.9 MB/s | 144 kB 00:00 2026-02-21T20:12:34.769 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:34.771 INFO:teuthology.orchestra.run.trial185.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 724 kB/s | 31 kB 00:00 2026-02-21T20:12:34.787 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:34.788 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:34.788 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:34.807 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repo Size 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout:Install 1 Package 2026-02-21T20:12:34.808 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:34.809 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 147 k 2026-02-21T20:12:34.809 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 419 k 2026-02-21T20:12:34.809 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:12:34.810 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install cephadm 2026-02-21T20:12:34.824 INFO:teuthology.orchestra.run.trial185.stdout:(10/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 7.3 MB/s | 2.0 MB 00:00 2026-02-21T20:12:34.826 INFO:teuthology.orchestra.run.trial185.stdout:(11/13): python3-routes-2.5.1-5.el9.noarch.rpm 3.4 MB/s | 188 kB 00:00 2026-02-21T20:12:34.874 INFO:teuthology.orchestra.run.trial185.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 448 kB/s | 22 kB 00:00 2026-02-21T20:12:35.119 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:35.163 INFO:teuthology.orchestra.run.trial096.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 416 kB/s | 147 kB 00:00 2026-02-21T20:12:35.163 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:35.163 INFO:teuthology.orchestra.run.trial096.stdout:Total 415 kB/s | 147 kB 00:00 2026-02-21T20:12:35.164 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:12:35.168 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:12:35.168 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:12:35.195 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:12:35.195 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:12:35.201 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:35.202 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:35.202 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:35.202 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:35.202 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:35.202 INFO:teuthology.orchestra.run.trial069.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:12:35.202 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:35.202 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:35.203 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:35.203 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-21T20:12:35.203 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:35.203 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 1.0 M 2026-02-21T20:12:35.203 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 1.0 M 2026-02-21T20:12:35.203 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:35.231 INFO:teuthology.orchestra.run.trial185.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 49 MB/s | 51 MB 00:01 2026-02-21T20:12:35.234 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:35.234 INFO:teuthology.orchestra.run.trial185.stdout:Total 36 MB/s | 55 MB 00:01 2026-02-21T20:12:35.245 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:12:35.246 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:35.260 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:35.270 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:35.270 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:35.271 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:12:35.271 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:35.272 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:35.272 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:35.323 INFO:teuthology.orchestra.run.trial069.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 8.5 MB/s | 1.0 MB 00:00 2026-02-21T20:12:35.323 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:35.323 INFO:teuthology.orchestra.run.trial069.stdout:Total 8.4 MB/s | 1.0 MB 00:00 2026-02-21T20:12:35.324 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:35.326 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:35.326 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:35.330 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:35.330 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:35.349 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:35.416 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:35.430 INFO:teuthology.orchestra.run.trial069.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:35.483 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:35.483 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:35.499 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:35.555 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:12:35.556 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:35.556 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:35.556 INFO:teuthology.orchestra.run.trial069.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:35.556 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:35.556 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:35.572 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:35.572 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:35.572 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:12:35.573 INFO:teuthology.orchestra.run.trial096.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:35.573 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:35.573 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:35.584 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:12:35.600 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-mgr 2026-02-21T20:12:35.711 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:35.716 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:12:35.728 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:12:35.730 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:12:35.756 INFO:teuthology.orchestra.run.trial185.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:12:35.799 INFO:teuthology.orchestra.run.trial185.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:12:35.808 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:12:35.835 INFO:teuthology.orchestra.run.trial185.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:12:35.845 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:12:35.852 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:12:35.855 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:12:35.864 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:12:35.895 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:35.907 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:30 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:35.971 INFO:teuthology.orchestra.run.trial096.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:35.976 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-21T20:12:35.977 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:35.978 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 147 k 2026-02-21T20:12:35.978 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 419 k 2026-02-21T20:12:35.978 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:35.989 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:35.989 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:12:35.989 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:36.011 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:12:36.065 INFO:teuthology.orchestra.run.trial069.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 1.7 MB/s | 147 kB 00:00 2026-02-21T20:12:36.066 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:36.066 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-21T20:12:36.066 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:36.070 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:36.070 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:36.097 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:36.098 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:36.147 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:36.149 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:36.171 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:36.171 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:36.171 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:12:36.171 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:36.320 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:31 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:36.404 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:36.405 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:36.405 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:12:36.405 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:36.405 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:12:36.405 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:12:36.405 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:12:36.406 INFO:teuthology.orchestra.run.trial096.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout:Install 13 Packages 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 55 M 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 262 M 2026-02-21T20:12:36.407 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:12:36.473 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:12:36.473 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:36.474 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:36.474 INFO:teuthology.orchestra.run.trial069.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:36.474 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:36.474 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:36.500 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr 2026-02-21T20:12:36.809 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:36.872 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:36.890 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:36.891 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:36.891 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:36.911 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:12:36.979 INFO:teuthology.orchestra.run.trial096.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 253 kB/s | 17 kB 00:00 2026-02-21T20:12:36.984 INFO:teuthology.orchestra.run.trial096.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 786 kB/s | 57 kB 00:00 2026-02-21T20:12:37.030 INFO:teuthology.orchestra.run.trial096.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 959 kB/s | 48 kB 00:00 2026-02-21T20:12:37.046 INFO:teuthology.orchestra.run.trial096.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 4.2 MB/s | 267 kB 00:00 2026-02-21T20:12:37.216 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:30 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:37.298 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:37.299 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:37.299 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:12:37.300 INFO:teuthology.orchestra.run.trial069.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:37.301 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:37.302 INFO:teuthology.orchestra.run.trial069.stdout:Install 13 Packages 2026-02-21T20:12:37.302 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:37.302 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 55 M 2026-02-21T20:12:37.302 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 262 M 2026-02-21T20:12:37.302 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:37.551 INFO:teuthology.orchestra.run.trial096.stdout:(5/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.1 MB/s | 551 kB 00:00 2026-02-21T20:12:37.768 INFO:teuthology.orchestra.run.trial096.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 90 kB/s | 19 kB 00:00 2026-02-21T20:12:37.816 INFO:teuthology.orchestra.run.trial069.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 58 kB/s | 17 kB 00:00 2026-02-21T20:12:37.841 INFO:teuthology.orchestra.run.trial069.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 178 kB/s | 57 kB 00:00 2026-02-21T20:12:37.855 INFO:teuthology.orchestra.run.trial069.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 1.2 MB/s | 48 kB 00:00 2026-02-21T20:12:37.890 INFO:teuthology.orchestra.run.trial069.stdout:(4/13): protobuf-compiler-3.14.0-17.el9.x86_64. 24 MB/s | 862 kB 00:00 2026-02-21T20:12:37.901 INFO:teuthology.orchestra.run.trial069.stdout:(5/13): python3-protobuf-3.14.0-17.el9.noarch.r 4.4 MB/s | 267 kB 00:00 2026-02-21T20:12:37.954 INFO:teuthology.orchestra.run.trial096.stdout:(7/13): ceph-mgr-dashboard-20.3.0-5291.g042df16 49 MB/s | 51 MB 00:01 2026-02-21T20:12:38.038 INFO:teuthology.orchestra.run.trial069.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 142 kB/s | 19 kB 00:00 2026-02-21T20:12:38.152 INFO:teuthology.orchestra.run.trial069.stdout:(7/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.1 MB/s | 551 kB 00:00 2026-02-21T20:12:38.238 INFO:teuthology.orchestra.run.trial069.stdout:(8/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 10 MB/s | 2.0 MB 00:00 2026-02-21T20:12:38.244 INFO:teuthology.orchestra.run.trial069.stdout:(9/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.5 MB/s | 144 kB 00:00 2026-02-21T20:12:38.271 INFO:teuthology.orchestra.run.trial069.stdout:(10/13): python3-repoze-lru-0.7-16.el9.noarch.r 942 kB/s | 31 kB 00:00 2026-02-21T20:12:38.284 INFO:teuthology.orchestra.run.trial069.stdout:(11/13): python3-routes-2.5.1-5.el9.noarch.rpm 4.6 MB/s | 188 kB 00:00 2026-02-21T20:12:38.302 INFO:teuthology.orchestra.run.trial069.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 695 kB/s | 22 kB 00:00 2026-02-21T20:12:38.313 INFO:teuthology.orchestra.run.trial096.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 403 kB/s | 144 kB 00:00 2026-02-21T20:12:38.529 INFO:teuthology.orchestra.run.trial096.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 143 kB/s | 31 kB 00:00 2026-02-21T20:12:38.592 INFO:teuthology.orchestra.run.trial096.stdout:(10/13): protobuf-compiler-3.14.0-17.el9.x86_64 552 kB/s | 862 kB 00:01 2026-02-21T20:12:38.607 INFO:teuthology.orchestra.run.trial096.stdout:(11/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2026-02-21T20:12:38.729 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:12:38.736 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:12:38.855 INFO:teuthology.orchestra.run.trial096.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 84 kB/s | 22 kB 00:00 2026-02-21T20:12:38.881 INFO:teuthology.orchestra.run.trial096.stdout:(13/13): python3-routes-2.5.1-5.el9.noarch.rpm 535 kB/s | 188 kB 00:00 2026-02-21T20:12:38.888 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:38.888 INFO:teuthology.orchestra.run.trial096.stdout:Total 22 MB/s | 55 MB 00:02 2026-02-21T20:12:38.916 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:12:38.925 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:12:38.925 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:12:39.003 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:12:39.004 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:12:39.005 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:12:39.058 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:12:39.058 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:39.058 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:12:39.059 INFO:teuthology.orchestra.run.trial185.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:12:39.060 INFO:teuthology.orchestra.run.trial185.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:12:39.060 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:39.060 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:39.094 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:12:39.121 INFO:teuthology.orchestra.run.trial069.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 32 MB/s | 51 MB 00:01 2026-02-21T20:12:39.124 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:39.124 INFO:teuthology.orchestra.run.trial069.stdout:Total 30 MB/s | 55 MB 00:01 2026-02-21T20:12:39.137 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:12:39.138 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:12:39.150 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:39.160 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:39.160 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:39.362 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:12:39.367 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:12:39.372 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:39.372 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:39.379 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:12:39.381 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:12:39.397 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:35 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:39.408 INFO:teuthology.orchestra.run.trial096.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:12:39.451 INFO:teuthology.orchestra.run.trial096.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:12:39.461 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:12:39.480 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:39.480 INFO:teuthology.orchestra.run.trial185.stdout:======================================================================================= 2026-02-21T20:12:39.480 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:39.480 INFO:teuthology.orchestra.run.trial185.stdout:======================================================================================= 2026-02-21T20:12:39.480 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:39.480 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:12:39.480 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout:======================================================================================= 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout:Install 12 Packages 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 43 M 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 234 M 2026-02-21T20:12:39.481 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:39.489 INFO:teuthology.orchestra.run.trial096.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:12:39.499 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:12:39.506 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:12:39.509 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:12:39.518 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:12:39.600 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:39.605 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:12:39.617 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:12:39.618 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:12:39.645 INFO:teuthology.orchestra.run.trial069.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:12:39.688 INFO:teuthology.orchestra.run.trial069.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:12:39.697 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:12:39.725 INFO:teuthology.orchestra.run.trial069.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:12:39.735 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:12:39.742 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:12:39.745 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:12:39.754 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:12:39.896 INFO:teuthology.orchestra.run.trial185.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 3.7 MB/s | 184 kB 00:00 2026-02-21T20:12:39.915 INFO:teuthology.orchestra.run.trial185.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 11 MB/s | 794 kB 00:00 2026-02-21T20:12:39.943 INFO:teuthology.orchestra.run.trial185.stdout:(3/12): flexiblas-3.0.4-9.el9.x86_64.rpm 629 kB/s | 30 kB 00:00 2026-02-21T20:12:39.965 INFO:teuthology.orchestra.run.trial185.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 695 kB/s | 15 kB 00:00 2026-02-21T20:12:39.986 INFO:teuthology.orchestra.run.trial185.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 1.9 MB/s | 42 kB 00:00 2026-02-21T20:12:40.075 INFO:teuthology.orchestra.run.trial185.stdout:(6/12): ceph-mgr-diskprediction-local-20.3.0-52 32 MB/s | 7.4 MB 00:00 2026-02-21T20:12:40.085 INFO:teuthology.orchestra.run.trial185.stdout:(7/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 18 MB/s | 3.0 MB 00:00 2026-02-21T20:12:40.126 INFO:teuthology.orchestra.run.trial185.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 38 MB/s | 5.3 MB 00:00 2026-02-21T20:12:40.142 INFO:teuthology.orchestra.run.trial185.stdout:(9/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 107 MB/s | 6.1 MB 00:00 2026-02-21T20:12:40.152 INFO:teuthology.orchestra.run.trial185.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 17 MB/s | 442 kB 00:00 2026-02-21T20:12:40.184 INFO:teuthology.orchestra.run.trial185.stdout:(11/12): python3-devel-3.9.25-3.el9.x86_64.rpm 2.2 MB/s | 244 kB 00:00 2026-02-21T20:12:40.296 INFO:teuthology.orchestra.run.trial185.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 126 MB/s | 19 MB 00:00 2026-02-21T20:12:40.297 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:40.297 INFO:teuthology.orchestra.run.trial185.stdout:Total 52 MB/s | 43 MB 00:00 2026-02-21T20:12:40.454 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:40.467 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:40.467 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:40.668 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:40.669 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:40.885 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:40.887 INFO:teuthology.orchestra.run.trial185.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:12:40.893 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:12:40.927 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:12:40.931 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:12:40.990 INFO:teuthology.orchestra.run.trial185.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:12:40.992 INFO:teuthology.orchestra.run.trial185.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:12:41.014 INFO:teuthology.orchestra.run.trial185.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:12:41.332 INFO:teuthology.orchestra.run.trial185.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:12:41.405 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:12:42.062 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:12:42.387 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:12:42.393 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:12:42.536 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:12:42.537 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:12:42.659 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:12:42.660 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:12:42.660 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:12:42.660 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:12:42.660 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:12:42.660 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:12:42.661 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:12:42.668 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:12:42.714 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:12:42.715 INFO:teuthology.orchestra.run.trial096.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:12:42.716 INFO:teuthology.orchestra.run.trial096.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:12:42.716 INFO:teuthology.orchestra.run.trial096.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:12:42.716 INFO:teuthology.orchestra.run.trial096.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:12:42.716 INFO:teuthology.orchestra.run.trial096.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:12:42.716 INFO:teuthology.orchestra.run.trial096.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:12:42.716 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:42.716 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:12:42.751 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:12:42.826 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:42.884 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:42.924 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:12:42.942 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:42.999 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:43.036 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:12:43.050 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:00:38 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:12:43.132 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout:======================================================================================= 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout:======================================================================================= 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout:======================================================================================= 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout:Install 12 Packages 2026-02-21T20:12:43.133 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:12:43.134 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 43 M 2026-02-21T20:12:43.134 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 234 M 2026-02-21T20:12:43.134 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:12:43.234 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:39 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:43.319 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:43.320 INFO:teuthology.orchestra.run.trial185.stdout:Install 10 Packages 2026-02-21T20:12:43.320 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:43.320 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 2.0 M 2026-02-21T20:12:43.320 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 25 M 2026-02-21T20:12:43.320 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:43.344 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:36 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:43.427 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:43.427 INFO:teuthology.orchestra.run.trial069.stdout:======================================================================================= 2026-02-21T20:12:43.427 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:43.427 INFO:teuthology.orchestra.run.trial069.stdout:======================================================================================= 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout:======================================================================================= 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout:Install 12 Packages 2026-02-21T20:12:43.428 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:43.429 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 43 M 2026-02-21T20:12:43.429 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 234 M 2026-02-21T20:12:43.429 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:43.564 INFO:teuthology.orchestra.run.trial096.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 2.7 MB/s | 184 kB 00:00 2026-02-21T20:12:43.584 INFO:teuthology.orchestra.run.trial096.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 8.9 MB/s | 794 kB 00:00 2026-02-21T20:12:43.722 INFO:teuthology.orchestra.run.trial069.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 1.3 MB/s | 184 kB 00:00 2026-02-21T20:12:43.740 INFO:teuthology.orchestra.run.trial096.stdout:(3/12): ceph-mgr-diskprediction-local-20.3.0-52 30 MB/s | 7.4 MB 00:00 2026-02-21T20:12:43.741 INFO:teuthology.orchestra.run.trial069.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 1.5 MB/s | 30 kB 00:00 2026-02-21T20:12:43.768 INFO:teuthology.orchestra.run.trial069.stdout:(3/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 111 MB/s | 3.0 MB 00:00 2026-02-21T20:12:43.772 INFO:teuthology.orchestra.run.trial069.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 3.7 MB/s | 15 kB 00:00 2026-02-21T20:12:43.774 INFO:teuthology.orchestra.run.trial069.stdout:(5/12): libgfortran-11.5.0-14.el9.x86_64.rpm 4.0 MB/s | 794 kB 00:00 2026-02-21T20:12:43.776 INFO:teuthology.orchestra.run.trial069.stdout:(6/12): openblas-0.3.29-1.el9.x86_64.rpm 10 MB/s | 42 kB 00:00 2026-02-21T20:12:43.779 INFO:teuthology.orchestra.run.trial185.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 426 kB/s | 50 kB 00:00 2026-02-21T20:12:43.783 INFO:teuthology.orchestra.run.trial069.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 39 MB/s | 244 kB 00:00 2026-02-21T20:12:43.783 INFO:teuthology.orchestra.run.trial185.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2026-02-21T20:12:43.784 INFO:teuthology.orchestra.run.trial185.stdout:(3/10): python3-pyasn1-modules-0.4.8-6.el9.noar 2.2 MB/s | 279 kB 00:00 2026-02-21T20:12:43.810 INFO:teuthology.orchestra.run.trial069.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 229 MB/s | 6.1 MB 00:00 2026-02-21T20:12:43.822 INFO:teuthology.orchestra.run.trial069.stdout:(9/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 112 MB/s | 5.3 MB 00:00 2026-02-21T20:12:43.823 INFO:teuthology.orchestra.run.trial069.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 32 MB/s | 442 kB 00:00 2026-02-21T20:12:43.867 INFO:teuthology.orchestra.run.trial185.stdout:(4/10): python3-requests-oauthlib-1.3.0-12.el9. 610 kB/s | 54 kB 00:00 2026-02-21T20:12:43.895 INFO:teuthology.orchestra.run.trial069.stdout:(11/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 265 MB/s | 19 MB 00:00 2026-02-21T20:12:43.972 INFO:teuthology.orchestra.run.trial185.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 75 kB/s | 14 kB 00:00 2026-02-21T20:12:43.990 INFO:teuthology.orchestra.run.trial185.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 156 kB/s | 32 kB 00:00 2026-02-21T20:12:43.991 INFO:teuthology.orchestra.run.trial096.stdout:(4/12): flexiblas-3.0.4-9.el9.x86_64.rpm 69 kB/s | 30 kB 00:00 2026-02-21T20:12:44.047 INFO:teuthology.orchestra.run.trial069.stdout:(12/12): ceph-mgr-diskprediction-local-20.3.0-5 16 MB/s | 7.4 MB 00:00 2026-02-21T20:12:44.048 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:44.048 INFO:teuthology.orchestra.run.trial069.stdout:Total 69 MB/s | 43 MB 00:00 2026-02-21T20:12:44.084 INFO:teuthology.orchestra.run.trial185.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 634 kB/s | 59 kB 00:00 2026-02-21T20:12:44.142 INFO:teuthology.orchestra.run.trial096.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 37 kB/s | 15 kB 00:00 2026-02-21T20:12:44.150 INFO:teuthology.orchestra.run.trial096.stdout:(6/12): openblas-0.3.29-1.el9.x86_64.rpm 263 kB/s | 42 kB 00:00 2026-02-21T20:12:44.153 INFO:teuthology.orchestra.run.trial185.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 1.3 MB/s | 90 kB 00:00 2026-02-21T20:12:44.180 INFO:teuthology.orchestra.run.trial185.stdout:(9/10): python3-google-auth-2.45.0-1.el9.noarch 815 kB/s | 254 kB 00:00 2026-02-21T20:12:44.205 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:44.219 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:44.219 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:44.242 INFO:teuthology.orchestra.run.trial185.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 3.8 MB/s | 1.0 MB 00:00 2026-02-21T20:12:44.243 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:44.243 INFO:teuthology.orchestra.run.trial185.stdout:Total 2.2 MB/s | 2.0 MB 00:00 2026-02-21T20:12:44.271 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:44.279 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:44.279 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:44.319 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:44.319 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:44.393 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:44.421 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:44.421 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:44.443 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:12:44.456 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:12:44.467 INFO:teuthology.orchestra.run.trial096.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 772 kB/s | 244 kB 00:00 2026-02-21T20:12:44.470 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:12:44.474 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:12:44.482 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:12:44.521 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:12:44.533 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:12:44.638 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:44.640 INFO:teuthology.orchestra.run.trial069.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:12:44.647 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:12:44.680 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:12:44.685 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:12:44.743 INFO:teuthology.orchestra.run.trial069.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:12:44.745 INFO:teuthology.orchestra.run.trial069.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:12:44.766 INFO:teuthology.orchestra.run.trial069.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:12:44.848 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:12:44.862 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:12:44.863 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:12:44.978 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:12:44.979 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:12:45.035 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:12:45.035 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:45.036 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:45.065 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:12:45.092 INFO:teuthology.orchestra.run.trial069.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:12:45.166 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:12:45.375 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:41 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:45.459 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:12:45.460 INFO:teuthology.orchestra.run.trial185.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout:Install 7 Packages 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 7.1 M 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 34 M 2026-02-21T20:12:45.461 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:45.840 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:12:45.968 INFO:teuthology.orchestra.run.trial185.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 1.9 MB/s | 187 kB 00:00 2026-02-21T20:12:46.024 INFO:teuthology.orchestra.run.trial185.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.6 MB/s | 249 kB 00:00 2026-02-21T20:12:46.029 INFO:teuthology.orchestra.run.trial185.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 573 kB/s | 35 kB 00:00 2026-02-21T20:12:46.116 INFO:teuthology.orchestra.run.trial185.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 25 MB/s | 6.0 MB 00:00 2026-02-21T20:12:46.315 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:12:46.316 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:12:46.452 INFO:teuthology.orchestra.run.trial185.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 136 kB/s | 58 kB 00:00 2026-02-21T20:12:46.572 INFO:teuthology.orchestra.run.trial185.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 192 kB/s | 86 kB 00:00 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:12:46.609 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:12:46.668 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:12:46.668 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:46.668 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:46.668 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:46.668 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:46.669 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:46.695 INFO:teuthology.orchestra.run.trial185.stdout:(7/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 816 kB/s | 548 kB 00:00 2026-02-21T20:12:46.696 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:46.696 INFO:teuthology.orchestra.run.trial185.stdout:Total 5.7 MB/s | 7.1 MB 00:01 2026-02-21T20:12:46.707 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:12:46.734 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:46.741 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:46.741 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:46.813 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:46.813 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:46.903 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:46.953 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:12:46.963 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:12:46.968 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:12:47.018 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:40 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:47.101 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout:Install 10 Packages 2026-02-21T20:12:47.102 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:47.103 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 2.0 M 2026-02-21T20:12:47.103 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 25 M 2026-02-21T20:12:47.103 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:47.192 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:12:47.216 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:12:47.240 INFO:teuthology.orchestra.run.trial185.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:12:47.241 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:12:47.352 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:12:47.352 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:12:47.352 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:12:47.352 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:12:47.353 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:12:47.353 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:12:47.353 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:12:47.410 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:12:47.411 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:47.412 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:47.441 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-osd 2026-02-21T20:12:47.465 INFO:teuthology.orchestra.run.trial096.stdout:(8/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 788 kB/s | 3.0 MB 00:03 2026-02-21T20:12:47.503 INFO:teuthology.orchestra.run.trial069.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 215 kB/s | 50 kB 00:00 2026-02-21T20:12:47.747 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:43 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:47.812 INFO:teuthology.orchestra.run.trial185.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:47.831 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:47.831 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:47.831 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:47.852 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-osd-classic 2026-02-21T20:12:47.904 INFO:teuthology.orchestra.run.trial069.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 250 kB/s | 159 kB 00:00 2026-02-21T20:12:48.001 INFO:teuthology.orchestra.run.trial069.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 108 kB/s | 54 kB 00:00 2026-02-21T20:12:48.024 INFO:teuthology.orchestra.run.trial096.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 792 kB/s | 442 kB 00:00 2026-02-21T20:12:48.123 INFO:teuthology.orchestra.run.trial069.stdout:(4/10): python3-cachetools-4.2.4-1.el9.noarch.r 147 kB/s | 32 kB 00:00 2026-02-21T20:12:48.141 INFO:teuthology.orchestra.run.trial069.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 101 kB/s | 14 kB 00:00 2026-02-21T20:12:48.159 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:48.225 INFO:teuthology.orchestra.run.trial185.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:48.244 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:48.244 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:48.244 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:48.264 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-fuse 2026-02-21T20:12:48.540 INFO:teuthology.orchestra.run.trial069.stdout:(6/10): python3-google-auth-2.45.0-1.el9.noarch 611 kB/s | 254 kB 00:00 2026-02-21T20:12:48.572 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:48.646 INFO:teuthology.orchestra.run.trial069.stdout:(7/10): python3-pyasn1-modules-0.4.8-6.el9.noar 202 kB/s | 279 kB 00:01 2026-02-21T20:12:48.655 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repo Size 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:Install 1 Package 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 988 k 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 2.9 M 2026-02-21T20:12:48.656 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:48.704 INFO:teuthology.orchestra.run.trial069.stdout:(8/10): python3-kubernetes-26.1.0-3.el9.noarch. 1.8 MB/s | 1.0 MB 00:00 2026-02-21T20:12:48.787 INFO:teuthology.orchestra.run.trial185.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 7.4 MB/s | 988 kB 00:00 2026-02-21T20:12:48.788 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:48.788 INFO:teuthology.orchestra.run.trial185.stdout:Total 7.3 MB/s | 988 kB 00:00 2026-02-21T20:12:48.789 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:48.793 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:48.793 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:48.818 INFO:teuthology.orchestra.run.trial069.stdout:(9/10): python3-rsa-4.9-2.el9.noarch.rpm 212 kB/s | 59 kB 00:00 2026-02-21T20:12:48.828 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:48.828 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:48.922 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:48.937 INFO:teuthology.orchestra.run.trial069.stdout:(10/10): python3-websocket-client-1.2.3-2.el9.n 308 kB/s | 90 kB 00:00 2026-02-21T20:12:48.939 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:48.939 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:48.939 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.1 MB/s | 2.0 MB 00:01 2026-02-21T20:12:48.965 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:48.973 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:48.973 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:49.013 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:49.013 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:49.087 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:49.138 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:12:49.151 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:12:49.166 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:12:49.171 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:12:49.178 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:12:49.188 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:49.218 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:12:49.230 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:12:49.245 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:49.245 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:49.245 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:49.245 INFO:teuthology.orchestra.run.trial185.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:49.245 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:49.245 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:49.273 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install ceph-volume 2026-02-21T20:12:49.550 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:12:49.565 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:12:49.566 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:12:49.581 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repository Size 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout:Install 2 Packages 2026-02-21T20:12:49.665 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:49.666 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 650 k 2026-02-21T20:12:49.666 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 2.2 M 2026-02-21T20:12:49.666 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:49.675 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:12:49.675 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:12:49.675 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:12:49.675 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:12:49.676 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:12:49.676 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:12:49.676 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:12:49.676 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:12:49.676 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:12:49.676 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:12:49.732 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:12:49.733 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:12:49.734 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:12:49.734 INFO:teuthology.orchestra.run.trial069.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:12:49.734 INFO:teuthology.orchestra.run.trial069.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:12:49.734 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:49.734 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:49.762 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:12:49.852 INFO:teuthology.orchestra.run.trial185.stdout:(1/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 3.1 MB/s | 299 kB 00:00 2026-02-21T20:12:49.924 INFO:teuthology.orchestra.run.trial185.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.0 MB/s | 351 kB 00:00 2026-02-21T20:12:49.925 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:49.925 INFO:teuthology.orchestra.run.trial185.stdout:Total 2.4 MB/s | 650 kB 00:00 2026-02-21T20:12:49.934 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:49.941 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:49.941 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:49.987 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:49.987 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:50.067 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:50.067 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:43 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:50.128 INFO:teuthology.orchestra.run.trial185.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:12:50.130 INFO:teuthology.orchestra.run.trial185.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:12:50.145 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:12:50.146 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:50.146 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:12:50.146 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:12:50.151 INFO:teuthology.orchestra.run.trial069.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout:Install 7 Packages 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 7.1 M 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 34 M 2026-02-21T20:12:50.152 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:50.268 INFO:teuthology.orchestra.run.trial096.stdout:(10/12): openblas-openmp-0.3.29-1.el9.x86_64.rp 883 kB/s | 5.3 MB 00:06 2026-02-21T20:12:50.367 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:12:50.425 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:12:50.425 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:50.425 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:50.425 INFO:teuthology.orchestra.run.trial185.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:12:50.425 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:50.425 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:50.453 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install librados-devel 2026-02-21T20:12:50.644 INFO:teuthology.orchestra.run.trial069.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.2 MB/s | 187 kB 00:00 2026-02-21T20:12:50.688 INFO:teuthology.orchestra.run.trial069.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.9 MB/s | 249 kB 00:00 2026-02-21T20:12:50.709 INFO:teuthology.orchestra.run.trial069.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 536 kB/s | 35 kB 00:00 2026-02-21T20:12:50.764 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:50.827 INFO:teuthology.orchestra.run.trial069.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 6.0 MB 00:00 2026-02-21T20:12:50.847 INFO:teuthology.orchestra.run.trial069.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 416 kB/s | 58 kB 00:00 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repo Size 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout:Install 1 Package 2026-02-21T20:12:50.848 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:50.849 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 123 k 2026-02-21T20:12:50.849 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 437 k 2026-02-21T20:12:50.849 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:50.936 INFO:teuthology.orchestra.run.trial185.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:12:50.936 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:50.936 INFO:teuthology.orchestra.run.trial185.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T20:12:50.936 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:50.939 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:50.939 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:50.952 INFO:teuthology.orchestra.run.trial069.stdout:(6/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.0 MB/s | 548 kB 00:00 2026-02-21T20:12:50.972 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:50.972 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:50.987 INFO:teuthology.orchestra.run.trial069.stdout:(7/7): python3-typing-extensions-4.15.0-1.el9.n 543 kB/s | 86 kB 00:00 2026-02-21T20:12:50.987 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:50.987 INFO:teuthology.orchestra.run.trial069.stdout:Total 8.5 MB/s | 7.1 MB 00:00 2026-02-21T20:12:51.024 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:51.026 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:51.030 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:51.030 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:51.043 INFO:teuthology.orchestra.run.trial185.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:51.103 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:51.104 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:51.124 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:51.183 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:51.183 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:51.183 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:51.183 INFO:teuthology.orchestra.run.trial185.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:51.183 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:51.183 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:51.194 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:51.210 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install libcephfs2 2026-02-21T20:12:51.244 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:12:51.253 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:12:51.259 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:12:51.475 INFO:teuthology.orchestra.run.trial096.stdout:(11/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 896 kB/s | 6.1 MB 00:07 2026-02-21T20:12:51.478 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:12:51.502 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:12:51.527 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:12:51.528 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:12:51.531 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:51.596 INFO:teuthology.orchestra.run.trial185.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:51.614 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:51.615 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:51.615 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:51.635 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install libcephfs-devel 2026-02-21T20:12:51.637 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:12:51.637 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:12:51.638 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:12:51.638 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:12:51.638 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:12:51.638 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:12:51.638 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:12:51.695 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:12:51.695 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:51.695 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:51.695 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:12:51.695 INFO:teuthology.orchestra.run.trial069.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:12:51.696 INFO:teuthology.orchestra.run.trial069.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:12:51.696 INFO:teuthology.orchestra.run.trial069.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:12:51.696 INFO:teuthology.orchestra.run.trial069.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:12:51.696 INFO:teuthology.orchestra.run.trial069.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:12:51.696 INFO:teuthology.orchestra.run.trial069.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:12:51.696 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:51.696 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:51.726 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-osd 2026-02-21T20:12:51.945 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repo Size 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:Installing dependencies: 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:Install 2 Packages 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 62 k 2026-02-21T20:12:52.029 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 223 k 2026-02-21T20:12:52.030 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:52.036 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:52.094 INFO:teuthology.orchestra.run.trial185.stdout:(1/2): libcephfs-devel-20.3.0-5291.g042df16c.el 587 kB/s | 37 kB 00:00 2026-02-21T20:12:52.096 INFO:teuthology.orchestra.run.trial185.stdout:(2/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 378 kB/s | 25 kB 00:00 2026-02-21T20:12:52.097 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:52.097 INFO:teuthology.orchestra.run.trial185.stdout:Total 921 kB/s | 62 kB 00:00 2026-02-21T20:12:52.097 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:52.100 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:52.100 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:52.101 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:52.119 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:52.119 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:52.119 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:52.132 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:52.132 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:52.141 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-osd-classic 2026-02-21T20:12:52.182 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:52.183 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:12:52.199 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:12:52.216 INFO:teuthology.orchestra.run.trial185.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:12:52.270 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:12:52.270 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:12:52.326 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:12:52.327 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:52.327 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:52.327 INFO:teuthology.orchestra.run.trial185.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:52.327 INFO:teuthology.orchestra.run.trial185.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:52.327 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:52.327 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:52.354 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install librados2 2026-02-21T20:12:52.444 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:52.508 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:52.527 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:52.528 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:52.528 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:52.547 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-fuse 2026-02-21T20:12:52.657 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:52.720 INFO:teuthology.orchestra.run.trial185.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:52.739 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:52.739 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:52.739 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:52.760 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install librbd1 2026-02-21T20:12:52.852 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:52.937 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:52.937 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:52.937 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-21T20:12:52.937 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 988 k 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 2.9 M 2026-02-21T20:12:52.938 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:53.058 INFO:teuthology.orchestra.run.trial069.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-21T20:12:53.059 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:53.059 INFO:teuthology.orchestra.run.trial069.stdout:Total 7.9 MB/s | 988 kB 00:00 2026-02-21T20:12:53.059 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:53.064 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:53.064 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:53.069 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:53.098 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:53.098 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:53.133 INFO:teuthology.orchestra.run.trial185.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:53.151 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:53.152 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:53.152 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:53.172 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install python3-rados 2026-02-21T20:12:53.190 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:53.207 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:53.421 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:53.479 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:53.479 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:53.479 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:53.480 INFO:teuthology.orchestra.run.trial069.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:53.480 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:53.480 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:53.482 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:53.506 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-volume 2026-02-21T20:12:53.547 INFO:teuthology.orchestra.run.trial185.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:53.565 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:53.566 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:53.566 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:53.588 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install python3-rgw 2026-02-21T20:12:53.823 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:53.897 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:53.906 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:53.906 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout:Install 2 Packages 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:53.907 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 650 k 2026-02-21T20:12:53.908 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 2.2 M 2026-02-21T20:12:53.908 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:53.961 INFO:teuthology.orchestra.run.trial185.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:53.979 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:53.980 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:53.980 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:54.000 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install python3-cephfs 2026-02-21T20:12:54.071 INFO:teuthology.orchestra.run.trial069.stdout:(1/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 5.5 MB/s | 351 kB 00:00 2026-02-21T20:12:54.105 INFO:teuthology.orchestra.run.trial069.stdout:(2/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 3.0 MB/s | 299 kB 00:00 2026-02-21T20:12:54.106 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:54.106 INFO:teuthology.orchestra.run.trial069.stdout:Total 3.2 MB/s | 650 kB 00:00 2026-02-21T20:12:54.116 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:54.122 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:54.122 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:54.166 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:54.166 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:54.247 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:54.303 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:54.309 INFO:teuthology.orchestra.run.trial069.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:12:54.311 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:12:54.326 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:12:54.326 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:54.326 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:12:54.326 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:54.367 INFO:teuthology.orchestra.run.trial185.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:54.386 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:54.386 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:54.386 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:54.407 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install python3-rbd 2026-02-21T20:12:54.549 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:12:54.608 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:12:54.608 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:54.608 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:54.608 INFO:teuthology.orchestra.run.trial069.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:12:54.608 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:54.608 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:54.635 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install librados-devel 2026-02-21T20:12:54.716 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:54.780 INFO:teuthology.orchestra.run.trial185.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:54.798 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:54.798 INFO:teuthology.orchestra.run.trial185.stdout:Nothing to do. 2026-02-21T20:12:54.799 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:54.819 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install rbd-fuse 2026-02-21T20:12:54.945 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:55.027 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:55.028 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:55.028 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 123 k 2026-02-21T20:12:55.029 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 437 k 2026-02-21T20:12:55.030 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:55.117 INFO:teuthology.orchestra.run.trial069.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:12:55.117 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:55.117 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.3 MB/s | 123 kB 00:00 2026-02-21T20:12:55.117 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:55.120 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:55.120 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:55.121 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:55.152 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:55.152 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:55.205 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:55.206 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:55.206 INFO:teuthology.orchestra.run.trial185.stdout: Package Architecture Version Repository Size 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:Install 1 Package 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 84 k 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 209 k 2026-02-21T20:12:55.207 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:55.208 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:55.224 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:55.282 INFO:teuthology.orchestra.run.trial185.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-21T20:12:55.283 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:55.283 INFO:teuthology.orchestra.run.trial185.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-21T20:12:55.283 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:55.286 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:55.287 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:55.301 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:55.317 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:55.318 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:55.359 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:55.359 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:55.359 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:55.359 INFO:teuthology.orchestra.run.trial069.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:55.359 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:55.359 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:55.369 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:55.385 INFO:teuthology.orchestra.run.trial185.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:55.388 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install libcephfs2 2026-02-21T20:12:55.466 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:55.524 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:55.524 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:55.524 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:55.524 INFO:teuthology.orchestra.run.trial185.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:55.524 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:55.524 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:55.552 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install rbd-mirror 2026-02-21T20:12:55.711 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:55.776 INFO:teuthology.orchestra.run.trial069.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:55.794 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:55.795 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:55.795 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:55.816 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install libcephfs-devel 2026-02-21T20:12:55.861 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout: Package Arch Version Repo Size 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:Install 1 Package 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 2.9 M 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 11 M 2026-02-21T20:12:55.944 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:56.091 INFO:teuthology.orchestra.run.trial185.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-21T20:12:56.091 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:56.091 INFO:teuthology.orchestra.run.trial185.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-21T20:12:56.092 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:56.097 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:56.097 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:56.126 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:56.136 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:56.136 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:56.211 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:Install 2 Packages 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 62 k 2026-02-21T20:12:56.212 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 223 k 2026-02-21T20:12:56.213 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:56.275 INFO:teuthology.orchestra.run.trial069.stdout:(1/2): libcephfs-devel-20.3.0-5291.g042df16c.el 591 kB/s | 37 kB 00:00 2026-02-21T20:12:56.277 INFO:teuthology.orchestra.run.trial069.stdout:(2/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 378 kB/s | 25 kB 00:00 2026-02-21T20:12:56.279 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:56.279 INFO:teuthology.orchestra.run.trial069.stdout:Total 925 kB/s | 62 kB 00:00 2026-02-21T20:12:56.279 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:56.281 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:56.281 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:56.314 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:56.315 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:56.315 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:56.316 INFO:teuthology.orchestra.run.trial185.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:56.338 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:56.338 INFO:teuthology.orchestra.run.trial185.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:12:56.338 INFO:teuthology.orchestra.run.trial185.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:12:56.338 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:12:56.338 INFO:teuthology.orchestra.run.trial185.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:12:56.338 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:56.365 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:56.365 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:12:56.383 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:12:56.399 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:12:56.454 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:12:56.454 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:12:56.511 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:12:56.511 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:56.511 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:56.511 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:56.511 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:56.511 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:56.511 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:56.540 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install librados2 2026-02-21T20:12:56.640 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:56.640 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:56.640 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:56.640 INFO:teuthology.orchestra.run.trial185.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:56.640 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:56.640 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:56.668 DEBUG:teuthology.orchestra.run.trial185:> sudo yum -y install rbd-nbd 2026-02-21T20:12:56.842 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:56.906 INFO:teuthology.orchestra.run.trial069.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:56.924 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:56.925 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:56.925 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:56.946 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install librbd1 2026-02-21T20:12:56.979 INFO:teuthology.orchestra.run.trial185.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 08:12:04 PM UTC. 2026-02-21T20:12:57.064 INFO:teuthology.orchestra.run.trial185.stdout:Dependencies resolved. 2026-02-21T20:12:57.064 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:57.064 INFO:teuthology.orchestra.run.trial185.stdout: Package Architecture Version Repository Size 2026-02-21T20:12:57.064 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:57.064 INFO:teuthology.orchestra.run.trial185.stdout:Installing: 2026-02-21T20:12:57.064 INFO:teuthology.orchestra.run.trial185.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:12:57.064 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:57.065 INFO:teuthology.orchestra.run.trial185.stdout:Transaction Summary 2026-02-21T20:12:57.065 INFO:teuthology.orchestra.run.trial185.stdout:================================================================================ 2026-02-21T20:12:57.065 INFO:teuthology.orchestra.run.trial185.stdout:Install 1 Package 2026-02-21T20:12:57.065 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:57.065 INFO:teuthology.orchestra.run.trial185.stdout:Total download size: 172 k 2026-02-21T20:12:57.065 INFO:teuthology.orchestra.run.trial185.stdout:Installed size: 462 k 2026-02-21T20:12:57.065 INFO:teuthology.orchestra.run.trial185.stdout:Downloading Packages: 2026-02-21T20:12:57.150 INFO:teuthology.orchestra.run.trial185.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-21T20:12:57.151 INFO:teuthology.orchestra.run.trial185.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:57.151 INFO:teuthology.orchestra.run.trial185.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-21T20:12:57.151 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction check 2026-02-21T20:12:57.155 INFO:teuthology.orchestra.run.trial185.stdout:Transaction check succeeded. 2026-02-21T20:12:57.155 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction test 2026-02-21T20:12:57.186 INFO:teuthology.orchestra.run.trial185.stdout:Transaction test succeeded. 2026-02-21T20:12:57.187 INFO:teuthology.orchestra.run.trial185.stdout:Running transaction 2026-02-21T20:12:57.242 INFO:teuthology.orchestra.run.trial185.stdout: Preparing : 1/1 2026-02-21T20:12:57.253 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:57.259 INFO:teuthology.orchestra.run.trial185.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:57.318 INFO:teuthology.orchestra.run.trial069.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:57.336 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:57.337 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:57.338 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:57.343 INFO:teuthology.orchestra.run.trial185.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:57.359 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-rados 2026-02-21T20:12:57.401 INFO:teuthology.orchestra.run.trial185.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:57.402 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:57.402 INFO:teuthology.orchestra.run.trial185.stdout:Installed: 2026-02-21T20:12:57.402 INFO:teuthology.orchestra.run.trial185.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:57.402 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:12:57.402 INFO:teuthology.orchestra.run.trial185.stdout:Complete! 2026-02-21T20:12:57.433 DEBUG:teuthology.parallel:result is None 2026-02-21T20:12:57.669 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:57.736 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:57.754 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:57.755 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:57.755 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:57.774 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-rgw 2026-02-21T20:12:58.085 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:58.149 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:58.168 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:58.168 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:58.168 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:58.189 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-cephfs 2026-02-21T20:12:58.495 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:58.559 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:58.577 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:58.578 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:58.578 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:58.598 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-rbd 2026-02-21T20:12:58.907 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:58.971 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:12:58.989 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:58.989 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-21T20:12:58.989 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:59.010 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install rbd-fuse 2026-02-21T20:12:59.313 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:12:59.397 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:12:59.397 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:59.397 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-21T20:12:59.397 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:59.397 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:12:59.397 INFO:teuthology.orchestra.run.trial069.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 84 k 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 209 k 2026-02-21T20:12:59.398 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:12:59.634 INFO:teuthology.orchestra.run.trial069.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 355 kB/s | 84 kB 00:00 2026-02-21T20:12:59.635 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:12:59.635 INFO:teuthology.orchestra.run.trial069.stdout:Total 354 kB/s | 84 kB 00:00 2026-02-21T20:12:59.635 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:12:59.639 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:12:59.639 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:12:59.670 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:12:59.670 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:12:59.721 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:12:59.738 INFO:teuthology.orchestra.run.trial069.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:59.821 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:59.883 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:12:59.883 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:59.883 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:12:59.883 INFO:teuthology.orchestra.run.trial069.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:12:59.883 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:12:59.883 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:12:59.915 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install rbd-mirror 2026-02-21T20:13:00.228 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:13:00.310 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:13:00.310 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:13:00.310 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 2.9 M 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 11 M 2026-02-21T20:13:00.311 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:13:00.458 INFO:teuthology.orchestra.run.trial069.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-21T20:13:00.459 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:00.459 INFO:teuthology.orchestra.run.trial069.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-21T20:13:00.459 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:13:00.464 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:13:00.464 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:13:00.503 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:13:00.503 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:13:00.682 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:13:00.683 INFO:teuthology.orchestra.run.trial069.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:00.707 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:00.707 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:13:00.707 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:13:00.707 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:13:00.707 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:13:00.707 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:00.996 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:00.997 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:00.997 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:13:00.997 INFO:teuthology.orchestra.run.trial069.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:00.997 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:00.997 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:13:01.025 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install rbd-nbd 2026-02-21T20:13:01.334 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 08:12:07 PM UTC. 2026-02-21T20:13:01.417 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-21T20:13:01.418 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-21T20:13:01.419 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:01.419 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 172 k 2026-02-21T20:13:01.419 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 462 k 2026-02-21T20:13:01.419 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-21T20:13:01.505 INFO:teuthology.orchestra.run.trial069.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-21T20:13:01.506 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:01.506 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-21T20:13:01.506 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-21T20:13:01.510 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-21T20:13:01.510 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-21T20:13:01.541 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-21T20:13:01.541 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-21T20:13:01.597 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-21T20:13:01.613 INFO:teuthology.orchestra.run.trial069.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:01.697 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:01.755 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:01.756 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:01.756 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-21T20:13:01.756 INFO:teuthology.orchestra.run.trial069.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:01.756 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:01.756 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-21T20:13:01.791 DEBUG:teuthology.parallel:result is None 2026-02-21T20:13:03.585 INFO:teuthology.orchestra.run.trial096.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 1.2 MB/s | 19 MB 00:15 2026-02-21T20:13:03.587 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:03.588 INFO:teuthology.orchestra.run.trial096.stdout:Total 2.1 MB/s | 43 MB 00:20 2026-02-21T20:13:03.739 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:03.752 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:03.752 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:03.955 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:03.956 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:04.174 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:04.177 INFO:teuthology.orchestra.run.trial096.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:13:04.182 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:13:04.216 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:13:04.220 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:13:04.279 INFO:teuthology.orchestra.run.trial096.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:13:04.281 INFO:teuthology.orchestra.run.trial096.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:13:04.303 INFO:teuthology.orchestra.run.trial096.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:13:04.625 INFO:teuthology.orchestra.run.trial096.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:13:04.698 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:13:05.366 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:13:05.819 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:13:05.820 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:13:06.091 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:13:06.091 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:13:06.092 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:13:06.150 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:13:06.151 INFO:teuthology.orchestra.run.trial096.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:13:06.152 INFO:teuthology.orchestra.run.trial096.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:13:06.152 INFO:teuthology.orchestra.run.trial096.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:13:06.152 INFO:teuthology.orchestra.run.trial096.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:13:06.152 INFO:teuthology.orchestra.run.trial096.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:13:06.152 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:06.152 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:06.186 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:13:06.491 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:01 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:13:06.574 INFO:teuthology.orchestra.run.trial096.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:06.575 INFO:teuthology.orchestra.run.trial096.stdout:Install 10 Packages 2026-02-21T20:13:06.576 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:06.576 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 2.0 M 2026-02-21T20:13:06.576 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 25 M 2026-02-21T20:13:06.577 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:07.079 INFO:teuthology.orchestra.run.trial096.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 667 kB/s | 50 kB 00:00 2026-02-21T20:13:07.408 INFO:teuthology.orchestra.run.trial096.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 163 kB/s | 54 kB 00:00 2026-02-21T20:13:07.462 INFO:teuthology.orchestra.run.trial096.stdout:(3/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 346 kB/s | 159 kB 00:00 2026-02-21T20:13:07.528 INFO:teuthology.orchestra.run.trial096.stdout:(4/10): python3-pyasn1-modules-0.4.8-6.el9.noar 531 kB/s | 279 kB 00:00 2026-02-21T20:13:07.535 INFO:teuthology.orchestra.run.trial096.stdout:(5/10): python3-cachetools-4.2.4-1.el9.noarch.r 254 kB/s | 32 kB 00:00 2026-02-21T20:13:07.556 INFO:teuthology.orchestra.run.trial096.stdout:(6/10): python3-certifi-2023.05.07-4.el9.noarch 151 kB/s | 14 kB 00:00 2026-02-21T20:13:07.646 INFO:teuthology.orchestra.run.trial096.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 659 kB/s | 59 kB 00:00 2026-02-21T20:13:07.688 INFO:teuthology.orchestra.run.trial096.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 1.6 MB/s | 254 kB 00:00 2026-02-21T20:13:07.727 INFO:teuthology.orchestra.run.trial096.stdout:(9/10): python3-kubernetes-26.1.0-3.el9.noarch. 5.3 MB/s | 1.0 MB 00:00 2026-02-21T20:13:07.731 INFO:teuthology.orchestra.run.trial096.stdout:(10/10): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2026-02-21T20:13:07.731 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:07.732 INFO:teuthology.orchestra.run.trial096.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2026-02-21T20:13:07.756 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:07.763 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:07.763 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:07.802 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:07.802 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:07.876 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:07.926 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:13:07.939 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:13:07.954 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:13:07.958 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:13:07.966 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:13:08.004 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:13:08.016 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:13:08.327 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:13:08.342 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:13:08.342 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:13:08.447 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:08.505 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:08.534 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:13:08.841 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:03 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:08.926 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:08.927 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:08.927 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:13:08.927 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:08.927 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:08.927 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:13:08.927 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:13:08.928 INFO:teuthology.orchestra.run.trial096.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:13:08.928 INFO:teuthology.orchestra.run.trial096.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:13:08.928 INFO:teuthology.orchestra.run.trial096.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:13:08.928 INFO:teuthology.orchestra.run.trial096.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:13:08.928 INFO:teuthology.orchestra.run.trial096.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:13:08.928 INFO:teuthology.orchestra.run.trial096.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:13:08.928 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:08.929 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:08.929 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:08.929 INFO:teuthology.orchestra.run.trial096.stdout:Install 7 Packages 2026-02-21T20:13:08.929 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:08.929 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 7.1 M 2026-02-21T20:13:08.929 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 34 M 2026-02-21T20:13:08.929 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:09.151 INFO:teuthology.orchestra.run.trial096.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.2 MB/s | 187 kB 00:00 2026-02-21T20:13:09.236 INFO:teuthology.orchestra.run.trial096.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 408 kB/s | 35 kB 00:00 2026-02-21T20:13:09.271 INFO:teuthology.orchestra.run.trial096.stdout:(3/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.2 MB/s | 249 kB 00:00 2026-02-21T20:13:09.392 INFO:teuthology.orchestra.run.trial096.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2026-02-21T20:13:09.426 INFO:teuthology.orchestra.run.trial096.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 372 kB/s | 58 kB 00:00 2026-02-21T20:13:09.502 INFO:teuthology.orchestra.run.trial096.stdout:(6/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.0 MB/s | 548 kB 00:00 2026-02-21T20:13:09.573 INFO:teuthology.orchestra.run.trial096.stdout:(7/7): python3-typing-extensions-4.15.0-1.el9.n 479 kB/s | 86 kB 00:00 2026-02-21T20:13:09.574 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:09.574 INFO:teuthology.orchestra.run.trial096.stdout:Total 11 MB/s | 7.1 MB 00:00 2026-02-21T20:13:09.610 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:09.617 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:09.617 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:09.692 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:09.692 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:09.783 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:09.833 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:13:09.843 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:13:09.849 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:13:10.072 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:13:10.095 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:13:10.120 INFO:teuthology.orchestra.run.trial096.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:13:10.121 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:13:10.230 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:13:10.231 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:13:10.231 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:13:10.231 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:13:10.231 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:13:10.231 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:13:10.231 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:13:10.288 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:13:10.288 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:10.288 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:10.288 INFO:teuthology.orchestra.run.trial096.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:10.289 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:10.319 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-osd 2026-02-21T20:13:10.626 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:05 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:10.691 INFO:teuthology.orchestra.run.trial096.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:10.709 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:10.710 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:10.710 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:10.730 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-osd-classic 2026-02-21T20:13:11.037 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:06 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:11.102 INFO:teuthology.orchestra.run.trial096.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:11.120 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:11.120 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:11.121 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:11.141 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-fuse 2026-02-21T20:13:11.452 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:06 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:11.534 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repo Size 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:Install 1 Package 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 988 k 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 2.9 M 2026-02-21T20:13:11.535 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:11.656 INFO:teuthology.orchestra.run.trial096.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-21T20:13:11.656 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:11.656 INFO:teuthology.orchestra.run.trial096.stdout:Total 8.0 MB/s | 988 kB 00:00 2026-02-21T20:13:11.656 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:11.661 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:11.661 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:11.696 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:11.696 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:11.790 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:11.808 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:12.052 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:12.110 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:12.110 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:12.110 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:12.110 INFO:teuthology.orchestra.run.trial096.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:12.110 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:12.110 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:12.139 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install ceph-volume 2026-02-21T20:13:12.455 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:07 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:12.537 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repository Size 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:Install 2 Packages 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:12.538 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 650 k 2026-02-21T20:13:12.539 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 2.2 M 2026-02-21T20:13:12.539 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:12.692 INFO:teuthology.orchestra.run.trial096.stdout:(1/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 3.0 MB/s | 299 kB 00:00 2026-02-21T20:13:12.702 INFO:teuthology.orchestra.run.trial096.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 3.2 MB/s | 351 kB 00:00 2026-02-21T20:13:12.702 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:12.702 INFO:teuthology.orchestra.run.trial096.stdout:Total 3.9 MB/s | 650 kB 00:00 2026-02-21T20:13:12.712 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:12.718 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:12.719 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:12.762 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:12.762 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:12.843 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:12.904 INFO:teuthology.orchestra.run.trial096.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:13:12.906 INFO:teuthology.orchestra.run.trial096.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:13:12.922 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:13:12.922 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:13:12.923 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:13:12.923 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:13.151 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:13:13.209 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:13:13.210 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:13.210 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:13.210 INFO:teuthology.orchestra.run.trial096.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:13:13.210 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:13.210 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:13.239 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install librados-devel 2026-02-21T20:13:13.551 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:13.633 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repo Size 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:Install 1 Package 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 123 k 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 437 k 2026-02-21T20:13:13.634 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:13.720 INFO:teuthology.orchestra.run.trial096.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:13:13.720 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:13.721 INFO:teuthology.orchestra.run.trial096.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T20:13:13.721 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:13.723 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:13.723 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:13.755 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:13.755 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:13.810 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:13.826 INFO:teuthology.orchestra.run.trial096.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:13.910 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:13.969 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:13.969 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:13.969 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:13.969 INFO:teuthology.orchestra.run.trial096.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:13.969 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:13.969 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:13.997 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install libcephfs2 2026-02-21T20:13:14.304 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:09 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:14.368 INFO:teuthology.orchestra.run.trial096.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:14.386 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:14.387 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:14.387 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:14.407 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install libcephfs-devel 2026-02-21T20:13:14.709 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:09 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:14.793 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:14.793 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:14.793 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repo Size 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:Installing dependencies: 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:Install 2 Packages 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 62 k 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 223 k 2026-02-21T20:13:14.794 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:14.859 INFO:teuthology.orchestra.run.trial096.stdout:(1/2): libcephfs-devel-20.3.0-5291.g042df16c.el 571 kB/s | 37 kB 00:00 2026-02-21T20:13:14.862 INFO:teuthology.orchestra.run.trial096.stdout:(2/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 365 kB/s | 25 kB 00:00 2026-02-21T20:13:14.863 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:14.863 INFO:teuthology.orchestra.run.trial096.stdout:Total 893 kB/s | 62 kB 00:00 2026-02-21T20:13:14.863 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:14.866 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:14.866 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:14.899 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:14.899 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:14.949 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:14.950 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:13:14.965 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:13:14.981 INFO:teuthology.orchestra.run.trial096.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:13:15.039 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:13:15.039 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:13:15.097 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:13:15.097 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:15.097 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:15.098 INFO:teuthology.orchestra.run.trial096.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:15.098 INFO:teuthology.orchestra.run.trial096.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:15.098 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:15.098 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:15.123 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install librados2 2026-02-21T20:13:15.426 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:10 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:15.491 INFO:teuthology.orchestra.run.trial096.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:15.509 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:15.509 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:15.509 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:15.530 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install librbd1 2026-02-21T20:13:15.834 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:10 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:15.899 INFO:teuthology.orchestra.run.trial096.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:15.917 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:15.918 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:15.918 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:15.940 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install python3-rados 2026-02-21T20:13:16.250 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:11 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:16.316 INFO:teuthology.orchestra.run.trial096.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:16.334 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:16.335 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:16.335 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:16.356 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install python3-rgw 2026-02-21T20:13:16.666 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:11 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:16.730 INFO:teuthology.orchestra.run.trial096.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:16.748 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:16.749 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:16.749 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:16.771 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install python3-cephfs 2026-02-21T20:13:17.080 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:12 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:17.145 INFO:teuthology.orchestra.run.trial096.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:17.163 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:17.164 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:17.164 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:17.183 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install python3-rbd 2026-02-21T20:13:17.496 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:12 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:17.560 INFO:teuthology.orchestra.run.trial096.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:13:17.579 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:17.579 INFO:teuthology.orchestra.run.trial096.stdout:Nothing to do. 2026-02-21T20:13:17.579 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:17.601 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install rbd-fuse 2026-02-21T20:13:17.907 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:12 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:17.993 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:17.993 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:17.994 INFO:teuthology.orchestra.run.trial096.stdout: Package Architecture Version Repository Size 2026-02-21T20:13:17.994 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:17.994 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:17.994 INFO:teuthology.orchestra.run.trial096.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:13:17.994 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:17.994 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:17.995 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:17.995 INFO:teuthology.orchestra.run.trial096.stdout:Install 1 Package 2026-02-21T20:13:17.995 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:17.995 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 84 k 2026-02-21T20:13:17.995 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 209 k 2026-02-21T20:13:17.995 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:18.091 INFO:teuthology.orchestra.run.trial096.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 859 kB/s | 84 kB 00:00 2026-02-21T20:13:18.092 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:18.092 INFO:teuthology.orchestra.run.trial096.stdout:Total 852 kB/s | 84 kB 00:00 2026-02-21T20:13:18.092 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:18.095 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:18.095 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:18.127 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:18.127 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:18.178 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:18.195 INFO:teuthology.orchestra.run.trial096.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:18.281 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:18.339 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:18.339 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:18.339 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:18.339 INFO:teuthology.orchestra.run.trial096.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:18.340 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:18.340 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:18.368 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install rbd-mirror 2026-02-21T20:13:18.695 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:13 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:18.778 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout: Package Arch Version Repo Size 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout:Install 1 Package 2026-02-21T20:13:18.779 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:18.780 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 2.9 M 2026-02-21T20:13:18.780 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 11 M 2026-02-21T20:13:18.780 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:18.922 INFO:teuthology.orchestra.run.trial096.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-21T20:13:18.923 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:18.923 INFO:teuthology.orchestra.run.trial096.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-21T20:13:18.923 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:18.928 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:18.928 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:18.968 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:18.968 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:19.145 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:19.146 INFO:teuthology.orchestra.run.trial096.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:19.170 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:19.170 INFO:teuthology.orchestra.run.trial096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:13:19.170 INFO:teuthology.orchestra.run.trial096.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:13:19.170 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:13:19.171 INFO:teuthology.orchestra.run.trial096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:13:19.171 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:19.487 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:19.487 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:19.487 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:19.487 INFO:teuthology.orchestra.run.trial096.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:19.487 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:19.487 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:19.517 DEBUG:teuthology.orchestra.run.trial096:> sudo yum -y install rbd-nbd 2026-02-21T20:13:19.824 INFO:teuthology.orchestra.run.trial096.stdout:Last metadata expiration check: 0:01:14 ago on Sat 21 Feb 2026 08:12:05 PM UTC. 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout:Dependencies resolved. 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout: Package Architecture Version Repository Size 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout:Installing: 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:19.909 INFO:teuthology.orchestra.run.trial096.stdout:Transaction Summary 2026-02-21T20:13:19.910 INFO:teuthology.orchestra.run.trial096.stdout:================================================================================ 2026-02-21T20:13:19.910 INFO:teuthology.orchestra.run.trial096.stdout:Install 1 Package 2026-02-21T20:13:19.910 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:19.910 INFO:teuthology.orchestra.run.trial096.stdout:Total download size: 172 k 2026-02-21T20:13:19.910 INFO:teuthology.orchestra.run.trial096.stdout:Installed size: 462 k 2026-02-21T20:13:19.910 INFO:teuthology.orchestra.run.trial096.stdout:Downloading Packages: 2026-02-21T20:13:19.995 INFO:teuthology.orchestra.run.trial096.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-21T20:13:19.995 INFO:teuthology.orchestra.run.trial096.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:19.995 INFO:teuthology.orchestra.run.trial096.stdout:Total 2.0 MB/s | 172 kB 00:00 2026-02-21T20:13:19.995 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction check 2026-02-21T20:13:19.999 INFO:teuthology.orchestra.run.trial096.stdout:Transaction check succeeded. 2026-02-21T20:13:19.999 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction test 2026-02-21T20:13:20.031 INFO:teuthology.orchestra.run.trial096.stdout:Transaction test succeeded. 2026-02-21T20:13:20.031 INFO:teuthology.orchestra.run.trial096.stdout:Running transaction 2026-02-21T20:13:20.087 INFO:teuthology.orchestra.run.trial096.stdout: Preparing : 1/1 2026-02-21T20:13:20.103 INFO:teuthology.orchestra.run.trial096.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:20.187 INFO:teuthology.orchestra.run.trial096.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:20.246 INFO:teuthology.orchestra.run.trial096.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:13:20.246 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:20.246 INFO:teuthology.orchestra.run.trial096.stdout:Installed: 2026-02-21T20:13:20.247 INFO:teuthology.orchestra.run.trial096.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:13:20.247 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:13:20.247 INFO:teuthology.orchestra.run.trial096.stdout:Complete! 2026-02-21T20:13:20.280 DEBUG:teuthology.parallel:result is None 2026-02-21T20:13:20.281 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:20.450 DEBUG:teuthology.orchestra.run.trial069:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:13:20.471 INFO:teuthology.orchestra.run.trial069.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:13:20.471 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:13:20.471 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:13:20.473 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:20.598 DEBUG:teuthology.orchestra.run.trial096:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:13:20.619 INFO:teuthology.orchestra.run.trial096.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:13:20.619 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:13:20.619 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:13:20.622 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:20.750 DEBUG:teuthology.orchestra.run.trial185:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:13:20.772 INFO:teuthology.orchestra.run.trial185.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:13:20.772 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:13:20.772 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:13:20.775 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-21T20:13:20.775 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:13:20.775 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:13:20.801 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:13:20.801 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:13:20.827 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:13:20.827 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:13:20.854 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-21T20:13:20.855 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:13:20.855 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:13:20.879 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:13:20.944 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:13:20.945 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:13:20.970 DEBUG:teuthology.orchestra.run.trial096:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:13:21.033 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:13:21.034 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:13:21.060 DEBUG:teuthology.orchestra.run.trial185:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:13:21.126 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-21T20:13:21.126 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:13:21.126 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:13:21.152 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:13:21.216 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:13:21.216 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:13:21.241 DEBUG:teuthology.orchestra.run.trial096:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:13:21.304 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:13:21.304 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:13:21.331 DEBUG:teuthology.orchestra.run.trial185:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:13:21.395 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-21T20:13:21.395 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:13:21.395 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:13:21.421 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:13:21.485 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:13:21.486 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:13:21.511 DEBUG:teuthology.orchestra.run.trial096:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:13:21.576 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:13:21.576 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:13:21.601 DEBUG:teuthology.orchestra.run.trial185:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:13:21.665 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-21T20:13:21.789 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:13:21.790 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:21.791 INFO:tasks.cephadm:Cluster fsid is c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:21.791 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-21T20:13:21.791 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.69', 'mon.b': '10.20.193.96', 'mon.c': '10.20.193.185'} 2026-02-21T20:13:21.791 INFO:tasks.cephadm:First mon is mon.a on trial069 2026-02-21T20:13:21.792 INFO:tasks.cephadm:First mgr is a 2026-02-21T20:13:21.792 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-21T20:13:21.792 DEBUG:teuthology.orchestra.run.trial069:> sudo hostname $(hostname -s) 2026-02-21T20:13:21.817 DEBUG:teuthology.orchestra.run.trial096:> sudo hostname $(hostname -s) 2026-02-21T20:13:21.842 DEBUG:teuthology.orchestra.run.trial185:> sudo hostname $(hostname -s) 2026-02-21T20:13:21.868 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-21T20:13:21.868 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:21.991 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/', 'ref': 'wip-adk3-testing-2026-02-12-2007', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-13 09:21:40.103301', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5291-g042df16c', 'package_manager_version': '20.3.0-5291.g042df16c', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/2964/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-21T20:13:22.124 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk3-testing-2026-02-12-2007, sha1 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:22.125 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm 2026-02-21T20:13:22.125 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm 2026-02-21T20:13:22.125 DEBUG:teuthology.orchestra.run.trial069:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:22.455 INFO:teuthology.orchestra.run.trial069.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:13 /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:22.456 DEBUG:teuthology.orchestra.run.trial096:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:22.765 INFO:teuthology.orchestra.run.trial096.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:13 /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:22.766 DEBUG:teuthology.orchestra.run.trial185:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:23.100 INFO:teuthology.orchestra.run.trial185.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:13 /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:23.100 DEBUG:teuthology.orchestra.run.trial069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:23.120 DEBUG:teuthology.orchestra.run.trial096:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:23.139 DEBUG:teuthology.orchestra.run.trial185:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:13:23.173 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 on all hosts... 2026-02-21T20:13:23.173 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:13:23.176 DEBUG:teuthology.orchestra.run.trial096:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:13:23.182 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:13:23.433 INFO:teuthology.orchestra.run.trial096.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:13:23.439 INFO:teuthology.orchestra.run.trial069.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:13:23.441 INFO:teuthology.orchestra.run.trial185.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:13:32.788 INFO:teuthology.orchestra.run.trial096.stdout:{ 2026-02-21T20:13:32.788 INFO:teuthology.orchestra.run.trial096.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:13:32.788 INFO:teuthology.orchestra.run.trial096.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:13:32.788 INFO:teuthology.orchestra.run.trial096.stdout: "repo_digests": [ 2026-02-21T20:13:32.788 INFO:teuthology.orchestra.run.trial096.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:13:32.788 INFO:teuthology.orchestra.run.trial096.stdout: ] 2026-02-21T20:13:32.788 INFO:teuthology.orchestra.run.trial096.stdout:} 2026-02-21T20:13:32.902 INFO:teuthology.orchestra.run.trial185.stdout:{ 2026-02-21T20:13:32.902 INFO:teuthology.orchestra.run.trial185.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:13:32.902 INFO:teuthology.orchestra.run.trial185.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:13:32.902 INFO:teuthology.orchestra.run.trial185.stdout: "repo_digests": [ 2026-02-21T20:13:32.902 INFO:teuthology.orchestra.run.trial185.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:13:32.902 INFO:teuthology.orchestra.run.trial185.stdout: ] 2026-02-21T20:13:32.902 INFO:teuthology.orchestra.run.trial185.stdout:} 2026-02-21T20:13:33.091 INFO:teuthology.orchestra.run.trial069.stdout:{ 2026-02-21T20:13:33.091 INFO:teuthology.orchestra.run.trial069.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:13:33.092 INFO:teuthology.orchestra.run.trial069.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:13:33.092 INFO:teuthology.orchestra.run.trial069.stdout: "repo_digests": [ 2026-02-21T20:13:33.092 INFO:teuthology.orchestra.run.trial069.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:13:33.092 INFO:teuthology.orchestra.run.trial069.stdout: ] 2026-02-21T20:13:33.092 INFO:teuthology.orchestra.run.trial069.stdout:} 2026-02-21T20:13:33.108 DEBUG:teuthology.orchestra.run.trial069:> sudo mkdir -p /etc/ceph 2026-02-21T20:13:33.171 DEBUG:teuthology.orchestra.run.trial096:> sudo mkdir -p /etc/ceph 2026-02-21T20:13:33.200 DEBUG:teuthology.orchestra.run.trial185:> sudo mkdir -p /etc/ceph 2026-02-21T20:13:33.229 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod 777 /etc/ceph 2026-02-21T20:13:33.253 DEBUG:teuthology.orchestra.run.trial096:> sudo chmod 777 /etc/ceph 2026-02-21T20:13:33.279 DEBUG:teuthology.orchestra.run.trial185:> sudo chmod 777 /etc/ceph 2026-02-21T20:13:33.306 INFO:tasks.cephadm:Writing seed config... 2026-02-21T20:13:33.308 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-21T20:13:33.308 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-21T20:13:33.309 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-21T20:13:33.309 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-21T20:13:33.309 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-21T20:13:33.309 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-21T20:13:33.309 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-21T20:13:33.309 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-21T20:13:33.309 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-21T20:13:33.310 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:13:33.310 DEBUG:teuthology.orchestra.run.trial069:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-21T20:13:33.326 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 = c51496b3-0f61-11f1-b7ad-d404e6e7d460 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-21T20:13:33.327 DEBUG:teuthology.orchestra.run.trial069:mon.a> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a.service 2026-02-21T20:13:33.368 DEBUG:teuthology.orchestra.run.trial069:mgr.a> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.a.service 2026-02-21T20:13:33.410 INFO:tasks.cephadm:Bootstrapping... 2026-02-21T20:13:33.411 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 -v bootstrap --fsid c51496b3-0f61-11f1-b7ad-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.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:13:33.549 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:13:33.550 INFO:teuthology.orchestra.run.trial069.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', '-v', 'bootstrap', '--fsid', 'c51496b3-0f61-11f1-b7ad-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.69', '--skip-admin-label'] 2026-02-21T20:13:33.550 INFO:teuthology.orchestra.run.trial069.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-21T20:13:33.551 INFO:teuthology.orchestra.run.trial069.stdout:Verifying podman|docker is present... 2026-02-21T20:13:33.566 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:13:33.566 INFO:teuthology.orchestra.run.trial069.stdout:Verifying lvm2 is present... 2026-02-21T20:13:33.566 INFO:teuthology.orchestra.run.trial069.stdout:Verifying time synchronization is in place... 2026-02-21T20:13:33.572 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:13:33.572 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:13:33.577 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:13:33.578 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-21T20:13:33.584 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout enabled 2026-02-21T20:13:33.590 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout active 2026-02-21T20:13:33.590 INFO:teuthology.orchestra.run.trial069.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:13:33.590 INFO:teuthology.orchestra.run.trial069.stdout:Repeating the final host check... 2026-02-21T20:13:33.606 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:13:33.606 INFO:teuthology.orchestra.run.trial069.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-21T20:13:33.607 INFO:teuthology.orchestra.run.trial069.stdout:systemctl is present 2026-02-21T20:13:33.607 INFO:teuthology.orchestra.run.trial069.stdout:lvcreate is present 2026-02-21T20:13:33.611 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:13:33.612 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:13:33.617 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:13:33.617 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-21T20:13:33.623 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout enabled 2026-02-21T20:13:33.628 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout active 2026-02-21T20:13:33.629 INFO:teuthology.orchestra.run.trial069.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:13:33.629 INFO:teuthology.orchestra.run.trial069.stdout:Host looks OK 2026-02-21T20:13:33.629 INFO:teuthology.orchestra.run.trial069.stdout:Cluster fsid: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:33.629 INFO:teuthology.orchestra.run.trial069.stdout:Acquiring lock 139987865451344 on /run/cephadm/c51496b3-0f61-11f1-b7ad-d404e6e7d460.lock 2026-02-21T20:13:33.629 INFO:teuthology.orchestra.run.trial069.stdout:Lock 139987865451344 acquired on /run/cephadm/c51496b3-0f61-11f1-b7ad-d404e6e7d460.lock 2026-02-21T20:13:33.629 INFO:teuthology.orchestra.run.trial069.stdout:Verifying IP 10.20.193.69 port 3300 ... 2026-02-21T20:13:33.630 INFO:teuthology.orchestra.run.trial069.stdout:Verifying IP 10.20.193.69 port 6789 ... 2026-02-21T20:13:33.630 INFO:teuthology.orchestra.run.trial069.stdout:Base mon IP(s) is [10.20.193.69:3300, 10.20.193.69:6789], mon addrv is [v2:10.20.193.69:3300,v1:10.20.193.69:6789] 2026-02-21T20:13:33.632 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.69 metric 102 2026-02-21T20:13:33.632 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.69 metric 102 2026-02-21T20:13:33.632 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-21T20:13:33.635 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-21T20:13:33.635 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-21T20:13:33.635 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-21T20:13:33.639 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-21T20:13:33.640 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-21T20:13:33.640 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:13:33.640 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-21T20:13:33.640 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout inet6 fe80::4457:5618:1ef4:47e6/64 scope link noprefixroute 2026-02-21T20:13:33.640 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:13:33.640 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-21T20:13:33.641 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:60f6/64 scope link 2026-02-21T20:13:33.641 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:13:33.641 INFO:teuthology.orchestra.run.trial069.stdout:Mon IP `10.20.193.69` is in CIDR network `10.20.192.0/20` 2026-02-21T20:13:33.641 INFO:teuthology.orchestra.run.trial069.stdout:Mon IP `10.20.193.69` is in CIDR network `10.20.192.0/20` 2026-02-21T20:13:33.641 INFO:teuthology.orchestra.run.trial069.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-21T20:13:33.641 INFO:teuthology.orchestra.run.trial069.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-21T20:13:33.641 INFO:teuthology.orchestra.run.trial069.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:13:33.869 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stdout 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:13:33.869 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:13:33.869 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Getting image source signatures 2026-02-21T20:13:33.869 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Copying blob sha256:e60e84cd03e7dd8cdc86f7b486bd1a0f952976a735df6b4ece42f8539db058b6 2026-02-21T20:13:33.869 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Copying blob sha256:f288f3bfe1f1dd15cb8f17590a708af9d9397de617368b4f9c06e9bc583d4a6b 2026-02-21T20:13:33.869 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Copying config sha256:9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:13:33.869 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-21T20:13:34.128 INFO:teuthology.orchestra.run.trial069.stdout:ceph: stdout ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:13:34.128 INFO:teuthology.orchestra.run.trial069.stdout:Ceph version: ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:13:34.128 INFO:teuthology.orchestra.run.trial069.stdout:Extracting ceph user uid/gid from container image... 2026-02-21T20:13:34.366 INFO:teuthology.orchestra.run.trial069.stdout:stat: stdout 167 167 2026-02-21T20:13:34.366 INFO:teuthology.orchestra.run.trial069.stdout:Creating initial keys... 2026-02-21T20:13:34.630 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph-authtool: stdout AQDuEZpp7CZZHhAA9tCb3RUI5zLIKMuQrUEA/Q== 2026-02-21T20:13:34.877 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph-authtool: stdout AQDuEZppypQdLRAAUOerCZe1PqMm4PcWWf2INA== 2026-02-21T20:13:35.144 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph-authtool: stdout AQDvEZpprWCVARAAugiWMkVLKozDFkbW4Cc1OQ== 2026-02-21T20:13:35.145 INFO:teuthology.orchestra.run.trial069.stdout:Creating initial monmap... 2026-02-21T20:13:35.421 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:13:35.421 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-21T20:13:35.421 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:35.421 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:13:35.421 INFO:teuthology.orchestra.run.trial069.stdout:monmaptool for a [v2:10.20.193.69:3300,v1:10.20.193.69:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:13:35.422 INFO:teuthology.orchestra.run.trial069.stdout:setting min_mon_release = tentacle 2026-02-21T20:13:35.422 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: set fsid to c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:35.422 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:13:35.422 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:13:35.422 INFO:teuthology.orchestra.run.trial069.stdout:Creating mon... 2026-02-21T20:13:35.706 INFO:teuthology.orchestra.run.trial069.stdout:create mon.a on 2026-02-21T20:13:35.868 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-21T20:13:35.974 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-21T20:13:36.082 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460.target → /etc/systemd/system/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460.target. 2026-02-21T20:13:36.082 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460.target → /etc/systemd/system/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460.target. 2026-02-21T20:13:36.206 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a 2026-02-21T20:13:36.206 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a.service: Unit ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a.service not loaded. 2026-02-21T20:13:36.321 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460.target.wants/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@.service. 2026-02-21T20:13:36.474 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:13:36.474 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout disabled 2026-02-21T20:13:36.480 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:13:36.480 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-21T20:13:36.480 INFO:teuthology.orchestra.run.trial069.stdout:firewalld.service is not enabled 2026-02-21T20:13:36.481 INFO:teuthology.orchestra.run.trial069.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:13:36.481 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mon to start... 2026-02-21T20:13:36.481 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mon... 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout cluster: 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout id: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout services: 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.154044s) [leader: a] 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout data: 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-21T20:13:36.762 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout pgs: 2026-02-21T20:13:36.763 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:36.763 INFO:teuthology.orchestra.run.trial069.stdout:mon is available 2026-02-21T20:13:36.763 INFO:teuthology.orchestra.run.trial069.stdout:Assimilating anything we can from ceph.conf... 2026-02-21T20:13:37.036 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:37.036 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:13:37.036 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout fsid = c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.69:3300,v1:10.20.193.69:6789] 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:37.037 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:13:37.038 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:13:37.038 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:13:37.038 INFO:teuthology.orchestra.run.trial069.stdout:Generating new minimal ceph.conf... 2026-02-21T20:13:37.319 INFO:teuthology.orchestra.run.trial069.stdout:Restarting the monitor... 2026-02-21T20:13:37.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 systemd[1]: Stopping Ceph mon.a for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:13:37.723 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a[39583]: 2026-02-21T20:13:37.400+0000 7f420b3ca640 -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-21T20:13:37.724 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a[39583]: 2026-02-21T20:13:37.400+0000 7f420b3ca640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-21T20:13:37.724 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 podman[39977]: 2026-02-21 20:13:37.613312233 +0000 UTC m=+0.227711156 container died 8105e67127071572c6f7c7b30816fb8698d6738dd5eeef82a49fcfd747f8e2b0 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9, 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/, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:13:37.923 INFO:teuthology.orchestra.run.trial069.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-21T20:13:37.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 podman[39977]: 2026-02-21 20:13:37.724029571 +0000 UTC m=+0.338428494 container remove 8105e67127071572c6f7c7b30816fb8698d6738dd5eeef82a49fcfd747f8e2b0 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a, 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, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209) 2026-02-21T20:13:37.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 bash[39977]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a 2026-02-21T20:13:37.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 systemd[1]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-21T20:13:37.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 systemd[1]: Stopped Ceph mon.a for c51496b3-0f61-11f1-b7ad-d404e6e7d460. 2026-02-21T20:13:37.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 systemd[1]: Starting Ceph mon.a for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:13:37.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 podman[40117]: 2026-02-21 20:13:37.881410202 +0000 UTC m=+0.016052973 container create bf0d29dcc986d4fa9e1742f20b47de0479fa3f197d570a1ce1e5ce173349179c (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0) 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 podman[40117]: 2026-02-21 20:13:37.912494971 +0000 UTC m=+0.047137742 container init bf0d29dcc986d4fa9e1742f20b47de0479fa3f197d570a1ce1e5ce173349179c (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 podman[40117]: 2026-02-21 20:13:37.915762983 +0000 UTC m=+0.050405764 container start bf0d29dcc986d4fa9e1742f20b47de0479fa3f197d570a1ce1e5ce173349179c (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, 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.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0) 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 bash[40117]: bf0d29dcc986d4fa9e1742f20b47de0479fa3f197d570a1ce1e5ce173349179c 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 podman[40117]: 2026-02-21 20:13:37.875185409 +0000 UTC m=+0.009828180 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 systemd[1]: Started Ceph mon.a for c51496b3-0f61-11f1-b7ad-d404e6e7d460. 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: pidfile_write: ignore empty --pid-file 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: load: jerasure load: lrc 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: RocksDB version: 7.9.2 2026-02-21T20:13:37.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Git sha 0 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Compile date 2026-02-13 08:53:20 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: DB SUMMARY 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: DB Session ID: INY8DG6D1KFVEBZJX13L 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: CURRENT file: CURRENT 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76545 ; 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.error_if_exists: 0 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.create_if_missing: 0 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.paranoid_checks: 1 2026-02-21T20:13:37.979 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.env: 0xed5d60 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.info_log: 0x31b2e80 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.statistics: (nil) 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.use_fsync: 0 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_log_file_size: 0 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T20:13:37.980 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.allow_fallocate: 1 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.use_direct_reads: 0 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.db_log_dir: 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.wal_dir: 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T20:13:37.981 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.write_buffer_manager: 0x31ae140 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T20:13:37.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.unordered_write: 0 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.row_cache: None 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.wal_filter: None 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.two_write_queues: 0 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.wal_compression: 0 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.atomic_flush: 0 2026-02-21T20:13:37.983 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.log_readahead_size: 0 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_background_jobs: 2 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_background_compactions: -1 2026-02-21T20:13:37.984 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_subcompactions: 1 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_open_files: -1 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T20:13:37.985 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_background_flushes: -1 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Compression algorithms supported: 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kZSTD supported: 0 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kXpressCompression supported: 0 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kBZip2Compression supported: 0 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kLZ4Compression supported: 1 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kZlibCompression supported: 1 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: kSnappyCompression supported: 1 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T20:13:37.986 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.merge_operator: 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_filter: None 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x31b35c0) 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout: cache_index_and_filter_blocks: 1 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T20:13:37.987 INFO:journalctl@ceph.mon.a.trial069.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: pin_top_level_index_and_filter: 1 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: index_type: 0 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: data_block_index_type: 0 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: index_shortening: 1 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: checksum: 4 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: no_block_cache: 0 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache: 0x3181a50 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache_name: BinnedLRUCache 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache_options: 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: capacity : 536870912 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: num_shard_bits : 4 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: strict_capacity_limit : 0 2026-02-21T20:13:37.988 INFO:journalctl@ceph.mon.a.trial069.stdout: high_pri_pool_ratio: 0.000 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache_compressed: (nil) 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: persistent_cache: (nil) 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: block_size: 4096 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: block_size_deviation: 10 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: block_restart_interval: 16 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: index_block_restart_interval: 1 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: metadata_block_size: 4096 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: partition_filters: 0 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: use_delta_encoding: 1 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: filter_policy: bloomfilter 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: whole_key_filtering: 1 2026-02-21T20:13:37.989 INFO:journalctl@ceph.mon.a.trial069.stdout: verify_compression: 0 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: read_amp_bytes_per_bit: 0 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: format_version: 5 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: enable_index_compression: 1 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: block_align: 0 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: max_auto_readahead_size: 262144 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: prepopulate_block_cache: 0 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: initial_auto_readahead_size: 8192 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression: NoCompression 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T20:13:37.990 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.num_levels: 7 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T20:13:37.991 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T20:13:37.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T20:13:37.993 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T20:13:37.994 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.inplace_update_support: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.bloom_locality: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.max_successive_merges: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T20:13:37.995 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.ttl: 2592000 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.enable_blob_files: false 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.min_blob_size: 0 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T20:13:37.996 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: 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-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 641e56b0-9b37-43d4-9e35-c3f572a0bf35 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704817932092, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704817933003, "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": 1771704817, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "641e56b0-9b37-43d4-9e35-c3f572a0bf35", "db_session_id": "INY8DG6D1KFVEBZJX13L", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704817933064, "job": 1, "event": "recovery_finished"} 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: 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-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x31cee00 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: DB pointer 0x3fc0000 2026-02-21T20:13:37.997 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: ** DB Stats ** 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: ** Compaction Stats [default] ** 2026-02-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.998 INFO:journalctl@ceph.mon.a.trial069.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.stdout: ** Compaction Stats [default] ** 2026-02-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-21T20:13:37.999 INFO:journalctl@ceph.mon.a.trial069.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: Cumulative compaction: 0.00 GB write, 24.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: Interval compaction: 0.00 GB write, 24.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: Block cache BinnedLRUCache@0x3181a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T20:13:38.000 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: starting mon.a rank 0 at public addrs [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] at bind addrs [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???) e1 preinit fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???).mds e1 new map 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???).mds e1 print_map 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout: e1 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout: btime 2026-02-21T20:13:36:483064+0000 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.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-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout: legacy client fscid: -1 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout: No filesystems configured 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T20:13:38.001 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:13:38.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:13:38.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:13:38.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-21T20:13:38.202 INFO:teuthology.orchestra.run.trial069.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-21T20:13:38.202 INFO:teuthology.orchestra.run.trial069.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:13:38.202 INFO:teuthology.orchestra.run.trial069.stdout:Creating mgr... 2026-02-21T20:13:38.203 INFO:teuthology.orchestra.run.trial069.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-21T20:13:38.203 INFO:teuthology.orchestra.run.trial069.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-21T20:13:38.247 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T20:13:38.247 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: monmap epoch 1 2026-02-21T20:13:38.247 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:38.247 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: last_changed 2026-02-21T20:13:35.293815+0000 2026-02-21T20:13:38.247 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:13:38.247 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: min_mon_release 20 (tentacle) 2026-02-21T20:13:38.248 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: election_strategy: 1 2026-02-21T20:13:38.248 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:13:38.248 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: fsmap 2026-02-21T20:13:38.248 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: osdmap e1: 0 total, 0 up, 0 in 2026-02-21T20:13:38.248 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:37 trial069 ceph-mon[40166]: mgrmap e1: no daemons active 2026-02-21T20:13:38.333 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.a 2026-02-21T20:13:38.334 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.a.service: Unit ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.a.service not loaded. 2026-02-21T20:13:38.451 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460.target.wants/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@.service. 2026-02-21T20:13:38.601 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:38 trial069 podman[40444]: 2026-02-21 20:13:38.599425501 +0000 UTC m=+0.056905702 container init abad498bf88a075c48af8621590d8f51e7e0d43aadf9d5477b6f8d6f76a6e216 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3) 2026-02-21T20:13:38.618 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:13:38.618 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout disabled 2026-02-21T20:13:38.624 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:13:38.624 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-21T20:13:38.624 INFO:teuthology.orchestra.run.trial069.stdout:firewalld.service is not enabled 2026-02-21T20:13:38.624 INFO:teuthology.orchestra.run.trial069.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:13:38.632 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:13:38.632 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout disabled 2026-02-21T20:13:38.638 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:13:38.638 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-21T20:13:38.638 INFO:teuthology.orchestra.run.trial069.stdout:firewalld.service is not enabled 2026-02-21T20:13:38.638 INFO:teuthology.orchestra.run.trial069.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-21T20:13:38.638 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mgr to start... 2026-02-21T20:13:38.638 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mgr... 2026-02-21T20:13:38.919 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:38 trial069 podman[40444]: 2026-02-21 20:13:38.602655172 +0000 UTC m=+0.060135363 container start abad498bf88a075c48af8621590d8f51e7e0d43aadf9d5477b6f8d6f76a6e216 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T20:13:38.919 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:38 trial069 bash[40444]: abad498bf88a075c48af8621590d8f51e7e0d43aadf9d5477b6f8d6f76a6e216 2026-02-21T20:13:38.920 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:38 trial069 podman[40444]: 2026-02-21 20:13:38.551869121 +0000 UTC m=+0.009349302 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:13:38.920 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:38 trial069 systemd[1]: Started Ceph mgr.a for c51496b3-0f61-11f1-b7ad-d404e6e7d460. 2026-02-21T20:13:38.930 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:38.930 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:13:38.930 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsid": "c51496b3-0f61-11f1-b7ad-d404e6e7d460", 2026-02-21T20:13:38.930 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:13:38.931 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:13:38.932 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:13:38.933 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:13:36:483064+0000", 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:38.934 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:13:36.483549+0000", 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:13:38.935 INFO:teuthology.orchestra.run.trial069.stdout:mgr not available, waiting (1/15)... 2026-02-21T20:13:39.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:39 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3587538155' entity='client.admin' 2026-02-21T20:13:39.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:39 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1497888776' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:13:40.051 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:39 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: /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-21T20:13:40.051 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:39 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: 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-21T20:13:40.051 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:39 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: from numpy import show_config as show_numpy_config 2026-02-21T20:13:41.205 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:41.205 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:13:41.205 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsid": "c51496b3-0f61-11f1-b7ad-d404e6e7d460", 2026-02-21T20:13:41.205 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:13:41.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:41 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/827622648' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:13:41.210 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:13:41.211 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:13:41.212 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:41.213 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:13:36:483064+0000", 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:41.214 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:13:36.483549+0000", 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:13:41.215 INFO:teuthology.orchestra.run.trial069.stdout:mgr not available, waiting (2/15)... 2026-02-21T20:13:42.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: Activating manager daemon a 2026-02-21T20:13:42.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: mgrmap e2: a(active, starting, since 0.00260592s) 2026-02-21T20:13:42.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:13:42.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:13:42.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:13:42.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:13:42.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:13:42.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: Manager daemon a is now available 2026-02-21T20:13:42.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:13:42.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' 2026-02-21T20:13:42.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:13:42.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' 2026-02-21T20:13:42.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:42 trial069 ceph-mon[40166]: from='mgr.14100 10.20.193.69:0/188588968' entity='mgr.a' 2026-02-21T20:13:43.487 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:43 trial069 ceph-mon[40166]: mgrmap e3: a(active, since 1.0059s) 2026-02-21T20:13:43.609 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:43.609 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsid": "c51496b3-0f61-11f1-b7ad-d404e6e7d460", 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:13:43.610 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:13:43.611 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:43.612 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:13:36:483064+0000", 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:13:43.613 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:13:36.483549+0000", 2026-02-21T20:13:43.614 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:13:43.614 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:13:43.614 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:13:43.614 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:13:43.614 INFO:teuthology.orchestra.run.trial069.stdout:mgr is available 2026-02-21T20:13:43.957 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:43.957 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout fsid = c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.69:3300,v1:10.20.193.69:6789] 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:13:43.958 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:13:43.959 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-21T20:13:43.959 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:13:43.959 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:13:43.959 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:13:43.959 INFO:teuthology.orchestra.run.trial069.stdout:Enabling cephadm module... 2026-02-21T20:13:44.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:44 trial069 ceph-mon[40166]: mgrmap e4: a(active, since 2s) 2026-02-21T20:13:44.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:44 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/598567165' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:13:44.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:44 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1360427474' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-21T20:13:44.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:44 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1360427474' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-21T20:13:44.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:44 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3070937538' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-21T20:13:45.219 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:44 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: ignoring --setuser ceph since I am not root 2026-02-21T20:13:45.220 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:44 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: ignoring --setgroup ceph since I am not root 2026-02-21T20:13:45.345 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:13:45.345 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-21T20:13:45.345 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:13:45.346 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T20:13:45.346 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:13:45.346 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:13:45.346 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for the mgr to restart... 2026-02-21T20:13:45.346 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mgr epoch 5... 2026-02-21T20:13:46.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:45 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3070937538' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-21T20:13:46.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:45 trial069 ceph-mon[40166]: mgrmap e5: a(active, since 3s) 2026-02-21T20:13:46.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:45 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2306903642' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:13:46.303 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:45 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: /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-21T20:13:46.303 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:45 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: 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-21T20:13:46.303 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:45 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: from numpy import show_config as show_numpy_config 2026-02-21T20:13:48.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: Active manager daemon a restarted 2026-02-21T20:13:48.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: Activating manager daemon a 2026-02-21T20:13:48.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: osdmap e2: 0 total, 0 up, 0 in 2026-02-21T20:13:48.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: mgrmap e6: a(active, starting, since 0.00256481s) 2026-02-21T20:13:48.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:13:48.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:13:48.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:13:48.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:13:48.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:13:48.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:47 trial069 ceph-mon[40166]: Manager daemon a is now available 2026-02-21T20:13:48.765 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:13:48.765 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-21T20:13:48.765 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:13:48.765 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:13:48.765 INFO:teuthology.orchestra.run.trial069.stdout:mgr epoch 5 is available 2026-02-21T20:13:48.765 INFO:teuthology.orchestra.run.trial069.stdout:Verifying orchestrator module is enabled... 2026-02-21T20:13:49.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: Found migration_current of "None". Setting to last migration. 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:48] ENGINE Bus STARTING 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: mgrmap e7: a(active, since 1.00456s) 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:48] ENGINE Serving on https://10.20.193.69:7150 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:48] ENGINE Client ('10.20.193.69', 55174) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:48] ENGINE Serving on http://10.20.193.69:8765 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:48] ENGINE Bus STARTED 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:13:49.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:49 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3367588133' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-21T20:13:49.761 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-21T20:13:49.762 INFO:teuthology.orchestra.run.trial069.stdout:Setting orchestrator backend to cephadm... 2026-02-21T20:13:50.548 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-21T20:13:50.548 INFO:teuthology.orchestra.run.trial069.stdout:Generating ssh key... 2026-02-21T20:13:50.795 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3367588133' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-21T20:13:50.795 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-mon[40166]: mgrmap e8: a(active, since 2s) 2026-02-21T20:13:50.795 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: Generating public/private ed25519 key pair. 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: Your identification has been saved in /tmp/tmpubk40yyc/key 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: Your public key has been saved in /tmp/tmpubk40yyc/key.pub 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: The key fingerprint is: 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: SHA256:Iricpn/GDyk68F3KzSHx9uHKoWF5yiiMh59tkrM7Lzo ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: The key's randomart image is: 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: +--[ED25519 256]--+ 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: | | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: | | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: | | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: | .. | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: | . .o. S | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: |.. o.+=.. | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: |+o*=*Bo+ . | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: |E=OBOBo.o | 2026-02-21T20:13:50.796 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: |+OB%*.+. | 2026-02-21T20:13:50.797 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:50 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: +----[SHA256]-----+ 2026-02-21T20:13:51.265 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXHq95RmYQ9Yw4CPn5n8ltFvQxRvF/kFLWLo0YMQcA/ ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:13:51.265 INFO:teuthology.orchestra.run.trial069.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:13:51.265 INFO:teuthology.orchestra.run.trial069.stdout:Adding key to root@localhost authorized_keys... 2026-02-21T20:13:51.266 INFO:teuthology.orchestra.run.trial069.stdout:Adding host trial069... 2026-02-21T20:13:52.045 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:51 trial069 ceph-mon[40166]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:13:52.045 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:51 trial069 ceph-mon[40166]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:13:52.045 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:51 trial069 ceph-mon[40166]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:13:52.045 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:51 trial069 ceph-mon[40166]: Generating ssh key... 2026-02-21T20:13:52.045 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:51 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:52.045 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:51 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:53.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:52 trial069 ceph-mon[40166]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:13:53.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:52 trial069 ceph-mon[40166]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial069", "addr": "10.20.193.69", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:13:53.208 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout Added host 'trial069' with addr '10.20.193.69' 2026-02-21T20:13:53.209 INFO:teuthology.orchestra.run.trial069.stdout:Deploying unmanaged mon service... 2026-02-21T20:13:53.579 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-21T20:13:53.580 INFO:teuthology.orchestra.run.trial069.stdout:Deploying unmanaged mgr service... 2026-02-21T20:13:53.947 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-21T20:13:53.947 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:53 trial069 ceph-mon[40166]: Deploying cephadm binary to trial069 2026-02-21T20:13:53.947 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:53 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:53.948 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:53 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:13:53.948 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:53 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:53.948 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:53 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:54.673 INFO:teuthology.orchestra.run.trial069.stdout:Enabling the dashboard module... 2026-02-21T20:13:55.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: Added host trial069 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: Saving service mon spec with placement count:5 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: Saving service mgr spec with placement count:2 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/557956458' entity='client.admin' 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial069", "name": "osd_memory_target"} : dispatch 2026-02-21T20:13:55.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' 2026-02-21T20:13:55.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial069", "caps": []} : dispatch 2026-02-21T20:13:55.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='mgr.14118 10.20.193.69:0/1451758725' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial069", "caps": []}]': finished 2026-02-21T20:13:55.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:54 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/4151377746' entity='client.admin' 2026-02-21T20:13:56.198 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:55 trial069 ceph-mon[40166]: Deploying daemon agent.trial069 on trial069 2026-02-21T20:13:56.198 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:55 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1745999928' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-21T20:13:56.198 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:55 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: ignoring --setuser ceph since I am not root 2026-02-21T20:13:56.198 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:55 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: ignoring --setgroup ceph since I am not root 2026-02-21T20:13:56.908 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:13:56.908 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-21T20:13:56.909 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:13:56.909 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T20:13:56.909 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:13:56.909 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:13:56.909 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for the mgr to restart... 2026-02-21T20:13:56.909 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mgr epoch 9... 2026-02-21T20:13:57.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:56 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1745999928' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-21T20:13:57.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:56 trial069 ceph-mon[40166]: mgrmap e9: a(active, since 8s) 2026-02-21T20:13:57.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:56 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/4137667362' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:13:57.053 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:56 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: /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-21T20:13:57.053 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:56 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: 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-21T20:13:57.053 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:13:56 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: from numpy import show_config as show_numpy_config 2026-02-21T20:13:59.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: Active manager daemon a restarted 2026-02-21T20:13:59.055 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: Activating manager daemon a 2026-02-21T20:13:59.055 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: osdmap e3: 0 total, 0 up, 0 in 2026-02-21T20:13:59.055 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: mgrmap e10: a(active, starting, since 0.00250607s) 2026-02-21T20:13:59.055 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:13:59.055 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:13:59.056 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:13:59.056 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:13:59.056 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:13:59.056 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:58 trial069 ceph-mon[40166]: Manager daemon a is now available 2026-02-21T20:13:59.767 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:13:59.767 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-21T20:13:59.767 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:13:59.767 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:13:59.767 INFO:teuthology.orchestra.run.trial069.stdout:mgr epoch 9 is available 2026-02-21T20:13:59.768 INFO:teuthology.orchestra.run.trial069.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial069", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:00.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial069", "caps": []} : dispatch 2026-02-21T20:14:00.054 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:13:59 trial069 ceph-mon[40166]: mgrmap e11: a(active, since 1.00427s) 2026-02-21T20:14:01.063 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUXCwGnbcTj3DSxXJfYJBwUgiP63YwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWM1MTQ5NmIzLTBmNjEtMTFmMS1i\nN2FkLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjEyMDE0MDBaFw0yOTAyMjAyMDE0MDBa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My42OTCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAMUQiEtyGgjlKgSuDftF+VZfFgvvYSShDvQp5NUUijJo9YH2rwwF\ndhMyoN8TVQAL/rXy+fjPMVED0zA7Ce8IJpNFeGyqlNLqW60ifRPuyqBgOUdOc0ey\nuJDPSHMeIs3ZnOXolR5p/14JdcFsrGgtqysTAFpK5cD3Lgl9ZeBMZ4d1BfvAq4lf\nDWlavI6xOHTOMyInd/+uastUbXHESyerMy1fE6qzGzOG/gHRDwXIiIFNqSChPvFf\nNeQmbe/KFEy1J3+lH67shLPaCwnsM9JwQdgmY7eMIok55aAfr5PAsliMcRoJmQtJ\nEmR8CUNfKdwJ/zNQ14oAcPsnF/nAWK7bn/YzEvxBq7R4zIZLIslz8618C+mFwq/Q\nHNJVnRbQO1FrD/XQghK8AzU+0NgG9hZjJVT7qGOmcKGm0GiPMOUGzpKHFxucGBJK\nQ1DLkCPaQ5xwa5lFXaIDzoXjeF6bZABSYD3ZUV9Hc8IkLzHn/2Sr7iMpARlcmmGh\njLObywJY8IKRKMquz8t2z3dHxaYpJ8vasvAkcXLnpYETJWnJIf6Dk30vWul1JSeD\nOLVT0iCyX7vGzrynfUgOiMC6bzWbSQMrnJ968tA2EOzWLHTOU4qUvzZDym66CgtE\nSl2k6pW90bHRnMPnaiDOXHNxHWbBN7AVrO+W6R+jO5SfKUxKzLumzI+xAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDY5ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nRTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBLQieCAtr2l0YDCY0b\nRD/mCJB1S7jG5QxyJpTMf746txN8cJc3842NW5AJ1CbZY9KdolgDfFFoUnncru7I\nVRW71qAsW1iSvgb7w+gPeNeCqXaup6AG07RI7XuhUnniAKlM9kZlattP8sse78cq\n89Q5TxxrXTDYjWkIbHq4uYq6PhTz9j5AjxMF69sigQcD5Fr7FF4WUZHiPOz2ADsl\nmdxVga8/hccZ/vq5g+qPlwXJFLDSxrku5ajL/F9r5HyJiu+mxkw4ff0hgyX8A5lt\nfWIxTx/7+35j6EqyQNLrb+SbUIXej7tvnhYRis0rod2ZuTJGzRx6gmRpCd7CbCtO\nDfuqP/4S3xCo+iNfyAr3qe3OEATFmsxu6ynFvwSSqTtfhD6I5JaYDCrsXvDiO7zY\nIseHDqoKe1pyv90Sj1HJ3e/7RVEZ6Dpi30mWCWaGHBtR3ChMFnv/ACwN3Q9K3Uly\nYBsitC7m9OFVzsddzumWSZYa5hWtEli5MNt0sQ/sdOZ39XjYgz5C41w10NhZ6aU6\ndd9xAE0UFRLEQE0/vLTJl6LWrZDnoYn2AuL6dpdZzk8Ohm51wTuI5i7XBAEBKu9R\niRfbS9cNdLKUMgZJ0rTTi7e2L9atVOrlnRCcuFyRaVvKDEXY6MbuxCMnnAcvJzk3\ndOuMQIkb9Xq4kyLrBO3+xRQRJg==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAxRCIS3IaCOUqBK4N+0X5Vl8WC+9hJKEO9Cnk1RSKMmj1gfav\nDAV2EzKg3xNVAAv+tfL5+M8xUQPTMDsJ7wgmk0V4bKqU0upbrSJ9E+7KoGA5R05z\nR7K4kM9Icx4izdmc5eiVHmn/Xgl1wWysaC2rKxMAWkrlwPcuCX1l4Exnh3UF+8Cr\niV8NaVq8jrE4dM4zIid3/65qy1RtccRLJ6szLV8TqrMbM4b+AdEPBciIgU2pIKE+\n8V815CZt78oUTLUnf6UfruyEs9oLCewz0nBB2CZjt4wiiTnloB+vk8CyWIxxGgmZ\nC0kSZHwJQ18p3An/M1DXigBw+ycX+cBYrtuf9jMS/EGrtHjMhksiyXPzrXwL6YXC\nr9Ac0lWdFtA7UWsP9dCCErwDNT7Q2Ab2FmMlVPuoY6ZwoabQaI8w5QbOkocXG5wY\nEkpDUMuQI9pDnHBrmUVdogPOheN4XptkAFJgPdlRX0dzwiQvMef/ZKvuIykBGVya\nYaGMs5vLAljwgpEoyq7Py3bPd0fFpikny9qy8CRxcuelgRMlackh/oOTfS9a6XUl\nJ4M4tVPSILJfu8bOvKd9SA6IwLpvNZtJAyucn3ry0DYQ7NYsdM5TipS/NkPKbroK\nC0RKXaTqlb3RsdGcw+dqIM5cc3EdZsE3sBWs75bpH6M7lJ8pTErMu6bMj7ECAwEA\nAQKCAgAjSB320ANsQ0c+FkGHktQczCJg2addTP6l5VhEdAx4EQWfkqBteQ7WShK2\nTbpCq2MbhViO3N2aASLO+EsDgkSRynbQkcvaZT4rpciaCH87rm6i3x9Rn2Re/NWe\nUq9thoAKQ5VrIBQp7GyqSEAn2MFUEW9XOyCeZ0LVTR+vxE4m2ONM2wZ7Lkry6V1n\n+L/AXeiWvVVFMB+Lrt53Z2sDO6oKfgLB5ZZBp/ITNjBH20rhR5u3rVbdFSxLYDv/\nmgD/aNGdD124Tj1GDAw85w6yJwoK3nis9Ih8ZCLCA9pGDFKB+wcG3+AIPrltxy1L\nZB7U9+86a0djvEd+F9Y5j1/xUn31YC/X5AgO12TKE+X6bYJjIxIdDD7Fm+v7vjcy\nZh4KkKFU6H6Rto6F3Ji9+a8QU4hS/eK2qeIb/+JhrTQPStb4+5xho5YDpAfcFgk1\n9Sux+ePJcqcfihSGM3Xkt0AI7r7lqo60LzeoLI/fwl0Txb4wUPRf6v2c8Vk2dlQD\nK2mz4CpqFUchHLVyamZwvQPYGZIVY6C42E8TMjSwN0n3jxjS1Ui0IsuCOJnfgcAm\nsVtFklqLdgglR+VuMh0cikhFxi/XtrZY7aO2ZkfyTso0GKLEmLn8PhYwgcP+KhEe\nUzNj+EM8u9OgXR+n3JiwNdswWnsHe+JNs5tGFg3I/6w5Jnh/vwKCAQEA8lQ3RTWw\nEXzFWVkSImPaAQ1wIjUfsgNzBtC6DcZkN+R/uw8ZymWhSGD1cD5MkQeBBS6DoSSp\nZboT+KiHwAEMmqf7OeB4DyMeg38Uf+U3MEXrOr2mhLNhMR4jebNsHjuMddjyl9qb\nD1pN/CCikU7h7+bHEgmpMHvHDfW3rTR8QQtOxf+ZOCQSq4FaZtrAQt2znVTrTkiD\nr+MQajIQd9etFpUAix9z376isccfYeS8CyzHvjENkIaqWWELsaoBixQkd5cGh2Mo\nReXOV6F0NMRn2wNEkZt3mS+gn6GeD4ph4PfJ90XTDJApzxdx0BP7M4aQGoJSwdNu\ndRzeaUtrPMX2OwKCAQEA0C6YZKdDTjfXiGU/ow48U7/HJp6d5vlnz/u0Ylx5xMjV\nLkdBfEjnk7hGdi/GiPrPTNOkxat9rnwQ2kLXgKLfgYTA4zZHDKHCYUKCpCdHxdSY\n5rukrcMc7gtKQlh8OwqfW2laoiPctdt7s/+Gk+4oZvAg4zw13M9uUJ+p1MQJU6Hm\n9GINF63/Xi/qPrcvzT0125lGIkWql/wNupF7zloECvNefZ31Fv1Q2telqEa/KQOV\ntRXUZ83JuJfEA7gpP80RMftktaK3Wl4MSFJPNseVcWTuLdVWQ1EcKsXa+O9DNLj7\nv176j12VhVezoRHxN476xABlcaUzwrM5x91CLHw3AwKCAQA+R0yJGfotFF73zn9t\nnTHq8VQvRm3l5yMJzlzyq1kYUD5Pidr7/FCN9HU/qpMs9ru+5CxqHqz2evMlBdMV\nkm9109QqFLlmUoVGEEPpdrRPULjauODx29QPtooxfd48ittXcjEuu7z8Hh5KvOxq\n4dYJPMtOpHL6BeWrfcn91q5UXR6ankz3c7Xko/Li2jdtN+MwfSGYVeSaMIYIdONs\nmV5fnl2sY6H5D9pqTB2RoCJ/0Lto8txkl2dyXxGNUH7jCoMwxPylkONJy3zTYqgl\n45A5ZkaaEVWUZfwm6ndf0RXEpooeZbCO2wITuhfC/U+i92NTnMi+DaOmr4utjfd6\nf/n/AoIBABf4ZX+harSE5YJE9jDWIMgb2ththwzjRrrB5qE0uKiZ30H23mlrE48E\ntshA9AEtr9TOwbgo6M3AZ0haTen31vhYysTeqQuhTHpaaCRyiWcT9Y8LqAiB4MDf\n9+rvuU4rCPJDjTYCHxWpcfLlxx8dWvWPTJodgq4sDC2oVKu07sX8bFVTPOKvHCpC\nJhyWhyCAncTtPxAPKXdahFIpEjJOVwzTvNuF5oSBImAwWFip3LTiPsic/Nn+7e0d\nPGqZN9aqzAIPSidH1wjGr29cWtaZ4HEwB+SrHcWefznFklL7aaeWbRY532vGgMLb\nuEkhgb697c3HpeaR+QXAETUcGtR4cPUCggEAOnsFHWzDSGjHzM0K4zMdsOMw7HkY\nYaYpsnC52gxSOfrdi3WDpfl0LxSMNymNSTZ2zeyHL0uq621EowOPEQPIenoiv2ZI\nU+tUugFmf/pPXbgGE3TLVm1ZYpQrtxMH4g6YMymWO8E+SpVTpuwEL/X3KXxQvw8+\naQM096TgkUpOZ3CJ8RGNmfiSXEzyUVKrlSfr05jF06AIXVwtdnb131XcgkJQEYQJ\nknwM17QCqVop4ni7bKZZzuN7Hyr4DFYdN6doilXDhX9j44UeGs6zEHJ9DttWoFmA\nHD7tAImdT2xslB5NPQ5km4l6Qy9mgJx6lszI94HDJdL7kJdmLYxpYFyMsQ==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-21T20:14:01.087 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:58] ENGINE Bus STARTING 2026-02-21T20:14:01.087 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:59] ENGINE Serving on http://10.20.193.69:8765 2026-02-21T20:14:01.087 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:59] ENGINE Serving on https://10.20.193.69:7150 2026-02-21T20:14:01.087 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:59] ENGINE Bus STARTED 2026-02-21T20:14:01.088 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: [21/Feb/2026:20:13:59] ENGINE Client ('10.20.193.69', 34936) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:14:01.088 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: Deploying daemon agent.trial069 on trial069 2026-02-21T20:14:01.088 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:14:01.088 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:00 trial069 ceph-mon[40166]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:14:01.431 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-21T20:14:01.784 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-21T20:14:01.784 INFO:teuthology.orchestra.run.trial069.stdout:Creating initial admin user... 2026-02-21T20:14:02.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:01 trial069 ceph-mon[40166]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:02.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:01 trial069 ceph-mon[40166]: mgrmap e12: a(active, since 2s) 2026-02-21T20:14:02.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:01 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:02.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:01 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:02.345 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$CXaDm1InI9vdXKyiVbeYHeqGTbEXEXb85gzR.zdA10LZq3.ZnrLKC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771704842, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-21T20:14:02.345 INFO:teuthology.orchestra.run.trial069.stdout:Fetching dashboard port number... 2026-02-21T20:14:02.699 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 8443 2026-02-21T20:14:02.707 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:14:02.708 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout disabled 2026-02-21T20:14:02.714 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:14:02.714 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-21T20:14:02.714 INFO:teuthology.orchestra.run.trial069.stdout:firewalld.service is not enabled 2026-02-21T20:14:02.714 INFO:teuthology.orchestra.run.trial069.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-21T20:14:02.715 INFO:teuthology.orchestra.run.trial069.stdout:Ceph Dashboard is now available at: 2026-02-21T20:14:02.715 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:02.715 INFO:teuthology.orchestra.run.trial069.stdout: URL: https://trial069:8443/ 2026-02-21T20:14:02.715 INFO:teuthology.orchestra.run.trial069.stdout: User: admin 2026-02-21T20:14:02.715 INFO:teuthology.orchestra.run.trial069.stdout: Password: 05ou0mc6iu 2026-02-21T20:14:02.715 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:02.716 INFO:teuthology.orchestra.run.trial069.stdout:Saving cluster configuration to /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config directory 2026-02-21T20:14:03.105 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:02 trial069 ceph-mon[40166]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:03.105 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:02 trial069 ceph-mon[40166]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:03.105 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:02 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:03.105 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:02 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/866811498' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout:Or, if you are only running a single cluster on this host: 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.110 INFO:teuthology.orchestra.run.trial069.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout: ceph telemetry on 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout:For more information see: 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:03.111 INFO:teuthology.orchestra.run.trial069.stdout:Bootstrap complete. 2026-02-21T20:14:03.117 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout static 2026-02-21T20:14:03.122 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-21T20:14:03.122 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-21T20:14:03.123 INFO:teuthology.orchestra.run.trial069.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-21T20:14:03.266 INFO:tasks.cephadm:Fetching config... 2026-02-21T20:14:03.266 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:14:03.267 DEBUG:teuthology.orchestra.run.trial069:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-21T20:14:03.283 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-21T20:14:03.284 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:14:03.284 DEBUG:teuthology.orchestra.run.trial069:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-21T20:14:03.340 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-21T20:14:03.340 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:14:03.340 DEBUG:teuthology.orchestra.run.trial069:> sudo dd if=/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-21T20:14:03.404 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-21T20:14:03.404 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:14:03.404 DEBUG:teuthology.orchestra.run.trial069:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-21T20:14:03.463 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-21T20:14:03.463 DEBUG:teuthology.orchestra.run.trial069:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXHq95RmYQ9Yw4CPn5n8ltFvQxRvF/kFLWLo0YMQcA/ ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:14:03.549 INFO:teuthology.orchestra.run.trial069.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXHq95RmYQ9Yw4CPn5n8ltFvQxRvF/kFLWLo0YMQcA/ ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:03.560 DEBUG:teuthology.orchestra.run.trial096:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXHq95RmYQ9Yw4CPn5n8ltFvQxRvF/kFLWLo0YMQcA/ ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:14:03.596 INFO:teuthology.orchestra.run.trial096.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXHq95RmYQ9Yw4CPn5n8ltFvQxRvF/kFLWLo0YMQcA/ ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:03.607 DEBUG:teuthology.orchestra.run.trial185:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXHq95RmYQ9Yw4CPn5n8ltFvQxRvF/kFLWLo0YMQcA/ ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:14:03.643 INFO:teuthology.orchestra.run.trial185.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXHq95RmYQ9Yw4CPn5n8ltFvQxRvF/kFLWLo0YMQcA/ ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:03.653 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-21T20:14:03.871 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:03.930 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: 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-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3457953582' entity='client.admin' 2026-02-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:03.931 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:04.291 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-21T20:14:04.292 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-21T20:14:04.418 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:04.813 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial096 2026-02-21T20:14:04.813 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:14:04.813 DEBUG:teuthology.orchestra.run.trial096:> dd of=/etc/ceph/ceph.conf 2026-02-21T20:14:04.831 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:14:04.831 DEBUG:teuthology.orchestra.run.trial096:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:04.887 INFO:tasks.cephadm:Adding host trial096 to orchestrator... 2026-02-21T20:14:04.888 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch host add trial096 2026-02-21T20:14:05.010 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:05.034 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: Certificate for "cephadm-signed_agent_cert (trial069)" is still valid for 1824 days. 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/783359643' entity='client.admin' 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:05.035 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:06.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:06.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: Updating trial069:/etc/ceph/ceph.conf 2026-02-21T20:14:06.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: Updating trial069:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:06.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:06.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:06.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:06.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:06.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:06.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:05 trial069 ceph-mon[40166]: mgrmap e13: a(active, since 6s) 2026-02-21T20:14:06.854 INFO:teuthology.orchestra.run.trial069.stdout:Added host 'trial096' with addr '10.20.193.96' 2026-02-21T20:14:06.997 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T20:14:07.115 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:07.137 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:06 trial069 ceph-mon[40166]: Updating trial069:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:07.137 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:06 trial069 ceph-mon[40166]: Updating trial069:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:14:07.137 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:06 trial069 ceph-mon[40166]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial096", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:07.137 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:06 trial069 ceph-mon[40166]: Deploying cephadm binary to trial096 2026-02-21T20:14:07.350 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:07.351 INFO:teuthology.orchestra.run.trial069.stdout:[{"addr": "10.20.193.69", "hostname": "trial069", "labels": [], "status": ""}, {"addr": "10.20.193.96", "hostname": "trial096", "labels": [], "status": ""}] 2026-02-21T20:14:07.491 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config-key ls 2026-02-21T20:14:07.609 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:07.900 INFO:teuthology.orchestra.run.trial069.stdout:[ 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/10/", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/auth_debug", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/container_image", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-21T20:14:07.901 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/log_to_file", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/log_to_journald", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/log_to_stderr", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:14:07.902 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/debug_ms", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-21T20:14:07.903 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/debug_mon", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/debug_ms", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/debug_paxos", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-21T20:14:07.904 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/debug_ms", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/debug_osd", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-21T20:14:07.905 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/3/", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/3/+global/public_network", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/4/", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/5/", 2026-02-21T20:14:07.906 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/6/", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/7/", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/7/+global/container_image", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/7/-global/container_image", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/8/", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/9/", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-21T20:14:07.907 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/auth_debug", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/container_image", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/log_to_file", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/log_to_journald", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/log_to_stderr", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_allow_pool_delete", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_clock_drift_allowed", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_cluster_log_to_file", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_election_default_strategy", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_max_pg_per_osd", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-21T20:14:07.908 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/ms_die_on_bug", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/ms_die_on_old_message", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/public_network", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/debug_mgr", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/debug_ms", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:14:07.909 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/debug_mon", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/debug_ms", 2026-02-21T20:14:07.910 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/debug_paxos", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_data_avail_warn", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/bdev_debug_aio", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/debug_ms", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/debug_osd", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-21T20:14:07.911 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_op_order", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_shutdown", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_mclock_profile", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_memory_target_autotune", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_op_queue", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-21T20:14:07.912 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_scrub_max_interval", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/agent.trial069", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/client_keyrings", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/config_checks", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/host.trial069", 2026-02-21T20:14:07.913 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/host.trial069.devices.0", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/host.trial096", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/inventory", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/spec.agent", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/spec.mgr", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/spec.mon", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/accessdb_v2", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/cluster/status", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/crt", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/key", 2026-02-21T20:14:07.914 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/progress/completed", 2026-02-21T20:14:07.915 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/telemetry/collection", 2026-02-21T20:14:07.915 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/telemetry/report_id", 2026-02-21T20:14:07.915 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/telemetry/salt" 2026-02-21T20:14:07.915 INFO:teuthology.orchestra.run.trial069.stdout:] 2026-02-21T20:14:08.017 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: Added host trial096 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial096", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:08.018 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:08.019 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:08.038 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-21T20:14:08.158 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:08.581 INFO:teuthology.orchestra.run.trial069.stdout:{"trial069": {"hostname": "trial069", "addr": "10.20.193.69", "labels": [], "status": ""}, "trial096": {"hostname": "trial096", "addr": "10.20.193.96", "labels": [], "status": ""}} 2026-02-21T20:14:08.582 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial185 2026-02-21T20:14:08.582 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:14:08.582 DEBUG:teuthology.orchestra.run.trial185:> dd of=/etc/ceph/ceph.conf 2026-02-21T20:14:08.601 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:14:08.601 DEBUG:teuthology.orchestra.run.trial185:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:08.658 INFO:tasks.cephadm:Adding host trial185 to orchestrator... 2026-02-21T20:14:08.658 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch host add trial185 2026-02-21T20:14:08.774 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:09.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: Updating trial096:/etc/ceph/ceph.conf 2026-02-21T20:14:09.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: Updating trial096:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:09.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: Updating trial096:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: Updating trial096:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1356841690' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial096", "caps": []} : dispatch 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial096", "caps": []}]': finished 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2721301650' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-21T20:14:09.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:09.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:10.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:09 trial069 ceph-mon[40166]: Deploying daemon agent.trial096 on trial096 2026-02-21T20:14:10.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:10.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:10.589 INFO:teuthology.orchestra.run.trial069.stdout:Added host 'trial185' with addr '10.20.193.185' 2026-02-21T20:14:10.734 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T20:14:10.850 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:11.088 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:11.089 INFO:teuthology.orchestra.run.trial069.stdout:[{"addr": "10.20.193.69", "hostname": "trial069", "labels": [], "status": ""}, {"addr": "10.20.193.96", "hostname": "trial096", "labels": [], "status": ""}, {"addr": "10.20.193.185", "hostname": "trial185", "labels": [], "status": ""}] 2026-02-21T20:14:11.207 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:10 trial069 ceph-mon[40166]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial185", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:11.207 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:10 trial069 ceph-mon[40166]: Deploying cephadm binary to trial185 2026-02-21T20:14:11.207 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:10 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:11.207 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:10 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:11.207 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:10 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:11.228 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config-key ls 2026-02-21T20:14:11.344 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout:[ 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/10/", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/auth_debug", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/container_image", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/log_to_file", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/log_to_journald", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/log_to_stderr", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:14:11.635 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/debug_ms", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/debug_mon", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/debug_ms", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/debug_paxos", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/debug_ms", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/debug_osd", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-21T20:14:11.636 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/3/", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/3/+global/public_network", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/4/", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/5/", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/6/", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/7/", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/7/+global/container_image", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/7/-global/container_image", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/8/", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/9/", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/auth_debug", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/container_image", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/log_to_file", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/log_to_journald", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/log_to_stderr", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_allow_pool_delete", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_clock_drift_allowed", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_cluster_log_to_file", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_election_default_strategy", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_max_pg_per_osd", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/ms_die_on_bug", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/ms_die_on_old_message", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/global/public_network", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/debug_mgr", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/debug_ms", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-21T20:14:11.637 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/debug_mon", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/debug_ms", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/debug_paxos", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_data_avail_warn", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/bdev_debug_aio", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/debug_ms", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/debug_osd", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_op_order", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_shutdown", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_mclock_profile", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_memory_target_autotune", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_op_queue", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_scrub_max_interval", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/agent.trial069", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/agent.trial096", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-21T20:14:11.638 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/client_keyrings", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/config_checks", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/host.trial069", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/host.trial069.devices.0", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/host.trial096", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/host.trial185", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/inventory", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/spec.agent", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/spec.mgr", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/spec.mon", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/accessdb_v2", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/cluster/status", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/crt", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/dashboard/key", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/progress/completed", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/telemetry/collection", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/telemetry/report_id", 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout: "mgr/telemetry/salt" 2026-02-21T20:14:11.639 INFO:teuthology.orchestra.run.trial069.stdout:] 2026-02-21T20:14:11.772 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-21T20:14:11.887 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:12.001 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: Added host trial185 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial185", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2735436098' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial185", "caps": []} : dispatch 2026-02-21T20:14:12.002 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:11 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial185", "caps": []}]': finished 2026-02-21T20:14:12.311 INFO:teuthology.orchestra.run.trial069.stdout:{"trial069": {"hostname": "trial069", "addr": "10.20.193.69", "labels": [], "status": ""}, "trial096": {"hostname": "trial096", "addr": "10.20.193.96", "labels": [], "status": ""}, "trial185": {"hostname": "trial185", "addr": "10.20.193.185", "labels": [], "status": ""}} 2026-02-21T20:14:12.311 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-21T20:14:12.311 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd crush tunables default 2026-02-21T20:14:12.426 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:13.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: Updating trial185:/etc/ceph/ceph.conf 2026-02-21T20:14:13.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: Updating trial185:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:13.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: Updating trial185:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: Updating trial185:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: Deploying daemon agent.trial185 on trial185 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1086144215' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:13.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:13.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:13.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:13.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:12 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1589227013' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-21T20:14:13.446 INFO:teuthology.orchestra.run.trial069.stderr:adjusted tunables profile to default 2026-02-21T20:14:13.589 INFO:tasks.cephadm:Adding mon.a on trial069 2026-02-21T20:14:13.589 INFO:tasks.cephadm:Adding mon.b on trial096 2026-02-21T20:14:13.590 INFO:tasks.cephadm:Adding mon.c on trial185 2026-02-21T20:14:13.590 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch apply mon '3;trial069:10.20.193.69=a;trial096:10.20.193.96=b;trial185:10.20.193.185=c' 2026-02-21T20:14:13.713 INFO:teuthology.orchestra.run.trial185.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:13.992 INFO:teuthology.orchestra.run.trial185.stdout:Scheduled mon update... 2026-02-21T20:14:14.134 DEBUG:teuthology.orchestra.run.trial096:mon.b> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.b.service 2026-02-21T20:14:14.137 DEBUG:teuthology.orchestra.run.trial185:mon.c> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.c.service 2026-02-21T20:14:14.139 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T20:14:14.140 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:14:14.298 INFO:teuthology.orchestra.run.trial185.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1589227013' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:14.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:14.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:14.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:14.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:14.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:14 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:14.589 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:14:14.589 INFO:teuthology.orchestra.run.trial185.stdout:{"epoch":1,"fsid":"c51496b3-0f61-11f1-b7ad-d404e6e7d460","modified":"2026-02-21T20:13:35.293815Z","created":"2026-02-21T20:13:35.293815Z","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.69:3300","nonce":0},{"type":"v1","addr":"10.20.193.69:6789","nonce":0}]},"addr":"10.20.193.69:6789/0","public_addr":"10.20.193.69:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:13:35:293829+0000","crush_location":[]}],"quorum":[0]} 2026-02-21T20:14:14.590 INFO:teuthology.orchestra.run.trial185.stderr:dumped monmap epoch 1 2026-02-21T20:14:15.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:15 trial069 ceph-mon[40166]: from='client.14198 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial069:10.20.193.69=a;trial096:10.20.193.96=b;trial185:10.20.193.185=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:15.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:15 trial069 ceph-mon[40166]: Saving service mon spec with placement trial069:10.20.193.69=a;trial096:10.20.193.96=b;trial185:10.20.193.185=c;count:3 2026-02-21T20:14:15.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:15 trial069 ceph-mon[40166]: Deploying daemon mon.c on trial185 2026-02-21T20:14:15.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:15 trial069 ceph-mon[40166]: from='client.? 10.20.193.185:0/1405737249' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:14:15.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:15 trial185 ceph-mon[41310]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-21T20:14:15.836 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T20:14:15.837 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:14:15.961 INFO:teuthology.orchestra.run.trial185.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.c/config 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: mon.a calling monitor election 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: mon.c calling monitor election 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: monmap epoch 2 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: last_changed 2026-02-21T20:14:15.509894+0000 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: min_mon_release 20 (tentacle) 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: election_strategy: 1 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: fsmap 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: mgrmap e13: a(active, since 21s) 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: overall HEALTH_OK 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:21.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: mon.a calling monitor election 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: mon.c calling monitor election 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: monmap epoch 2 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: last_changed 2026-02-21T20:14:15.509894+0000 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: min_mon_release 20 (tentacle) 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: election_strategy: 1 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: fsmap 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: mgrmap e13: a(active, since 21s) 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: overall HEALTH_OK 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:22.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:21 trial185 ceph-mon[41310]: Deploying daemon mon.b on trial096 2026-02-21T20:14:22.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:21 trial185 ceph-mon[41310]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:22.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:21 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:22.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:21 trial069 ceph-mon[40166]: Deploying daemon mon.b on trial096 2026-02-21T20:14:22.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:21 trial069 ceph-mon[40166]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:22.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:21 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:22.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:21 trial096 ceph-mon[40750]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-21T20:14:27.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: mon.c calling monitor election 2026-02-21T20:14:27.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:14:27.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:27.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: mon.a calling monitor election 2026-02-21T20:14:27.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:27.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: monmap epoch 3 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: last_changed 2026-02-21T20:14:21.994585+0000 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:27.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: min_mon_release 20 (tentacle) 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: election_strategy: 1 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: fsmap 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: mgrmap e13: a(active, since 28s) 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: overall HEALTH_OK 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.303 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.304 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: mon.c calling monitor election 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: mon.a calling monitor election 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:27.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: monmap epoch 3 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: last_changed 2026-02-21T20:14:21.994585+0000 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: min_mon_release 20 (tentacle) 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: election_strategy: 1 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: fsmap 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: mgrmap e13: a(active, since 28s) 2026-02-21T20:14:27.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: overall HEALTH_OK 2026-02-21T20:14:27.319 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.319 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.319 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.319 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.319 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.319 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:27.319 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Updating trial069:/etc/ceph/ceph.conf 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Updating trial096:/etc/ceph/ceph.conf 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Updating trial185:/etc/ceph/ceph.conf 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Updating trial069:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Updating trial096:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Updating trial185:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.234 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.235 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:28 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:28.235 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:14:28.235 INFO:teuthology.orchestra.run.trial185.stdout:{"epoch":3,"fsid":"c51496b3-0f61-11f1-b7ad-d404e6e7d460","modified":"2026-02-21T20:14:21.994585Z","created":"2026-02-21T20:13:35.293815Z","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.69:3300","nonce":0},{"type":"v1","addr":"10.20.193.69:6789","nonce":0}]},"addr":"10.20.193.69:6789/0","public_addr":"10.20.193.69:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:13:35:293829+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:3300","nonce":0},{"type":"v1","addr":"10.20.193.185:6789","nonce":0}]},"addr":"10.20.193.185:6789/0","public_addr":"10.20.193.185:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:14:15:509892+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:3300","nonce":0},{"type":"v1","addr":"10.20.193.96:6789","nonce":0}]},"addr":"10.20.193.96:6789/0","public_addr":"10.20.193.96:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:14:21:994584+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-21T20:14:28.235 INFO:teuthology.orchestra.run.trial185.stderr:dumped monmap epoch 3 2026-02-21T20:14:28.378 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-21T20:14:28.379 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Updating trial069:/etc/ceph/ceph.conf 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Updating trial096:/etc/ceph/ceph.conf 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Updating trial185:/etc/ceph/ceph.conf 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Updating trial069:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Updating trial096:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Updating trial185:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:28.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:28 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:28.498 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:28.743 INFO:teuthology.orchestra.run.trial069.stdout:# minimal ceph.conf for c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:28.743 INFO:teuthology.orchestra.run.trial069.stdout:[global] 2026-02-21T20:14:28.743 INFO:teuthology.orchestra.run.trial069.stdout: fsid = c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:28.743 INFO:teuthology.orchestra.run.trial069.stdout: mon_host = [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] 2026-02-21T20:14:28.881 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-21T20:14:28.881 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:14:28.881 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:14:28.947 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:14:28.947 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:29.011 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:14:29.011 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:14:29.036 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:14:29.036 DEBUG:teuthology.orchestra.run.trial096:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:29.100 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:14:29.101 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:14:29.129 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:14:29.129 DEBUG:teuthology.orchestra.run.trial185:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:29.193 INFO:tasks.cephadm:Adding mgr.a on trial069 2026-02-21T20:14:29.193 INFO:tasks.cephadm:Adding mgr.b on trial096 2026-02-21T20:14:29.193 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch apply mgr '2;trial069=a;trial096=b' 2026-02-21T20:14:29.351 INFO:teuthology.orchestra.run.trial185.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.c/config 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.c calling monitor election 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.a calling monitor election 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: monmap epoch 3 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: last_changed 2026-02-21T20:14:21.994585+0000 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: min_mon_release 20 (tentacle) 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: election_strategy: 1 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: fsmap 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mgrmap e13: a(active, since 28s) 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: overall HEALTH_OK 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Updating trial069:/etc/ceph/ceph.conf 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Updating trial096:/etc/ceph/ceph.conf 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Updating trial185:/etc/ceph/ceph.conf 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Updating trial069:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Updating trial096:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Updating trial185:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/config/ceph.conf 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:29.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:29.613 INFO:teuthology.orchestra.run.trial185.stdout:Scheduled mgr update... 2026-02-21T20:14:29.754 DEBUG:teuthology.orchestra.run.trial096:mgr.b> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.b.service 2026-02-21T20:14:29.757 DEBUG:tasks.cephadm:set 0 configs 2026-02-21T20:14:29.757 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config dump 2026-02-21T20:14:29.876 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:30.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: mon.b calling monitor election 2026-02-21T20:14:30.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: mon.c calling monitor election 2026-02-21T20:14:30.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: mon.b calling monitor election 2026-02-21T20:14:30.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: mon.a calling monitor election 2026-02-21T20:14:30.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:14:30.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: monmap epoch 3 2026-02-21T20:14:30.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: last_changed 2026-02-21T20:14:21.994585+0000 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: min_mon_release 20 (tentacle) 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: election_strategy: 1 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: fsmap 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: mgrmap e13: a(active, since 30s) 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: overall HEALTH_OK 2026-02-21T20:14:30.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial069=a;trial096=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: Saving service mgr spec with placement trial069=a;trial096=b;count:2 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:30.004 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:29 trial185 ceph-mon[41310]: Deploying daemon mgr.b on trial096 2026-02-21T20:14:30.030 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.b calling monitor election 2026-02-21T20:14:30.030 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.c calling monitor election 2026-02-21T20:14:30.030 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.b calling monitor election 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.a calling monitor election 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: monmap epoch 3 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: last_changed 2026-02-21T20:14:21.994585+0000 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: min_mon_release 20 (tentacle) 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: election_strategy: 1 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b 2026-02-21T20:14:30.031 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: fsmap 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: mgrmap e13: a(active, since 30s) 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: overall HEALTH_OK 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial069=a;trial096=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Saving service mgr spec with placement trial069=a;trial096=b;count:2 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:14:30.032 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:14:30.033 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:30.033 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:29 trial096 ceph-mon[40750]: Deploying daemon mgr.b on trial096 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: mon.b calling monitor election 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: mon.c calling monitor election 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: mon.b calling monitor election 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: mon.a calling monitor election 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: monmap epoch 3 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: last_changed 2026-02-21T20:14:21.994585+0000 2026-02-21T20:14:30.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: min_mon_release 20 (tentacle) 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: election_strategy: 1 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: fsmap 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: mgrmap e13: a(active, since 30s) 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: overall HEALTH_OK 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial069=a;trial096=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: Saving service mgr spec with placement trial069=a;trial096=b;count:2 2026-02-21T20:14:30.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:30.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:29 trial069 ceph-mon[40166]: Deploying daemon mgr.b on trial096 2026-02-21T20:14:30.107 INFO:teuthology.orchestra.run.trial069.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-21T20:14:30.107 INFO:teuthology.orchestra.run.trial069.stdout:global dev auth_debug true 2026-02-21T20:14:30.107 INFO:teuthology.orchestra.run.trial069.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 * 2026-02-21T20:14:30.107 INFO:teuthology.orchestra.run.trial069.stdout:global dev debug_asserts_on_shutdown true 2026-02-21T20:14:30.107 INFO:teuthology.orchestra.run.trial069.stdout:global basic log_to_file true 2026-02-21T20:14:30.107 INFO:teuthology.orchestra.run.trial069.stdout:global basic log_to_journald false 2026-02-21T20:14:30.107 INFO:teuthology.orchestra.run.trial069.stdout:global basic log_to_stderr false 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_allow_pool_delete true 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_cluster_log_to_file true 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_election_default_strategy 3 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-21T20:14:30.108 INFO:teuthology.orchestra.run.trial069.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:global dev ms_die_on_bug true 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:global dev ms_die_on_old_message true 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.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-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced debug_mon 20/20 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced debug_ms 1/1 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced debug_paxos 20/20 2026-02-21T20:14:30.109 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced mon_data_avail_warn 5 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced debug_mgr 20/20 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced debug_ms 1/1 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-21T20:14:30.110 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd dev bdev_debug_aio true 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced debug_ms 1/1 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced debug_osd 20/20 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_debug_misdirected_ops true 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_debug_op_order true 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_debug_shutdown true 2026-02-21T20:14:30.111 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_memory_target_autotune true 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_op_queue debug_random * 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_recover_clone_overlap true 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-21T20:14:30.112 INFO:teuthology.orchestra.run.trial069.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-21T20:14:30.113 INFO:teuthology.orchestra.run.trial069.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-21T20:14:30.113 INFO:teuthology.orchestra.run.trial069.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-21T20:14:30.248 INFO:tasks.cephadm:Deploying OSDs... 2026-02-21T20:14:30.248 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-21T20:14:30.248 DEBUG:teuthology.orchestra.run.trial069:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:14:30.266 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-21T20:14:30.266 DEBUG:teuthology.orchestra.run.trial069:> stat /dev/vg_nvme/lv_1 2026-02-21T20:14:30.325 INFO:teuthology.orchestra.run.trial069.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:14:30.325 INFO:teuthology.orchestra.run.trial069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:30.325 INFO:teuthology.orchestra.run.trial069.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-21T20:14:30.326 INFO:teuthology.orchestra.run.trial069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:30.326 INFO:teuthology.orchestra.run.trial069.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:30.326 INFO:teuthology.orchestra.run.trial069.stdout:Access: 2026-02-21 20:14:25.366706105 +0000 2026-02-21T20:14:30.326 INFO:teuthology.orchestra.run.trial069.stdout:Modify: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.326 INFO:teuthology.orchestra.run.trial069.stdout:Change: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.326 INFO:teuthology.orchestra.run.trial069.stdout: Birth: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.326 DEBUG:teuthology.orchestra.run.trial069:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:14:30.347 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 systemd[1]: Starting Ceph mgr.b for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:14:30.390 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records in 2026-02-21T20:14:30.390 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records out 2026-02-21T20:14:30.390 INFO:teuthology.orchestra.run.trial069.stderr:512 bytes copied, 0.000155571 s, 3.3 MB/s 2026-02-21T20:14:30.391 DEBUG:teuthology.orchestra.run.trial069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:14:30.449 DEBUG:teuthology.orchestra.run.trial069:> stat /dev/vg_nvme/lv_2 2026-02-21T20:14:30.506 INFO:teuthology.orchestra.run.trial069.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout:Access: 2026-02-21 20:14:25.366706105 +0000 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout:Modify: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout:Change: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.507 INFO:teuthology.orchestra.run.trial069.stdout: Birth: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.508 DEBUG:teuthology.orchestra.run.trial069:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:14:30.570 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records in 2026-02-21T20:14:30.570 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records out 2026-02-21T20:14:30.570 INFO:teuthology.orchestra.run.trial069.stderr:512 bytes copied, 0.000158005 s, 3.2 MB/s 2026-02-21T20:14:30.571 DEBUG:teuthology.orchestra.run.trial069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:14:30.629 DEBUG:teuthology.orchestra.run.trial069:> stat /dev/vg_nvme/lv_3 2026-02-21T20:14:30.660 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 podman[42162]: 2026-02-21 20:14:30.3458666 +0000 UTC m=+0.016391183 container create ea33fb3d25412e1097fe7360c7b071990453447486649e2822aef524d9a280a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:14:30.660 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 podman[42162]: 2026-02-21 20:14:30.388005134 +0000 UTC m=+0.058529707 container init ea33fb3d25412e1097fe7360c7b071990453447486649e2822aef524d9a280a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.build-date=20260209, ceph=True, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2) 2026-02-21T20:14:30.660 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 podman[42162]: 2026-02-21 20:14:30.391726227 +0000 UTC m=+0.062250810 container start ea33fb3d25412e1097fe7360c7b071990453447486649e2822aef524d9a280a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:14:30.660 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 bash[42162]: ea33fb3d25412e1097fe7360c7b071990453447486649e2822aef524d9a280a8 2026-02-21T20:14:30.661 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 podman[42162]: 2026-02-21 20:14:30.338691931 +0000 UTC m=+0.009216504 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:14:30.661 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 systemd[1]: Started Ceph mgr.b for c51496b3-0f61-11f1-b7ad-d404e6e7d460. 2026-02-21T20:14:30.661 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mgr[42209]: -- 10.20.193.96:0/1782380241 <== mon.0 v2:10.20.193.69:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x1bd7a00 con 0x1bab800 2026-02-21T20:14:30.685 INFO:teuthology.orchestra.run.trial069.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:14:30.685 INFO:teuthology.orchestra.run.trial069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:30.686 INFO:teuthology.orchestra.run.trial069.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-21T20:14:30.686 INFO:teuthology.orchestra.run.trial069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:30.686 INFO:teuthology.orchestra.run.trial069.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:30.686 INFO:teuthology.orchestra.run.trial069.stdout:Access: 2026-02-21 20:14:25.366706105 +0000 2026-02-21T20:14:30.686 INFO:teuthology.orchestra.run.trial069.stdout:Modify: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.686 INFO:teuthology.orchestra.run.trial069.stdout:Change: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.686 INFO:teuthology.orchestra.run.trial069.stdout: Birth: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.686 DEBUG:teuthology.orchestra.run.trial069:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:14:30.750 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records in 2026-02-21T20:14:30.750 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records out 2026-02-21T20:14:30.750 INFO:teuthology.orchestra.run.trial069.stderr:512 bytes copied, 0.000166331 s, 3.1 MB/s 2026-02-21T20:14:30.751 DEBUG:teuthology.orchestra.run.trial069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:14:30.808 DEBUG:teuthology.orchestra.run.trial069:> stat /dev/vg_nvme/lv_4 2026-02-21T20:14:30.864 INFO:teuthology.orchestra.run.trial069.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:14:30.864 INFO:teuthology.orchestra.run.trial069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:30.864 INFO:teuthology.orchestra.run.trial069.stdout:Device: 6h/6d Inode: 1314 Links: 1 2026-02-21T20:14:30.865 INFO:teuthology.orchestra.run.trial069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:30.865 INFO:teuthology.orchestra.run.trial069.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:30.865 INFO:teuthology.orchestra.run.trial069.stdout:Access: 2026-02-21 20:14:25.366706105 +0000 2026-02-21T20:14:30.865 INFO:teuthology.orchestra.run.trial069.stdout:Modify: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.865 INFO:teuthology.orchestra.run.trial069.stdout:Change: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.865 INFO:teuthology.orchestra.run.trial069.stdout: Birth: 2026-02-21 20:11:48.733293413 +0000 2026-02-21T20:14:30.865 DEBUG:teuthology.orchestra.run.trial069:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:14:30.928 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records in 2026-02-21T20:14:30.928 INFO:teuthology.orchestra.run.trial069.stderr:1+0 records out 2026-02-21T20:14:30.928 INFO:teuthology.orchestra.run.trial069.stderr:512 bytes copied, 0.000164327 s, 3.1 MB/s 2026-02-21T20:14:30.930 DEBUG:teuthology.orchestra.run.trial069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:14:30.985 DEBUG:teuthology.orchestra.run.trial096:> set -ex 2026-02-21T20:14:30.985 DEBUG:teuthology.orchestra.run.trial096:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:14:31.002 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-21T20:14:31.003 DEBUG:teuthology.orchestra.run.trial096:> stat /dev/vg_nvme/lv_1 2026-02-21T20:14:31.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2458332817' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:31.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:30 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.060 INFO:teuthology.orchestra.run.trial096.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout:Access: 2026-02-21 20:14:30.213593789 +0000 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout:Modify: 2026-02-21 20:11:48.316907594 +0000 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout:Change: 2026-02-21 20:11:48.316907594 +0000 2026-02-21T20:14:31.061 INFO:teuthology.orchestra.run.trial096.stdout: Birth: 2026-02-21 20:11:48.316907594 +0000 2026-02-21T20:14:31.062 DEBUG:teuthology.orchestra.run.trial096:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:14:31.126 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records in 2026-02-21T20:14:31.127 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records out 2026-02-21T20:14:31.127 INFO:teuthology.orchestra.run.trial096.stderr:512 bytes copied, 0.000199791 s, 2.6 MB/s 2026-02-21T20:14:31.128 DEBUG:teuthology.orchestra.run.trial096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:14:31.187 DEBUG:teuthology.orchestra.run.trial096:> stat /dev/vg_nvme/lv_2 2026-02-21T20:14:31.209 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:31.209 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2458332817' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:14:31.209 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.209 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.209 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.209 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:31.210 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:30 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout:Device: 6h/6d Inode: 1291 Links: 1 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout:Access: 2026-02-21 20:14:30.213593789 +0000 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout:Modify: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout:Change: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.225 INFO:teuthology.orchestra.run.trial096.stdout: Birth: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.226 DEBUG:teuthology.orchestra.run.trial096:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:14:31.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2458332817' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:31.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:31.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:30 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:31.290 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records in 2026-02-21T20:14:31.290 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records out 2026-02-21T20:14:31.290 INFO:teuthology.orchestra.run.trial096.stderr:512 bytes copied, 0.00015613 s, 3.3 MB/s 2026-02-21T20:14:31.292 DEBUG:teuthology.orchestra.run.trial096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:14:31.349 DEBUG:teuthology.orchestra.run.trial096:> stat /dev/vg_nvme/lv_3 2026-02-21T20:14:31.406 INFO:teuthology.orchestra.run.trial096.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout:Access: 2026-02-21 20:14:30.213593789 +0000 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout:Modify: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout:Change: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.407 INFO:teuthology.orchestra.run.trial096.stdout: Birth: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.408 DEBUG:teuthology.orchestra.run.trial096:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:14:31.474 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records in 2026-02-21T20:14:31.475 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records out 2026-02-21T20:14:31.475 INFO:teuthology.orchestra.run.trial096.stderr:512 bytes copied, 0.000157934 s, 3.2 MB/s 2026-02-21T20:14:31.475 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:31 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b[42183]: /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-21T20:14:31.475 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:31 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b[42183]: 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-21T20:14:31.476 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:14:31 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b[42183]: from numpy import show_config as show_numpy_config 2026-02-21T20:14:31.477 DEBUG:teuthology.orchestra.run.trial096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:14:31.536 DEBUG:teuthology.orchestra.run.trial096:> stat /dev/vg_nvme/lv_4 2026-02-21T20:14:31.596 INFO:teuthology.orchestra.run.trial096.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:14:31.596 INFO:teuthology.orchestra.run.trial096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:31.596 INFO:teuthology.orchestra.run.trial096.stdout:Device: 6h/6d Inode: 1290 Links: 1 2026-02-21T20:14:31.596 INFO:teuthology.orchestra.run.trial096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:31.596 INFO:teuthology.orchestra.run.trial096.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:31.596 INFO:teuthology.orchestra.run.trial096.stdout:Access: 2026-02-21 20:14:31.546567006 +0000 2026-02-21T20:14:31.596 INFO:teuthology.orchestra.run.trial096.stdout:Modify: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.597 INFO:teuthology.orchestra.run.trial096.stdout:Change: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.597 INFO:teuthology.orchestra.run.trial096.stdout: Birth: 2026-02-21 20:11:48.315907633 +0000 2026-02-21T20:14:31.597 DEBUG:teuthology.orchestra.run.trial096:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:14:31.663 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records in 2026-02-21T20:14:31.663 INFO:teuthology.orchestra.run.trial096.stderr:1+0 records out 2026-02-21T20:14:31.663 INFO:teuthology.orchestra.run.trial096.stderr:512 bytes copied, 0.000158966 s, 3.2 MB/s 2026-02-21T20:14:31.665 DEBUG:teuthology.orchestra.run.trial096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:14:31.722 DEBUG:teuthology.orchestra.run.trial185:> set -ex 2026-02-21T20:14:31.722 DEBUG:teuthology.orchestra.run.trial185:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:14:31.739 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-21T20:14:31.739 DEBUG:teuthology.orchestra.run.trial185:> stat /dev/vg_nvme/lv_1 2026-02-21T20:14:31.795 INFO:teuthology.orchestra.run.trial185.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:14:31.795 INFO:teuthology.orchestra.run.trial185.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:31.795 INFO:teuthology.orchestra.run.trial185.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-21T20:14:31.795 INFO:teuthology.orchestra.run.trial185.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:31.795 INFO:teuthology.orchestra.run.trial185.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:31.795 INFO:teuthology.orchestra.run.trial185.stdout:Access: 2026-02-21 20:14:27.829175756 +0000 2026-02-21T20:14:31.795 INFO:teuthology.orchestra.run.trial185.stdout:Modify: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:31.796 INFO:teuthology.orchestra.run.trial185.stdout:Change: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:31.796 INFO:teuthology.orchestra.run.trial185.stdout: Birth: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:31.796 DEBUG:teuthology.orchestra.run.trial185:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:14:31.860 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records in 2026-02-21T20:14:31.860 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records out 2026-02-21T20:14:31.860 INFO:teuthology.orchestra.run.trial185.stderr:512 bytes copied, 0.000156474 s, 3.3 MB/s 2026-02-21T20:14:31.862 DEBUG:teuthology.orchestra.run.trial185:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:14:31.921 DEBUG:teuthology.orchestra.run.trial185:> stat /dev/vg_nvme/lv_2 2026-02-21T20:14:31.977 INFO:teuthology.orchestra.run.trial185.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:14:31.977 INFO:teuthology.orchestra.run.trial185.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:31.977 INFO:teuthology.orchestra.run.trial185.stdout:Device: 6h/6d Inode: 1314 Links: 1 2026-02-21T20:14:31.977 INFO:teuthology.orchestra.run.trial185.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:31.977 INFO:teuthology.orchestra.run.trial185.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:31.977 INFO:teuthology.orchestra.run.trial185.stdout:Access: 2026-02-21 20:14:27.829175756 +0000 2026-02-21T20:14:31.978 INFO:teuthology.orchestra.run.trial185.stdout:Modify: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:31.978 INFO:teuthology.orchestra.run.trial185.stdout:Change: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:31.978 INFO:teuthology.orchestra.run.trial185.stdout: Birth: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:31.978 DEBUG:teuthology.orchestra.run.trial185:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:14:32.041 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records in 2026-02-21T20:14:32.041 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records out 2026-02-21T20:14:32.041 INFO:teuthology.orchestra.run.trial185.stderr:512 bytes copied, 0.000145072 s, 3.5 MB/s 2026-02-21T20:14:32.042 DEBUG:teuthology.orchestra.run.trial185:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:14:32.101 DEBUG:teuthology.orchestra.run.trial185:> stat /dev/vg_nvme/lv_3 2026-02-21T20:14:32.159 INFO:teuthology.orchestra.run.trial185.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:14:32.159 INFO:teuthology.orchestra.run.trial185.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:32.160 INFO:teuthology.orchestra.run.trial185.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-21T20:14:32.160 INFO:teuthology.orchestra.run.trial185.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:32.160 INFO:teuthology.orchestra.run.trial185.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:32.160 INFO:teuthology.orchestra.run.trial185.stdout:Access: 2026-02-21 20:14:27.829175756 +0000 2026-02-21T20:14:32.160 INFO:teuthology.orchestra.run.trial185.stdout:Modify: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:32.160 INFO:teuthology.orchestra.run.trial185.stdout:Change: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:32.160 INFO:teuthology.orchestra.run.trial185.stdout: Birth: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:32.160 DEBUG:teuthology.orchestra.run.trial185:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:14:32.223 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records in 2026-02-21T20:14:32.223 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records out 2026-02-21T20:14:32.223 INFO:teuthology.orchestra.run.trial185.stderr:512 bytes copied, 0.000155993 s, 3.3 MB/s 2026-02-21T20:14:32.225 DEBUG:teuthology.orchestra.run.trial185:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:14:32.281 DEBUG:teuthology.orchestra.run.trial185:> stat /dev/vg_nvme/lv_4 2026-02-21T20:14:32.337 INFO:teuthology.orchestra.run.trial185.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout:Access: 2026-02-21 20:14:27.829175756 +0000 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout:Modify: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout:Change: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:32.338 INFO:teuthology.orchestra.run.trial185.stdout: Birth: 2026-02-21 20:11:49.835426839 +0000 2026-02-21T20:14:32.339 DEBUG:teuthology.orchestra.run.trial185:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:14:32.402 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records in 2026-02-21T20:14:32.402 INFO:teuthology.orchestra.run.trial185.stderr:1+0 records out 2026-02-21T20:14:32.402 INFO:teuthology.orchestra.run.trial185.stderr:512 bytes copied, 0.00014893 s, 3.4 MB/s 2026-02-21T20:14:32.403 DEBUG:teuthology.orchestra.run.trial185:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:14:32.460 INFO:tasks.cephadm:Deploying osd.0 on trial069 with /dev/vg_nvme/lv_4... 2026-02-21T20:14:32.461 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:14:32.579 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:32.765 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:32.766 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:32 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:33.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:33.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:33.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:33.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:32 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:33.062 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.063 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.063 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.063 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:32 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.257 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:14:33.273 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch daemon add osd trial069:vg_nvme/lv_4 --skip-validation 2026-02-21T20:14:33.390 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:14:33.956 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:33.956 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: Standby manager daemon b started 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:33.957 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:33.958 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: Standby manager daemon b started 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:34.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: Standby manager daemon b started 2026-02-21T20:14:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:14:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.? 10.20.193.96:0/2164770905' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:34.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:34.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:34.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:34.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:34.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:35.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial069:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:35.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: osd.default does not exist. Creating it now. 2026-02-21T20:14:35.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: Creating OSDs with service ID: default on trial069:['vg_nvme/lv_4'] 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: Marking host: trial069 for OSDSpec preview refresh. 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: Saving service osd.default spec with placement trial069 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: mgrmap e14: a(active, since 35s), standbys: b 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1922490865' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e33b9ab0-ffa0-4604-bad6-e54071c4663b"} : dispatch 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1922490865' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e33b9ab0-ffa0-4604-bad6-e54071c4663b"}]': finished 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:35.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:34 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/935806322' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:35.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial069:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: osd.default does not exist. Creating it now. 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: Creating OSDs with service ID: default on trial069:['vg_nvme/lv_4'] 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: Marking host: trial069 for OSDSpec preview refresh. 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: Saving service osd.default spec with placement trial069 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: mgrmap e14: a(active, since 35s), standbys: b 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1922490865' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e33b9ab0-ffa0-4604-bad6-e54071c4663b"} : dispatch 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1922490865' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e33b9ab0-ffa0-4604-bad6-e54071c4663b"}]': finished 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:35.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:34 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/935806322' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:35.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial069:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: osd.default does not exist. Creating it now. 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: Creating OSDs with service ID: default on trial069:['vg_nvme/lv_4'] 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: Marking host: trial069 for OSDSpec preview refresh. 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: Saving service osd.default spec with placement trial069 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: mgrmap e14: a(active, since 35s), standbys: b 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1922490865' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e33b9ab0-ffa0-4604-bad6-e54071c4663b"} : dispatch 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1922490865' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e33b9ab0-ffa0-4604-bad6-e54071c4663b"}]': finished 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:14:35.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:35.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:34 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/935806322' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:35.975 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:35 trial069 ceph-mon[40166]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:36.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:35 trial096 ceph-mon[40750]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:36.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:35 trial185 ceph-mon[41310]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:37.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:36 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:14:37.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:36 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:37.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:36 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:14:37.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:36 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:37.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:36 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:14:37.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:36 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:37.968 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:37 trial069 ceph-mon[40166]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:37.968 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:37 trial069 ceph-mon[40166]: Deploying daemon osd.0 on trial069 2026-02-21T20:14:37.968 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:37 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:14:37.969 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:37 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:38.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:37 trial096 ceph-mon[40750]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:38.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:37 trial096 ceph-mon[40750]: Deploying daemon osd.0 on trial069 2026-02-21T20:14:38.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:37 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:14:38.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:37 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:38.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:37 trial185 ceph-mon[41310]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:38.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:37 trial185 ceph-mon[41310]: Deploying daemon osd.0 on trial069 2026-02-21T20:14:38.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:37 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:14:38.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:37 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:39.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:38 trial069 ceph-mon[40166]: Deploying daemon osd.0 on trial069 2026-02-21T20:14:39.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:38 trial096 ceph-mon[40750]: Deploying daemon osd.0 on trial069 2026-02-21T20:14:39.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:38 trial185 ceph-mon[41310]: Deploying daemon osd.0 on trial069 2026-02-21T20:14:40.011 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:39 trial069 ceph-mon[40166]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:40.011 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:39 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:40.011 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:39 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:40.011 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:39 trial069 ceph-mon[40166]: from='osd.0 [v2:10.20.193.69:6802/200713572,v1:10.20.193.69:6803/200713572]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:14:40.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:39 trial096 ceph-mon[40750]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:40.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:39 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:40.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:39 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:40.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:39 trial096 ceph-mon[40750]: from='osd.0 [v2:10.20.193.69:6802/200713572,v1:10.20.193.69:6803/200713572]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:14:40.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:39 trial185 ceph-mon[41310]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:40.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:39 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:40.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:39 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:40.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:39 trial185 ceph-mon[41310]: from='osd.0 [v2:10.20.193.69:6802/200713572,v1:10.20.193.69:6803/200713572]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:14:41.455 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:41 trial069 ceph-mon[40166]: from='osd.0 [v2:10.20.193.69:6802/200713572,v1:10.20.193.69:6803/200713572]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:14:41.455 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:41 trial069 ceph-mon[40166]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:14:41.455 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:41 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:41.456 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:41 trial069 ceph-mon[40166]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:41.501 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:41 trial185 ceph-mon[41310]: from='osd.0 [v2:10.20.193.69:6802/200713572,v1:10.20.193.69:6803/200713572]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:14:41.501 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:41 trial185 ceph-mon[41310]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:14:41.501 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:41 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:41.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:41 trial185 ceph-mon[41310]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:41.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:41 trial096 ceph-mon[40750]: from='osd.0 [v2:10.20.193.69:6802/200713572,v1:10.20.193.69:6803/200713572]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:14:41.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:41 trial096 ceph-mon[40750]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:14:41.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:41 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:41.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:41 trial096 ceph-mon[40750]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:42.611 INFO:teuthology.orchestra.run.trial069.stdout:Created osd(s) 0 on host 'trial069' 2026-02-21T20:14:42.754 DEBUG:teuthology.orchestra.run.trial069:osd.0> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.0.service 2026-02-21T20:14:42.756 INFO:tasks.cephadm:Deploying osd.1 on trial096 with /dev/vg_nvme/lv_4... 2026-02-21T20:14:42.756 DEBUG:teuthology.orchestra.run.trial096:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:14:42.882 INFO:teuthology.orchestra.run.trial096.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.b/config 2026-02-21T20:14:43.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:42 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:42 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:42 trial069 ceph-mon[40166]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:14:43.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:42 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:42 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.069 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:42 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.069 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:42 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.070 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:42 trial096 ceph-mon[40750]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:14:43.070 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:42 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.070 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:42 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:42 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:42 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:42 trial185 ceph-mon[41310]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:14:43.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:42 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:42 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:43.562 INFO:teuthology.orchestra.run.trial096.stdout: 2026-02-21T20:14:43.578 DEBUG:teuthology.orchestra.run.trial096:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch daemon add osd trial096:vg_nvme/lv_4 --skip-validation 2026-02-21T20:14:43.697 INFO:teuthology.orchestra.run.trial096.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.b/config 2026-02-21T20:14:44.021 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:44.021 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:14:44.021 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:14:44.021 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial069", "root=default"]} : dispatch 2026-02-21T20:14:44.021 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:44.021 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.021 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:44.022 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:43 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:44.023 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:14:43 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0[54255]: 2026-02-21T20:14:43.861+0000 7f730b663640 -1 osd.0 0 waiting for initial osdmap 2026-02-21T20:14:44.023 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:14:43 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0[54255]: 2026-02-21T20:14:43.864+0000 7f730752a640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:14:44.090 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:44.090 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:14:44.090 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:14:44.090 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial069", "root=default"]} : dispatch 2026-02-21T20:14:44.090 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:44.091 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:43 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:44.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial069", "root=default"]} : dispatch 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:44.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:44.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:44.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:44.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:44.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:43 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:45.127 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: Adjusting osd_memory_target on trial069 to 83023M 2026-02-21T20:14:45.135 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial069", "root=default"]}]': finished 2026-02-21T20:14:45.135 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='client.? 10.20.193.96:0/2408852573' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"} : dispatch 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"} : dispatch 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"}]': finished 2026-02-21T20:14:45.136 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540] boot 2026-02-21T20:14:45.137 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:14:45.137 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.137 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:44 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:45.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: Adjusting osd_memory_target on trial069 to 83023M 2026-02-21T20:14:45.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial069", "root=default"]}]': finished 2026-02-21T20:14:45.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T20:14:45.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:45.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='client.? 10.20.193.96:0/2408852573' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"} : dispatch 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"} : dispatch 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"}]': finished 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540] boot 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:44 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:45.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: Adjusting osd_memory_target on trial069 to 83023M 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial069", "root=default"]}]': finished 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:45.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='client.? 10.20.193.96:0/2408852573' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"} : dispatch 2026-02-21T20:14:45.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"} : dispatch 2026-02-21T20:14:45.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de308ed6-05f7-45fd-ae52-b7880b7395f1"}]': finished 2026-02-21T20:14:45.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: osd.0 [v2:10.20.193.69:6802/1740254540,v1:10.20.193.69:6803/1740254540] boot 2026-02-21T20:14:45.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:14:45.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:14:45.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:44 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: purged_snaps scrub starts 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: purged_snaps scrub ok 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial096:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: osd.default does not exist. Creating it now. 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: Creating OSDs with service ID: default on trial096:['vg_nvme/lv_4'] 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: Marking host: trial096 for OSDSpec preview refresh. 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: Saving service osd.default spec with placement trial096 2026-02-21T20:14:46.140 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='client.? 10.20.193.96:0/3644725733' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.141 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:46.142 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:46.142 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:46.142 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: purged_snaps scrub starts 2026-02-21T20:14:46.142 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: purged_snaps scrub ok 2026-02-21T20:14:46.142 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial096:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:46.142 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: osd.default does not exist. Creating it now. 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: Creating OSDs with service ID: default on trial096:['vg_nvme/lv_4'] 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: Marking host: trial096 for OSDSpec preview refresh. 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: Saving service osd.default spec with placement trial096 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='client.? 10.20.193.96:0/3644725733' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:46.143 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.144 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.144 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:46.144 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:46.144 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.144 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:46.144 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:46.144 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: purged_snaps scrub starts 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: purged_snaps scrub ok 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial096:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: osd.default does not exist. Creating it now. 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: Creating OSDs with service ID: default on trial096:['vg_nvme/lv_4'] 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: Marking host: trial096 for OSDSpec preview refresh. 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: Saving service osd.default spec with placement trial096 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='client.? 10.20.193.96:0/3644725733' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:46.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:47.524 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:47 trial096 ceph-mon[40750]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:14:47.525 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:47.525 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:47 trial096 ceph-mon[40750]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:47.525 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:14:47.525 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:47.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:47 trial185 ceph-mon[41310]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:14:47.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:47.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:47 trial185 ceph-mon[41310]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:47.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:14:47.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:47.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:47 trial069 ceph-mon[40166]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:14:47.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:47.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:47 trial069 ceph-mon[40166]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:47.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:14:47.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:48.343 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:48 trial096 ceph-mon[40750]: Deploying daemon osd.1 on trial096 2026-02-21T20:14:48.343 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:14:48.344 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:48.344 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:48 trial096 ceph-mon[40750]: Deploying daemon osd.1 on trial096 2026-02-21T20:14:48.344 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.344 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.344 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.674 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:48 trial185 ceph-mon[41310]: Deploying daemon osd.1 on trial096 2026-02-21T20:14:48.674 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:14:48.674 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:48.674 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:48 trial185 ceph-mon[41310]: Deploying daemon osd.1 on trial096 2026-02-21T20:14:48.674 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.675 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.675 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:48 trial069 ceph-mon[40166]: Deploying daemon osd.1 on trial096 2026-02-21T20:14:48.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:14:48.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:48.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:48 trial069 ceph-mon[40166]: Deploying daemon osd.1 on trial096 2026-02-21T20:14:48.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:48.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:49.496 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:49 trial096 ceph-mon[40750]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:49.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:49 trial185 ceph-mon[41310]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:49.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:49 trial069 ceph-mon[40166]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:50.691 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:50.691 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:50.692 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:50 trial096 ceph-mon[40750]: from='osd.1 [v2:10.20.193.96:6800/186632055,v1:10.20.193.96:6801/186632055]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:50.692 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:50 trial096 ceph-mon[40750]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:51.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:51.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:51.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:50 trial185 ceph-mon[41310]: from='osd.1 [v2:10.20.193.96:6800/186632055,v1:10.20.193.96:6801/186632055]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:51.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:50 trial185 ceph-mon[41310]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:51.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:51.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:51.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:50 trial069 ceph-mon[40166]: from='osd.1 [v2:10.20.193.96:6800/186632055,v1:10.20.193.96:6801/186632055]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:51.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:50 trial069 ceph-mon[40166]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:51.840 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:51 trial096 ceph-mon[40750]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:14:51.841 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:51 trial096 ceph-mon[40750]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:14:51.841 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:51.841 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:51 trial096 ceph-mon[40750]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:52.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:51 trial185 ceph-mon[41310]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:14:52.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:51 trial185 ceph-mon[41310]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:14:52.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:52.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:51 trial185 ceph-mon[41310]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:52.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:51 trial069 ceph-mon[40166]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:14:52.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:51 trial069 ceph-mon[40166]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:14:52.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:52.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:51 trial069 ceph-mon[40166]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:53.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: pgmap v28: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:53.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:53 trial096 ceph-mon[40750]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:53.501 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: pgmap v28: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:53.502 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:53 trial185 ceph-mon[41310]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:53.544 INFO:teuthology.orchestra.run.trial096.stdout:Created osd(s) 1 on host 'trial096' 2026-02-21T20:14:53.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: pgmap v28: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:53.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:53 trial069 ceph-mon[40166]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:14:53.688 DEBUG:teuthology.orchestra.run.trial096:osd.1> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.1.service 2026-02-21T20:14:53.691 INFO:tasks.cephadm:Deploying osd.2 on trial185 with /dev/vg_nvme/lv_4... 2026-02-21T20:14:53.691 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:14:53.816 INFO:teuthology.orchestra.run.trial185.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.c/config 2026-02-21T20:14:54.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T20:14:54.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:14:54.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T20:14:54.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:54.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: from='osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]} : dispatch 2026-02-21T20:14:54.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]} : dispatch 2026-02-21T20:14:54.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:54.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:54 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:54.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T20:14:54.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:14:54.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T20:14:54.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:54.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: from='osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]} : dispatch 2026-02-21T20:14:54.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]} : dispatch 2026-02-21T20:14:54.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:54.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:54 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:54.411 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:14:54 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1[48231]: 2026-02-21T20:14:54.300+0000 7fece4370640 -1 osd.1 0 waiting for initial osdmap 2026-02-21T20:14:54.411 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:14:54 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1[48231]: 2026-02-21T20:14:54.302+0000 7fecdc22f640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:14:54.526 INFO:teuthology.orchestra.run.trial185.stdout: 2026-02-21T20:14:54.545 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch daemon add osd trial185:vg_nvme/lv_4 --skip-validation 2026-02-21T20:14:54.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T20:14:54.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:14:54.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T20:14:54.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:54.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: from='osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]} : dispatch 2026-02-21T20:14:54.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]} : dispatch 2026-02-21T20:14:54.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:54.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:54 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:54.665 INFO:teuthology.orchestra.run.trial185.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.c/config 2026-02-21T20:14:55.315 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: pgmap v30: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: Adjusting osd_memory_target on trial096 to 83023M 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.316 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]}]': finished 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.317 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:55.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:55.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T20:14:55.318 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:55 trial185 ceph-mon[41310]: Cluster is now healthy 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: pgmap v30: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: Adjusting osd_memory_target on trial096 to 83023M 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.546 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]}]': finished 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:55.547 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:55.548 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.548 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T20:14:55.548 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:55 trial096 ceph-mon[40750]: Cluster is now healthy 2026-02-21T20:14:55.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: pgmap v30: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: Adjusting osd_memory_target on trial096 to 83023M 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:55.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial096", "root=default"]}]': finished 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T20:14:55.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:55 trial069 ceph-mon[40166]: Cluster is now healthy 2026-02-21T20:14:56.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: purged_snaps scrub starts 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: purged_snaps scrub ok 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial185:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: osd.default does not exist. Creating it now. 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: Creating OSDs with service ID: default on trial185:['vg_nvme/lv_4'] 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: Marking host: trial185 for OSDSpec preview refresh. 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: Saving service osd.default spec with placement trial185 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643] boot 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: osdmap e14: 2 total, 2 up, 2 in 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: from='client.? 10.20.193.185:0/123550830' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"} : dispatch 2026-02-21T20:14:56.411 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"} : dispatch 2026-02-21T20:14:56.412 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"}]': finished 2026-02-21T20:14:56.412 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:14:56.412 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:14:56.412 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:56 trial096 ceph-mon[40750]: from='client.? 10.20.193.185:0/2287443727' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:56.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: purged_snaps scrub starts 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: purged_snaps scrub ok 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial185:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: osd.default does not exist. Creating it now. 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: Creating OSDs with service ID: default on trial185:['vg_nvme/lv_4'] 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: Marking host: trial185 for OSDSpec preview refresh. 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: Saving service osd.default spec with placement trial185 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643] boot 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: osdmap e14: 2 total, 2 up, 2 in 2026-02-21T20:14:56.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:56.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: from='client.? 10.20.193.185:0/123550830' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"} : dispatch 2026-02-21T20:14:56.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"} : dispatch 2026-02-21T20:14:56.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"}]': finished 2026-02-21T20:14:56.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:14:56.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:14:56.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:56 trial185 ceph-mon[41310]: from='client.? 10.20.193.185:0/2287443727' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:56.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: purged_snaps scrub starts 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: purged_snaps scrub ok 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial185:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: osd.default does not exist. Creating it now. 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: Creating OSDs with service ID: default on trial185:['vg_nvme/lv_4'] 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: Marking host: trial185 for OSDSpec preview refresh. 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: Saving service osd.default spec with placement trial185 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: osd.1 [v2:10.20.193.96:6800/2779776643,v1:10.20.193.96:6801/2779776643] boot 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: osdmap e14: 2 total, 2 up, 2 in 2026-02-21T20:14:56.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:14:56.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: from='client.? 10.20.193.185:0/123550830' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"} : dispatch 2026-02-21T20:14:56.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"} : dispatch 2026-02-21T20:14:56.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "354d5e6c-86f8-4d88-a0d6-aef3f4fdacab"}]': finished 2026-02-21T20:14:56.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:14:56.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:14:56.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:56 trial069 ceph-mon[40166]: from='client.? 10.20.193.185:0/2287443727' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:57.825 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:57.826 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:57.826 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:57.826 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:57.826 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:57.826 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:57.826 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:57 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:58.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:58.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:58.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:58.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:58.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:57 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:58.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:14:58.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:14:58.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:14:58.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:14:58.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:57 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:58.750 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:58 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:14:58.750 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:58 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:58.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:58 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:14:58.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:58 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:59.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:14:59.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:59.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:14:59.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:58 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:59.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:58 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:14:59.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:58 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:14:59.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:58 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:14:59.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:58 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:00.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:59 trial185 ceph-mon[41310]: Deploying daemon osd.2 on trial185 2026-02-21T20:15:00.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:59 trial185 ceph-mon[41310]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:00.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:14:59 trial185 ceph-mon[41310]: Deploying daemon osd.2 on trial185 2026-02-21T20:15:00.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:59 trial069 ceph-mon[40166]: Deploying daemon osd.2 on trial185 2026-02-21T20:15:00.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:59 trial069 ceph-mon[40166]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:00.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:14:59 trial069 ceph-mon[40166]: Deploying daemon osd.2 on trial185 2026-02-21T20:15:00.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:59 trial096 ceph-mon[40750]: Deploying daemon osd.2 on trial185 2026-02-21T20:15:00.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:59 trial096 ceph-mon[40750]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:00.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:14:59 trial096 ceph-mon[40750]: Deploying daemon osd.2 on trial185 2026-02-21T20:15:01.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:01 trial069 ceph-mon[40166]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:01.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:01 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:01.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:01 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:01.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:01 trial069 ceph-mon[40166]: from='osd.2 [v2:10.20.193.185:6800/4119777698,v1:10.20.193.185:6801/4119777698]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:01.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:01 trial069 ceph-mon[40166]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:01.853 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:01 trial185 ceph-mon[41310]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:01.853 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:01 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:01.854 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:01 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:01.854 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:01 trial185 ceph-mon[41310]: from='osd.2 [v2:10.20.193.185:6800/4119777698,v1:10.20.193.185:6801/4119777698]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:01.854 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:01 trial185 ceph-mon[41310]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:01.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:01 trial096 ceph-mon[40750]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:01.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:01 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:01.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:01 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:01.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:01 trial096 ceph-mon[40750]: from='osd.2 [v2:10.20.193.185:6800/4119777698,v1:10.20.193.185:6801/4119777698]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:01.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:01 trial096 ceph-mon[40750]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:02.992 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:02 trial185 ceph-mon[41310]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:15:02.992 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:02 trial185 ceph-mon[41310]: osdmap e17: 3 total, 2 up, 3 in 2026-02-21T20:15:02.992 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:02 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:03.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:02 trial069 ceph-mon[40166]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:15:03.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:02 trial069 ceph-mon[40166]: osdmap e17: 3 total, 2 up, 3 in 2026-02-21T20:15:03.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:02 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:03.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:02 trial096 ceph-mon[40750]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:15:03.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:02 trial096 ceph-mon[40750]: osdmap e17: 3 total, 2 up, 3 in 2026-02-21T20:15:03.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:02 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:03.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:03 trial185 ceph-mon[41310]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:03.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:03 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:03.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:03 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:04.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:03 trial069 ceph-mon[40166]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:04.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:04.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:03 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:04.052 INFO:teuthology.orchestra.run.trial185.stdout:Created osd(s) 2 on host 'trial185' 2026-02-21T20:15:04.061 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:03 trial096 ceph-mon[40750]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:04.061 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:03 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:04.061 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:03 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:04.197 DEBUG:teuthology.orchestra.run.trial185:osd.2> sudo journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.2.service 2026-02-21T20:15:04.200 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-21T20:15:04.200 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:15:04.323 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:04.560 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:04.700 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1771704895,"num_in_osds":3,"osd_in_since":1771704895,"num_remapped_pgs":0} 2026-02-21T20:15:04.976 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:04 trial185 ceph-mon[41310]: from='osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:04.977 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:04 trial185 ceph-mon[41310]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:04.977 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:04 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:04.977 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:04 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:04.977 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:04 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1677556296' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:05.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:04 trial069 ceph-mon[40166]: from='osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:05.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:04 trial069 ceph-mon[40166]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:05.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:04 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:04 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1677556296' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:05.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:04 trial096 ceph-mon[40750]: from='osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:05.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:04 trial096 ceph-mon[40750]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:15:05.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:04 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:04 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:04 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1677556296' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:05.701 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:15:05.751 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:05 trial185 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2[48102]: 2026-02-21T20:15:05.725+0000 7fbd409e5640 -1 osd.2 0 waiting for initial osdmap 2026-02-21T20:15:05.752 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:05 trial185 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2[48102]: 2026-02-21T20:15:05.727+0000 7fbd3c8ac640 -1 osd.2 19 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]} : dispatch 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: osdmap e18: 3 total, 2 up, 3 in 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]} : dispatch 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: Adjusting osd_memory_target on trial185 to 87119M 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:05.825 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]} : dispatch 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: osdmap e18: 3 total, 2 up, 3 in 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]} : dispatch 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: Adjusting osd_memory_target on trial185 to 87119M 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.053 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.063 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]} : dispatch 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: osdmap e18: 3 total, 2 up, 3 in 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]} : dispatch 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: Adjusting osd_memory_target on trial185 to 87119M 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:06.205 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":19,"num_osds":3,"num_up_osds":2,"osd_up_since":1771704895,"num_in_osds":3,"osd_in_since":1771704895,"num_remapped_pgs":0} 2026-02-21T20:15:06.955 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:06 trial069 ceph-mon[40166]: Detected new or changed devices on trial069 2026-02-21T20:15:06.955 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:06 trial069 ceph-mon[40166]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]}]': finished 2026-02-21T20:15:06.955 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:06 trial069 ceph-mon[40166]: osdmap e19: 3 total, 2 up, 3 in 2026-02-21T20:15:06.956 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:06 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:06.956 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:06 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:06.956 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:06 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/371355055' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:07.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:06 trial185 ceph-mon[41310]: Detected new or changed devices on trial069 2026-02-21T20:15:07.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:06 trial185 ceph-mon[41310]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]}]': finished 2026-02-21T20:15:07.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:06 trial185 ceph-mon[41310]: osdmap e19: 3 total, 2 up, 3 in 2026-02-21T20:15:07.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:06 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:07.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:06 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:07.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:06 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/371355055' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:07.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:06 trial096 ceph-mon[40750]: Detected new or changed devices on trial069 2026-02-21T20:15:07.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:06 trial096 ceph-mon[40750]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial185", "root=default"]}]': finished 2026-02-21T20:15:07.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:06 trial096 ceph-mon[40750]: osdmap e19: 3 total, 2 up, 3 in 2026-02-21T20:15:07.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:06 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:07.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:06 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:07.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:06 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/371355055' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:07.207 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:15:07.331 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:07.561 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:07.701 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1771704906,"num_in_osds":3,"osd_in_since":1771704895,"num_remapped_pgs":0} 2026-02-21T20:15:07.702 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:15:07.821 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:07.845 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: purged_snaps scrub starts 2026-02-21T20:15:07.845 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: purged_snaps scrub ok 2026-02-21T20:15:07.845 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:07.845 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451] boot 2026-02-21T20:15:07.845 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T20:15:07.846 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:07.846 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' 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-21T20:15:07.846 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:07.846 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:07.846 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:07 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3255379796' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:07.993 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: purged_snaps scrub starts 2026-02-21T20:15:07.993 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: purged_snaps scrub ok 2026-02-21T20:15:07.993 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:07.993 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451] boot 2026-02-21T20:15:07.993 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T20:15:07.993 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:07.994 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' 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-21T20:15:07.994 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:07.994 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:07.994 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:07 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3255379796' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:08.053 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:08.053 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":21,"fsid":"c51496b3-0f61-11f1-b7ad-d404e6e7d460","created":"2026-02-21T20:13:36.483254+0000","modified":"2026-02-21T20:15:07.729980+0000","last_up_change":"2026-02-21T20:15:06.726185+0000","last_in_change":"2026-02-21T20:14:55.717291+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-21T20:15:06.842483+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"e33b9ab0-ffa0-4604-bad6-e54071c4663b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6802","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6803","nonce":1740254540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6804","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6805","nonce":1740254540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6808","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6809","nonce":1740254540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6806","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6807","nonce":1740254540}]},"public_addr":"10.20.193.69:6803/1740254540","cluster_addr":"10.20.193.69:6805/1740254540","heartbeat_back_addr":"10.20.193.69:6809/1740254540","heartbeat_front_addr":"10.20.193.69:6807/1740254540","state":["exists","up"]},{"osd":1,"uuid":"de308ed6-05f7-45fd-ae52-b7880b7395f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6800","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6801","nonce":2779776643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6802","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6803","nonce":2779776643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6806","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6807","nonce":2779776643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6804","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6805","nonce":2779776643}]},"public_addr":"10.20.193.96:6801/2779776643","cluster_addr":"10.20.193.96:6803/2779776643","heartbeat_back_addr":"10.20.193.96:6807/2779776643","heartbeat_front_addr":"10.20.193.96:6805/2779776643","state":["exists","up"]},{"osd":2,"uuid":"354d5e6c-86f8-4d88-a0d6-aef3f4fdacab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6800","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6801","nonce":3486719451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6802","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6803","nonce":3486719451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6806","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6807","nonce":3486719451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6804","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6805","nonce":3486719451}]},"public_addr":"10.20.193.185:6801/3486719451","cluster_addr":"10.20.193.185:6803/3486719451","heartbeat_back_addr":"10.20.193.185:6807/3486719451","heartbeat_front_addr":"10.20.193.185:6805/3486719451","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-21T20:14:43.519856+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-21T20:14:53.883102+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-21T20:15:04.980432+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.69:0/100962476":"2026-02-22T20:13:58.632167+0000","10.20.193.69:6800/2221646919":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/2282310355":"2026-02-22T20:13:47.630970+0000","10.20.193.69:0/3487506302":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/343242074":"2026-02-22T20:13:58.632167+0000","10.20.193.69:6801/2221646919":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/772464295":"2026-02-22T20:13:47.630970+0000","10.20.193.69:0/2627506295":"2026-02-22T20:13:47.630970+0000","10.20.193.69:6801/154146848":"2026-02-22T20:13:47.630970+0000","10.20.193.69:6800/154146848":"2026-02-22T20:13:47.630970+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-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: purged_snaps scrub starts 2026-02-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: purged_snaps scrub ok 2026-02-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: osd.2 [v2:10.20.193.185:6800/3486719451,v1:10.20.193.185:6801/3486719451] boot 2026-02-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' 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-21T20:15:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:07 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3255379796' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:15:08.194 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-02-21T20:15:06.842483+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'nonprimary_shards': '{}', 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2026-02-21T20:15:08.194 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd pool get .mgr pg_num 2026-02-21T20:15:08.312 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:08.542 INFO:teuthology.orchestra.run.trial069.stdout:pg_num: 1 2026-02-21T20:15:08.683 INFO:tasks.cephadm:Setting up client nodes... 2026-02-21T20:15:08.684 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-21T20:15:08.804 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:08.932 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57586]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:15:08.932 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57586]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:08.932 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57586]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:08.932 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57586]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:08.932 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57590]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:15:08.932 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57590]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:08.933 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57590]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:08.933 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57590]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:08.933 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' 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-21T20:15:08.933 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T20:15:08.933 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:15:08.933 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.933 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.933 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:08.933 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2938606329' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:08.934 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.935 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:08.935 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/173124961' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-21T20:15:08.935 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57660]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T20:15:08.935 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57660]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:08.935 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57660]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:08.935 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57660]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:08.935 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57664]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T20:15:08.958 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50274]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:15:08.959 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50274]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:08.959 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50274]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:08.959 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50274]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:08.959 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50284]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:15:08.959 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50284]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:08.959 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50284]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:08.959 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50284]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:08.959 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' 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-21T20:15:08.959 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2938606329' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.960 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.961 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:08.961 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.961 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:08.961 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:08.961 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:08.961 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:08.961 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/173124961' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50209]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50209]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50209]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50209]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50213]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50213]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50213]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:09.004 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:15:08 trial096 sudo[50213]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:09.004 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' 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-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2938606329' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:09.005 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:08 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/173124961' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-21T20:15:09.006 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50217]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-21T20:15:09.045 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:09.183 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57664]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:09.183 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57664]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:09.183 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:08 trial069 sudo[57664]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:09.184 INFO:teuthology.orchestra.run.trial069.stdout:[{"version":13,"timestamp":"2026-02-21T20:15:04.820935+0000","name":"","changes":[{"name":"osd/host:trial185/osd_memory_target","new_value":"91351151411"}]}] 2026-02-21T20:15:09.184 INFO:tasks.ceph_manager:config epoch is 13 2026-02-21T20:15:09.185 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-21T20:15:09.185 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-21T20:15:09.185 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50324]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50324]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50324]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50324]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50338]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50338]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50338]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:09.221 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:08 trial185 sudo[50338]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:09.301 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:09.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50217]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:09.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50217]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:09.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50217]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:09.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50221]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-21T20:15:09.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50221]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:15:09.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50221]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:15:09.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 sudo[50221]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:15:09.564 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:09.720 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6800","nonce":4063438635},{"type":"v1","addr":"10.20.193.69:6801","nonce":4063438635}]},"active_addr":"10.20.193.69:6801/4063438635","active_change":"2026-02-21T20:13:58.632263+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14229,"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_binary_logging_level":{"name":"cephadm_binary_logging_level","type":"str","level":"advanced","flags":0,"default_value":"debug","min":"","max":"","enum_allowed":["debug","error","info","warning"],"desc":"Logging verbosity for the cephadm binary when invoked by the mgr (e.g. check-host, gather-facts).","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_binary_logging_level":{"name":"cephadm_binary_logging_level","type":"str","level":"advanced","flags":0,"default_value":"debug","min":"","max":"","enum_allowed":["debug","error","info","warning"],"desc":"Logging verbosity for the cephadm binary when invoked by the mgr (e.g. check-host, gather-facts).","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.69: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.69:0","nonce":1258889008}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.69:0","nonce":2568200916}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.69:0","nonce":1988073381}]}]} 2026-02-21T20:15:09.729 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-21T20:15:09.729 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-21T20:15:09.729 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:15:09.848 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: pgmap v47: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:09.872 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:09.873 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:09.874 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:09.874 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:09.874 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3976950792' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:15:09.874 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:09 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3191401250' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:15:10.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: pgmap v47: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:10.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3976950792' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:15:10.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:09 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3191401250' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:15:10.076 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:10.077 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":23,"fsid":"c51496b3-0f61-11f1-b7ad-d404e6e7d460","created":"2026-02-21T20:13:36.483254+0000","modified":"2026-02-21T20:15:09.734141+0000","last_up_change":"2026-02-21T20:15:06.726185+0000","last_in_change":"2026-02-21T20:14:55.717291+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-21T20:15:06.842483+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"e33b9ab0-ffa0-4604-bad6-e54071c4663b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6802","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6803","nonce":1740254540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6804","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6805","nonce":1740254540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6808","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6809","nonce":1740254540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6806","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6807","nonce":1740254540}]},"public_addr":"10.20.193.69:6803/1740254540","cluster_addr":"10.20.193.69:6805/1740254540","heartbeat_back_addr":"10.20.193.69:6809/1740254540","heartbeat_front_addr":"10.20.193.69:6807/1740254540","state":["exists","up"]},{"osd":1,"uuid":"de308ed6-05f7-45fd-ae52-b7880b7395f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6800","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6801","nonce":2779776643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6802","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6803","nonce":2779776643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6806","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6807","nonce":2779776643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6804","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6805","nonce":2779776643}]},"public_addr":"10.20.193.96:6801/2779776643","cluster_addr":"10.20.193.96:6803/2779776643","heartbeat_back_addr":"10.20.193.96:6807/2779776643","heartbeat_front_addr":"10.20.193.96:6805/2779776643","state":["exists","up"]},{"osd":2,"uuid":"354d5e6c-86f8-4d88-a0d6-aef3f4fdacab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6800","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6801","nonce":3486719451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6802","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6803","nonce":3486719451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6806","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6807","nonce":3486719451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6804","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6805","nonce":3486719451}]},"public_addr":"10.20.193.185:6801/3486719451","cluster_addr":"10.20.193.185:6803/3486719451","heartbeat_back_addr":"10.20.193.185:6807/3486719451","heartbeat_front_addr":"10.20.193.185:6805/3486719451","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-21T20:14:43.519856+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-21T20:14:53.883102+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-21T20:15:04.980432+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.69:0/100962476":"2026-02-22T20:13:58.632167+0000","10.20.193.69:6800/2221646919":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/2282310355":"2026-02-22T20:13:47.630970+0000","10.20.193.69:0/3487506302":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/343242074":"2026-02-22T20:13:58.632167+0000","10.20.193.69:6801/2221646919":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/772464295":"2026-02-22T20:13:47.630970+0000","10.20.193.69:0/2627506295":"2026-02-22T20:13:47.630970+0000","10.20.193.69:6801/154146848":"2026-02-22T20:13:47.630970+0000","10.20.193.69:6800/154146848":"2026-02-22T20:13:47.630970+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-21T20:15:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: pgmap v47: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T20:15:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:15:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:15:10.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:10.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:10.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:10.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:15:10.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:10.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3976950792' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:15:10.162 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:09 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3191401250' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:15:10.233 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-21T20:15:10.233 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:15:10.350 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:10.581 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:10.581 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":23,"fsid":"c51496b3-0f61-11f1-b7ad-d404e6e7d460","created":"2026-02-21T20:13:36.483254+0000","modified":"2026-02-21T20:15:09.734141+0000","last_up_change":"2026-02-21T20:15:06.726185+0000","last_in_change":"2026-02-21T20:14:55.717291+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-21T20:15:06.842483+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"e33b9ab0-ffa0-4604-bad6-e54071c4663b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6802","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6803","nonce":1740254540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6804","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6805","nonce":1740254540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6808","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6809","nonce":1740254540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.69:6806","nonce":1740254540},{"type":"v1","addr":"10.20.193.69:6807","nonce":1740254540}]},"public_addr":"10.20.193.69:6803/1740254540","cluster_addr":"10.20.193.69:6805/1740254540","heartbeat_back_addr":"10.20.193.69:6809/1740254540","heartbeat_front_addr":"10.20.193.69:6807/1740254540","state":["exists","up"]},{"osd":1,"uuid":"de308ed6-05f7-45fd-ae52-b7880b7395f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6800","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6801","nonce":2779776643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6802","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6803","nonce":2779776643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6806","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6807","nonce":2779776643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:6804","nonce":2779776643},{"type":"v1","addr":"10.20.193.96:6805","nonce":2779776643}]},"public_addr":"10.20.193.96:6801/2779776643","cluster_addr":"10.20.193.96:6803/2779776643","heartbeat_back_addr":"10.20.193.96:6807/2779776643","heartbeat_front_addr":"10.20.193.96:6805/2779776643","state":["exists","up"]},{"osd":2,"uuid":"354d5e6c-86f8-4d88-a0d6-aef3f4fdacab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6800","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6801","nonce":3486719451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6802","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6803","nonce":3486719451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6806","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6807","nonce":3486719451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:6804","nonce":3486719451},{"type":"v1","addr":"10.20.193.185:6805","nonce":3486719451}]},"public_addr":"10.20.193.185:6801/3486719451","cluster_addr":"10.20.193.185:6803/3486719451","heartbeat_back_addr":"10.20.193.185:6807/3486719451","heartbeat_front_addr":"10.20.193.185:6805/3486719451","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-21T20:14:43.519856+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-21T20:14:53.883102+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-21T20:15:04.980432+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.69:0/100962476":"2026-02-22T20:13:58.632167+0000","10.20.193.69:6800/2221646919":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/2282310355":"2026-02-22T20:13:47.630970+0000","10.20.193.69:0/3487506302":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/343242074":"2026-02-22T20:13:58.632167+0000","10.20.193.69:6801/2221646919":"2026-02-22T20:13:58.632167+0000","10.20.193.69:0/772464295":"2026-02-22T20:13:47.630970+0000","10.20.193.69:0/2627506295":"2026-02-22T20:13:47.630970+0000","10.20.193.69:6801/154146848":"2026-02-22T20:13:47.630970+0000","10.20.193.69:6800/154146848":"2026-02-22T20:13:47.630970+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-21T20:15:10.723 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-21T20:15:10.724 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-21T20:15:10.724 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-21T20:15:10.842 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:10.842 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:10.843 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:10.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:10 trial069 ceph-mon[40166]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:15:10.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:10 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3421016917' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:10.992 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:10 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1950789380' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:11.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:10 trial185 ceph-mon[41310]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:15:11.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:10 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3421016917' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:11.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:10 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1950789380' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:11.129 INFO:teuthology.orchestra.run.trial069.stdout:60129542149 2026-02-21T20:15:11.130 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:15:11.131 INFO:teuthology.orchestra.run.trial069.stdout:38654705672 2026-02-21T20:15:11.131 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:15:11.133 INFO:teuthology.orchestra.run.trial069.stdout:85899345923 2026-02-21T20:15:11.134 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T20:15:11.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:10 trial096 ceph-mon[40750]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:15:11.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:10 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3421016917' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:11.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:10 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1950789380' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:15:11.246 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:11.289 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:11.290 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:11.487 INFO:teuthology.orchestra.run.trial069.stdout:60129542147 2026-02-21T20:15:11.513 INFO:teuthology.orchestra.run.trial069.stdout:38654705671 2026-02-21T20:15:11.515 INFO:teuthology.orchestra.run.trial069.stdout:85899345922 2026-02-21T20:15:11.628 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542147 for osd.1 2026-02-21T20:15:11.654 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705671 for osd.0 2026-02-21T20:15:11.659 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345923 got 85899345922 for osd.2 2026-02-21T20:15:11.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:11 trial069 ceph-mon[40166]: pgmap v50: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:11.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:11 trial069 ceph-mon[40166]: mgrmap e15: a(active, since 72s), standbys: b 2026-02-21T20:15:11.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:11 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1778308209' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:11.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:11 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/932837147' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:11.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:11 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2451913294' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:12.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:11 trial185 ceph-mon[41310]: pgmap v50: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:12.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:11 trial185 ceph-mon[41310]: mgrmap e15: a(active, since 72s), standbys: b 2026-02-21T20:15:12.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:11 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1778308209' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:12.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:11 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/932837147' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:12.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:11 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2451913294' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:12.150 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:11 trial096 ceph-mon[40750]: pgmap v50: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:12.150 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:11 trial096 ceph-mon[40750]: mgrmap e15: a(active, since 72s), standbys: b 2026-02-21T20:15:12.150 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:11 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1778308209' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:12.150 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:11 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/932837147' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:12.150 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:11 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2451913294' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:12.629 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:15:12.655 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:15:12.659 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T20:15:12.748 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:12.789 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:12.790 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:13.002 INFO:teuthology.orchestra.run.trial069.stdout:60129542147 2026-02-21T20:15:13.009 INFO:teuthology.orchestra.run.trial069.stdout:38654705671 2026-02-21T20:15:13.011 INFO:teuthology.orchestra.run.trial069.stdout:85899345922 2026-02-21T20:15:13.146 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542147 for osd.1 2026-02-21T20:15:13.157 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345923 got 85899345922 for osd.2 2026-02-21T20:15:13.159 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705671 for osd.0 2026-02-21T20:15:13.348 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.348 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.348 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.348 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: Detected new or changed devices on trial096 2026-02-21T20:15:13.348 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:13.348 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.349 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:13.350 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:13.350 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.350 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:13.350 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2248774336' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:13.350 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3100607610' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:13.350 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:13 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2597072605' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: Detected new or changed devices on trial096 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:13.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2248774336' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:13.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3100607610' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:13.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:13 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2597072605' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:13.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: Detected new or changed devices on trial096 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2248774336' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3100607610' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:13.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:13 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2597072605' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:14.147 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:15:14.158 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T20:15:14.160 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:15:14.268 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:14.308 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:14.308 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:14.519 INFO:teuthology.orchestra.run.trial069.stdout:60129542149 2026-02-21T20:15:14.541 INFO:teuthology.orchestra.run.trial069.stdout:38654705672 2026-02-21T20:15:14.544 INFO:teuthology.orchestra.run.trial069.stdout:85899345924 2026-02-21T20:15:14.661 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.1 2026-02-21T20:15:14.661 DEBUG:teuthology.parallel:result is None 2026-02-21T20:15:14.684 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:14 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3491926362' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:14.684 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:14 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3894021952' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:14.684 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:14 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/397993053' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:14.686 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705672 for osd.0 2026-02-21T20:15:14.686 DEBUG:teuthology.parallel:result is None 2026-02-21T20:15:14.687 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345923 got 85899345924 for osd.2 2026-02-21T20:15:14.688 DEBUG:teuthology.parallel:result is None 2026-02-21T20:15:14.688 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-21T20:15:14.688 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:15:14.847 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:14.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:14 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3491926362' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:14.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:14 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3894021952' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:14.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:14 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/397993053' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:15.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:14 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3491926362' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:15:15.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:14 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3894021952' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:15:15.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:14 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/397993053' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:15:15.081 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:15.082 INFO:teuthology.orchestra.run.trial069.stderr:dumped all 2026-02-21T20:15:15.220 INFO:teuthology.orchestra.run.trial069.stdout:{"pg_ready":true,"pg_map":{"version":55,"stamp":"2026-02-21T20:15:14.576646+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":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85668,"kb_used_data":2316,"kb_used_omap":31,"kb_used_meta":81568,"kb_avail":2201923932,"statfs":{"total":2254857830400,"available":2254770106368,"internally_reserved":0,"allocated":2371584,"data_stored":1954134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":32523,"internal_metadata":83525877},"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.288144"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-21T20:15:09.736072+0000","last_change":"2026-02-21T20:15:08.736066+0000","last_active":"2026-02-21T20:15:09.736072+0000","last_peered":"2026-02-21T20:15:09.736072+0000","last_clean":"2026-02-21T20:15:09.736072+0000","last_became_active":"2026-02-21T20:15:08.735875+0000","last_became_peered":"2026-02-21T20:15:08.735875+0000","last_unstale":"2026-02-21T20:15:09.736072+0000","last_undegraded":"2026-02-21T20:15:09.736072+0000","last_fullsized":"2026-02-21T20:15:09.736072+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:15:07.729980+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:15:07.729980+0000","last_clean_scrub_stamp":"2026-02-21T20:15:07.729980+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-23T06:28:20.077144+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":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7148,"internal_metadata":27845652},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":10,"kb_used_meta":27189,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11060,"internal_metadata":27841740},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705672,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":13,"kb_used_meta":27186,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":14315,"internal_metadata":27838485},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-21T20:15:15.221 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:15:15.338 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:15.568 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:15.568 INFO:teuthology.orchestra.run.trial069.stderr:dumped all 2026-02-21T20:15:15.708 INFO:teuthology.orchestra.run.trial069.stdout:{"pg_ready":true,"pg_map":{"version":55,"stamp":"2026-02-21T20:15:14.576646+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":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85668,"kb_used_data":2316,"kb_used_omap":31,"kb_used_meta":81568,"kb_avail":2201923932,"statfs":{"total":2254857830400,"available":2254770106368,"internally_reserved":0,"allocated":2371584,"data_stored":1954134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":32523,"internal_metadata":83525877},"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.288144"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-21T20:15:09.736072+0000","last_change":"2026-02-21T20:15:08.736066+0000","last_active":"2026-02-21T20:15:09.736072+0000","last_peered":"2026-02-21T20:15:09.736072+0000","last_clean":"2026-02-21T20:15:09.736072+0000","last_became_active":"2026-02-21T20:15:08.735875+0000","last_became_peered":"2026-02-21T20:15:08.735875+0000","last_unstale":"2026-02-21T20:15:09.736072+0000","last_undegraded":"2026-02-21T20:15:09.736072+0000","last_fullsized":"2026-02-21T20:15:09.736072+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:15:07.729980+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:15:07.729980+0000","last_clean_scrub_stamp":"2026-02-21T20:15:07.729980+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-23T06:28:20.077144+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":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7148,"internal_metadata":27845652},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":10,"kb_used_meta":27189,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11060,"internal_metadata":27841740},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705672,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":13,"kb_used_meta":27186,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":14315,"internal_metadata":27838485},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-21T20:15:15.709 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-21T20:15:15.709 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-21T20:15:15.709 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-21T20:15:15.710 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph health --format=json 2026-02-21T20:15:15.828 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:15.851 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:15 trial069 ceph-mon[40166]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:15.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:15 trial096 ceph-mon[40750]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:16.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:15 trial185 ceph-mon[41310]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:16.087 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:15:16.088 INFO:teuthology.orchestra.run.trial069.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-21T20:15:16.230 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-21T20:15:16.230 INFO:tasks.cephadm:Setup complete, yielding 2026-02-21T20:15:16.231 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-21T20:15:16.249 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-21T20:15:16.250 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph orch apply -i - 2026-02-21T20:15:16.367 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:16.608 INFO:teuthology.orchestra.run.trial069.stdout:Scheduled mon update... 2026-02-21T20:15:16.735 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:16 trial069 ceph-mon[40166]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:16.735 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:16 trial069 ceph-mon[40166]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:16.735 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:16 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3544792738' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:15:16.750 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-21T20:15:16.765 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial069.front.sepia.ceph.com 2026-02-21T20:15:16.765 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- bash -c 'set -ex 2026-02-21T20:15:16.765 DEBUG:teuthology.orchestra.run.trial069:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> # the actual names cephadm knows the host by within the mon spec 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> MONSPEC=`cat mon.yaml` 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> echo "$MONSPEC" 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> while read realname <&3 && read fakename <&4; do 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> cat mon.yaml 2026-02-21T20:15:16.766 DEBUG:teuthology.orchestra.run.trial069:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> ceph orch apply -i mon.yaml 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> sleep 90 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> ceph orch ps --refresh 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> sleep 90 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> ceph mon dump 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> ceph mon dump --format json 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> # verify all the crush locations got set from "ceph mon dump" output expecting 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> # datacenter=a for mon a, datacenter=b, rack=2 for mon b, datacenter=a, rack=3 for mon c 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> # we loop over these files that tell us which mon, what crush key and what crush value to look for 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> # checking mon with id: a, b, b, c, c 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> echo $'"'"'a\nb\nb\nc\nc'"'"' > mon_ids 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> # checking crush keys: datacenter, datacenter, rack, datacenter, rack 2026-02-21T20:15:16.767 DEBUG:teuthology.orchestra.run.trial069:> echo $'"'"'datacenter\ndatacenter\nrack\ndatacenter\nrack'"'"' > crush_keys 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # checking crush values: a, b, 2, a, 3 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> echo $'"'"'a\nb\n2\na\n3'"'"' > crush_values 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # The expected format for each mon in the mon dump output as of writing this is (under "mons" key) 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # { 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # "rank": 1, 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # "name": "b", 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # "public_addrs": { 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # "addrvec": [ 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # { 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # "type": "v2", 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # "addr": "10.20.193.146:3300", 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # "nonce": 0 2026-02-21T20:15:16.768 DEBUG:teuthology.orchestra.run.trial069:> # }, 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # { 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "type": "v1", 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "addr": "10.20.193.146:6789", 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "nonce": 0 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # } 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # ] 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # }, 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "addr": "10.20.193.146:6789/0", 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "public_addr": "10.20.193.146:6789/0", 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "priority": 0, 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "weight": 0, 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "time_added": "2026-02-19T17:19:05:089735+0000", 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "crush_location": [ 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # { 2026-02-21T20:15:16.769 DEBUG:teuthology.orchestra.run.trial069:> # "key": "datacenter", 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # "val": "b" 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # }, 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # { 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # "key": "rack", 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # "val": "2" 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # } 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # ] 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> # }, 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> while read monid <&3 && read crush_key <&4; read crush_value <&5; do 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> ceph mon dump --format json | jq --arg monid "$monid" --arg crush_key "$crush_key" --arg crush_value "$crush_value" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key)'"'"' 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> ceph mon dump --format json | jq --arg monid "$monid" --arg crush_key "$crush_key" --arg crush_value "$crush_value" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key) | .val == $crush_value'"'"' 2026-02-21T20:15:16.770 DEBUG:teuthology.orchestra.run.trial069:> done 3 ' 2026-02-21T20:15:16.886 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:15:16.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:16 trial096 ceph-mon[40750]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:16.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:16 trial096 ceph-mon[40750]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:16.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:16 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3544792738' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:15:16.963 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph orch host ls --format json 2026-02-21T20:15:16.963 INFO:teuthology.orchestra.run.trial069.stderr:+ jq -r '.[] | .hostname' 2026-02-21T20:15:17.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:16 trial185 ceph-mon[41310]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:17.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:16 trial185 ceph-mon[41310]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:17.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:16 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3544792738' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:15:17.126 INFO:teuthology.orchestra.run.trial069.stderr:+ echo 'host.a 2026-02-21T20:15:17.126 INFO:teuthology.orchestra.run.trial069.stderr:host.b 2026-02-21T20:15:17.126 INFO:teuthology.orchestra.run.trial069.stderr:host.c' 2026-02-21T20:15:17.126 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph orch ls --service-name mon --export 2026-02-21T20:15:17.289 INFO:teuthology.orchestra.run.trial069.stderr:++ cat mon.yaml 2026-02-21T20:15:17.290 INFO:teuthology.orchestra.run.trial069.stderr:+ MONSPEC='service_type: mon 2026-02-21T20:15:17.290 INFO:teuthology.orchestra.run.trial069.stderr:service_name: mon 2026-02-21T20:15:17.290 INFO:teuthology.orchestra.run.trial069.stderr:placement: 2026-02-21T20:15:17.290 INFO:teuthology.orchestra.run.trial069.stderr: count: 3 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr:spec: 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: crush_locations: 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: host.a: 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: host.b: 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=b 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: - rack=2 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: host.c: 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.291 INFO:teuthology.orchestra.run.trial069.stderr: - rack=3' 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout:service_type: mon 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout:service_name: mon 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout:placement: 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: count: 3 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout:spec: 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: crush_locations: 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: host.a: 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: - datacenter=a 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: host.b: 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: - datacenter=b 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: - rack=2 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: host.c: 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: - datacenter=a 2026-02-21T20:15:17.292 INFO:teuthology.orchestra.run.trial069.stdout: - rack=3 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr:+ echo 'service_type: mon 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr:service_name: mon 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr:placement: 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: count: 3 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr:spec: 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: crush_locations: 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: host.a: 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: host.b: 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=b 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: - rack=2 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: host.c: 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr: - rack=3' 2026-02-21T20:15:17.293 INFO:teuthology.orchestra.run.trial069.stderr:+ read realname 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr:+ read fakename 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr:+ MONSPEC='service_type: mon 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr:service_name: mon 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr:placement: 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: count: 3 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr:spec: 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: crush_locations: 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: trial069: 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: host.b: 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=b 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: - rack=2 2026-02-21T20:15:17.294 INFO:teuthology.orchestra.run.trial069.stderr: host.c: 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr: - rack=3' 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr:+ read realname 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr:+ read fakename 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr:+ MONSPEC='service_type: mon 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr:service_name: mon 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr:placement: 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr: count: 3 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr:spec: 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr: crush_locations: 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr: trial069: 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.295 INFO:teuthology.orchestra.run.trial069.stderr: trial096: 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=b 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: - rack=2 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: host.c: 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: - rack=3' 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr:+ read realname 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr:+ read fakename 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr:+ MONSPEC='service_type: mon 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr:service_name: mon 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr:placement: 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: count: 3 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr:spec: 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: crush_locations: 2026-02-21T20:15:17.296 INFO:teuthology.orchestra.run.trial069.stderr: trial069: 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: trial096: 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=b 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: - rack=2 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: trial185: 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: - rack=3' 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr:+ read realname 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr:+ echo 'service_type: mon 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr:service_name: mon 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr:placement: 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr: count: 3 2026-02-21T20:15:17.297 INFO:teuthology.orchestra.run.trial069.stderr:spec: 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: crush_locations: 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: trial069: 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: trial096: 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=b 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: - rack=2 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: trial185: 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: - datacenter=a 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr: - rack=3' 2026-02-21T20:15:17.298 INFO:teuthology.orchestra.run.trial069.stderr:+ cat mon.yaml 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout:service_type: mon 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout:service_name: mon 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout:placement: 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout: count: 3 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout:spec: 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout: crush_locations: 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout: trial069: 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout: - datacenter=a 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout: trial096: 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout: - datacenter=b 2026-02-21T20:15:17.299 INFO:teuthology.orchestra.run.trial069.stdout: - rack=2 2026-02-21T20:15:17.300 INFO:teuthology.orchestra.run.trial069.stdout: trial185: 2026-02-21T20:15:17.300 INFO:teuthology.orchestra.run.trial069.stdout: - datacenter=a 2026-02-21T20:15:17.300 INFO:teuthology.orchestra.run.trial069.stdout: - rack=3 2026-02-21T20:15:17.300 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph orch apply -i mon.yaml 2026-02-21T20:15:17.452 INFO:teuthology.orchestra.run.trial069.stdout:Scheduled mon update... 2026-02-21T20:15:17.460 INFO:teuthology.orchestra.run.trial069.stderr:+ sleep 90 2026-02-21T20:15:18.694 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:18.694 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:15:18.694 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:15:18.694 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: Saving service mon spec with placement count:3 2026-02-21T20:15:18.694 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: Setting crush location for mon a to {datacenter=a} 2026-02-21T20:15:18.694 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-21T20:15:18.694 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: mon.c calling monitor election 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: mon.b calling monitor election 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: mon.a calling monitor election 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: monmap epoch 6 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: last_changed 2026-02-21T20:15:17.469699+0000 2026-02-21T20:15:18.695 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: min_mon_release 20 (tentacle) 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: election_strategy: 1 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a; crush_location {datacenter=a} 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: fsmap 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: mgrmap e15: a(active, since 78s), standbys: b 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: overall HEALTH_OK 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:18.696 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:15:18.697 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:18 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: Saving service mon spec with placement count:3 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: Setting crush location for mon a to {datacenter=a} 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: mon.c calling monitor election 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: mon.b calling monitor election 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:18.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: mon.a calling monitor election 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: monmap epoch 6 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: last_changed 2026-02-21T20:15:17.469699+0000 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: min_mon_release 20 (tentacle) 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: election_strategy: 1 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a; crush_location {datacenter=a} 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: fsmap 2026-02-21T20:15:18.753 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: mgrmap e15: a(active, since 78s), standbys: b 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: overall HEALTH_OK 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:15:18.754 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.755 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.755 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.755 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:15:18.755 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:18 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.849 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:15:18.849 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: Saving service mon spec with placement count:3 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: Setting crush location for mon a to {datacenter=a} 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: mon.c calling monitor election 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: mon.b calling monitor election 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:15:18.850 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: mon.a calling monitor election 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: monmap epoch 6 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: last_changed 2026-02-21T20:15:17.469699+0000 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: min_mon_release 20 (tentacle) 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: election_strategy: 1 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a; crush_location {datacenter=a} 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: fsmap 2026-02-21T20:15:18.851 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: mgrmap e15: a(active, since 78s), standbys: b 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: overall HEALTH_OK 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:15:18.852 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:18.853 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.853 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:18.853 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:15:18.853 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:18 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:15:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:15:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:15:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: Reconfiguring daemon osd.0 on trial069 2026-02-21T20:15:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:15:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:19.912 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:19.912 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:19.912 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:15:19.912 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:19 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:20.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:15:20.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: Reconfiguring daemon osd.0 on trial069 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.002 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:15:20.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:15:20.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:20.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:15:20.003 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:19 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:20.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:15:20.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: Reconfiguring daemon osd.0 on trial069 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:15:20.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:15:20.052 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:19 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:21.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:15:21.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: Reconfiguring daemon mgr.b on trial096 2026-02-21T20:15:21.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:15:21.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: Reconfiguring daemon osd.1 on trial096 2026-02-21T20:15:21.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: Reconfiguring daemon mon.c on trial185 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:15:21.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: Reconfiguring daemon mgr.b on trial096 2026-02-21T20:15:21.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: Reconfiguring daemon osd.1 on trial096 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: Reconfiguring daemon mon.c on trial185 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:15:21.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:21.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: Reconfiguring daemon mgr.b on trial096 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: Reconfiguring daemon osd.1 on trial096 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: Reconfiguring daemon mon.c on trial185 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:15:21.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:15:21.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:21.302 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:22.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:21 trial096 ceph-mon[40750]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:15:22.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:21 trial096 ceph-mon[40750]: Reconfiguring daemon osd.2 on trial185 2026-02-21T20:15:22.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:21 trial096 ceph-mon[40750]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:22.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:21 trial185 ceph-mon[41310]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:15:22.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:21 trial185 ceph-mon[41310]: Reconfiguring daemon osd.2 on trial185 2026-02-21T20:15:22.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:21 trial185 ceph-mon[41310]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:22.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:21 trial069 ceph-mon[40166]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:15:22.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:21 trial069 ceph-mon[40166]: Reconfiguring daemon osd.2 on trial185 2026-02-21T20:15:22.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:21 trial069 ceph-mon[40166]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:24.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:23 trial096 ceph-mon[40750]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:24.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:23 trial185 ceph-mon[41310]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:24.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:23 trial069 ceph-mon[40166]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:26.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:25 trial096 ceph-mon[40750]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:26.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:25 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:25 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:25 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:25 trial185 ceph-mon[41310]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:26.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:25 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:25 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:25 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:25 trial069 ceph-mon[40166]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:26.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:25 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:25 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:26.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:25 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:28.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:27 trial096 ceph-mon[40750]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:28.185 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:27 trial185 ceph-mon[41310]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:28.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:27 trial069 ceph-mon[40166]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:29.600 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.600 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.600 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:29 trial185 ceph-mon[41310]: Detected new or changed devices on trial185 2026-02-21T20:15:29.600 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.600 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:29 trial185 ceph-mon[41310]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:29.659 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.659 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:29 trial096 ceph-mon[40750]: Detected new or changed devices on trial185 2026-02-21T20:15:29.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:29 trial096 ceph-mon[40750]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:29.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:29 trial069 ceph-mon[40166]: Detected new or changed devices on trial185 2026-02-21T20:15:29.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:29.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:29 trial069 ceph-mon[40166]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:31.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:31 trial096 ceph-mon[40750]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:32.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:31 trial185 ceph-mon[41310]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:32.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:31 trial069 ceph-mon[40166]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:33.745 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:33 trial096 ceph-mon[40750]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:33.745 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:33.745 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:33.745 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:33.745 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:33.745 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:33.745 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:33 trial185 ceph-mon[41310]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:33 trial069 ceph-mon[40166]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:34.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:34.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:36.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:35 trial185 ceph-mon[41310]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:36.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:35 trial069 ceph-mon[40166]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:36.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:35 trial096 ceph-mon[40750]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:38.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:37 trial185 ceph-mon[41310]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:38.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:37 trial069 ceph-mon[40166]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:38.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:37 trial096 ceph-mon[40750]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:40.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:39 trial185 ceph-mon[41310]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:40.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:39 trial069 ceph-mon[40166]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:40.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:39 trial096 ceph-mon[40750]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:42.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:41 trial185 ceph-mon[41310]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:42.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:41 trial069 ceph-mon[40166]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:42.159 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:41 trial096 ceph-mon[40750]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:44.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:43 trial185 ceph-mon[41310]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:44.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:43 trial069 ceph-mon[40166]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:44.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:43 trial096 ceph-mon[40750]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:45.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:45 trial069 ceph-mon[40166]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:45.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:45.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:45.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:45 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:46.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:45 trial185 ceph-mon[41310]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:46.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:46.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:46.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:45 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:46.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:45 trial096 ceph-mon[40750]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:46.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:46.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:46.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:45 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:47.898 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:47 trial069 ceph-mon[40166]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:48.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:47 trial185 ceph-mon[41310]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:48.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:47 trial096 ceph-mon[40750]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:49.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:49 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:49 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:49 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:49 trial096 ceph-mon[40750]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:49.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:49 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:49 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:49 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:49 trial185 ceph-mon[41310]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:49.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:49 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:49 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:49 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:49.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:49 trial069 ceph-mon[40166]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:51.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:51 trial096 ceph-mon[40750]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:52.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:51 trial185 ceph-mon[41310]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:52.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:51 trial069 ceph-mon[40166]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:54.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:53 trial096 ceph-mon[40750]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:54.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:53 trial185 ceph-mon[41310]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:54.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:53 trial069 ceph-mon[40166]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:54.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:54.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:15:56.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:55 trial096 ceph-mon[40750]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:56.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:55 trial185 ceph-mon[41310]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:56.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:55 trial069 ceph-mon[40166]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:58.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:57 trial096 ceph-mon[40750]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:58.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:57 trial185 ceph-mon[41310]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:15:58.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:57 trial069 ceph-mon[40166]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:00.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:15:59 trial096 ceph-mon[40750]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:00.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:15:59 trial185 ceph-mon[41310]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:00.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:15:59 trial069 ceph-mon[40166]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:02.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:01 trial096 ceph-mon[40750]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:02.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:01 trial185 ceph-mon[41310]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:02.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:01 trial069 ceph-mon[40166]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:04.161 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:03 trial096 ceph-mon[40750]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:04.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:03 trial185 ceph-mon[41310]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:04.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:03 trial069 ceph-mon[40166]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:05 trial096 ceph-mon[40750]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:05 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:05 trial185 ceph-mon[41310]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:06.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:05 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:05 trial069 ceph-mon[40166]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:06.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:06.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:05 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:08.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:07 trial096 ceph-mon[40750]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:08.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:07 trial185 ceph-mon[41310]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:08.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:07 trial069 ceph-mon[40166]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:09.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:09 trial185 ceph-mon[41310]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:09.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:09 trial069 ceph-mon[40166]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:09 trial096 ceph-mon[40750]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:11.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:11 trial096 ceph-mon[40750]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:12.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:11 trial185 ceph-mon[41310]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:12.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:11 trial069 ceph-mon[40166]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:13 trial096 ceph-mon[40750]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:14.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:13 trial185 ceph-mon[41310]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:14.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:14.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:14.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:14.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:13 trial069 ceph-mon[40166]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:14.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:14.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:14.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:15.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:15 trial096 ceph-mon[40750]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:16.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:15 trial185 ceph-mon[41310]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:16.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:15 trial069 ceph-mon[40166]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:17.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:17 trial096 ceph-mon[40750]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:18.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:17 trial185 ceph-mon[41310]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:18.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:17 trial069 ceph-mon[40166]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:19 trial096 ceph-mon[40750]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:20.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:19 trial185 ceph-mon[41310]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:20.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:19 trial069 ceph-mon[40166]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:16:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:16:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:16:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:16:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:20 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:20.962 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:16:20.962 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:20.962 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:16:20.962 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:20.962 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:16:20.962 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:16:20.962 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:20 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:21.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:16:21.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:21.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:16:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:16:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:16:21.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:20 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:21.761 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:21 trial185 ceph-mon[41310]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:21.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:21 trial096 ceph-mon[40750]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:22.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:21 trial069 ceph-mon[40166]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:23.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:23 trial096 ceph-mon[40750]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:23.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:23 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:23.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:23 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:24.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:23 trial185 ceph-mon[41310]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:24.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:23 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:24.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:23 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:24.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:23 trial069 ceph-mon[40166]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:24.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:23 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:24.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:23 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:25.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:25 trial096 ceph-mon[40750]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:26.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:25 trial185 ceph-mon[41310]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:26.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:25 trial069 ceph-mon[40166]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:27.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:26 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:26 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:26 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.159 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:26 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:26 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:26 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:26 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:26 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:27.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:26 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:28.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:27 trial069 ceph-mon[40166]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:28.159 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:27 trial096 ceph-mon[40750]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:28.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:27 trial185 ceph-mon[41310]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:29.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:29.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:29.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:29 trial069 ceph-mon[40166]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:29.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:29.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:29.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:29.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:29 trial096 ceph-mon[40750]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:29.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:30.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:30.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:30.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:29 trial185 ceph-mon[41310]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:30.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:31.645 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:31 trial185 ceph-mon[41310]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:31.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:31 trial096 ceph-mon[40750]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:32.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:31 trial069 ceph-mon[40166]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:33.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:33 trial096 ceph-mon[40750]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:33.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:33.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:33.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:34.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:33 trial185 ceph-mon[41310]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:34.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:34.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:33 trial069 ceph-mon[40166]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:34.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:34.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:34.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:35.799 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:35 trial096 ceph-mon[40750]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:36.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:35 trial185 ceph-mon[41310]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:36.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:35 trial069 ceph-mon[40166]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:37.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:37 trial096 ceph-mon[40750]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:38.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:37 trial185 ceph-mon[41310]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:38.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:37 trial069 ceph-mon[40166]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:39.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:39 trial096 ceph-mon[40750]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:40.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:39 trial185 ceph-mon[41310]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:40.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:39 trial069 ceph-mon[40166]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:41.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:41 trial096 ceph-mon[40750]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:42.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:41 trial185 ceph-mon[41310]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:42.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:41 trial069 ceph-mon[40166]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:43.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:43 trial096 ceph-mon[40750]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:44.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:43 trial185 ceph-mon[41310]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:44.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:43 trial069 ceph-mon[40166]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:45.882 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:45 trial069 ceph-mon[40166]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:45.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:45 trial096 ceph-mon[40750]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:46.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:45 trial185 ceph-mon[41310]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:47.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:46 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:46 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:46 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:46 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:46 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:46 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:46 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:46 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:46 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:47.464 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph orch ps --refresh 2026-02-21T20:16:47.624 INFO:teuthology.orchestra.run.trial069.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-21T20:16:47.624 INFO:teuthology.orchestra.run.trial069.stdout:agent.trial069 trial069 *:4721 running 1s ago 2m - - 2026-02-21T20:16:47.624 INFO:teuthology.orchestra.run.trial069.stdout:agent.trial096 trial096 *:4721 running 14s ago 2m - - 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:agent.trial185 trial185 *:4721 running 19s ago 2m - - 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:mgr.a trial069 *:9283,8765 running (3m) 1s ago 3m 553M - 20.3.0-5291-g042df16c 9a39d96ac758 abad498bf88a 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:mgr.b trial096 *:8443,8765 running (2m) 14s ago 2m 492M - 20.3.0-5291-g042df16c 9a39d96ac758 ea33fb3d2541 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:mon.a trial069 running (3m) 1s ago 3m 52.0M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 bf0d29dcc986 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:mon.b trial096 running (2m) 14s ago 2m 47.0M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 435cfd7f4d72 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:mon.c trial185 running (2m) 19s ago 2m 43.8M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 311e950d3e47 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:osd.0 trial069 running (2m) 1s ago 2m 40.7M 81.0G 20.3.0-5291-g042df16c 9a39d96ac758 aea8e3ccacdf 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:osd.1 trial096 running (115s) 14s ago 118s 45.6M 81.0G 20.3.0-5291-g042df16c 9a39d96ac758 1036096a3482 2026-02-21T20:16:47.625 INFO:teuthology.orchestra.run.trial069.stdout:osd.2 trial185 running (104s) 19s ago 107s 41.1M 85.0G 20.3.0-5291-g042df16c 9a39d96ac758 02028aefd81f 2026-02-21T20:16:47.632 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph orch ls --service-name mon --export 2026-02-21T20:16:47.798 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph orch apply -i mon.yaml 2026-02-21T20:16:47.958 INFO:teuthology.orchestra.run.trial069.stdout:Scheduled mon update... 2026-02-21T20:16:47.966 INFO:teuthology.orchestra.run.trial069.stderr:+ sleep 90 2026-02-21T20:16:48.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:47 trial069 ceph-mon[40166]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:48.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:16:48.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:48.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:16:48.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:48.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:16:48.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:47 trial096 ceph-mon[40750]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:48.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:16:48.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:48.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:16:48.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:48.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:16:48.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:47 trial185 ceph-mon[41310]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:48.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:16:48.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:48.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:16:48.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:48.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Saving service mon spec with placement count:3 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Setting crush location for mon a to {datacenter=a} 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: mon.c calling monitor election 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-21T20:16:49.202 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: mon.b calling monitor election 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: mon.a calling monitor election 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: monmap epoch 9 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: last_changed 2026-02-21T20:16:47.977085+0000 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:16:49.203 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: min_mon_release 20 (tentacle) 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: election_strategy: 1 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a; crush_location {datacenter=a} 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: fsmap 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: overall HEALTH_OK 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:49.204 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.205 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.206 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.206 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.206 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.206 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:16:49.206 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:16:49.206 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.206 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:48 trial069 ceph-mon[40166]: Reconfiguring daemon osd.0 on trial069 2026-02-21T20:16:49.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:16:49.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Saving service mon spec with placement count:3 2026-02-21T20:16:49.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Setting crush location for mon a to {datacenter=a} 2026-02-21T20:16:49.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-21T20:16:49.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-21T20:16:49.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: mon.c calling monitor election 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: mon.b calling monitor election 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: mon.a calling monitor election 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: monmap epoch 9 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: last_changed 2026-02-21T20:16:47.977085+0000 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: min_mon_release 20 (tentacle) 2026-02-21T20:16:49.252 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: election_strategy: 1 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a; crush_location {datacenter=a} 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: fsmap 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: overall HEALTH_OK 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:49.253 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.254 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.255 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.255 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:16:49.255 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:16:49.255 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.255 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:48 trial185 ceph-mon[41310]: Reconfiguring daemon osd.0 on trial069 2026-02-21T20:16:49.333 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:16:49.333 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Saving service mon spec with placement count:3 2026-02-21T20:16:49.333 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Setting crush location for mon a to {datacenter=a} 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: mon.c calling monitor election 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: mon.b calling monitor election 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: mon.a calling monitor election 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: monmap epoch 9 2026-02-21T20:16:49.334 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: last_changed 2026-02-21T20:16:47.977085+0000 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: min_mon_release 20 (tentacle) 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: election_strategy: 1 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a; crush_location {datacenter=a} 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: 1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: 2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: fsmap 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: overall HEALTH_OK 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Reconfiguring daemon mon.a on trial069 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Reconfiguring daemon mgr.a on trial069 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:49.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:49.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:48 trial096 ceph-mon[40750]: Reconfiguring daemon osd.0 on trial069 2026-02-21T20:16:50.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:16:50.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:50.335 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: Reconfiguring daemon mgr.b on trial096 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.336 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:16:50.337 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:50 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.479 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:16:50.480 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.481 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: Reconfiguring daemon mgr.b on trial096 2026-02-21T20:16:50.481 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.481 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.481 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:16:50.481 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:50 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: Reconfiguring daemon mon.b on trial096 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:16:50.552 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:16:50.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:16:50.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:50.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: Reconfiguring daemon mgr.b on trial096 2026-02-21T20:16:50.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:50.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:16:50.553 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:50 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:51.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:16:51.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: Reconfiguring daemon osd.1 on trial096 2026-02-21T20:16:51.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: Reconfiguring daemon mon.c on trial185 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: Reconfiguring daemon osd.2 on trial185 2026-02-21T20:16:51.661 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.662 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: Reconfiguring daemon osd.1 on trial096 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: Reconfiguring daemon mon.c on trial185 2026-02-21T20:16:51.751 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: Reconfiguring daemon osd.2 on trial185 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.752 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.800 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: Reconfiguring daemon osd.1 on trial096 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: Reconfiguring daemon mon.c on trial185 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.801 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:16:51.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:16:51.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:16:51.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: Reconfiguring daemon osd.2 on trial185 2026-02-21T20:16:51.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:51.802 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:53 trial096 ceph-mon[40750]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:54.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:53 trial185 ceph-mon[41310]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:54.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:54.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:54.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:54.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:53 trial069 ceph-mon[40166]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:54.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:54.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:54.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:16:55.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:55 trial096 ceph-mon[40750]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:56.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:55 trial185 ceph-mon[41310]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:56.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:55 trial069 ceph-mon[40166]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:57.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:57 trial096 ceph-mon[40750]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:58.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:57 trial185 ceph-mon[41310]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:58.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:57 trial069 ceph-mon[40166]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:16:59.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:16:59 trial096 ceph-mon[40750]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:00.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:16:59 trial185 ceph-mon[41310]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:00.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:16:59 trial069 ceph-mon[40166]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:01.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:01 trial096 ceph-mon[40750]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:02.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:01 trial185 ceph-mon[41310]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:02.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:01 trial069 ceph-mon[40166]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:03.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:03 trial096 ceph-mon[40750]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:04.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:03 trial185 ceph-mon[41310]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:04.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:03 trial069 ceph-mon[40166]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:05.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:05 trial096 ceph-mon[40750]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:05.978 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:05 trial069 ceph-mon[40166]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:06.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:05 trial185 ceph-mon[41310]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:07.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:06 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:06 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:06 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:06 trial185 ceph-mon[41310]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:07.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:06 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:06 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:06 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:06 trial069 ceph-mon[40166]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:07.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:06 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:06 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:06 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:07.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:06 trial096 ceph-mon[40750]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:10.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:09 trial069 ceph-mon[40166]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:10.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:09 trial096 ceph-mon[40750]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:09 trial185 ceph-mon[41310]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:10.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:10.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:12.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:11 trial069 ceph-mon[40166]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:12.159 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:11 trial096 ceph-mon[40750]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:12.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:11 trial185 ceph-mon[41310]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:14.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:13 trial069 ceph-mon[40166]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:14.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:13 trial096 ceph-mon[40750]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:14.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:13 trial185 ceph-mon[41310]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:14.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:14.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:16.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:15 trial069 ceph-mon[40166]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:16.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:15 trial096 ceph-mon[40750]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:16.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:15 trial185 ceph-mon[41310]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:18.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:17 trial069 ceph-mon[40166]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:18.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:17 trial096 ceph-mon[40750]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:18.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:17 trial185 ceph-mon[41310]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:20.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:19 trial069 ceph-mon[40166]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:20.159 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:19 trial096 ceph-mon[40750]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:20.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:19 trial185 ceph-mon[41310]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:22.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:21 trial069 ceph-mon[40166]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:22.159 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:21 trial096 ceph-mon[40750]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:22.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:21 trial185 ceph-mon[41310]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:24.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:23 trial069 ceph-mon[40166]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:24.159 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:23 trial096 ceph-mon[40750]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:24.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:23 trial185 ceph-mon[41310]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:26.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:25 trial069 ceph-mon[40166]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:26.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:25 trial096 ceph-mon[40750]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:26.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:25 trial185 ceph-mon[41310]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:27.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:27 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:27 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:27 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:27 trial096 ceph-mon[40750]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:27.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:27 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:27 trial185 ceph-mon[41310]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:27.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:27 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:27.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:27 trial069 ceph-mon[40166]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:30.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:29 trial096 ceph-mon[40750]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:30.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:29 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:29 trial185 ceph-mon[41310]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:30.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.251 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:29 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:29 trial069 ceph-mon[40166]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:30.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:30.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:29 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:32.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:31 trial096 ceph-mon[40750]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:32.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:31 trial185 ceph-mon[41310]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:32.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:31 trial069 ceph-mon[40166]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:33.938 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:33 trial185 ceph-mon[41310]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:33.938 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:33.938 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:33.938 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:33 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:33 trial096 ceph-mon[40750]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:34.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:33 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:34.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:33 trial069 ceph-mon[40166]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:34.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:34.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:34.301 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:33 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:36.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:35 trial096 ceph-mon[40750]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:36.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:35 trial185 ceph-mon[41310]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:36.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:35 trial069 ceph-mon[40166]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:38.061 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:37 trial096 ceph-mon[40750]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:38.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:37 trial185 ceph-mon[41310]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:38.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:37 trial069 ceph-mon[40166]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:40.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:39 trial096 ceph-mon[40750]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:40.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:39 trial185 ceph-mon[41310]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:40.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:39 trial069 ceph-mon[40166]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:42.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:41 trial096 ceph-mon[40750]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:42.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:41 trial185 ceph-mon[41310]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:42.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:41 trial069 ceph-mon[40166]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:44.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:43 trial096 ceph-mon[40750]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:44.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:43 trial185 ceph-mon[41310]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:44.300 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:43 trial069 ceph-mon[40166]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:46.160 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:45 trial096 ceph-mon[40750]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:46.160 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:45 trial069 ceph-mon[40166]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:46.250 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:45 trial185 ceph-mon[41310]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:47.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:47 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.410 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:47 trial096 ceph-mon[40750]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:47.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:47 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:47 trial185 ceph-mon[41310]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:47.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:47 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:47.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:47 trial069 ceph-mon[40166]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:49.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:49 trial096 ceph-mon[40750]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:49.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:49 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:49.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:49 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:49.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:49 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:50.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:49 trial185 ceph-mon[41310]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:50.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:49 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:50.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:49 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:50.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:49 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:50.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:49 trial069 ceph-mon[40166]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:50.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:49 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:50.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:49 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:50.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:49 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:51.887 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:51 trial069 ceph-mon[40166]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:51.887 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:17:51.887 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:17:51.887 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:17:51.887 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:51.887 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:51 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:17:51.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:51 trial096 ceph-mon[40750]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:51.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:17:51.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:17:51.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:17:51.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:51.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:51 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:17:52.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:51 trial185 ceph-mon[41310]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:52.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:17:52.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:17:52.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:17:52.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:52.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:51 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:17:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:53 trial096 ceph-mon[40750]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:53.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:53 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:54.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:53 trial185 ceph-mon[41310]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:54.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:54.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:54.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:53 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:54.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:53 trial069 ceph-mon[40166]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:54.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:54.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:54.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:53 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:17:55.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:55 trial096 ceph-mon[40750]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:56.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:55 trial185 ceph-mon[41310]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:56.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:55 trial069 ceph-mon[40166]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:57.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:57 trial096 ceph-mon[40750]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:58.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:57 trial185 ceph-mon[41310]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:58.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:57 trial069 ceph-mon[40166]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:17:59.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:17:59 trial096 ceph-mon[40750]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:00.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:17:59 trial185 ceph-mon[41310]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:00.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:17:59 trial069 ceph-mon[40166]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:01.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:01 trial096 ceph-mon[40750]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:02.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:01 trial185 ceph-mon[41310]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:02.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:01 trial069 ceph-mon[40166]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:03.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:03 trial096 ceph-mon[40750]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:04.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:03 trial185 ceph-mon[41310]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:04.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:03 trial069 ceph-mon[40166]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:05.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:05 trial096 ceph-mon[40750]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:06.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:05 trial185 ceph-mon[41310]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:06.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:05 trial069 ceph-mon[40166]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:07.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:07 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.500 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:07 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.501 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:07 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.501 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:07 trial185 ceph-mon[41310]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:07.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.550 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:07 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.551 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:07 trial069 ceph-mon[40166]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:07.659 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:07 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:07 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:07 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:07.660 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:07 trial096 ceph-mon[40750]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:09 trial096 ceph-mon[40750]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:09.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:09 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:10.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:09 trial185 ceph-mon[41310]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:10.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:10.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:10.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:09 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:10.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:09 trial069 ceph-mon[40166]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:10.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:10.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:10.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:09 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:11.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:11 trial096 ceph-mon[40750]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:12.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:11 trial185 ceph-mon[41310]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:12.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:11 trial069 ceph-mon[40166]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:13 trial096 ceph-mon[40750]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:13.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:13 trial096 ceph-mon[40750]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:14.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:13 trial185 ceph-mon[41310]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:14.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:14.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:14.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:13 trial185 ceph-mon[41310]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:14.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:13 trial069 ceph-mon[40166]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:14.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:14.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:14.051 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:13 trial069 ceph-mon[40166]: from='mgr.14152 10.20.193.69:0/2832088781' entity='mgr.a' 2026-02-21T20:18:15.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:15 trial096 ceph-mon[40750]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:16.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:15 trial185 ceph-mon[41310]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:16.050 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:15 trial069 ceph-mon[40166]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:17.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:17 trial096 ceph-mon[40750]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:17.969 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:17 trial069 ceph-mon[40166]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:17.970 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump 2026-02-21T20:18:18.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:17 trial185 ceph-mon[41310]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:18.166 INFO:teuthology.orchestra.run.trial069.stdout:epoch 9 2026-02-21T20:18:18.166 INFO:teuthology.orchestra.run.trial069.stdout:fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:18:18.166 INFO:teuthology.orchestra.run.trial069.stdout:last_changed 2026-02-21T20:16:47.977085+0000 2026-02-21T20:18:18.166 INFO:teuthology.orchestra.run.trial069.stdout:created 2026-02-21T20:13:35.293815+0000 2026-02-21T20:18:18.166 INFO:teuthology.orchestra.run.trial069.stdout:min_mon_release 20 (tentacle) 2026-02-21T20:18:18.167 INFO:teuthology.orchestra.run.trial069.stdout:election_strategy: 1 2026-02-21T20:18:18.167 INFO:teuthology.orchestra.run.trial069.stdout:0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a; crush_location {datacenter=a} 2026-02-21T20:18:18.167 INFO:teuthology.orchestra.run.trial069.stdout:1: [v2:10.20.193.185:3300/0,v1:10.20.193.185:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-21T20:18:18.167 INFO:teuthology.orchestra.run.trial069.stdout:2: [v2:10.20.193.96:3300/0,v1:10.20.193.96:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-21T20:18:18.167 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:18.173 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:18.366 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-21T20:18:18.366 INFO:teuthology.orchestra.run.trial069.stdout:{"epoch":9,"fsid":"c51496b3-0f61-11f1-b7ad-d404e6e7d460","modified":"2026-02-21T20:16:47.977085Z","created":"2026-02-21T20:13:35.293815Z","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.69:3300","nonce":0},{"type":"v1","addr":"10.20.193.69:6789","nonce":0}]},"addr":"10.20.193.69:6789/0","public_addr":"10.20.193.69:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:13:35:293829+0000","crush_location":[{"key":"datacenter","val":"a"}]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.185:3300","nonce":0},{"type":"v1","addr":"10.20.193.185:6789","nonce":0}]},"addr":"10.20.193.185:6789/0","public_addr":"10.20.193.185:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:14:15:509892+0000","crush_location":[{"key":"datacenter","val":"a"},{"key":"rack","val":"3"}]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.96:3300","nonce":0},{"type":"v1","addr":"10.20.193.96:6789","nonce":0}]},"addr":"10.20.193.96:6789/0","public_addr":"10.20.193.96:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:14:21:994584+0000","crush_location":[{"key":"datacenter","val":"b"},{"key":"rack","val":"2"}]}],"quorum":[0,1,2]} 2026-02-21T20:18:18.366 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:18.373 INFO:teuthology.orchestra.run.trial069.stderr:+ echo 'a 2026-02-21T20:18:18.373 INFO:teuthology.orchestra.run.trial069.stderr:b 2026-02-21T20:18:18.374 INFO:teuthology.orchestra.run.trial069.stderr:b 2026-02-21T20:18:18.374 INFO:teuthology.orchestra.run.trial069.stderr:c 2026-02-21T20:18:18.374 INFO:teuthology.orchestra.run.trial069.stderr:c' 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:+ echo 'datacenter 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:datacenter 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:rack 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:datacenter 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:rack' 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:+ echo 'a 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:b 2026-02-21T20:18:18.375 INFO:teuthology.orchestra.run.trial069.stderr:2 2026-02-21T20:18:18.376 INFO:teuthology.orchestra.run.trial069.stderr:a 2026-02-21T20:18:18.376 INFO:teuthology.orchestra.run.trial069.stderr:3' 2026-02-21T20:18:18.376 INFO:teuthology.orchestra.run.trial069.stderr:+ read monid 2026-02-21T20:18:18.376 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_key 2026-02-21T20:18:18.376 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_value 2026-02-21T20:18:18.376 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:18.376 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid a --arg crush_key datacenter --arg crush_value a -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key)' 2026-02-21T20:18:18.571 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:18.580 INFO:teuthology.orchestra.run.trial069.stdout:{ 2026-02-21T20:18:18.580 INFO:teuthology.orchestra.run.trial069.stdout: "key": "datacenter", 2026-02-21T20:18:18.580 INFO:teuthology.orchestra.run.trial069.stdout: "val": "a" 2026-02-21T20:18:18.580 INFO:teuthology.orchestra.run.trial069.stdout:} 2026-02-21T20:18:18.581 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:18.581 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid a --arg crush_key datacenter --arg crush_value a -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key) | .val == $crush_value' 2026-02-21T20:18:18.775 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:18.783 INFO:teuthology.orchestra.run.trial069.stdout:true 2026-02-21T20:18:18.784 INFO:teuthology.orchestra.run.trial069.stderr:+ read monid 2026-02-21T20:18:18.784 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_key 2026-02-21T20:18:18.785 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_value 2026-02-21T20:18:18.785 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:18.785 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid b --arg crush_key datacenter --arg crush_value b -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key)' 2026-02-21T20:18:18.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:18 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1075052309' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-21T20:18:18.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:18 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1528251781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:18.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:18 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2491131404' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:18.976 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:18.976 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:18 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1075052309' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-21T20:18:18.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:18 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1528251781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:18.977 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:18 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2491131404' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:18.986 INFO:teuthology.orchestra.run.trial069.stdout:{ 2026-02-21T20:18:18.986 INFO:teuthology.orchestra.run.trial069.stdout: "key": "datacenter", 2026-02-21T20:18:18.986 INFO:teuthology.orchestra.run.trial069.stdout: "val": "b" 2026-02-21T20:18:18.986 INFO:teuthology.orchestra.run.trial069.stdout:} 2026-02-21T20:18:18.987 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:18.987 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid b --arg crush_key datacenter --arg crush_value b -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key) | .val == $crush_value' 2026-02-21T20:18:19.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:18 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1075052309' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-21T20:18:19.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:18 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1528251781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:18 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2491131404' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.179 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:19.186 INFO:teuthology.orchestra.run.trial069.stdout:true 2026-02-21T20:18:19.187 INFO:teuthology.orchestra.run.trial069.stderr:+ read monid 2026-02-21T20:18:19.187 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_key 2026-02-21T20:18:19.187 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_value 2026-02-21T20:18:19.187 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:19.187 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid b --arg crush_key rack --arg crush_value 2 -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key)' 2026-02-21T20:18:19.381 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:19.389 INFO:teuthology.orchestra.run.trial069.stdout:{ 2026-02-21T20:18:19.389 INFO:teuthology.orchestra.run.trial069.stdout: "key": "rack", 2026-02-21T20:18:19.389 INFO:teuthology.orchestra.run.trial069.stdout: "val": "2" 2026-02-21T20:18:19.389 INFO:teuthology.orchestra.run.trial069.stdout:} 2026-02-21T20:18:19.390 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:19.390 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid b --arg crush_key rack --arg crush_value 2 -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key) | .val == $crush_value' 2026-02-21T20:18:19.581 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:19.588 INFO:teuthology.orchestra.run.trial069.stdout:true 2026-02-21T20:18:19.589 INFO:teuthology.orchestra.run.trial069.stderr:+ read monid 2026-02-21T20:18:19.589 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_key 2026-02-21T20:18:19.589 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_value 2026-02-21T20:18:19.589 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:19.589 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid c --arg crush_key datacenter --arg crush_value a -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key)' 2026-02-21T20:18:19.781 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:19.788 INFO:teuthology.orchestra.run.trial069.stdout:{ 2026-02-21T20:18:19.788 INFO:teuthology.orchestra.run.trial069.stdout: "key": "datacenter", 2026-02-21T20:18:19.788 INFO:teuthology.orchestra.run.trial069.stdout: "val": "a" 2026-02-21T20:18:19.788 INFO:teuthology.orchestra.run.trial069.stdout:} 2026-02-21T20:18:19.788 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:19.789 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid c --arg crush_key datacenter --arg crush_value a -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key) | .val == $crush_value' 2026-02-21T20:18:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:19 trial096 ceph-mon[40750]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:19 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/313977137' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:19 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2851499933' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:19 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/1893056681' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:19 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/2990319777' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.911 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:19 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/885029804' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.981 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:19.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:19 trial069 ceph-mon[40166]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:19.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:19 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/313977137' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:19 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2851499933' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:19 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/1893056681' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:19 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/2990319777' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.982 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:19 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/885029804' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:19.989 INFO:teuthology.orchestra.run.trial069.stdout:true 2026-02-21T20:18:19.989 INFO:teuthology.orchestra.run.trial069.stderr:+ read monid 2026-02-21T20:18:19.989 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_key 2026-02-21T20:18:19.990 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_value 2026-02-21T20:18:19.990 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:19.990 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid c --arg crush_key rack --arg crush_value 3 -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key)' 2026-02-21T20:18:20.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:19 trial185 ceph-mon[41310]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:18:20.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:19 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/313977137' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:19 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2851499933' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:19 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/1893056681' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:19 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/2990319777' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:19 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/885029804' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.180 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:20.187 INFO:teuthology.orchestra.run.trial069.stdout:{ 2026-02-21T20:18:20.187 INFO:teuthology.orchestra.run.trial069.stdout: "key": "rack", 2026-02-21T20:18:20.187 INFO:teuthology.orchestra.run.trial069.stdout: "val": "3" 2026-02-21T20:18:20.187 INFO:teuthology.orchestra.run.trial069.stdout:} 2026-02-21T20:18:20.187 INFO:teuthology.orchestra.run.trial069.stderr:+ ceph mon dump --format json 2026-02-21T20:18:20.188 INFO:teuthology.orchestra.run.trial069.stderr:+ jq --arg monid c --arg crush_key rack --arg crush_value 3 -e '.mons | .[] | select(.name == $monid) | .crush_location | .[] | select(.key == $crush_key) | .val == $crush_value' 2026-02-21T20:18:20.378 INFO:teuthology.orchestra.run.trial069.stderr:dumped monmap epoch 9 2026-02-21T20:18:20.385 INFO:teuthology.orchestra.run.trial069.stdout:true 2026-02-21T20:18:20.386 INFO:teuthology.orchestra.run.trial069.stderr:+ read monid 2026-02-21T20:18:20.386 INFO:teuthology.orchestra.run.trial069.stderr:+ read crush_value 2026-02-21T20:18:20.543 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-21T20:18:20.558 INFO:tasks.cephadm:Teardown begin 2026-02-21T20:18:20.558 DEBUG:teuthology.orchestra.run.trial069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:18:20.586 DEBUG:teuthology.orchestra.run.trial096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:18:20.616 DEBUG:teuthology.orchestra.run.trial185:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:18:20.648 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-21T20:18:20.648 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-21T20:18:20.765 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/mon.a/config 2026-02-21T20:18:20.784 INFO:teuthology.orchestra.run.trial069.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-21T20:18:20.801 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-21T20:18:20.801 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-21T20:18:20.802 DEBUG:teuthology.orchestra.run.trial069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:18:20.819 DEBUG:teuthology.orchestra.run.trial096:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:18:20.835 DEBUG:teuthology.orchestra.run.trial185:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:18:20.853 INFO:tasks.cephadm:Stopping all daemons... 2026-02-21T20:18:20.853 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-21T20:18:20.853 DEBUG:teuthology.orchestra.run.trial069:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a 2026-02-21T20:18:20.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:20 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/253547220' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:20 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/3524349904' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.909 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:20 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/320931137' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.910 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:20 trial096 ceph-mon[40750]: from='client.? 10.20.193.69:0/416038913' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.959 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:20 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/253547220' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.960 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:20 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/3524349904' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.960 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:20 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/320931137' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.960 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:20 trial069 ceph-mon[40166]: from='client.? 10.20.193.69:0/416038913' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:20.960 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:20 trial069 systemd[1]: Stopping Ceph mon.a for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:21.000 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:20 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/253547220' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:21.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:20 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/3524349904' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:21.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:20 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/320931137' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:21.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:20 trial185 ceph-mon[41310]: from='client.? 10.20.193.69:0/416038913' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:18:21.211 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:20 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a[40141]: 2026-02-21T20:18:20.957+0000 7f938c812640 -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-21T20:18:21.211 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:20 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a[40141]: 2026-02-21T20:18:20.958+0000 7f938c812640 -1 mon.a@0(leader) e9 *** Got Signal Terminated *** 2026-02-21T20:18:21.211 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:21 trial069 podman[64306]: 2026-02-21 20:18:21.0798083 +0000 UTC m=+0.136430531 container died bf0d29dcc986d4fa9e1742f20b47de0479fa3f197d570a1ce1e5ce173349179c (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , 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/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3) 2026-02-21T20:18:21.211 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:21 trial069 podman[64306]: 2026-02-21 20:18:21.192661512 +0000 UTC m=+0.249283743 container remove bf0d29dcc986d4fa9e1742f20b47de0479fa3f197d570a1ce1e5ce173349179c (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default) 2026-02-21T20:18:21.211 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 21 20:18:21 trial069 bash[64306]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-a 2026-02-21T20:18:21.263 DEBUG:teuthology.orchestra.run.trial069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.a.service' 2026-02-21T20:18:21.301 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:21.301 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-21T20:18:21.302 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-21T20:18:21.302 DEBUG:teuthology.orchestra.run.trial096:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.b 2026-02-21T20:18:21.576 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:21 trial096 systemd[1]: Stopping Ceph mon.b for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:21.576 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:21 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-b[40725]: 2026-02-21T20:18:21.405+0000 7fe1ea1b4640 -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-21T20:18:21.576 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:21 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-b[40725]: 2026-02-21T20:18:21.405+0000 7fe1ea1b4640 -1 mon.b@2(peon) e9 *** Got Signal Terminated *** 2026-02-21T20:18:21.576 INFO:journalctl@ceph.mon.b.trial096.stdout:Feb 21 20:18:21 trial096 podman[54173]: 2026-02-21 20:18:21.466616802 +0000 UTC m=+0.076031982 container died 435cfd7f4d7229cff65a73ddae21684ffdec610e9b1277f5994820f1a1178854 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-b, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:18:21.651 DEBUG:teuthology.orchestra.run.trial096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.b.service' 2026-02-21T20:18:21.688 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:21.689 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-21T20:18:21.689 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-21T20:18:21.689 DEBUG:teuthology.orchestra.run.trial185:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.c 2026-02-21T20:18:22.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:21 trial185 systemd[1]: Stopping Ceph mon.c for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:22.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:21 trial185 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-c[41285]: 2026-02-21T20:18:21.797+0000 7f2e5fcbf640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-21T20:18:22.001 INFO:journalctl@ceph.mon.c.trial185.stdout:Feb 21 20:18:21 trial185 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mon-c[41285]: 2026-02-21T20:18:21.797+0000 7f2e5fcbf640 -1 mon.c@1(peon) e9 *** Got Signal Terminated *** 2026-02-21T20:18:22.235 DEBUG:teuthology.orchestra.run.trial185:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mon.c.service' 2026-02-21T20:18:22.273 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:22.273 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-21T20:18:22.273 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-21T20:18:22.273 DEBUG:teuthology.orchestra.run.trial069:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.a 2026-02-21T20:18:22.550 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:18:22 trial069 systemd[1]: Stopping Ceph mgr.a for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:22.551 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:18:22 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: 2026-02-21T20:18:22.369+0000 7f84d643f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-21T20:18:22.551 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:18:22 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a[40470]: 2026-02-21T20:18:22.369+0000 7f84d643f640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-21T20:18:22.551 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:18:22 trial069 podman[64472]: 2026-02-21 20:18:22.400668052 +0000 UTC m=+0.045052149 container died abad498bf88a075c48af8621590d8f51e7e0d43aadf9d5477b6f8d6f76a6e216 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:18:22.551 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:18:22 trial069 podman[64472]: 2026-02-21 20:18:22.518090268 +0000 UTC m=+0.162474355 container remove abad498bf88a075c48af8621590d8f51e7e0d43aadf9d5477b6f8d6f76a6e216 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-21T20:18:22.551 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 21 20:18:22 trial069 bash[64472]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-a 2026-02-21T20:18:22.579 DEBUG:teuthology.orchestra.run.trial069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.a.service' 2026-02-21T20:18:22.614 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:22.614 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-21T20:18:22.614 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-21T20:18:22.614 DEBUG:teuthology.orchestra.run.trial096:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.b 2026-02-21T20:18:22.910 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:18:22 trial096 systemd[1]: Stopping Ceph mgr.b for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:22.910 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:18:22 trial096 podman[54343]: 2026-02-21 20:18:22.745213548 +0000 UTC m=+0.044615501 container died ea33fb3d25412e1097fe7360c7b071990453447486649e2822aef524d9a280a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:18:22.910 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:18:22 trial096 podman[54343]: 2026-02-21 20:18:22.861747016 +0000 UTC m=+0.161148969 container remove ea33fb3d25412e1097fe7360c7b071990453447486649e2822aef524d9a280a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, 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_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0) 2026-02-21T20:18:22.910 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:18:22 trial096 bash[54343]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-mgr-b 2026-02-21T20:18:22.911 INFO:journalctl@ceph.mgr.b.trial096.stdout:Feb 21 20:18:22 trial096 systemd[1]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-02-21T20:18:22.925 DEBUG:teuthology.orchestra.run.trial096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@mgr.b.service' 2026-02-21T20:18:22.960 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:22.960 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-21T20:18:22.961 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-21T20:18:22.961 DEBUG:teuthology.orchestra.run.trial069:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.0 2026-02-21T20:18:23.300 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:23 trial069 systemd[1]: Stopping Ceph osd.0 for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:23.300 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:23 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0[54255]: 2026-02-21T20:18:23.063+0000 7f730c665640 -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-21T20:18:23.301 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:23 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0[54255]: 2026-02-21T20:18:23.063+0000 7f730c665640 -1 osd.0 23 *** Got signal Terminated *** 2026-02-21T20:18:23.301 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:23 trial069 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0[54255]: 2026-02-21T20:18:23.063+0000 7f730c665640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:18:28.389 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[64641]: 2026-02-21 20:18:28.123160491 +0000 UTC m=+5.073908494 container died aea8e3ccacdfc05969202d753e774066f22a8a17263e68eb49dd82d6195a7b7f (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209) 2026-02-21T20:18:28.389 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[64641]: 2026-02-21 20:18:28.235348097 +0000 UTC m=+5.186096110 container remove aea8e3ccacdfc05969202d753e774066f22a8a17263e68eb49dd82d6195a7b7f (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0, org.label-schema.build-date=20260209, ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0) 2026-02-21T20:18:28.389 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 bash[64641]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0 2026-02-21T20:18:28.389 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[65087]: 2026-02-21 20:18:28.359709723 +0000 UTC m=+0.015297107 container create 1daa638ceff847231b266cf43038ae3fd9fe863fd934b15660f560cfcb7d30f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260209, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default) 2026-02-21T20:18:28.652 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[65087]: 2026-02-21 20:18:28.398691828 +0000 UTC m=+0.054279142 container init 1daa638ceff847231b266cf43038ae3fd9fe863fd934b15660f560cfcb7d30f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:18:28.652 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[65087]: 2026-02-21 20:18:28.402422512 +0000 UTC m=+0.058009836 container start 1daa638ceff847231b266cf43038ae3fd9fe863fd934b15660f560cfcb7d30f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209) 2026-02-21T20:18:28.652 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[65087]: 2026-02-21 20:18:28.402927427 +0000 UTC m=+0.058514741 container attach 1daa638ceff847231b266cf43038ae3fd9fe863fd934b15660f560cfcb7d30f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:18:28.652 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[65087]: 2026-02-21 20:18:28.35399783 +0000 UTC m=+0.009585144 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:18:28.652 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[65087]: 2026-02-21 20:18:28.537104558 +0000 UTC m=+0.192691882 container died 1daa638ceff847231b266cf43038ae3fd9fe863fd934b15660f560cfcb7d30f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default) 2026-02-21T20:18:28.652 INFO:journalctl@ceph.osd.0.trial069.stdout:Feb 21 20:18:28 trial069 podman[65087]: 2026-02-21 20:18:28.650922376 +0000 UTC m=+0.306509690 container remove 1daa638ceff847231b266cf43038ae3fd9fe863fd934b15660f560cfcb7d30f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:18:28.669 DEBUG:teuthology.orchestra.run.trial069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.0.service' 2026-02-21T20:18:28.706 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:28.706 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-21T20:18:28.707 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-21T20:18:28.707 DEBUG:teuthology.orchestra.run.trial096:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.1 2026-02-21T20:18:29.160 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:28 trial096 systemd[1]: Stopping Ceph osd.1 for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:29.160 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:28 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1[48231]: 2026-02-21T20:18:28.803+0000 7fece5372640 -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-21T20:18:29.160 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:28 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1[48231]: 2026-02-21T20:18:28.803+0000 7fece5372640 -1 osd.1 23 *** Got signal Terminated *** 2026-02-21T20:18:29.160 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:28 trial096 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1[48231]: 2026-02-21T20:18:28.803+0000 7fece5372640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:18:34.013 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:33 trial096 podman[54514]: 2026-02-21 20:18:33.874228041 +0000 UTC m=+5.084461268 container died 1036096a3482a7623c622182fd2866d36ee946070d689449f13d3f7926f0077d (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:18:34.013 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:33 trial096 podman[54514]: 2026-02-21 20:18:33.985902638 +0000 UTC m=+5.196135855 container remove 1036096a3482a7623c622182fd2866d36ee946070d689449f13d3f7926f0077d (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T20:18:34.013 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:33 trial096 bash[54514]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1 2026-02-21T20:18:34.307 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:34 trial096 podman[54970]: 2026-02-21 20:18:34.135688903 +0000 UTC m=+0.016105905 container create 414dae87866992435ad9c7bf2da87e47299a21f27d750b5996040b08c1149c07 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default) 2026-02-21T20:18:34.307 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:34 trial096 podman[54970]: 2026-02-21 20:18:34.173240972 +0000 UTC m=+0.053657894 container init 414dae87866992435ad9c7bf2da87e47299a21f27d750b5996040b08c1149c07 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:18:34.308 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:34 trial096 podman[54970]: 2026-02-21 20:18:34.176751578 +0000 UTC m=+0.057168500 container start 414dae87866992435ad9c7bf2da87e47299a21f27d750b5996040b08c1149c07 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:18:34.308 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:34 trial096 podman[54970]: 2026-02-21 20:18:34.177276032 +0000 UTC m=+0.057692964 container attach 414dae87866992435ad9c7bf2da87e47299a21f27d750b5996040b08c1149c07 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.41.3) 2026-02-21T20:18:34.308 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:34 trial096 podman[54970]: 2026-02-21 20:18:34.129665432 +0000 UTC m=+0.010082364 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:18:34.308 INFO:journalctl@ceph.osd.1.trial096.stdout:Feb 21 20:18:34 trial096 podman[54970]: 2026-02-21 20:18:34.306395187 +0000 UTC m=+0.186812119 container died 414dae87866992435ad9c7bf2da87e47299a21f27d750b5996040b08c1149c07 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.41.3, ceph=True, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:18:34.447 DEBUG:teuthology.orchestra.run.trial096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.1.service' 2026-02-21T20:18:34.483 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:34.484 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-21T20:18:34.484 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-21T20:18:34.484 DEBUG:teuthology.orchestra.run.trial185:> sudo systemctl stop ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.2 2026-02-21T20:18:35.000 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:34 trial185 systemd[1]: Stopping Ceph osd.2 for c51496b3-0f61-11f1-b7ad-d404e6e7d460... 2026-02-21T20:18:35.001 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:34 trial185 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2[48102]: 2026-02-21T20:18:34.580+0000 7fbd419e7640 -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-21T20:18:35.001 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:34 trial185 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2[48102]: 2026-02-21T20:18:34.580+0000 7fbd419e7640 -1 osd.2 23 *** Got signal Terminated *** 2026-02-21T20:18:35.001 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:34 trial185 ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2[48102]: 2026-02-21T20:18:34.580+0000 7fbd419e7640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:18:39.906 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 podman[54709]: 2026-02-21 20:18:39.639853487 +0000 UTC m=+5.072982922 container died 02028aefd81f734d64f230dbcacd6f1f553b11af262a5267ad37e94c2e66a5d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, OSD_FLAVOR=default, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3) 2026-02-21T20:18:39.906 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 podman[54709]: 2026-02-21 20:18:39.75172851 +0000 UTC m=+5.184857935 container remove 02028aefd81f734d64f230dbcacd6f1f553b11af262a5267ad37e94c2e66a5d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:18:39.906 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 bash[54709]: ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2 2026-02-21T20:18:39.906 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 podman[55020]: 2026-02-21 20:18:39.876153026 +0000 UTC m=+0.017084395 container create 437fffd21c5d269061e48fcd6b49d0159543713c787d137780e94af1bacc0cba (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2-deactivate, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209) 2026-02-21T20:18:40.162 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 podman[55020]: 2026-02-21 20:18:39.913251999 +0000 UTC m=+0.054183378 container init 437fffd21c5d269061e48fcd6b49d0159543713c787d137780e94af1bacc0cba (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2-deactivate, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-21T20:18:40.162 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 podman[55020]: 2026-02-21 20:18:39.916952868 +0000 UTC m=+0.057884247 container start 437fffd21c5d269061e48fcd6b49d0159543713c787d137780e94af1bacc0cba (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:18:40.162 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 podman[55020]: 2026-02-21 20:18:39.917393723 +0000 UTC m=+0.058325112 container attach 437fffd21c5d269061e48fcd6b49d0159543713c787d137780e94af1bacc0cba (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:18:40.162 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:39 trial185 podman[55020]: 2026-02-21 20:18:39.869694294 +0000 UTC m=+0.010625663 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:18:40.162 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:40 trial185 podman[55020]: 2026-02-21 20:18:40.044705044 +0000 UTC m=+0.185636423 container died 437fffd21c5d269061e48fcd6b49d0159543713c787d137780e94af1bacc0cba (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0) 2026-02-21T20:18:40.162 INFO:journalctl@ceph.osd.2.trial185.stdout:Feb 21 20:18:40 trial185 podman[55020]: 2026-02-21 20:18:40.158647977 +0000 UTC m=+0.299579366 container remove 437fffd21c5d269061e48fcd6b49d0159543713c787d137780e94af1bacc0cba (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-21T20:18:40.182 DEBUG:teuthology.orchestra.run.trial185:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c51496b3-0f61-11f1-b7ad-d404e6e7d460@osd.2.service' 2026-02-21T20:18:40.220 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:18:40.220 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-21T20:18:40.220 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 --force --keep-logs 2026-02-21T20:18:40.343 INFO:teuthology.orchestra.run.trial069.stdout:Deleting cluster with fsid: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:18:41.263 DEBUG:teuthology.orchestra.run.trial096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 --force --keep-logs 2026-02-21T20:18:41.386 INFO:teuthology.orchestra.run.trial096.stdout:Deleting cluster with fsid: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:18:42.338 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 --force --keep-logs 2026-02-21T20:18:42.458 INFO:teuthology.orchestra.run.trial185.stdout:Deleting cluster with fsid: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:18:43.265 DEBUG:teuthology.orchestra.run.trial069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:18:43.293 DEBUG:teuthology.orchestra.run.trial096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:18:43.322 DEBUG:teuthology.orchestra.run.trial185:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:18:43.349 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-21T20:18:43.352 DEBUG:teuthology.misc:Transferring archived files from trial069:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial069/crash 2026-02-21T20:18:43.353 DEBUG:teuthology.orchestra.run.trial069:> sudo tar c -f - -C /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash -- . 2026-02-21T20:18:43.379 INFO:teuthology.orchestra.run.trial069.stderr:tar: /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:18:43.379 INFO:teuthology.orchestra.run.trial069.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:18:43.382 DEBUG:teuthology.misc:Transferring archived files from trial096:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial096/crash 2026-02-21T20:18:43.383 DEBUG:teuthology.orchestra.run.trial096:> sudo tar c -f - -C /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash -- . 2026-02-21T20:18:43.410 INFO:teuthology.orchestra.run.trial096.stderr:tar: /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:18:43.410 INFO:teuthology.orchestra.run.trial096.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:18:43.412 DEBUG:teuthology.misc:Transferring archived files from trial185:/var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial185/crash 2026-02-21T20:18:43.413 DEBUG:teuthology.orchestra.run.trial185:> sudo tar c -f - -C /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash -- . 2026-02-21T20:18:43.439 INFO:teuthology.orchestra.run.trial185.stderr:tar: /var/lib/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:18:43.439 INFO:teuthology.orchestra.run.trial185.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:18:43.440 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-21T20:18:43.441 DEBUG:teuthology.orchestra.run.trial069:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c51496b3-0f61-11f1-b7ad-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-21T20:18:43.466 INFO:tasks.cephadm:Compressing logs... 2026-02-21T20:18:43.466 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:18:43.508 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:18:43.511 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:18:43.530 INFO:teuthology.orchestra.run.trial069.stderr:find: ‘/var/log/rbd-target-api’gzip: No such file or directory -5 2026-02-21T20:18:43.531 INFO:teuthology.orchestra.run.trial069.stderr: --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:18:43.531 INFO:teuthology.orchestra.run.trial069.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.a.log 2026-02-21T20:18:43.531 INFO:teuthology.orchestra.run.trial069.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.0.log 2026-02-21T20:18:43.533 INFO:teuthology.orchestra.run.trial069.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:18:43.533 INFO:teuthology.orchestra.run.trial069.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.a.log: /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mgr.a.log 2026-02-21T20:18:43.533 INFO:teuthology.orchestra.run.trial069.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log 2026-02-21T20:18:43.533 INFO:teuthology.orchestra.run.trial069.stderr: 82.8% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:18:43.533 INFO:teuthology.orchestra.run.trial069.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log 2026-02-21T20:18:43.533 INFO:teuthology.orchestra.run.trial069.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log 2026-02-21T20:18:43.534 INFO:teuthology.orchestra.run.trial069.stderr: 86.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:18:43.534 INFO:teuthology.orchestra.run.trial069.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log: /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log: 87.0% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log.gz 2026-02-21T20:18:43.534 INFO:teuthology.orchestra.run.trial069.stderr: 90.5% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:18:43.534 INFO:teuthology.orchestra.run.trial069.stderr: 94.7% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:18:43.537 INFO:teuthology.orchestra.run.trial096.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:18:43.537 INFO:teuthology.orchestra.run.trial096.stderr:: No such file or directory 2026-02-21T20:18:43.537 INFO:teuthology.orchestra.run.trial096.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:18:43.537 INFO:teuthology.orchestra.run.trial096.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mgr.b.log 2026-02-21T20:18:43.537 INFO:teuthology.orchestra.run.trial096.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log 2026-02-21T20:18:43.537 INFO:teuthology.orchestra.run.trial096.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log: /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mgr.b.log: 83.3% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.b.log 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr: 82.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.1.log 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr: 90.8% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log: 87.1% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log.gz 2026-02-21T20:18:43.538 INFO:teuthology.orchestra.run.trial096.stderr: 90.3% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-21T20:18:43.539 INFO:teuthology.orchestra.run.trial096.stderr: 94.5% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:18:43.541 INFO:teuthology.orchestra.run.trial185.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:18:43.541 INFO:teuthology.orchestra.run.trial185.stderr:: No such file or directory 2026-02-21T20:18:43.541 INFO:teuthology.orchestra.run.trial185.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.2.log 2026-02-21T20:18:43.541 INFO:teuthology.orchestra.run.trial185.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.c.log 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.c.log: /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log: 82.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr:gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr: 83.3% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr:/var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log: /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log: 90.8% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr: 87.1% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph.log.gz 2026-02-21T20:18:43.542 INFO:teuthology.orchestra.run.trial185.stderr: 94.6% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:18:43.551 INFO:teuthology.orchestra.run.trial069.stderr: 94.0% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.0.log.gz 2026-02-21T20:18:43.556 INFO:teuthology.orchestra.run.trial185.stderr: 94.1% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.2.log.gz 2026-02-21T20:18:43.572 INFO:teuthology.orchestra.run.trial096.stderr: 92.9% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.b.log.gz 2026-02-21T20:18:43.573 INFO:teuthology.orchestra.run.trial069.stderr: 88.6% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-21T20:18:43.574 INFO:teuthology.orchestra.run.trial096.stderr: 94.2% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-osd.1.log.gz 2026-02-21T20:18:43.575 INFO:teuthology.orchestra.run.trial096.stderr: 2026-02-21T20:18:43.575 INFO:teuthology.orchestra.run.trial096.stderr:real 0m0.050s 2026-02-21T20:18:43.575 INFO:teuthology.orchestra.run.trial096.stderr:user 0m0.087s 2026-02-21T20:18:43.575 INFO:teuthology.orchestra.run.trial096.stderr:sys 0m0.017s 2026-02-21T20:18:43.576 INFO:teuthology.orchestra.run.trial185.stderr: 93.0% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.c.log.gz 2026-02-21T20:18:43.578 INFO:teuthology.orchestra.run.trial185.stderr: 2026-02-21T20:18:43.578 INFO:teuthology.orchestra.run.trial185.stderr:real 0m0.050s 2026-02-21T20:18:43.578 INFO:teuthology.orchestra.run.trial185.stderr:user 0m0.066s 2026-02-21T20:18:43.578 INFO:teuthology.orchestra.run.trial185.stderr:sys 0m0.019s 2026-02-21T20:18:43.663 INFO:teuthology.orchestra.run.trial069.stderr: 91.5% -- replaced with /var/log/ceph/c51496b3-0f61-11f1-b7ad-d404e6e7d460/ceph-mon.a.log.gz 2026-02-21T20:18:43.665 INFO:teuthology.orchestra.run.trial069.stderr: 2026-02-21T20:18:43.665 INFO:teuthology.orchestra.run.trial069.stderr:real 0m0.143s 2026-02-21T20:18:43.666 INFO:teuthology.orchestra.run.trial069.stderr:user 0m0.187s 2026-02-21T20:18:43.666 INFO:teuthology.orchestra.run.trial069.stderr:sys 0m0.035s 2026-02-21T20:18:43.666 INFO:tasks.cephadm:Archiving logs... 2026-02-21T20:18:43.666 DEBUG:teuthology.misc:Transferring archived files from trial069:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial069/log 2026-02-21T20:18:43.668 DEBUG:teuthology.orchestra.run.trial069:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:18:43.803 DEBUG:teuthology.misc:Transferring archived files from trial096:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial096/log 2026-02-21T20:18:43.805 DEBUG:teuthology.orchestra.run.trial096:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:18:43.854 DEBUG:teuthology.misc:Transferring archived files from trial185:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial185/log 2026-02-21T20:18:43.855 DEBUG:teuthology.orchestra.run.trial185:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:18:43.902 INFO:tasks.cephadm:Removing cluster... 2026-02-21T20:18:43.902 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 --force 2026-02-21T20:18:44.022 INFO:teuthology.orchestra.run.trial069.stdout:Deleting cluster with fsid: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:18:44.182 DEBUG:teuthology.orchestra.run.trial096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 --force 2026-02-21T20:18:44.316 INFO:teuthology.orchestra.run.trial096.stdout:Deleting cluster with fsid: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:18:44.480 DEBUG:teuthology.orchestra.run.trial185:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c51496b3-0f61-11f1-b7ad-d404e6e7d460 --force 2026-02-21T20:18:44.599 INFO:teuthology.orchestra.run.trial185.stdout:Deleting cluster with fsid: c51496b3-0f61-11f1-b7ad-d404e6e7d460 2026-02-21T20:18:44.760 INFO:tasks.cephadm:Removing cephadm ... 2026-02-21T20:18:44.760 DEBUG:teuthology.orchestra.run.trial069:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:18:44.778 DEBUG:teuthology.orchestra.run.trial096:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:18:44.796 DEBUG:teuthology.orchestra.run.trial185:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:18:44.814 INFO:tasks.cephadm:Teardown complete 2026-02-21T20:18:44.814 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-21T20:18:44.829 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-21T20:18:44.830 DEBUG:teuthology.orchestra.run.trial069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:18:44.832 DEBUG:teuthology.orchestra.run.trial096:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:18:44.839 DEBUG:teuthology.orchestra.run.trial185:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:18:45.094 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-21T20:18:45.106 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-21T20:18:45.106 DEBUG:teuthology.orchestra.run.trial069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:18:45.108 DEBUG:teuthology.orchestra.run.trial096:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:18:45.110 DEBUG:teuthology.orchestra.run.trial185:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:18:45.122 INFO:teuthology.orchestra.run.trial069.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:18:45.124 INFO:teuthology.orchestra.run.trial096.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:18:45.126 INFO:teuthology.orchestra.run.trial185.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:18:45.139 INFO:teuthology.orchestra.run.trial096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:18:45.139 INFO:teuthology.orchestra.run.trial096.stdout:=============================================================================== 2026-02-21T20:18:45.139 INFO:teuthology.orchestra.run.trial096.stdout:^* ntp.netlinkify.com 2 6 377 25 -93us[ -159us] +/- 7405us 2026-02-21T20:18:45.139 INFO:teuthology.orchestra.run.trial096.stdout:^+ ntp.swyn.net 2 6 377 24 -288us[ -288us] +/- 8647us 2026-02-21T20:18:45.139 INFO:teuthology.orchestra.run.trial096.stdout:^- 44.190.5.123 2 6 377 24 +1133us[+1133us] +/- 33ms 2026-02-21T20:18:45.139 INFO:teuthology.orchestra.run.trial096.stdout:^+ 99-28-14-242.lightspeed.> 1 6 377 24 +1264ns[+1264ns] +/- 13ms 2026-02-21T20:18:45.142 INFO:teuthology.orchestra.run.trial069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:18:45.142 INFO:teuthology.orchestra.run.trial069.stdout:=============================================================================== 2026-02-21T20:18:45.142 INFO:teuthology.orchestra.run.trial069.stdout:^- ntp2.zeus.frumentum.media 2 6 377 23 -106ms[ -106ms] +/- 129ms 2026-02-21T20:18:45.142 INFO:teuthology.orchestra.run.trial069.stdout:^+ 23-95-35-34-host.colocro> 2 6 377 26 +47us[ +70us] +/- 42ms 2026-02-21T20:18:45.142 INFO:teuthology.orchestra.run.trial069.stdout:^+ ntp6.kernfusion.at 2 6 377 26 +693us[ +716us] +/- 46ms 2026-02-21T20:18:45.142 INFO:teuthology.orchestra.run.trial069.stdout:^* usmoi.meezy.link 2 6 377 25 -278us[ -254us] +/- 23ms 2026-02-21T20:18:45.147 INFO:teuthology.orchestra.run.trial185.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:18:45.147 INFO:teuthology.orchestra.run.trial185.stdout:=============================================================================== 2026-02-21T20:18:45.147 INFO:teuthology.orchestra.run.trial185.stdout:^- ntp.maxhost.io 2 6 377 25 -522us[ -522us] +/- 56ms 2026-02-21T20:18:45.147 INFO:teuthology.orchestra.run.trial185.stdout:^+ 172-233-189-68.ip.linode> 2 6 377 23 -3618us[-3618us] +/- 87ms 2026-02-21T20:18:45.147 INFO:teuthology.orchestra.run.trial185.stdout:^* 172-104-209-204.ip.linod> 4 6 377 27 +1994us[+2068us] +/- 32ms 2026-02-21T20:18:45.147 INFO:teuthology.orchestra.run.trial185.stdout:^+ rn-03.koehn.com 2 6 377 26 -1195us[-1195us] +/- 43ms 2026-02-21T20:18:45.147 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-21T20:18:45.159 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-21T20:18:45.159 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-21T20:18:45.172 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:18:45.241 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:18:45.297 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:18:45.354 DEBUG:teuthology.orchestra.run.trial069:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T20:18:45.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:18:45.382 DEBUG:teuthology.orchestra.run.trial096:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T20:18:45.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:18:45.410 DEBUG:teuthology.orchestra.run.trial185:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T20:18:45.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:18:45.439 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-21T20:18:45.454 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-21T20:18:45.469 INFO:teuthology.task.internal:Duration was 585.515192 seconds 2026-02-21T20:18:45.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-21T20:18:45.485 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-21T20:18:45.486 DEBUG:teuthology.orchestra.run.trial069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:18:45.488 DEBUG:teuthology.orchestra.run.trial096:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:18:45.491 DEBUG:teuthology.orchestra.run.trial185:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:18:45.523 INFO:teuthology.orchestra.run.trial069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:18:45.528 INFO:teuthology.orchestra.run.trial096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:18:45.528 INFO:teuthology.orchestra.run.trial185.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:18:45.940 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-21T20:18:45.941 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial069.front.sepia.ceph.com 2026-02-21T20:18:45.941 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:18:45.961 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial096.front.sepia.ceph.com 2026-02-21T20:18:45.961 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:18:45.999 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial185.front.sepia.ceph.com 2026-02-21T20:18:45.999 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:18:46.020 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-21T20:18:46.020 DEBUG:teuthology.orchestra.run.trial069:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:18:46.023 DEBUG:teuthology.orchestra.run.trial096:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:18:46.042 DEBUG:teuthology.orchestra.run.trial185:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:18:46.142 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-21T20:18:46.142 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:18:46.145 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:18:46.147 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:18:46.165 INFO:teuthology.orchestra.run.trial069.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:18:46.166 INFO:teuthology.orchestra.run.trial069.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:18:46.166 INFO:teuthology.orchestra.run.trial069.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gzgzip 2026-02-21T20:18:46.166 INFO:teuthology.orchestra.run.trial069.stderr: -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:18:46.166 INFO:teuthology.orchestra.run.trial069.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:18:46.168 INFO:teuthology.orchestra.run.trial096.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:18:46.169 INFO:teuthology.orchestra.run.trial096.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:18:46.169 INFO:teuthology.orchestra.run.trial096.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:18:46.169 INFO:teuthology.orchestra.run.trial096.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:18:46.169 INFO:teuthology.orchestra.run.trial096.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:18:46.171 INFO:teuthology.orchestra.run.trial185.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:18:46.172 INFO:teuthology.orchestra.run.trial185.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:18:46.172 INFO:teuthology.orchestra.run.trial185.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:18:46.172 INFO:teuthology.orchestra.run.trial185.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:18:46.172 INFO:teuthology.orchestra.run.trial185.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:18:46.183 INFO:teuthology.orchestra.run.trial096.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:18:46.186 INFO:teuthology.orchestra.run.trial069.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:18:46.186 INFO:teuthology.orchestra.run.trial185.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:18:46.189 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-21T20:18:46.205 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-21T20:18:46.205 DEBUG:teuthology.orchestra.run.trial069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:18:46.251 DEBUG:teuthology.orchestra.run.trial096:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:18:46.277 DEBUG:teuthology.orchestra.run.trial185:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:18:46.304 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-21T20:18:46.321 DEBUG:teuthology.orchestra.run.trial069:> 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-21T20:18:46.324 DEBUG:teuthology.orchestra.run.trial096:> 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-21T20:18:46.326 DEBUG:teuthology.orchestra.run.trial185:> 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-21T20:18:46.347 INFO:teuthology.orchestra.run.trial069.stdout:kernel.core_pattern = core 2026-02-21T20:18:46.348 INFO:teuthology.orchestra.run.trial096.stdout:kernel.core_pattern = core 2026-02-21T20:18:46.370 INFO:teuthology.orchestra.run.trial185.stdout:kernel.core_pattern = core 2026-02-21T20:18:46.401 DEBUG:teuthology.orchestra.run.trial069:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:18:46.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:18:46.417 DEBUG:teuthology.orchestra.run.trial096:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:18:46.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:18:46.433 DEBUG:teuthology.orchestra.run.trial185:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:18:46.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:18:46.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-21T20:18:46.472 INFO:teuthology.task.internal:Transferring archived files... 2026-02-21T20:18:46.473 DEBUG:teuthology.misc:Transferring archived files from trial069:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial069 2026-02-21T20:18:46.474 DEBUG:teuthology.orchestra.run.trial069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:18:46.512 DEBUG:teuthology.misc:Transferring archived files from trial096:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial096 2026-02-21T20:18:46.512 DEBUG:teuthology.orchestra.run.trial096:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:18:46.550 DEBUG:teuthology.misc:Transferring archived files from trial185:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62948/remote/trial185 2026-02-21T20:18:46.550 DEBUG:teuthology.orchestra.run.trial185:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:18:46.588 INFO:teuthology.task.internal:Removing archive directory... 2026-02-21T20:18:46.589 DEBUG:teuthology.orchestra.run.trial069:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:18:46.591 DEBUG:teuthology.orchestra.run.trial096:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:18:46.594 DEBUG:teuthology.orchestra.run.trial185:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:18:46.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-21T20:18:46.655 INFO:teuthology.task.internal:Not uploading archives. 2026-02-21T20:18:46.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-21T20:18:46.672 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-21T20:18:46.672 DEBUG:teuthology.orchestra.run.trial069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:18:46.674 DEBUG:teuthology.orchestra.run.trial096:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:18:46.677 DEBUG:teuthology.orchestra.run.trial185:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:18:46.688 INFO:teuthology.orchestra.run.trial069.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:18 /home/ubuntu/cephtest 2026-02-21T20:18:46.692 INFO:teuthology.orchestra.run.trial096.stdout: 917522 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:18 /home/ubuntu/cephtest 2026-02-21T20:18:46.695 INFO:teuthology.orchestra.run.trial185.stdout: 917522 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:18 /home/ubuntu/cephtest 2026-02-21T20:18:46.696 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-21T20:18:46.713 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-21T20:18:46.750 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 585.5151915550232 flavor: default owner: scheduled_adking@soko04.front.sepia.ceph.com success: true 2026-02-21T20:18:46.751 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:18:46.874 INFO:teuthology.run:pass