2026-02-21T20:00:31.918 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-21T20:00:31.930 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:00:32.010 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/62895 branch: wip-adk3-testing-2026-02-12-2007 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false flavor: default job_id: '62895' 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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON - OSD_DOWN - OSD_HOST_DOWN 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 - scontext=system_u:system_r:getty_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 - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 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: trial126.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMM9XRg5zYc7hU74z4674mXrIF1CXskBpHw4iy8GpCWd7U8QvGxlcvh3yK9iZwOxMYmBzjIkVgBT2Z6lf+Otw/0= trial152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwHQBSbjMUgSOCDTzWt+xAuIUDmR/Oc3+/NVI3DiBrM4/0btv2LCSswXAzv8hNHCaD4wwEMZDm2aWmfT15YcdY= trial161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMeNCJ1wJZmBcw+LWh2Qk5VRo7QiL4+sVudIF41nJ+uqehwnDDzbQFYbXdSkQ1OePr5J8SiHNaDI7CWQ9suwjeQ= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-21_19:52:04 tube: trial user: adking verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-21T20:00:32.010 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa; will attempt to use it 2026-02-21T20:00:32.011 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks 2026-02-21T20:00:32.011 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-21T20:00:32.012 INFO:teuthology.task.internal:Checking packages... 2026-02-21T20:00:32.012 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01' 2026-02-21T20:00:32.012 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-21T20:00:32.013 INFO:teuthology.packaging:ref: None 2026-02-21T20:00:32.013 INFO:teuthology.packaging:tag: None 2026-02-21T20:00:32.013 INFO:teuthology.packaging:branch: wip-adk3-testing-2026-02-12-2007 2026-02-21T20:00:32.013 INFO:teuthology.packaging:sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:00:32.013 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk3-testing-2026-02-12-2007 2026-02-21T20:00:32.139 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5291.g042df16c 2026-02-21T20:00:32.141 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-21T20:00:32.154 INFO:teuthology.task.internal:no buildpackages task found 2026-02-21T20:00:32.155 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-21T20:00:32.165 INFO:teuthology.task.internal:Saving configuration 2026-02-21T20:00:32.172 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-21T20:00:32.182 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-21T20:00:32.244 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial126.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62895', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:05.300481', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMM9XRg5zYc7hU74z4674mXrIF1CXskBpHw4iy8GpCWd7U8QvGxlcvh3yK9iZwOxMYmBzjIkVgBT2Z6lf+Otw/0='} 2026-02-21T20:00:32.308 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial152.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62895', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:05.300086', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwHQBSbjMUgSOCDTzWt+xAuIUDmR/Oc3+/NVI3DiBrM4/0btv2LCSswXAzv8hNHCaD4wwEMZDm2aWmfT15YcdY='} 2026-02-21T20:00:32.380 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial161.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62895', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:05.299486', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMeNCJ1wJZmBcw+LWh2Qk5VRo7QiL4+sVudIF41nJ+uqehwnDDzbQFYbXdSkQ1OePr5J8SiHNaDI7CWQ9suwjeQ='} 2026-02-21T20:00:32.380 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-21T20:00:32.391 INFO:teuthology.task.internal:roles: ubuntu@trial126.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2026-02-21T20:00:32.391 INFO:teuthology.task.internal:roles: ubuntu@trial152.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2026-02-21T20:00:32.391 INFO:teuthology.task.internal:roles: ubuntu@trial161.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2026-02-21T20:00:32.391 INFO:teuthology.run_tasks:Running task console_log... 2026-02-21T20:00:32.595 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x70adc782e8e0>, signals=[15]) 2026-02-21T20:00:32.595 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-21T20:00:32.606 INFO:teuthology.task.internal:Opening connections... 2026-02-21T20:00:32.606 DEBUG:teuthology.task.internal:connecting to ubuntu@trial126.front.sepia.ceph.com 2026-02-21T20:00:32.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial126.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:32.671 DEBUG:teuthology.task.internal:connecting to ubuntu@trial152.front.sepia.ceph.com 2026-02-21T20:00:32.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:32.736 DEBUG:teuthology.task.internal:connecting to ubuntu@trial161.front.sepia.ceph.com 2026-02-21T20:00:32.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:32.804 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-21T20:00:32.815 DEBUG:teuthology.orchestra.run.trial126:> uname -m 2026-02-21T20:00:32.831 INFO:teuthology.orchestra.run.trial126.stdout:x86_64 2026-02-21T20:00:32.831 DEBUG:teuthology.orchestra.run.trial126:> cat /etc/os-release 2026-02-21T20:00:32.886 INFO:teuthology.orchestra.run.trial126.stdout:NAME="CentOS Stream" 2026-02-21T20:00:32.886 INFO:teuthology.orchestra.run.trial126.stdout:VERSION="9" 2026-02-21T20:00:32.886 INFO:teuthology.orchestra.run.trial126.stdout:ID="centos" 2026-02-21T20:00:32.886 INFO:teuthology.orchestra.run.trial126.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:32.886 INFO:teuthology.orchestra.run.trial126.stdout:VERSION_ID="9" 2026-02-21T20:00:32.886 INFO:teuthology.orchestra.run.trial126.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:32.887 INFO:teuthology.orchestra.run.trial126.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:32.887 INFO:teuthology.lock.ops:Updating trial126.front.sepia.ceph.com on lock server 2026-02-21T20:00:32.953 DEBUG:teuthology.orchestra.run.trial152:> uname -m 2026-02-21T20:00:32.969 INFO:teuthology.orchestra.run.trial152.stdout:x86_64 2026-02-21T20:00:32.970 DEBUG:teuthology.orchestra.run.trial152:> cat /etc/os-release 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:NAME="CentOS Stream" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:VERSION="9" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:ID="centos" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:VERSION_ID="9" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:33.025 INFO:teuthology.orchestra.run.trial152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:33.026 INFO:teuthology.lock.ops:Updating trial152.front.sepia.ceph.com on lock server 2026-02-21T20:00:33.099 DEBUG:teuthology.orchestra.run.trial161:> uname -m 2026-02-21T20:00:33.116 INFO:teuthology.orchestra.run.trial161.stdout:x86_64 2026-02-21T20:00:33.116 DEBUG:teuthology.orchestra.run.trial161:> cat /etc/os-release 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:NAME="CentOS Stream" 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:VERSION="9" 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:ID="centos" 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:VERSION_ID="9" 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:33.172 INFO:teuthology.orchestra.run.trial161.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:33.173 INFO:teuthology.orchestra.run.trial161.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:33.173 INFO:teuthology.orchestra.run.trial161.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:33.173 INFO:teuthology.orchestra.run.trial161.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:33.173 INFO:teuthology.orchestra.run.trial161.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:33.173 INFO:teuthology.orchestra.run.trial161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:33.173 INFO:teuthology.orchestra.run.trial161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:33.173 INFO:teuthology.lock.ops:Updating trial161.front.sepia.ceph.com on lock server 2026-02-21T20:00:33.238 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-21T20:00:33.249 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-21T20:00:33.266 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-21T20:00:33.267 DEBUG:teuthology.orchestra.run.trial126:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:33.268 DEBUG:teuthology.orchestra.run.trial152:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:33.270 DEBUG:teuthology.orchestra.run.trial161:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:33.286 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-21T20:00:33.300 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-21T20:00:33.300 DEBUG:teuthology.orchestra.run.trial126:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:33.324 DEBUG:teuthology.orchestra.run.trial152:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:33.325 DEBUG:teuthology.orchestra.run.trial161:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:33.343 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-21T20:00:33.566 INFO:teuthology.run_tasks:Running task kernel... 2026-02-21T20:00:33.588 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-21T20:00:33.589 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:00:33.589 DEBUG:teuthology.orchestra.run.trial126:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:33.589 DEBUG:teuthology.orchestra.run.trial152:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:33.589 DEBUG:teuthology.orchestra.run.trial161:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:33.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:33.604 DEBUG:teuthology.orchestra.run.trial152:> uname -r 2026-02-21T20:00:33.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:33.605 DEBUG:teuthology.orchestra.run.trial126:> uname -r 2026-02-21T20:00:33.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:33.605 DEBUG:teuthology.orchestra.run.trial161:> uname -r 2026-02-21T20:00:33.660 INFO:teuthology.orchestra.run.trial152.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:33.660 INFO:teuthology.task.kernel:Running kernel on trial152: 5.14.0-681.el9.x86_64 2026-02-21T20:00:33.660 DEBUG:teuthology.orchestra.run.trial152:> sudo yum install -y kernel 2026-02-21T20:00:33.661 INFO:teuthology.orchestra.run.trial126.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:33.662 INFO:teuthology.orchestra.run.trial161.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:33.662 INFO:teuthology.task.kernel:Running kernel on trial126: 5.14.0-681.el9.x86_64 2026-02-21T20:00:33.662 DEBUG:teuthology.orchestra.run.trial126:> sudo yum install -y kernel 2026-02-21T20:00:33.662 INFO:teuthology.task.kernel:Running kernel on trial161: 5.14.0-681.el9.x86_64 2026-02-21T20:00:33.662 DEBUG:teuthology.orchestra.run.trial161:> sudo yum install -y kernel 2026-02-21T20:00:34.737 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-21T20:00:35.411 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.9 MB 00:01 2026-02-21T20:00:35.764 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.9 MB 00:01 2026-02-21T20:00:38.073 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - AppStream 9.6 MB/s | 27 MB 00:02 2026-02-21T20:00:38.261 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - AppStream 12 MB/s | 27 MB 00:02 2026-02-21T20:00:41.566 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - CRB 7.0 MB/s | 7.8 MB 00:01 2026-02-21T20:00:41.574 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - CRB 8.1 MB/s | 7.8 MB 00:00 2026-02-21T20:00:42.409 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - Extras packages 177 kB/s | 20 kB 00:00 2026-02-21T20:00:42.656 INFO:teuthology.orchestra.run.trial126.stdout:Extra Packages for Enterprise Linux 110 MB/s | 20 MB 00:00 2026-02-21T20:00:42.712 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 20 kB 00:00 2026-02-21T20:00:44.267 INFO:teuthology.orchestra.run.trial152.stdout:Extra Packages for Enterprise Linux 14 MB/s | 20 MB 00:01 2026-02-21T20:00:45.045 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - AppStream 3.1 MB/s | 27 MB 00:08 2026-02-21T20:00:45.821 INFO:teuthology.orchestra.run.trial126.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T20:00:46.830 INFO:teuthology.orchestra.run.trial126.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:46.831 INFO:teuthology.orchestra.run.trial126.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:46.850 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:00:46.850 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:00:46.850 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:00:46.874 DEBUG:teuthology.orchestra.run.trial126:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:47.174 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:45 PM UTC. 2026-02-21T20:00:47.254 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:00:47.254 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:00:47.254 INFO:teuthology.orchestra.run.trial126.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:47.254 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:00:47.254 INFO:teuthology.orchestra.run.trial126.stdout:Reinstalling: 2026-02-21T20:00:47.254 INFO:teuthology.orchestra.run.trial126.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:47.254 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:00:47.255 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:00:47.255 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:00:47.255 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:00:47.255 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 803 k 2026-02-21T20:00:47.255 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 0 2026-02-21T20:00:47.255 INFO:teuthology.orchestra.run.trial126.stderr:Operation aborted. 2026-02-21T20:00:47.275 INFO:teuthology.orchestra.run.trial126.stdout:Is this ok [y/N]: 2026-02-21T20:00:47.275 DEBUG:teuthology.orchestra.run.trial126:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:47.433 INFO:teuthology.orchestra.run.trial152.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T20:00:47.574 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:45 PM UTC. 2026-02-21T20:00:47.654 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:00:47.654 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:00:47.654 INFO:teuthology.orchestra.run.trial126.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:47.654 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:00:47.654 INFO:teuthology.orchestra.run.trial126.stdout:Reinstalling: 2026-02-21T20:00:47.654 INFO:teuthology.orchestra.run.trial126.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:47.655 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:00:47.655 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:00:47.655 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:00:47.655 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:00:47.655 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 803 k 2026-02-21T20:00:47.655 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 0 2026-02-21T20:00:47.655 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:00:47.847 INFO:teuthology.orchestra.run.trial126.stdout:kernel-5.14.0-681.el9.x86_64.rpm 6.0 MB/s | 803 kB 00:00 2026-02-21T20:00:47.847 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:00:47.847 INFO:teuthology.orchestra.run.trial126.stdout:Total 4.1 MB/s | 803 kB 00:00 2026-02-21T20:00:47.857 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:00:47.891 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:00:47.891 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:00:47.895 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:00:47.895 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:00:47.919 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:00:47.923 INFO:teuthology.orchestra.run.trial126.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:47.923 INFO:teuthology.orchestra.run.trial126.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:48.029 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:48.029 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:48.082 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:48.082 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:00:48.082 INFO:teuthology.orchestra.run.trial126.stdout:Reinstalled: 2026-02-21T20:00:48.082 INFO:teuthology.orchestra.run.trial126.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:48.082 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:00:48.082 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:00:48.108 DEBUG:teuthology.orchestra.run.trial126:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:00:48.132 INFO:teuthology.orchestra.run.trial126.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:48.133 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:00:48.133 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:00:48.133 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-21T20:00:48.133 DEBUG:teuthology.orchestra.run.trial126:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:00:48.196 INFO:teuthology.orchestra.run.trial126.stdout:ttyS1 2026-02-21T20:00:48.220 DEBUG:teuthology.parallel:result is None 2026-02-21T20:00:48.438 INFO:teuthology.orchestra.run.trial152.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:48.438 INFO:teuthology.orchestra.run.trial152.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:48.458 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:00:48.458 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:00:48.458 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:00:48.482 DEBUG:teuthology.orchestra.run.trial152:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:48.786 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:00:47 PM UTC. 2026-02-21T20:00:48.867 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout:Reinstalling: 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 803 k 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 0 2026-02-21T20:00:48.868 INFO:teuthology.orchestra.run.trial152.stderr:Operation aborted. 2026-02-21T20:00:48.889 INFO:teuthology.orchestra.run.trial152.stdout:Is this ok [y/N]: 2026-02-21T20:00:48.889 DEBUG:teuthology.orchestra.run.trial152:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:49.192 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:47 PM UTC. 2026-02-21T20:00:49.271 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:Reinstalling: 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 803 k 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 0 2026-02-21T20:00:49.272 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:00:49.584 INFO:teuthology.orchestra.run.trial152.stdout:kernel-5.14.0-681.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2026-02-21T20:00:49.584 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:00:49.584 INFO:teuthology.orchestra.run.trial152.stdout:Total 2.5 MB/s | 803 kB 00:00 2026-02-21T20:00:49.595 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:00:49.629 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:00:49.630 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:00:49.634 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:00:49.634 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:00:49.658 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:00:49.661 INFO:teuthology.orchestra.run.trial152.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:49.662 INFO:teuthology.orchestra.run.trial152.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:49.769 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:49.769 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:49.820 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:49.820 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:00:49.820 INFO:teuthology.orchestra.run.trial152.stdout:Reinstalled: 2026-02-21T20:00:49.820 INFO:teuthology.orchestra.run.trial152.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:49.820 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:00:49.820 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:00:49.846 DEBUG:teuthology.orchestra.run.trial152:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:00:49.869 INFO:teuthology.orchestra.run.trial152.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:49.869 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:00:49.870 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:00:49.870 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-21T20:00:49.870 DEBUG:teuthology.orchestra.run.trial152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:00:49.933 INFO:teuthology.orchestra.run.trial152.stdout:ttyS1 2026-02-21T20:00:49.966 DEBUG:teuthology.parallel:result is None 2026-02-21T20:00:52.861 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - CRB 1.4 MB/s | 7.8 MB 00:05 2026-02-21T20:00:54.481 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 20 kB 00:00 2026-02-21T20:00:54.794 INFO:teuthology.orchestra.run.trial161.stdout:Extra Packages for Enterprise Linux 81 MB/s | 20 MB 00:00 2026-02-21T20:00:58.034 INFO:teuthology.orchestra.run.trial161.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T20:00:59.050 INFO:teuthology.orchestra.run.trial161.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:59.050 INFO:teuthology.orchestra.run.trial161.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:59.068 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:00:59.069 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:00:59.069 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:00:59.092 DEBUG:teuthology.orchestra.run.trial161:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:59.435 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:00:58 PM UTC. 2026-02-21T20:00:59.515 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:00:59.515 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:00:59.515 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:59.515 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:00:59.515 INFO:teuthology.orchestra.run.trial161.stdout:Reinstalling: 2026-02-21T20:00:59.515 INFO:teuthology.orchestra.run.trial161.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:59.516 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:00:59.516 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:00:59.516 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:00:59.516 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:00:59.516 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 803 k 2026-02-21T20:00:59.516 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 0 2026-02-21T20:00:59.516 INFO:teuthology.orchestra.run.trial161.stderr:Operation aborted. 2026-02-21T20:00:59.536 INFO:teuthology.orchestra.run.trial161.stdout:Is this ok [y/N]: 2026-02-21T20:00:59.536 DEBUG:teuthology.orchestra.run.trial161:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:59.831 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:00:58 PM UTC. 2026-02-21T20:00:59.909 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:Reinstalling: 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 803 k 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 0 2026-02-21T20:00:59.910 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:01:00.046 INFO:teuthology.orchestra.run.trial161.stdout:kernel-5.14.0-681.el9.x86_64.rpm 10 MB/s | 803 kB 00:00 2026-02-21T20:01:00.046 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:01:00.046 INFO:teuthology.orchestra.run.trial161.stdout:Total 5.8 MB/s | 803 kB 00:00 2026-02-21T20:01:00.057 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:01:00.091 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:01:00.091 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:01:00.095 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:01:00.095 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:01:00.119 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:01:00.123 INFO:teuthology.orchestra.run.trial161.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:01:00.123 INFO:teuthology.orchestra.run.trial161.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:01:00.235 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:01:00.235 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:01:00.287 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:01:00.287 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:01:00.287 INFO:teuthology.orchestra.run.trial161.stdout:Reinstalled: 2026-02-21T20:01:00.287 INFO:teuthology.orchestra.run.trial161.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:01:00.287 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:01:00.287 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:01:00.314 DEBUG:teuthology.orchestra.run.trial161:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:01:00.337 INFO:teuthology.orchestra.run.trial161.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:01:00.338 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:01:00.338 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:01:00.338 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-21T20:01:00.338 DEBUG:teuthology.orchestra.run.trial161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:01:00.402 INFO:teuthology.orchestra.run.trial161.stdout:ttyS1 2026-02-21T20:01:00.424 DEBUG:teuthology.parallel:result is None 2026-02-21T20:01:00.424 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-21T20:01:00.437 INFO:teuthology.task.internal:Creating test directory... 2026-02-21T20:01:00.438 DEBUG:teuthology.orchestra.run.trial126:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:01:00.440 DEBUG:teuthology.orchestra.run.trial152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:01:00.442 DEBUG:teuthology.orchestra.run.trial161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:01:00.481 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-21T20:01:00.494 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-21T20:01:00.509 INFO:teuthology.task.internal:Creating archive directory... 2026-02-21T20:01:00.509 DEBUG:teuthology.orchestra.run.trial126:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:01:00.511 DEBUG:teuthology.orchestra.run.trial152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:01:00.513 DEBUG:teuthology.orchestra.run.trial161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:01:00.542 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-21T20:01:00.554 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-21T20:01:00.555 DEBUG:teuthology.orchestra.run.trial126:> 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:01:00.567 DEBUG:teuthology.orchestra.run.trial152:> 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:01:00.570 DEBUG:teuthology.orchestra.run.trial161:> 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:01:00.589 INFO:teuthology.orchestra.run.trial126.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:01:00.593 INFO:teuthology.orchestra.run.trial152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:01:00.598 INFO:teuthology.orchestra.run.trial126.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:01:00.601 INFO:teuthology.orchestra.run.trial152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:01:00.604 INFO:teuthology.orchestra.run.trial161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:01:00.613 INFO:teuthology.orchestra.run.trial161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:01:00.614 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-21T20:01:00.627 INFO:teuthology.task.internal:Configuring sudo... 2026-02-21T20:01:00.627 DEBUG:teuthology.orchestra.run.trial126:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:01:00.642 DEBUG:teuthology.orchestra.run.trial152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:01:00.645 DEBUG:teuthology.orchestra.run.trial161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:01:00.679 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-21T20:01:00.694 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-21T20:01:00.695 DEBUG:teuthology.orchestra.run.trial126:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:01:00.706 DEBUG:teuthology.orchestra.run.trial152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:01:00.709 DEBUG:teuthology.orchestra.run.trial161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:01:00.736 DEBUG:teuthology.orchestra.run.trial126:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:01:00.844 DEBUG:teuthology.orchestra.run.trial126:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:01:00.868 DEBUG:teuthology.orchestra.run.trial126:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:01:00.994 DEBUG:teuthology.orchestra.run.trial126:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:01:01.018 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:01:01.018 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:01:01.082 DEBUG:teuthology.orchestra.run.trial152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:01:01.167 DEBUG:teuthology.orchestra.run.trial152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:01:01.193 DEBUG:teuthology.orchestra.run.trial152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:01:01.312 DEBUG:teuthology.orchestra.run.trial152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:01:01.337 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:01:01.338 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:01:01.401 DEBUG:teuthology.orchestra.run.trial161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:01:01.489 DEBUG:teuthology.orchestra.run.trial161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:01:01.514 DEBUG:teuthology.orchestra.run.trial161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:01:01.639 DEBUG:teuthology.orchestra.run.trial161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:01:01.664 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:01:01.664 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:01:01.727 DEBUG:teuthology.orchestra.run.trial126:> sudo service rsyslog restart 2026-02-21T20:01:01.730 DEBUG:teuthology.orchestra.run.trial152:> sudo service rsyslog restart 2026-02-21T20:01:01.732 DEBUG:teuthology.orchestra.run.trial161:> sudo service rsyslog restart 2026-02-21T20:01:01.757 INFO:teuthology.orchestra.run.trial126.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:01:01.759 INFO:teuthology.orchestra.run.trial152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:01:01.795 INFO:teuthology.orchestra.run.trial161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:01:02.258 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-21T20:01:02.270 INFO:teuthology.task.internal:Starting timer... 2026-02-21T20:01:02.270 INFO:teuthology.run_tasks:Running task pcp... 2026-02-21T20:01:02.290 INFO:teuthology.run_tasks:Running task selinux... 2026-02-21T20:01:02.304 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-02-21T20:01:02.304 DEBUG:teuthology.orchestra.run.trial126:> sudo service auditd rotate 2026-02-21T20:01:02.331 INFO:teuthology.orchestra.run.trial126.stdout:Rotating logs: 2026-02-21T20:01:02.333 DEBUG:teuthology.orchestra.run.trial152:> sudo service auditd rotate 2026-02-21T20:01:02.363 INFO:teuthology.orchestra.run.trial152.stdout:Rotating logs: 2026-02-21T20:01:02.364 DEBUG:teuthology.orchestra.run.trial161:> sudo service auditd rotate 2026-02-21T20:01:02.393 INFO:teuthology.orchestra.run.trial161.stdout:Rotating logs: 2026-02-21T20:01:02.395 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-21T20:01:02.395 DEBUG:teuthology.orchestra.run.trial126:> /usr/sbin/getenforce 2026-02-21T20:01:02.412 INFO:teuthology.orchestra.run.trial126.stdout:Permissive 2026-02-21T20:01:02.412 DEBUG:teuthology.orchestra.run.trial152:> /usr/sbin/getenforce 2026-02-21T20:01:02.428 INFO:teuthology.orchestra.run.trial152.stdout:Permissive 2026-02-21T20:01:02.428 DEBUG:teuthology.orchestra.run.trial161:> /usr/sbin/getenforce 2026-02-21T20:01:02.450 INFO:teuthology.orchestra.run.trial161.stdout:Permissive 2026-02-21T20:01:02.451 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial126.front.sepia.ceph.com': 'permissive', 'ubuntu@trial152.front.sepia.ceph.com': 'permissive', 'ubuntu@trial161.front.sepia.ceph.com': 'permissive'} 2026-02-21T20:01:02.451 DEBUG:teuthology.orchestra.run.trial126:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:01:02.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:01:02.476 DEBUG:teuthology.orchestra.run.trial152:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:01:02.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:01:02.501 DEBUG:teuthology.orchestra.run.trial161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:01:02.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:01:02.527 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-21T20:01:02.527 DEBUG:teuthology.orchestra.run.trial126:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:01:02.550 DEBUG:teuthology.orchestra.run.trial152:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:01:02.575 DEBUG:teuthology.orchestra.run.trial161:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:01:02.600 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-21T20:01:02.617 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-21T20:01:02.624 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:01:02.625 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial126.front.sepia.ceph.com,trial152.front.sepia.ceph.com,trial161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-21T20:03:31.498 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial126.front.sepia.ceph.com'), Remote(name='ubuntu@trial152.front.sepia.ceph.com'), Remote(name='ubuntu@trial161.front.sepia.ceph.com')] 2026-02-21T20:03:31.499 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial126.front.sepia.ceph.com' 2026-02-21T20:03:31.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial126.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:31.609 DEBUG:teuthology.orchestra.run.trial126:> true 2026-02-21T20:03:31.689 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial126.front.sepia.ceph.com' 2026-02-21T20:03:31.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial152.front.sepia.ceph.com' 2026-02-21T20:03:31.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:31.782 DEBUG:teuthology.orchestra.run.trial152:> true 2026-02-21T20:03:31.858 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial152.front.sepia.ceph.com' 2026-02-21T20:03:31.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial161.front.sepia.ceph.com' 2026-02-21T20:03:31.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:31.960 DEBUG:teuthology.orchestra.run.trial161:> true 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial161.front.sepia.ceph.com' 2026-02-21T20:03:32.036 INFO:teuthology.run_tasks:Running task clock... 2026-02-21T20:03:32.048 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-21T20:03:32.049 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:32.049 DEBUG:teuthology.orchestra.run.trial126:> 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:03:32.051 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:32.051 DEBUG:teuthology.orchestra.run.trial152:> 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:03:32.053 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:32.053 DEBUG:teuthology.orchestra.run.trial161:> 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:03:32.077 INFO:teuthology.orchestra.run.trial126.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:32.079 INFO:teuthology.orchestra.run.trial152.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:32.089 INFO:teuthology.orchestra.run.trial126.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:32.091 INFO:teuthology.orchestra.run.trial152.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:32.101 INFO:teuthology.orchestra.run.trial161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:32.108 INFO:teuthology.orchestra.run.trial126.stderr:sudo: ntpd: command not found 2026-02-21T20:03:32.111 INFO:teuthology.orchestra.run.trial152.stderr:sudo: ntpd: command not found 2026-02-21T20:03:32.113 INFO:teuthology.orchestra.run.trial161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:32.118 INFO:teuthology.orchestra.run.trial126.stdout:506 Cannot talk to daemon 2026-02-21T20:03:32.122 INFO:teuthology.orchestra.run.trial152.stdout:506 Cannot talk to daemon 2026-02-21T20:03:32.129 INFO:teuthology.orchestra.run.trial126.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:32.133 INFO:teuthology.orchestra.run.trial152.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:32.134 INFO:teuthology.orchestra.run.trial161.stderr:sudo: ntpd: command not found 2026-02-21T20:03:32.141 INFO:teuthology.orchestra.run.trial126.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:32.144 INFO:teuthology.orchestra.run.trial161.stdout:506 Cannot talk to daemon 2026-02-21T20:03:32.145 INFO:teuthology.orchestra.run.trial152.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:32.156 INFO:teuthology.orchestra.run.trial161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:32.168 INFO:teuthology.orchestra.run.trial161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:32.187 INFO:teuthology.orchestra.run.trial126.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:32.194 INFO:teuthology.orchestra.run.trial152.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:32.195 INFO:teuthology.orchestra.run.trial126.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:32.195 INFO:teuthology.orchestra.run.trial126.stdout:=============================================================================== 2026-02-21T20:03:32.195 INFO:teuthology.orchestra.run.trial126.stdout:^? ntp11.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:32.200 INFO:teuthology.orchestra.run.trial152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:32.200 INFO:teuthology.orchestra.run.trial152.stdout:=============================================================================== 2026-02-21T20:03:32.200 INFO:teuthology.orchestra.run.trial152.stdout:^? 23.186.168.131 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:32.214 INFO:teuthology.orchestra.run.trial161.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:32.220 INFO:teuthology.orchestra.run.trial161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:32.220 INFO:teuthology.orchestra.run.trial161.stdout:=============================================================================== 2026-02-21T20:03:32.220 INFO:teuthology.orchestra.run.trial161.stdout:^? 149.28.61.105.vultruserc> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:32.221 INFO:teuthology.run_tasks:Running task pexec... 2026-02-21T20:03:32.232 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-21T20:03:32.233 DEBUG:teuthology.orchestra.run.trial126:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:32.233 DEBUG:teuthology.orchestra.run.trial152:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:32.233 DEBUG:teuthology.orchestra.run.trial161:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:32.238 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial126.front.sepia.ceph.com 2026-02-21T20:03:32.238 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:32.238 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-21T20:03:32.243 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial152.front.sepia.ceph.com 2026-02-21T20:03:32.243 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:32.243 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-21T20:03:32.263 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial161.front.sepia.ceph.com 2026-02-21T20:03:32.263 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:32.263 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-21T20:03:32.410 INFO:teuthology.orchestra.run.trial126.stdout:No match for argument: nvme-cli 2026-02-21T20:03:32.410 INFO:teuthology.orchestra.run.trial126.stderr:No packages marked for removal. 2026-02-21T20:03:32.412 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:03:32.412 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:03:32.412 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:03:32.414 INFO:teuthology.orchestra.run.trial152.stdout:No match for argument: nvme-cli 2026-02-21T20:03:32.414 INFO:teuthology.orchestra.run.trial152.stderr:No packages marked for removal. 2026-02-21T20:03:32.416 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:03:32.417 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:03:32.417 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:03:32.434 INFO:teuthology.orchestra.run.trial161.stdout:No match for argument: nvme-cli 2026-02-21T20:03:32.434 INFO:teuthology.orchestra.run.trial161.stderr:No packages marked for removal. 2026-02-21T20:03:32.436 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:03:32.436 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:03:32.436 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:03:32.715 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:03:04 PM UTC. 2026-02-21T20:03:32.716 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Feb 2026 08:03:05 PM UTC. 2026-02-21T20:03:32.744 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:03:04 PM UTC. 2026-02-21T20:03:32.796 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:03:32.797 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:03:32.797 INFO:teuthology.orchestra.run.trial152.stdout: Package Architecture Version Repository Size 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:03:32.798 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:03:32.799 INFO:teuthology.orchestra.run.trial152.stdout:Install 6 Packages 2026-02-21T20:03:32.799 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:03:32.799 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 2.3 M 2026-02-21T20:03:32.799 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 11 M 2026-02-21T20:03:32.799 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout: Package Architecture Version Repository Size 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:32.800 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout:Install 6 Packages 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 2.3 M 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 11 M 2026-02-21T20:03:32.801 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:03:32.825 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:03:32.825 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:32.826 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:03:32.827 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:03:32.827 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:03:32.827 INFO:teuthology.orchestra.run.trial161.stdout:Install 6 Packages 2026-02-21T20:03:32.827 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:03:32.827 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 2.3 M 2026-02-21T20:03:32.827 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 11 M 2026-02-21T20:03:32.827 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:03:32.977 INFO:teuthology.orchestra.run.trial161.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 819 kB/s | 72 kB 00:00 2026-02-21T20:03:32.986 INFO:teuthology.orchestra.run.trial161.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 454 kB/s | 44 kB 00:00 2026-02-21T20:03:33.030 INFO:teuthology.orchestra.run.trial161.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2026-02-21T20:03:33.057 INFO:teuthology.orchestra.run.trial161.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.1 MB/s | 150 kB 00:00 2026-02-21T20:03:33.078 INFO:teuthology.orchestra.run.trial161.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 6.1 MB/s | 1.2 MB 00:00 2026-02-21T20:03:33.119 INFO:teuthology.orchestra.run.trial161.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 9.2 MB/s | 837 kB 00:00 2026-02-21T20:03:33.119 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:33.119 INFO:teuthology.orchestra.run.trial161.stdout:Total 7.9 MB/s | 2.3 MB 00:00 2026-02-21T20:03:33.170 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:03:33.177 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:03:33.177 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:03:33.209 INFO:teuthology.orchestra.run.trial126.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 140 kB/s | 44 kB 00:00 2026-02-21T20:03:33.244 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:03:33.244 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:03:33.254 INFO:teuthology.orchestra.run.trial126.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 201 kB/s | 72 kB 00:00 2026-02-21T20:03:33.373 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:03:33.381 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-21T20:03:33.387 INFO:teuthology.orchestra.run.trial126.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 474 kB/s | 84 kB 00:00 2026-02-21T20:03:33.390 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-21T20:03:33.395 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:33.401 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:33.402 INFO:teuthology.orchestra.run.trial161.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:33.464 INFO:teuthology.orchestra.run.trial126.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 718 kB/s | 150 kB 00:00 2026-02-21T20:03:33.531 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:33.533 INFO:teuthology.orchestra.run.trial161.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:33.543 INFO:teuthology.orchestra.run.trial152.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 148 kB/s | 72 kB 00:00 2026-02-21T20:03:33.554 INFO:teuthology.orchestra.run.trial152.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 88 kB/s | 44 kB 00:00 2026-02-21T20:03:33.574 INFO:teuthology.orchestra.run.trial126.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-02-21T20:03:33.626 INFO:teuthology.orchestra.run.trial152.stdout:[MIRROR] python3-kmod-0.9-32.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-kmod-0.9-32.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:33.639 INFO:teuthology.orchestra.run.trial152.stdout:[MIRROR] python3-pyparsing-2.4.7-9.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-pyparsing-2.4.7-9.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:03:33.712 INFO:teuthology.orchestra.run.trial126.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-21T20:03:33.712 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:33.712 INFO:teuthology.orchestra.run.trial126.stdout:Total 2.5 MB/s | 2.3 MB 00:00 2026-02-21T20:03:33.767 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:03:33.774 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:03:33.774 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:03:33.809 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:33.810 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:33.810 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:03:33.839 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:03:33.839 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:03:33.944 INFO:teuthology.orchestra.run.trial152.stdout:(3/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.3 MB/s | 1.2 MB 00:00 2026-02-21T20:03:33.971 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:03:33.979 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-21T20:03:33.981 INFO:teuthology.orchestra.run.trial152.stdout:[MIRROR] python3-pyparsing-2.4.7-9.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-pyparsing-2.4.7-9.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:03:33.982 INFO:teuthology.orchestra.run.trial152.stdout:[MIRROR] python3-kmod-0.9-32.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-kmod-0.9-32.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:33.988 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-21T20:03:33.994 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:33.999 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:34.000 INFO:teuthology.orchestra.run.trial126.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:34.027 INFO:teuthology.orchestra.run.trial152.stdout:[MIRROR] python3-urwid-2.1.2-4.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-urwid-2.1.2-4.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:34.056 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-21T20:03:34.056 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-21T20:03:34.056 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:34.056 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:34.057 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:03:34.110 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:03:34.136 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:34.139 INFO:teuthology.orchestra.run.trial126.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:34.140 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:34.353 INFO:teuthology.orchestra.run.trial152.stdout:[MIRROR] python3-urwid-2.1.2-4.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-urwid-2.1.2-4.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:34.359 INFO:teuthology.orchestra.run.trial152.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 103 kB/s | 84 kB 00:00 2026-02-21T20:03:34.419 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:34.420 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:34.420 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:03:34.421 INFO:teuthology.orchestra.run.trial152.stdout:(5/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 174 kB/s | 150 kB 00:00 2026-02-21T20:03:34.673 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-21T20:03:34.673 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-21T20:03:34.674 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:34.674 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:34.674 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-21T20:03:34.727 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-21T20:03:34.727 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:03:34.727 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:03:34.728 INFO:teuthology.orchestra.run.trial126.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:34.728 INFO:teuthology.orchestra.run.trial126.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:34.728 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:34.728 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:03:34.728 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:03:34.758 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:34.994 INFO:teuthology.orchestra.run.trial152.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 798 kB/s | 837 kB 00:01 2026-02-21T20:03:34.994 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:34.994 INFO:teuthology.orchestra.run.trial152.stdout:Total 1.1 MB/s | 2.3 MB 00:02 2026-02-21T20:03:35.047 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:03:35.055 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:03:35.055 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:03:35.122 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:03:35.123 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:03:35.251 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:03:35.258 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-21T20:03:35.267 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-21T20:03:35.273 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:35.278 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:35.279 INFO:teuthology.orchestra.run.trial152.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:35.411 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:35.414 INFO:teuthology.orchestra.run.trial152.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:35.697 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:35.698 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:35.698 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:03:35.936 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-21T20:03:35.937 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-21T20:03:35.937 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:35.937 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:35.937 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:03:35.991 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:03:36.021 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:36.021 INFO:teuthology.run_tasks:Running task install... 2026-02-21T20:03:36.037 DEBUG:teuthology.task.install:project ceph 2026-02-21T20:03:36.037 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'}} 2026-02-21T20:03:36.037 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:03:36.037 INFO:teuthology.task.install:Using flavor: default 2026-02-21T20:03:36.046 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:03:36.046 INFO:teuthology.task.install:extra packages: [] 2026-02-21T20:03:36.047 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:03:36.048 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:03:36.050 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:03:36.051 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:03:36.052 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:03:36.052 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:03:36.318 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:03:36.318 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:36.320 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:03:36.320 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:36.327 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:03:36.327 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:36.659 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:03:36.659 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:03:36.660 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:36.674 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:03:36.674 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:03:36.675 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:36.688 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:03:36.688 DEBUG:teuthology.orchestra.run.trial126:> 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:03:36.704 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:03:36.704 DEBUG:teuthology.orchestra.run.trial152:> 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:03:36.730 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:03:36.731 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:03:36.731 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:36.756 DEBUG:teuthology.orchestra.run.trial126:> 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:03:36.761 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:03:36.762 DEBUG:teuthology.orchestra.run.trial161:> 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:03:36.771 DEBUG:teuthology.orchestra.run.trial152:> 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:03:36.829 DEBUG:teuthology.orchestra.run.trial161:> 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:03:36.830 DEBUG:teuthology.orchestra.run.trial126:> 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:03:36.844 DEBUG:teuthology.orchestra.run.trial152:> 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:03:36.894 INFO:teuthology.orchestra.run.trial126.stdout:check_obsoletes = 1 2026-02-21T20:03:36.895 DEBUG:teuthology.orchestra.run.trial126:> sudo yum clean all 2026-02-21T20:03:36.903 DEBUG:teuthology.orchestra.run.trial161:> 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:03:36.908 INFO:teuthology.orchestra.run.trial152.stdout:check_obsoletes = 1 2026-02-21T20:03:36.910 DEBUG:teuthology.orchestra.run.trial152:> sudo yum clean all 2026-02-21T20:03:36.966 INFO:teuthology.orchestra.run.trial161.stdout:check_obsoletes = 1 2026-02-21T20:03:36.967 DEBUG:teuthology.orchestra.run.trial161:> sudo yum clean all 2026-02-21T20:03:37.052 INFO:teuthology.orchestra.run.trial126.stdout:41 files removed 2026-02-21T20:03:37.065 INFO:teuthology.orchestra.run.trial152.stdout:41 files removed 2026-02-21T20:03:37.066 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:37.079 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:37.124 INFO:teuthology.orchestra.run.trial161.stdout:41 files removed 2026-02-21T20:03:37.138 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:37.804 INFO:teuthology.orchestra.run.trial126.stdout:ceph packages for x86_64 153 kB/s | 91 kB 00:00 2026-02-21T20:03:37.816 INFO:teuthology.orchestra.run.trial152.stdout:ceph packages for x86_64 154 kB/s | 91 kB 00:00 2026-02-21T20:03:37.913 INFO:teuthology.orchestra.run.trial161.stdout:ceph packages for x86_64 145 kB/s | 91 kB 00:00 2026-02-21T20:03:38.353 INFO:teuthology.orchestra.run.trial152.stdout:ceph noarch packages 46 kB/s | 24 kB 00:00 2026-02-21T20:03:38.420 INFO:teuthology.orchestra.run.trial161.stdout:ceph noarch packages 49 kB/s | 24 kB 00:00 2026-02-21T20:03:38.843 INFO:teuthology.orchestra.run.trial152.stdout:ceph source packages 4.4 kB/s | 2.1 kB 00:00 2026-02-21T20:03:38.938 INFO:teuthology.orchestra.run.trial161.stdout:ceph source packages 4.2 kB/s | 2.1 kB 00:00 2026-02-21T20:03:39.597 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-21T20:03:39.669 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-21T20:03:40.537 INFO:teuthology.orchestra.run.trial126.stdout:ceph noarch packages 8.7 kB/s | 24 kB 00:02 2026-02-21T20:03:40.963 INFO:teuthology.orchestra.run.trial126.stdout:ceph source packages 5.1 kB/s | 2.1 kB 00:00 2026-02-21T20:03:41.393 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - BaseOS 22 MB/s | 8.9 MB 00:00 2026-02-21T20:03:44.746 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 27 MB 00:02 2026-02-21T20:03:45.565 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - AppStream 4.9 MB/s | 27 MB 00:05 2026-02-21T20:03:48.184 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-21T20:03:49.061 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - CRB 6.8 MB/s | 7.8 MB 00:01 2026-02-21T20:03:49.728 INFO:teuthology.orchestra.run.trial126.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 20 kB 00:00 2026-02-21T20:03:50.266 INFO:teuthology.orchestra.run.trial152.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 20 kB 00:00 2026-02-21T20:03:50.758 INFO:teuthology.orchestra.run.trial126.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2026-02-21T20:03:50.990 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - AppStream 2.5 MB/s | 27 MB 00:10 2026-02-21T20:03:51.846 INFO:teuthology.orchestra.run.trial152.stdout:Extra Packages for Enterprise Linux 13 MB/s | 20 MB 00:01 2026-02-21T20:03:53.919 INFO:teuthology.orchestra.run.trial126.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-21T20:03:55.007 INFO:teuthology.orchestra.run.trial152.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-21T20:03:55.120 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:03:55.121 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:03:55.121 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout:Upgrading: 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:03:55.122 INFO:teuthology.orchestra.run.trial126.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:03:55.123 INFO:teuthology.orchestra.run.trial126.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:03:55.124 INFO:teuthology.orchestra.run.trial126.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout:Installing weak dependencies: 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout:Install 32 Packages 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout:Upgrade 2 Packages 2026-02-21T20:03:55.125 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:03:55.126 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 67 M 2026-02-21T20:03:55.126 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:03:56.197 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:03:56.198 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:03:56.198 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:03:56.198 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:03:56.198 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:03:56.198 INFO:teuthology.orchestra.run.trial152.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:03:56.198 INFO:teuthology.orchestra.run.trial152.stdout:Upgrading: 2026-02-21T20:03:56.198 INFO:teuthology.orchestra.run.trial152.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:03:56.199 INFO:teuthology.orchestra.run.trial152.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:03:56.200 INFO:teuthology.orchestra.run.trial152.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout:Installing weak dependencies: 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:03:56.201 INFO:teuthology.orchestra.run.trial152.stdout:Install 32 Packages 2026-02-21T20:03:56.202 INFO:teuthology.orchestra.run.trial152.stdout:Upgrade 2 Packages 2026-02-21T20:03:56.202 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:03:56.202 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 67 M 2026-02-21T20:03:56.202 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:03:58.957 INFO:teuthology.orchestra.run.trial152.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 2.2 MB/s | 5.2 MB 00:02 2026-02-21T20:03:59.019 INFO:teuthology.orchestra.run.trial152.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 401 kB/s | 25 kB 00:00 2026-02-21T20:03:59.214 INFO:teuthology.orchestra.run.trial152.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 4.6 MB/s | 908 kB 00:00 2026-02-21T20:03:59.281 INFO:teuthology.orchestra.run.trial152.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 3.6 MB/s | 248 kB 00:00 2026-02-21T20:03:59.547 INFO:teuthology.orchestra.run.trial126.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 1.3 MB/s | 5.2 MB 00:03 2026-02-21T20:03:59.618 INFO:teuthology.orchestra.run.trial126.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 355 kB/s | 25 kB 00:00 2026-02-21T20:04:00.363 INFO:teuthology.orchestra.run.trial152.stdout:(5/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 6.0 MB/s | 6.5 MB 00:01 2026-02-21T20:04:00.405 INFO:teuthology.orchestra.run.trial126.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 1.1 MB/s | 908 kB 00:00 2026-02-21T20:04:00.416 INFO:teuthology.orchestra.run.trial152.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 853 kB/s | 45 kB 00:00 2026-02-21T20:04:00.473 INFO:teuthology.orchestra.run.trial152.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 3.3 MB/s | 189 kB 00:00 2026-02-21T20:04:00.531 INFO:teuthology.orchestra.run.trial152.stdout:(8/34): python3-cephfs-20.3.0-5291.g042df16c.el 3.4 MB/s | 204 kB 00:00 2026-02-21T20:04:00.574 INFO:teuthology.orchestra.run.trial126.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 1.4 MB/s | 248 kB 00:00 2026-02-21T20:04:00.593 INFO:teuthology.orchestra.run.trial152.stdout:(9/34): python3-rados-20.3.0-5291.g042df16c.el9 5.1 MB/s | 325 kB 00:00 2026-02-21T20:04:00.655 INFO:teuthology.orchestra.run.trial152.stdout:(10/34): python3-rbd-20.3.0-5291.g042df16c.el9. 4.9 MB/s | 306 kB 00:00 2026-02-21T20:04:00.712 INFO:teuthology.orchestra.run.trial152.stdout:(11/34): python3-rgw-20.3.0-5291.g042df16c.el9. 1.7 MB/s | 100 kB 00:00 2026-02-21T20:04:01.115 INFO:teuthology.orchestra.run.trial152.stdout:(12/34): mailcap-2.1.49-5.el9.noarch.rpm 82 kB/s | 33 kB 00:00 2026-02-21T20:04:01.276 INFO:teuthology.orchestra.run.trial152.stdout:(13/34): pciutils-3.7.0-7.el9.x86_64.rpm 581 kB/s | 93 kB 00:00 2026-02-21T20:04:01.320 INFO:teuthology.orchestra.run.trial152.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 2.3 MB/s | 104 kB 00:00 2026-02-21T20:04:01.346 INFO:teuthology.orchestra.run.trial152.stdout:(15/34): libnbd-1.20.3-4.el9.x86_64.rpm 6.3 MB/s | 164 kB 00:00 2026-02-21T20:04:01.366 INFO:teuthology.orchestra.run.trial152.stdout:(16/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 7.8 MB/s | 160 kB 00:00 2026-02-21T20:04:01.394 INFO:teuthology.orchestra.run.trial152.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.6 MB/s | 45 kB 00:00 2026-02-21T20:04:01.423 INFO:teuthology.orchestra.run.trial152.stdout:(18/34): librdkafka-1.6.1-102.el9.x86_64.rpm 23 MB/s | 662 kB 00:00 2026-02-21T20:04:01.449 INFO:teuthology.orchestra.run.trial152.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 11 MB/s | 292 kB 00:00 2026-02-21T20:04:01.474 INFO:teuthology.orchestra.run.trial152.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 9.2 MB/s | 240 kB 00:00 2026-02-21T20:04:01.494 INFO:teuthology.orchestra.run.trial152.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 1.8 MB/s | 37 kB 00:00 2026-02-21T20:04:01.514 INFO:teuthology.orchestra.run.trial152.stdout:(22/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 3.4 MB/s | 66 kB 00:00 2026-02-21T20:04:01.566 INFO:teuthology.orchestra.run.trial152.stdout:(23/34): ceph-common-20.3.0-5291.g042df16c.el9. 4.8 MB/s | 24 MB 00:05 2026-02-21T20:04:01.773 INFO:teuthology.orchestra.run.trial152.stdout:(24/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.2 MB/s | 308 kB 00:00 2026-02-21T20:04:01.805 INFO:teuthology.orchestra.run.trial152.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 773 kB/s | 25 kB 00:00 2026-02-21T20:04:01.839 INFO:teuthology.orchestra.run.trial152.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2026-02-21T20:04:01.875 INFO:teuthology.orchestra.run.trial152.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 1.8 MB/s | 67 kB 00:00 2026-02-21T20:04:01.889 INFO:teuthology.orchestra.run.trial152.stdout:(28/34): libarrow-9.0.0-15.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2026-02-21T20:04:01.920 INFO:teuthology.orchestra.run.trial152.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 6.2 MB/s | 191 kB 00:00 2026-02-21T20:04:01.959 INFO:teuthology.orchestra.run.trial152.stdout:(30/34): thrift-0.15.0-4.el9.x86_64.rpm 41 MB/s | 1.6 MB 00:00 2026-02-21T20:04:01.965 INFO:teuthology.orchestra.run.trial152.stdout:(31/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 9.1 MB/s | 838 kB 00:00 2026-02-21T20:04:02.234 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - CRB 899 kB/s | 7.8 MB 00:08 2026-02-21T20:04:02.380 INFO:teuthology.orchestra.run.trial152.stdout:(32/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 6.8 MB/s | 2.8 MB 00:00 2026-02-21T20:04:02.706 INFO:teuthology.orchestra.run.trial126.stdout:(5/34): ceph-radosgw-20.3.0-5291.g042df16c.el9. 1.9 MB/s | 13 MB 00:07 2026-02-21T20:04:02.716 INFO:teuthology.orchestra.run.trial152.stdout:(33/34): librados2-20.3.0-5291.g042df16c.el9.x8 4.6 MB/s | 3.5 MB 00:00 2026-02-21T20:04:02.761 INFO:teuthology.orchestra.run.trial126.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 813 kB/s | 45 kB 00:00 2026-02-21T20:04:02.871 INFO:teuthology.orchestra.run.trial126.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 1.7 MB/s | 189 kB 00:00 2026-02-21T20:04:02.989 INFO:teuthology.orchestra.run.trial126.stdout:(8/34): python3-cephfs-20.3.0-5291.g042df16c.el 1.7 MB/s | 204 kB 00:00 2026-02-21T20:04:03.130 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - Extras packages 123 kB/s | 20 kB 00:00 2026-02-21T20:04:03.185 INFO:teuthology.orchestra.run.trial126.stdout:(9/34): python3-rados-20.3.0-5291.g042df16c.el9 1.6 MB/s | 325 kB 00:00 2026-02-21T20:04:03.372 INFO:teuthology.orchestra.run.trial161.stdout:Extra Packages for Enterprise Linux 113 MB/s | 20 MB 00:00 2026-02-21T20:04:03.393 INFO:teuthology.orchestra.run.trial126.stdout:(10/34): python3-rbd-20.3.0-5291.g042df16c.el9. 1.4 MB/s | 306 kB 00:00 2026-02-21T20:04:03.455 INFO:teuthology.orchestra.run.trial126.stdout:(11/34): python3-rgw-20.3.0-5291.g042df16c.el9. 1.6 MB/s | 100 kB 00:00 2026-02-21T20:04:03.497 INFO:teuthology.orchestra.run.trial126.stdout:(12/34): mailcap-2.1.49-5.el9.noarch.rpm 781 kB/s | 33 kB 00:00 2026-02-21T20:04:03.528 INFO:teuthology.orchestra.run.trial126.stdout:(13/34): pciutils-3.7.0-7.el9.x86_64.rpm 3.0 MB/s | 93 kB 00:00 2026-02-21T20:04:04.122 INFO:teuthology.orchestra.run.trial126.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 175 kB/s | 104 kB 00:00 2026-02-21T20:04:04.259 INFO:teuthology.orchestra.run.trial126.stdout:(15/34): librgw2-20.3.0-5291.g042df16c.el9.x86_ 1.8 MB/s | 6.5 MB 00:03 2026-02-21T20:04:04.376 INFO:teuthology.orchestra.run.trial126.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 644 kB/s | 164 kB 00:00 2026-02-21T20:04:04.475 INFO:teuthology.orchestra.run.trial126.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 459 kB/s | 45 kB 00:00 2026-02-21T20:04:04.831 INFO:teuthology.orchestra.run.trial126.stdout:(18/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 280 kB/s | 160 kB 00:00 2026-02-21T20:04:05.239 INFO:teuthology.orchestra.run.trial126.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 715 kB/s | 292 kB 00:00 2026-02-21T20:04:05.275 INFO:teuthology.orchestra.run.trial126.stdout:(20/34): librdkafka-1.6.1-102.el9.x86_64.rpm 827 kB/s | 662 kB 00:00 2026-02-21T20:04:05.374 INFO:teuthology.orchestra.run.trial126.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 376 kB/s | 37 kB 00:00 2026-02-21T20:04:05.446 INFO:teuthology.orchestra.run.trial152.stdout:(34/34): ceph-radosgw-20.3.0-5291.g042df16c.el9 1.5 MB/s | 13 MB 00:08 2026-02-21T20:04:05.450 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:05.451 INFO:teuthology.orchestra.run.trial152.stdout:Total 7.2 MB/s | 67 MB 00:09 2026-02-21T20:04:05.473 INFO:teuthology.orchestra.run.trial126.stdout:(22/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 671 kB/s | 66 kB 00:00 2026-02-21T20:04:05.536 INFO:teuthology.orchestra.run.trial126.stdout:(23/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.8 MB/s | 308 kB 00:00 2026-02-21T20:04:05.539 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:04:05.557 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:04:05.557 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:04:05.571 INFO:teuthology.orchestra.run.trial126.stdout:(24/34): qatlib-25.08.0-2.el9.x86_64.rpm 723 kB/s | 240 kB 00:00 2026-02-21T20:04:05.595 INFO:teuthology.orchestra.run.trial126.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.0 MB/s | 25 kB 00:00 2026-02-21T20:04:05.618 INFO:teuthology.orchestra.run.trial126.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2026-02-21T20:04:05.636 INFO:teuthology.orchestra.run.trial126.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 3.6 MB/s | 67 kB 00:00 2026-02-21T20:04:05.681 INFO:teuthology.orchestra.run.trial126.stdout:(28/34): libarrow-9.0.0-15.el9.x86_64.rpm 30 MB/s | 4.4 MB 00:00 2026-02-21T20:04:05.697 INFO:teuthology.orchestra.run.trial126.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 12 MB/s | 191 kB 00:00 2026-02-21T20:04:05.714 INFO:teuthology.orchestra.run.trial126.stdout:(30/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 10 MB/s | 838 kB 00:00 2026-02-21T20:04:05.748 INFO:teuthology.orchestra.run.trial126.stdout:(31/34): thrift-0.15.0-4.el9.x86_64.rpm 31 MB/s | 1.6 MB 00:00 2026-02-21T20:04:05.801 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:04:05.801 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:04:06.101 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:04:06.258 INFO:teuthology.orchestra.run.trial152.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:04:06.262 INFO:teuthology.orchestra.run.trial152.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:06.290 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:06.329 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:06.330 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:06.343 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:06.352 INFO:teuthology.orchestra.run.trial152.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:04:06.355 INFO:teuthology.orchestra.run.trial152.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:04:06.358 INFO:teuthology.orchestra.run.trial152.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:04:06.362 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:04:06.373 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:04:06.386 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:06.387 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:06.410 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:06.414 INFO:teuthology.orchestra.run.trial152.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:04:06.446 INFO:teuthology.orchestra.run.trial152.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:04:06.451 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:04:06.457 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:04:06.459 INFO:teuthology.orchestra.run.trial152.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:04:06.463 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:04:06.525 INFO:teuthology.orchestra.run.trial161.stdout:lab-extras 1.5 MB/s | 50 kB 00:00 2026-02-21T20:04:06.592 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:04:06.593 INFO:teuthology.orchestra.run.trial152.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:06.620 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:06.622 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:04:06.628 INFO:teuthology.orchestra.run.trial152.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:04:06.917 INFO:teuthology.orchestra.run.trial152.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:04:06.918 INFO:teuthology.orchestra.run.trial152.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:06.936 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:06.940 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:04:06.945 INFO:teuthology.orchestra.run.trial152.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:04:06.947 INFO:teuthology.orchestra.run.trial152.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:04:06.948 INFO:teuthology.orchestra.run.trial152.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:06.967 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:06.970 INFO:teuthology.orchestra.run.trial152.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:04:07.005 INFO:teuthology.orchestra.run.trial152.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:04:07.007 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:04:07.710 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout:Upgrading: 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:04:07.712 INFO:teuthology.orchestra.run.trial161.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:04:07.713 INFO:teuthology.orchestra.run.trial161.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:04:07.714 INFO:teuthology.orchestra.run.trial161.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout:Installing weak dependencies: 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout:Install 32 Packages 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout:Upgrade 2 Packages 2026-02-21T20:04:07.715 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:07.716 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 67 M 2026-02-21T20:04:07.716 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:04:08.132 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:08.134 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:08.354 INFO:teuthology.orchestra.run.trial126.stdout:(32/34): ceph-common-20.3.0-5291.g042df16c.el9. 1.9 MB/s | 24 MB 00:12 2026-02-21T20:04:08.398 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:08.402 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:08.444 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:08.444 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:04:08.444 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:04:08.444 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:08.447 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:09.210 INFO:teuthology.orchestra.run.trial126.stdout:(33/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 833 kB/s | 2.8 MB 00:03 2026-02-21T20:04:10.396 INFO:teuthology.orchestra.run.trial126.stdout:(34/34): librados2-20.3.0-5291.g042df16c.el9.x8 762 kB/s | 3.5 MB 00:04 2026-02-21T20:04:10.401 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:10.401 INFO:teuthology.orchestra.run.trial126.stdout:Total 4.4 MB/s | 67 MB 00:15 2026-02-21T20:04:10.476 INFO:teuthology.orchestra.run.trial161.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 2.1 MB/s | 5.2 MB 00:02 2026-02-21T20:04:10.481 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:04:10.500 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:04:10.500 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:04:10.531 INFO:teuthology.orchestra.run.trial161.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 462 kB/s | 25 kB 00:00 2026-02-21T20:04:10.640 INFO:teuthology.orchestra.run.trial161.stdout:(3/34): ceph-radosgw-20.3.0-5291.g042df16c.el9. 5.0 MB/s | 13 MB 00:02 2026-02-21T20:04:10.704 INFO:teuthology.orchestra.run.trial161.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 3.8 MB/s | 248 kB 00:00 2026-02-21T20:04:10.746 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:04:10.746 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:04:10.871 INFO:teuthology.orchestra.run.trial161.stdout:(5/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 2.6 MB/s | 908 kB 00:00 2026-02-21T20:04:10.935 INFO:teuthology.orchestra.run.trial161.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 706 kB/s | 45 kB 00:00 2026-02-21T20:04:11.047 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:04:11.070 INFO:teuthology.orchestra.run.trial161.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 1.4 MB/s | 189 kB 00:00 2026-02-21T20:04:11.199 INFO:teuthology.orchestra.run.trial126.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:04:11.203 INFO:teuthology.orchestra.run.trial126.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:11.210 INFO:teuthology.orchestra.run.trial161.stdout:(8/34): python3-cephfs-20.3.0-5291.g042df16c.el 1.4 MB/s | 204 kB 00:00 2026-02-21T20:04:11.230 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:11.268 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:11.269 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:11.276 INFO:teuthology.orchestra.run.trial161.stdout:(9/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 11 MB/s | 6.5 MB 00:00 2026-02-21T20:04:11.280 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:11.288 INFO:teuthology.orchestra.run.trial126.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:04:11.290 INFO:teuthology.orchestra.run.trial126.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:04:11.293 INFO:teuthology.orchestra.run.trial126.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:04:11.297 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:04:11.310 INFO:teuthology.orchestra.run.trial161.stdout:(10/34): python3-rados-20.3.0-5291.g042df16c.el 3.2 MB/s | 325 kB 00:00 2026-02-21T20:04:11.310 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:04:11.321 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:11.322 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:11.326 INFO:teuthology.orchestra.run.trial161.stdout:(11/34): python3-rbd-20.3.0-5291.g042df16c.el9. 6.0 MB/s | 306 kB 00:00 2026-02-21T20:04:11.344 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:11.347 INFO:teuthology.orchestra.run.trial126.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:04:11.359 INFO:teuthology.orchestra.run.trial161.stdout:(12/34): python3-rgw-20.3.0-5291.g042df16c.el9. 2.0 MB/s | 100 kB 00:00 2026-02-21T20:04:11.378 INFO:teuthology.orchestra.run.trial126.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:04:11.382 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:04:11.388 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:04:11.390 INFO:teuthology.orchestra.run.trial126.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:04:11.395 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:04:11.409 INFO:teuthology.orchestra.run.trial161.stdout:(13/34): mailcap-2.1.49-5.el9.noarch.rpm 400 kB/s | 33 kB 00:00 2026-02-21T20:04:11.480 INFO:teuthology.orchestra.run.trial161.stdout:(14/34): pciutils-3.7.0-7.el9.x86_64.rpm 768 kB/s | 93 kB 00:00 2026-02-21T20:04:11.517 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:04:11.518 INFO:teuthology.orchestra.run.trial126.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:11.542 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:11.545 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:04:11.551 INFO:teuthology.orchestra.run.trial126.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:04:11.834 INFO:teuthology.orchestra.run.trial126.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:04:11.835 INFO:teuthology.orchestra.run.trial126.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:11.851 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:11.856 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:04:11.860 INFO:teuthology.orchestra.run.trial126.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:04:11.863 INFO:teuthology.orchestra.run.trial126.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:04:11.863 INFO:teuthology.orchestra.run.trial126.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:11.879 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:11.882 INFO:teuthology.orchestra.run.trial126.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:04:11.916 INFO:teuthology.orchestra.run.trial126.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:04:11.917 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:04:11.977 INFO:teuthology.orchestra.run.trial161.stdout:(15/34): boost-program-options-1.75.0-13.el9.x8 183 kB/s | 104 kB 00:00 2026-02-21T20:04:12.120 INFO:teuthology.orchestra.run.trial161.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 256 kB/s | 164 kB 00:00 2026-02-21T20:04:12.203 INFO:teuthology.orchestra.run.trial161.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 543 kB/s | 45 kB 00:00 2026-02-21T20:04:12.217 INFO:teuthology.orchestra.run.trial161.stdout:(18/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 666 kB/s | 160 kB 00:00 2026-02-21T20:04:12.614 INFO:teuthology.orchestra.run.trial161.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 736 kB/s | 292 kB 00:00 2026-02-21T20:04:12.699 INFO:teuthology.orchestra.run.trial161.stdout:[MIRROR] qatlib-25.08.0-2.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-25.08.0-2.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:04:12.966 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:12.966 INFO:teuthology.orchestra.run.trial152.stdout:skipping the directory /sys 2026-02-21T20:04:12.966 INFO:teuthology.orchestra.run.trial152.stdout:skipping the directory /proc 2026-02-21T20:04:12.966 INFO:teuthology.orchestra.run.trial152.stdout:skipping the directory /mnt 2026-02-21T20:04:12.966 INFO:teuthology.orchestra.run.trial152.stdout:skipping the directory /var/tmp 2026-02-21T20:04:12.966 INFO:teuthology.orchestra.run.trial152.stdout:skipping the directory /home 2026-02-21T20:04:12.966 INFO:teuthology.orchestra.run.trial152.stdout:skipping the directory /root 2026-02-21T20:04:12.967 INFO:teuthology.orchestra.run.trial152.stdout:skipping the directory /tmp 2026-02-21T20:04:12.967 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:12.994 INFO:teuthology.orchestra.run.trial161.stdout:(20/34): librdkafka-1.6.1-102.el9.x86_64.rpm 837 kB/s | 662 kB 00:00 2026-02-21T20:04:13.009 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:13.011 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:13.039 INFO:teuthology.orchestra.run.trial161.stdout:[MIRROR] qatlib-25.08.0-2.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-25.08.0-2.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:04:13.078 INFO:teuthology.orchestra.run.trial161.stdout:[MIRROR] qatlib-service-25.08.0-2.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-service-25.08.0-2.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:04:13.125 INFO:teuthology.orchestra.run.trial161.stdout:(21/34): qatlib-25.08.0-2.el9.x86_64.rpm 469 kB/s | 240 kB 00:00 2026-02-21T20:04:13.274 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:13.277 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:13.316 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:13.316 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:04:13.316 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:04:13.316 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:13.319 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:13.476 INFO:teuthology.orchestra.run.trial161.stdout:(22/34): qatlib-service-25.08.0-2.el9.x86_64.rp 77 kB/s | 37 kB 00:00 2026-02-21T20:04:13.556 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:13.580 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:13.580 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:13.580 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:04:13.581 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:13.581 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:13.581 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:13.582 INFO:teuthology.orchestra.run.trial152.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:13.596 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:13.596 INFO:teuthology.orchestra.run.trial152.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:13.606 INFO:teuthology.orchestra.run.trial161.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 138 kB/s | 66 kB 00:00 2026-02-21T20:04:13.650 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:13.650 INFO:teuthology.orchestra.run.trial152.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:04:13.650 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:13.701 INFO:teuthology.orchestra.run.trial161.stdout:(24/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.3 MB/s | 308 kB 00:00 2026-02-21T20:04:13.735 INFO:teuthology.orchestra.run.trial161.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 738 kB/s | 25 kB 00:00 2026-02-21T20:04:13.771 INFO:teuthology.orchestra.run.trial161.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 1.3 MB/s | 49 kB 00:00 2026-02-21T20:04:13.808 INFO:teuthology.orchestra.run.trial161.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 1.8 MB/s | 67 kB 00:00 2026-02-21T20:04:13.901 INFO:teuthology.orchestra.run.trial161.stdout:(28/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 8.8 MB/s | 838 kB 00:00 2026-02-21T20:04:13.939 INFO:teuthology.orchestra.run.trial161.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 4.9 MB/s | 191 kB 00:00 2026-02-21T20:04:13.943 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:04:13.943 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:13.943 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:04:13.944 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:04:13.945 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:04:13.946 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:04:13.951 INFO:teuthology.orchestra.run.trial161.stdout:(30/34): libarrow-9.0.0-15.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2026-02-21T20:04:14.003 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout:Upgraded: 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.004 INFO:teuthology.orchestra.run.trial152.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.005 INFO:teuthology.orchestra.run.trial152.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:14.006 INFO:teuthology.orchestra.run.trial152.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:04:14.007 INFO:teuthology.orchestra.run.trial152.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:04:14.007 INFO:teuthology.orchestra.run.trial152.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:04:14.007 INFO:teuthology.orchestra.run.trial152.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:04:14.007 INFO:teuthology.orchestra.run.trial152.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:04:14.007 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:14.007 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:04:14.015 INFO:teuthology.orchestra.run.trial161.stdout:(31/34): thrift-0.15.0-4.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2026-02-21T20:04:14.043 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-test 2026-02-21T20:04:14.354 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:19 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:04:14.436 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:04:14.437 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:14.437 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:04:14.437 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:14.437 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:04:14.437 INFO:teuthology.orchestra.run.trial152.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:04:14.437 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:04:14.437 INFO:teuthology.orchestra.run.trial152.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:04:14.438 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:14.439 INFO:teuthology.orchestra.run.trial152.stdout:Install 10 Packages 2026-02-21T20:04:14.439 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:14.440 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 82 M 2026-02-21T20:04:14.440 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 339 M 2026-02-21T20:04:14.440 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:04:15.071 INFO:teuthology.orchestra.run.trial161.stdout:(32/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 2.7 MB/s | 2.8 MB 00:01 2026-02-21T20:04:15.104 INFO:teuthology.orchestra.run.trial152.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 346 kB/s | 159 kB 00:00 2026-02-21T20:04:15.481 INFO:teuthology.orchestra.run.trial161.stdout:(33/34): librados2-20.3.0-5291.g042df16c.el9.x8 2.3 MB/s | 3.5 MB 00:01 2026-02-21T20:04:15.524 INFO:teuthology.orchestra.run.trial152.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 54 kB/s | 23 kB 00:00 2026-02-21T20:04:15.702 INFO:teuthology.orchestra.run.trial152.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 530 kB/s | 94 kB 00:00 2026-02-21T20:04:16.177 INFO:teuthology.orchestra.run.trial152.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 491 kB/s | 233 kB 00:00 2026-02-21T20:04:17.435 INFO:teuthology.orchestra.run.trial152.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 817 kB/s | 1.0 MB 00:01 2026-02-21T20:04:17.495 INFO:teuthology.orchestra.run.trial152.stdout:(6/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 754 kB/s | 2.1 MB 00:02 2026-02-21T20:04:17.731 INFO:teuthology.orchestra.run.trial152.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 270 kB/s | 64 kB 00:00 2026-02-21T20:04:17.892 INFO:teuthology.orchestra.run.trial152.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 756 kB/s | 122 kB 00:00 2026-02-21T20:04:17.905 INFO:teuthology.orchestra.run.trial152.stdout:(9/10): socat-1.7.4.1-8.el9.x86_64.rpm 645 kB/s | 303 kB 00:00 2026-02-21T20:04:17.958 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:17.958 INFO:teuthology.orchestra.run.trial126.stdout:skipping the directory /sys 2026-02-21T20:04:17.958 INFO:teuthology.orchestra.run.trial126.stdout:skipping the directory /proc 2026-02-21T20:04:17.959 INFO:teuthology.orchestra.run.trial126.stdout:skipping the directory /mnt 2026-02-21T20:04:17.959 INFO:teuthology.orchestra.run.trial126.stdout:skipping the directory /var/tmp 2026-02-21T20:04:17.959 INFO:teuthology.orchestra.run.trial126.stdout:skipping the directory /home 2026-02-21T20:04:17.959 INFO:teuthology.orchestra.run.trial126.stdout:skipping the directory /root 2026-02-21T20:04:17.959 INFO:teuthology.orchestra.run.trial126.stdout:skipping the directory /tmp 2026-02-21T20:04:17.959 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:18.536 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:18.559 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:18.559 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:18.559 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:04:18.560 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:18.560 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:18.560 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:18.561 INFO:teuthology.orchestra.run.trial126.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:18.574 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:18.574 INFO:teuthology.orchestra.run.trial126.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:18.628 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:18.628 INFO:teuthology.orchestra.run.trial126.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:04:18.628 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:18.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:04:18.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:18.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:18.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:18.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:04:18.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:04:18.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:04:18.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:04:18.925 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:04:18.926 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:18.926 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:04:18.926 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:04:18.983 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:18.983 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:18.983 INFO:teuthology.orchestra.run.trial126.stdout:Upgraded: 2026-02-21T20:04:18.983 INFO:teuthology.orchestra.run.trial126.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.983 INFO:teuthology.orchestra.run.trial126.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.984 INFO:teuthology.orchestra.run.trial126.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.985 INFO:teuthology.orchestra.run.trial126.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:18.986 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:04:19.025 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-test 2026-02-21T20:04:19.334 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:00:26 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:04:19.417 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:04:19.418 INFO:teuthology.orchestra.run.trial126.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout:Install 10 Packages 2026-02-21T20:04:19.419 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:04:19.420 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 82 M 2026-02-21T20:04:19.420 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 339 M 2026-02-21T20:04:19.420 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:04:20.377 INFO:teuthology.orchestra.run.trial126.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 221 kB/s | 159 kB 00:00 2026-02-21T20:04:20.858 INFO:teuthology.orchestra.run.trial126.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 47 kB/s | 23 kB 00:00 2026-02-21T20:04:21.173 INFO:teuthology.orchestra.run.trial126.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 298 kB/s | 94 kB 00:00 2026-02-21T20:04:21.327 INFO:teuthology.orchestra.run.trial126.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 1.5 MB/s | 233 kB 00:00 2026-02-21T20:04:21.416 INFO:teuthology.orchestra.run.trial126.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 11 MB/s | 1.0 MB 00:00 2026-02-21T20:04:21.445 INFO:teuthology.orchestra.run.trial126.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 9.9 MB/s | 303 kB 00:00 2026-02-21T20:04:21.473 INFO:teuthology.orchestra.run.trial126.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.3 MB/s | 64 kB 00:00 2026-02-21T20:04:21.519 INFO:teuthology.orchestra.run.trial126.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 2.6 MB/s | 122 kB 00:00 2026-02-21T20:04:21.850 INFO:teuthology.orchestra.run.trial161.stdout:(34/34): ceph-common-20.3.0-5291.g042df16c.el9. 1.7 MB/s | 24 MB 00:13 2026-02-21T20:04:21.853 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:21.853 INFO:teuthology.orchestra.run.trial161.stdout:Total 4.7 MB/s | 67 MB 00:14 2026-02-21T20:04:21.935 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:04:21.953 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:04:21.953 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:04:22.199 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:04:22.199 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:04:22.514 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:04:22.633 INFO:teuthology.orchestra.run.trial126.stdout:(9/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 722 kB/s | 2.1 MB 00:02 2026-02-21T20:04:22.665 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:04:22.669 INFO:teuthology.orchestra.run.trial161.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:22.695 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:22.733 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:22.734 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:22.744 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:22.752 INFO:teuthology.orchestra.run.trial161.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:04:22.754 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:04:22.758 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:04:22.762 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:04:22.773 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:04:22.785 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:22.786 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:22.810 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:22.814 INFO:teuthology.orchestra.run.trial161.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:04:22.848 INFO:teuthology.orchestra.run.trial161.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:04:22.852 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:04:22.859 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:04:22.862 INFO:teuthology.orchestra.run.trial161.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:04:22.866 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:04:22.987 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:04:22.989 INFO:teuthology.orchestra.run.trial161.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:23.014 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:23.016 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:04:23.023 INFO:teuthology.orchestra.run.trial161.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:04:23.305 INFO:teuthology.orchestra.run.trial161.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:04:23.306 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:23.321 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:23.325 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:04:23.330 INFO:teuthology.orchestra.run.trial161.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:04:23.332 INFO:teuthology.orchestra.run.trial161.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:04:23.333 INFO:teuthology.orchestra.run.trial161.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:23.349 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:23.352 INFO:teuthology.orchestra.run.trial161.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:04:23.387 INFO:teuthology.orchestra.run.trial161.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:04:23.389 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:04:24.488 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:24.490 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:24.749 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:24.752 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:24.793 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:24.793 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:04:24.793 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:04:24.793 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:24.796 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:29.291 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /sys 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /proc 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /mnt 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /var/tmp 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /home 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /root 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /tmp 2026-02-21T20:04:29.292 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:29.869 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:29.891 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:29.891 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:29.891 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:04:29.891 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:29.891 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:29.891 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:29.893 INFO:teuthology.orchestra.run.trial161.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:29.905 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:29.905 INFO:teuthology.orchestra.run.trial161.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:29.959 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:29.960 INFO:teuthology.orchestra.run.trial161.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:04:29.960 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:04:30.257 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:04:30.258 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:04:30.259 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout:Upgraded: 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.318 INFO:teuthology.orchestra.run.trial161.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:04:30.319 INFO:teuthology.orchestra.run.trial161.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:30.320 INFO:teuthology.orchestra.run.trial161.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:04:30.321 INFO:teuthology.orchestra.run.trial161.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:04:30.321 INFO:teuthology.orchestra.run.trial161.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:04:30.321 INFO:teuthology.orchestra.run.trial161.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:04:30.321 INFO:teuthology.orchestra.run.trial161.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:04:30.321 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:30.321 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:04:30.357 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-test 2026-02-21T20:04:30.664 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:24 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:04:30.746 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:04:30.746 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:30.746 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:04:30.746 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:30.746 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:04:30.747 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:30.748 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:04:30.748 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:30.748 INFO:teuthology.orchestra.run.trial161.stdout:Install 10 Packages 2026-02-21T20:04:30.748 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:30.748 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 82 M 2026-02-21T20:04:30.749 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 339 M 2026-02-21T20:04:30.749 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:04:31.157 INFO:teuthology.orchestra.run.trial152.stdout:(10/10): ceph-test-20.3.0-5291.g042df16c.el9.x8 4.7 MB/s | 78 MB 00:16 2026-02-21T20:04:31.159 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:31.159 INFO:teuthology.orchestra.run.trial152.stdout:Total 4.9 MB/s | 82 MB 00:16 2026-02-21T20:04:31.222 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:04:31.233 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:04:31.233 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:04:31.516 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:04:31.516 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:04:31.539 INFO:teuthology.orchestra.run.trial161.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 583 kB/s | 159 kB 00:00 2026-02-21T20:04:31.823 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:04:31.831 INFO:teuthology.orchestra.run.trial152.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:04:31.840 INFO:teuthology.orchestra.run.trial152.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:04:31.845 INFO:teuthology.orchestra.run.trial152.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:04:31.849 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:04:31.855 INFO:teuthology.orchestra.run.trial152.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:04:31.857 INFO:teuthology.orchestra.run.trial152.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:04:31.866 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:04:31.874 INFO:teuthology.orchestra.run.trial152.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:04:31.875 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:31.966 INFO:teuthology.orchestra.run.trial161.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 53 kB/s | 23 kB 00:00 2026-02-21T20:04:32.188 INFO:teuthology.orchestra.run.trial161.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 425 kB/s | 94 kB 00:00 2026-02-21T20:04:32.523 INFO:teuthology.orchestra.run.trial161.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 696 kB/s | 233 kB 00:00 2026-02-21T20:04:33.720 INFO:teuthology.orchestra.run.trial161.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 859 kB/s | 1.0 MB 00:01 2026-02-21T20:04:34.134 INFO:teuthology.orchestra.run.trial161.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 733 kB/s | 303 kB 00:00 2026-02-21T20:04:34.233 INFO:teuthology.orchestra.run.trial161.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 641 kB/s | 64 kB 00:00 2026-02-21T20:04:34.791 INFO:teuthology.orchestra.run.trial161.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 219 kB/s | 122 kB 00:00 2026-02-21T20:04:35.132 INFO:teuthology.orchestra.run.trial161.stdout:(9/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 556 kB/s | 2.1 MB 00:03 2026-02-21T20:04:35.435 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:35.453 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:35.794 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:35.794 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:04:35.794 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:04:35.794 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:04:35.794 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:04:35.795 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:04:35.795 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:04:35.795 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:04:35.795 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:04:35.795 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:04:35.848 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:04:35.848 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:35.848 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:04:35.849 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:35.850 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:04:35.886 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph 2026-02-21T20:04:36.190 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:41 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:04:36.273 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:04:36.275 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:04:36.276 INFO:teuthology.orchestra.run.trial152.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-collections 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:04:36.277 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:04:36.278 INFO:teuthology.orchestra.run.trial152.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:04:36.279 INFO:teuthology.orchestra.run.trial152.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:04:36.279 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:36.279 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:04:36.279 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:36.279 INFO:teuthology.orchestra.run.trial152.stdout:Install 41 Packages 2026-02-21T20:04:36.279 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:36.280 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 48 M 2026-02-21T20:04:36.280 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 167 M 2026-02-21T20:04:36.280 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:04:37.221 INFO:teuthology.orchestra.run.trial152.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 31 kB/s | 6.5 kB 00:00 2026-02-21T20:04:37.949 INFO:teuthology.orchestra.run.trial152.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 997 kB/s | 936 kB 00:00 2026-02-21T20:04:38.070 INFO:teuthology.orchestra.run.trial152.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 1.3 MB/s | 166 kB 00:00 2026-02-21T20:04:38.654 INFO:teuthology.orchestra.run.trial152.stdout:(4/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 1.4 MB/s | 2.4 MB 00:01 2026-02-21T20:04:40.104 INFO:teuthology.orchestra.run.trial152.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 1.7 MB/s | 5.0 MB 00:02 2026-02-21T20:04:40.309 INFO:teuthology.orchestra.run.trial152.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 1.4 MB/s | 297 kB 00:00 2026-02-21T20:04:40.358 INFO:teuthology.orchestra.run.trial152.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 827 kB/s | 40 kB 00:00 2026-02-21T20:04:40.380 INFO:teuthology.orchestra.run.trial152.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 3.3 MB/s | 72 kB 00:00 2026-02-21T20:04:40.406 INFO:teuthology.orchestra.run.trial152.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 9.4 MB/s | 253 kB 00:00 2026-02-21T20:04:40.446 INFO:teuthology.orchestra.run.trial152.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 31 MB/s | 1.2 MB 00:00 2026-02-21T20:04:40.469 INFO:teuthology.orchestra.run.trial152.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 4.6 MB/s | 106 kB 00:00 2026-02-21T20:04:40.490 INFO:teuthology.orchestra.run.trial152.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 6.3 MB/s | 135 kB 00:00 2026-02-21T20:04:40.510 INFO:teuthology.orchestra.run.trial152.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 6.0 MB/s | 126 kB 00:00 2026-02-21T20:04:40.540 INFO:teuthology.orchestra.run.trial152.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 7.3 MB/s | 218 kB 00:00 2026-02-21T20:04:40.569 INFO:teuthology.orchestra.run.trial152.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 6.1 MB/s | 182 kB 00:00 2026-02-21T20:04:40.598 INFO:teuthology.orchestra.run.trial152.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 9.1 MB/s | 266 kB 00:00 2026-02-21T20:04:40.619 INFO:teuthology.orchestra.run.trial152.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 11 MB/s | 246 kB 00:00 2026-02-21T20:04:40.639 INFO:teuthology.orchestra.run.trial152.stdout:(18/41): lua-5.4.4-4.el9.x86_64.rpm 9.2 MB/s | 188 kB 00:00 2026-02-21T20:04:40.667 INFO:teuthology.orchestra.run.trial152.stdout:(19/41): python3-libstoragemgmt-1.10.1-1.el9.x8 6.2 MB/s | 177 kB 00:00 2026-02-21T20:04:40.691 INFO:teuthology.orchestra.run.trial152.stdout:(20/41): python3-packaging-20.9-5.el9.noarch.rp 3.2 MB/s | 77 kB 00:00 2026-02-21T20:04:40.716 INFO:teuthology.orchestra.run.trial152.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 1.6 MB/s | 42 kB 00:00 2026-02-21T20:04:40.958 INFO:teuthology.orchestra.run.trial152.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 92 kB/s | 22 kB 00:00 2026-02-21T20:04:41.102 INFO:teuthology.orchestra.run.trial152.stdout:(23/41): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2026-02-21T20:04:41.132 INFO:teuthology.orchestra.run.trial152.stdout:(24/41): python3-autocommand-2.2.2-8.el9.noarch 1.0 MB/s | 29 kB 00:00 2026-02-21T20:04:41.161 INFO:teuthology.orchestra.run.trial152.stdout:(25/41): python3-backports-tarfile-1.2.0-1.el9. 2.0 MB/s | 60 kB 00:00 2026-02-21T20:04:41.190 INFO:teuthology.orchestra.run.trial152.stdout:(26/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.5 MB/s | 43 kB 00:00 2026-02-21T20:04:41.248 INFO:teuthology.orchestra.run.trial152.stdout:(27/41): python3-cheroot-10.0.1-4.el9.noarch.rp 2.9 MB/s | 173 kB 00:00 2026-02-21T20:04:41.329 INFO:teuthology.orchestra.run.trial152.stdout:(28/41): ceph-osd-crimson-20.3.0-5291.g042df16c 7.1 MB/s | 19 MB 00:02 2026-02-21T20:04:41.330 INFO:teuthology.orchestra.run.trial152.stdout:(29/41): python3-cherrypy-18.6.1-2.el9.noarch.r 4.3 MB/s | 358 kB 00:00 2026-02-21T20:04:41.359 INFO:teuthology.orchestra.run.trial152.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 612 kB/s | 18 kB 00:00 2026-02-21T20:04:41.388 INFO:teuthology.orchestra.run.trial152.stdout:(31/41): python3-jaraco-collections-3.0.0-8.el9 803 kB/s | 23 kB 00:00 2026-02-21T20:04:41.393 INFO:teuthology.orchestra.run.trial152.stdout:(32/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 167 kB/s | 11 kB 00:00 2026-02-21T20:04:41.417 INFO:teuthology.orchestra.run.trial152.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 678 kB/s | 20 kB 00:00 2026-02-21T20:04:41.426 INFO:teuthology.orchestra.run.trial152.stdout:(34/41): python3-jaraco-functools-3.5.0-2.el9.n 594 kB/s | 19 kB 00:00 2026-02-21T20:04:41.446 INFO:teuthology.orchestra.run.trial152.stdout:(35/41): python3-jaraco-text-4.0.0-2.el9.noarch 908 kB/s | 26 kB 00:00 2026-02-21T20:04:41.477 INFO:teuthology.orchestra.run.trial152.stdout:(36/41): python3-portend-3.1.0-2.el9.noarch.rpm 540 kB/s | 16 kB 00:00 2026-02-21T20:04:41.506 INFO:teuthology.orchestra.run.trial152.stdout:(37/41): python3-more-itertools-8.12.0-2.el9.no 991 kB/s | 79 kB 00:00 2026-02-21T20:04:41.507 INFO:teuthology.orchestra.run.trial152.stdout:(38/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.9 MB/s | 90 kB 00:00 2026-02-21T20:04:41.536 INFO:teuthology.orchestra.run.trial152.stdout:(39/41): python3-zc-lockfile-2.0-10.el9.noarch. 695 kB/s | 20 kB 00:00 2026-02-21T20:04:41.539 INFO:teuthology.orchestra.run.trial152.stdout:(40/41): python3-tempora-5.0.0-2.el9.noarch.rpm 1.1 MB/s | 36 kB 00:00 2026-02-21T20:04:42.071 INFO:teuthology.orchestra.run.trial152.stdout:(41/41): ceph-osd-classic-20.3.0-5291.g042df16c 3.9 MB/s | 16 MB 00:04 2026-02-21T20:04:42.073 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:42.074 INFO:teuthology.orchestra.run.trial152.stdout:Total 8.3 MB/s | 48 MB 00:05 2026-02-21T20:04:42.200 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:04:42.218 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:04:42.219 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:04:42.414 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:04:42.415 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:04:42.651 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:04:42.653 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:04:42.657 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:04:42.662 INFO:teuthology.orchestra.run.trial152.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:04:42.664 INFO:teuthology.orchestra.run.trial152.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:04:42.670 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:04:42.694 INFO:teuthology.orchestra.run.trial152.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:04:42.697 INFO:teuthology.orchestra.run.trial152.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:04:42.702 INFO:teuthology.orchestra.run.trial152.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:04:42.707 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:04:42.713 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:04:42.717 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:04:42.723 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:04:42.728 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:04:42.731 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:04:42.737 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:04:42.741 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:04:42.748 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:04:42.751 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:04:42.761 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:04:42.784 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:04:42.797 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:04:42.804 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:04:42.817 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:04:42.833 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:04:42.909 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:04:42.917 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:04:42.941 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:04:42.971 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:04:42.976 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:04:43.028 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:04:43.070 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:04:43.071 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:04:43.095 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:04:43.095 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:43.095 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:04:43.096 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:04:43.096 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:04:43.096 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:43.100 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:04:43.115 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:04:43.115 INFO:teuthology.orchestra.run.trial152.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:04:43.116 INFO:teuthology.orchestra.run.trial152.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:04:43.116 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:43.123 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:04:43.146 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:04:43.146 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:04:43.147 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:43.779 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:04:44.539 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:04:44.549 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:04:44.550 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:04:44.575 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:04:44.575 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:44.575 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:04:44.575 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:04:44.576 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:04:44.576 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:44.787 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:04:44.808 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:04:44.808 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:44.808 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:04:44.808 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:04:44.808 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:04:44.809 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:44.902 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:04:44.923 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:04:44.924 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:44.924 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:04:44.924 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:04:44.924 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:04:44.924 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:44.925 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:04:44.932 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:04:44.955 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:04:45.341 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:04:45.342 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:04:45.343 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:04:45.344 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:04:45.344 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:04:45.344 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:04:45.344 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:04:45.344 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:04:45.344 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:04:45.396 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:45.397 INFO:teuthology.orchestra.run.trial152.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:04:45.398 INFO:teuthology.orchestra.run.trial152.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:04:45.399 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:45.400 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:04:45.435 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-base 2026-02-21T20:04:45.750 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:04:45.814 INFO:teuthology.orchestra.run.trial152.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:45.831 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:04:45.832 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:04:45.832 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:04:45.853 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install cephadm 2026-02-21T20:04:46.160 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:04:46.241 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:04:46.242 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:46.242 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:04:46.242 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:46.242 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:04:46.242 INFO:teuthology.orchestra.run.trial152.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout:Install 1 Package 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 1.0 M 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 1.0 M 2026-02-21T20:04:46.243 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:04:47.100 INFO:teuthology.orchestra.run.trial152.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 1.2 MB/s | 1.0 MB 00:00 2026-02-21T20:04:47.100 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:47.100 INFO:teuthology.orchestra.run.trial152.stdout:Total 1.2 MB/s | 1.0 MB 00:00 2026-02-21T20:04:47.101 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:04:47.103 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:04:47.103 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:04:47.107 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:04:47.107 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:04:47.126 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:04:47.192 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:47.206 INFO:teuthology.orchestra.run.trial152.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:47.273 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:47.327 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:47.328 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:47.328 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:04:47.328 INFO:teuthology.orchestra.run.trial152.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:47.328 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:47.328 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:04:47.356 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:04:47.674 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:04:47.756 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:47.756 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repo Size 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:Install 1 Package 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 147 k 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 419 k 2026-02-21T20:04:47.757 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:04:48.226 INFO:teuthology.orchestra.run.trial152.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 314 kB/s | 147 kB 00:00 2026-02-21T20:04:48.227 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:48.227 INFO:teuthology.orchestra.run.trial152.stdout:Total 313 kB/s | 147 kB 00:00 2026-02-21T20:04:48.227 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:04:48.232 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:04:48.232 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:04:48.258 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:04:48.259 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:04:48.310 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:04:48.311 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:48.333 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:48.333 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:48.333 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:04:48.333 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:48.637 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:48.637 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:48.637 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:04:48.638 INFO:teuthology.orchestra.run.trial152.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:48.638 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:48.638 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:04:48.664 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-mgr 2026-02-21T20:04:48.976 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:04:49.039 INFO:teuthology.orchestra.run.trial152.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:49.057 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:04:49.057 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:04:49.058 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:04:49.078 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:04:49.387 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:04:49.470 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:04:49.470 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:49.470 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:04:49.470 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:04:49.471 INFO:teuthology.orchestra.run.trial152.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout:Install 13 Packages 2026-02-21T20:04:49.472 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:04:49.473 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 55 M 2026-02-21T20:04:49.473 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 262 M 2026-02-21T20:04:49.473 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:04:50.029 INFO:teuthology.orchestra.run.trial152.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 59 kB/s | 17 kB 00:00 2026-02-21T20:04:50.074 INFO:teuthology.orchestra.run.trial152.stdout:(2/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 1.0 MB/s | 48 kB 00:00 2026-02-21T20:04:50.083 INFO:teuthology.orchestra.run.trial152.stdout:(3/13): ceph-grafana-dashboards-20.3.0-5291.g04 164 kB/s | 57 kB 00:00 2026-02-21T20:04:50.105 INFO:teuthology.orchestra.run.trial152.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 8.5 MB/s | 267 kB 00:00 2026-02-21T20:04:50.261 INFO:teuthology.orchestra.run.trial152.stdout:(5/13): protobuf-compiler-3.14.0-17.el9.x86_64. 4.7 MB/s | 862 kB 00:00 2026-02-21T20:04:50.586 INFO:teuthology.orchestra.run.trial152.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 60 kB/s | 19 kB 00:00 2026-02-21T20:04:50.767 INFO:teuthology.orchestra.run.trial152.stdout:(7/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 834 kB/s | 551 kB 00:00 2026-02-21T20:04:50.942 INFO:teuthology.orchestra.run.trial152.stdout:(8/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 5.7 MB/s | 2.0 MB 00:00 2026-02-21T20:04:50.945 INFO:teuthology.orchestra.run.trial152.stdout:(9/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 811 kB/s | 144 kB 00:00 2026-02-21T20:04:51.020 INFO:teuthology.orchestra.run.trial152.stdout:(10/13): python3-repoze-lru-0.7-16.el9.noarch.r 392 kB/s | 31 kB 00:00 2026-02-21T20:04:51.026 INFO:teuthology.orchestra.run.trial152.stdout:(11/13): python3-routes-2.5.1-5.el9.noarch.rpm 2.3 MB/s | 188 kB 00:00 2026-02-21T20:04:51.099 INFO:teuthology.orchestra.run.trial152.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 283 kB/s | 22 kB 00:00 2026-02-21T20:04:52.580 INFO:teuthology.orchestra.run.trial161.stdout:(10/10): ceph-test-20.3.0-5291.g042df16c.el9.x8 3.7 MB/s | 78 MB 00:21 2026-02-21T20:04:52.583 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:52.583 INFO:teuthology.orchestra.run.trial161.stdout:Total 3.8 MB/s | 82 MB 00:21 2026-02-21T20:04:52.642 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:04:52.652 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:04:52.652 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:04:52.935 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:04:52.935 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:04:53.241 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:04:53.251 INFO:teuthology.orchestra.run.trial161.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:04:53.260 INFO:teuthology.orchestra.run.trial161.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:04:53.265 INFO:teuthology.orchestra.run.trial161.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:04:53.270 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:04:53.276 INFO:teuthology.orchestra.run.trial161.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:04:53.278 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:04:53.287 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:04:53.295 INFO:teuthology.orchestra.run.trial161.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:04:53.296 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:56.734 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:56.752 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:57.103 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:57.103 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:04:57.103 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:04:57.103 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:04:57.103 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:04:57.103 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:04:57.104 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:04:57.104 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:04:57.104 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:04:57.104 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:04:57.157 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:04:57.157 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:57.157 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:04:57.158 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:57.159 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:04:57.194 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph 2026-02-21T20:04:57.496 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:04:57.579 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:04:57.580 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:57.580 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:04:57.580 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:57.580 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:04:57.580 INFO:teuthology.orchestra.run.trial161.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:04:57.580 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:04:57.580 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:04:57.581 INFO:teuthology.orchestra.run.trial161.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-collections 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:04:57.582 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:04:57.583 INFO:teuthology.orchestra.run.trial161.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout:Install 41 Packages 2026-02-21T20:04:57.584 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:04:57.585 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 48 M 2026-02-21T20:04:57.585 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 167 M 2026-02-21T20:04:57.585 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:04:58.358 INFO:teuthology.orchestra.run.trial161.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 28 kB/s | 6.5 kB 00:00 2026-02-21T20:04:58.705 INFO:teuthology.orchestra.run.trial161.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 1.6 MB/s | 936 kB 00:00 2026-02-21T20:04:58.774 INFO:teuthology.orchestra.run.trial161.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 2.3 MB/s | 166 kB 00:00 2026-02-21T20:04:59.032 INFO:teuthology.orchestra.run.trial152.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 5.4 MB/s | 51 MB 00:09 2026-02-21T20:04:59.036 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:59.036 INFO:teuthology.orchestra.run.trial152.stdout:Total 5.7 MB/s | 55 MB 00:09 2026-02-21T20:04:59.062 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:04:59.072 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:04:59.072 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:04:59.285 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:04:59.285 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:04:59.514 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:04:59.519 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:04:59.530 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:04:59.533 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:04:59.560 INFO:teuthology.orchestra.run.trial152.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:04:59.603 INFO:teuthology.orchestra.run.trial152.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:04:59.611 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:04:59.639 INFO:teuthology.orchestra.run.trial152.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:04:59.649 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:04:59.656 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:04:59.659 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:04:59.668 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:05:00.028 INFO:teuthology.orchestra.run.trial161.stdout:(4/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 1.2 MB/s | 2.4 MB 00:01 2026-02-21T20:05:00.258 INFO:teuthology.orchestra.run.trial161.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 2.6 MB/s | 5.0 MB 00:01 2026-02-21T20:05:00.776 INFO:teuthology.orchestra.run.trial161.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 575 kB/s | 297 kB 00:00 2026-02-21T20:05:01.025 INFO:teuthology.orchestra.run.trial161.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 162 kB/s | 40 kB 00:00 2026-02-21T20:05:01.261 INFO:teuthology.orchestra.run.trial161.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 305 kB/s | 72 kB 00:00 2026-02-21T20:05:01.712 INFO:teuthology.orchestra.run.trial126.stdout:(10/10): ceph-test-20.3.0-5291.g042df16c.el9.x8 1.9 MB/s | 78 MB 00:42 2026-02-21T20:05:01.714 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:01.714 INFO:teuthology.orchestra.run.trial126.stdout:Total 1.9 MB/s | 82 MB 00:42 2026-02-21T20:05:01.721 INFO:teuthology.orchestra.run.trial161.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 551 kB/s | 253 kB 00:00 2026-02-21T20:05:01.773 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:01.785 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:01.785 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:02.071 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:02.071 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:02.381 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:02.390 INFO:teuthology.orchestra.run.trial126.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:05:02.398 INFO:teuthology.orchestra.run.trial126.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:05:02.403 INFO:teuthology.orchestra.run.trial126.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:05:02.407 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:05:02.413 INFO:teuthology.orchestra.run.trial126.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:05:02.415 INFO:teuthology.orchestra.run.trial126.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:05:02.425 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:05:02.433 INFO:teuthology.orchestra.run.trial126.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:05:02.434 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:05:02.659 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:05:02.665 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:02.949 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:02.949 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:05:02.950 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:05:03.004 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:05:03.004 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:05:03.005 INFO:teuthology.orchestra.run.trial152.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:05:03.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:05:03.006 INFO:teuthology.orchestra.run.trial152.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:05:03.006 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:03.006 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:03.042 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:05:03.174 INFO:teuthology.orchestra.run.trial161.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 878 kB/s | 1.2 MB 00:01 2026-02-21T20:05:03.353 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:03.436 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:03.436 INFO:teuthology.orchestra.run.trial152.stdout:======================================================================================= 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout:======================================================================================= 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:05:03.437 INFO:teuthology.orchestra.run.trial152.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout:======================================================================================= 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout:Install 12 Packages 2026-02-21T20:05:03.438 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:03.439 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 43 M 2026-02-21T20:05:03.439 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 234 M 2026-02-21T20:05:03.439 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:03.452 INFO:teuthology.orchestra.run.trial161.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 383 kB/s | 106 kB 00:00 2026-02-21T20:05:03.536 INFO:teuthology.orchestra.run.trial161.stdout:(12/41): ceph-osd-classic-20.3.0-5291.g042df16c 3.3 MB/s | 16 MB 00:04 2026-02-21T20:05:03.601 INFO:teuthology.orchestra.run.trial152.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 9.9 MB/s | 184 kB 00:00 2026-02-21T20:05:03.609 INFO:teuthology.orchestra.run.trial152.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 30 MB/s | 794 kB 00:00 2026-02-21T20:05:03.632 INFO:teuthology.orchestra.run.trial152.stdout:(3/12): flexiblas-3.0.4-9.el9.x86_64.rpm 986 kB/s | 30 kB 00:00 2026-02-21T20:05:03.641 INFO:teuthology.orchestra.run.trial152.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.6 MB/s | 15 kB 00:00 2026-02-21T20:05:03.652 INFO:teuthology.orchestra.run.trial152.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 3.7 MB/s | 42 kB 00:00 2026-02-21T20:05:03.690 INFO:teuthology.orchestra.run.trial152.stdout:(6/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 37 MB/s | 3.0 MB 00:00 2026-02-21T20:05:03.703 INFO:teuthology.orchestra.run.trial152.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 19 MB/s | 244 kB 00:00 2026-02-21T20:05:03.715 INFO:teuthology.orchestra.run.trial152.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 84 MB/s | 5.3 MB 00:00 2026-02-21T20:05:03.734 INFO:teuthology.orchestra.run.trial152.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 23 MB/s | 442 kB 00:00 2026-02-21T20:05:03.755 INFO:teuthology.orchestra.run.trial152.stdout:(10/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 117 MB/s | 6.1 MB 00:00 2026-02-21T20:05:03.783 INFO:teuthology.orchestra.run.trial161.stdout:(13/41): python3-pycparser-2.20-6.el9.noarch.rp 409 kB/s | 135 kB 00:00 2026-02-21T20:05:03.835 INFO:teuthology.orchestra.run.trial152.stdout:(11/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 191 MB/s | 19 MB 00:00 2026-02-21T20:05:03.858 INFO:teuthology.orchestra.run.trial161.stdout:(14/41): python3-requests-2.25.1-10.el9.noarch. 393 kB/s | 126 kB 00:00 2026-02-21T20:05:04.197 INFO:teuthology.orchestra.run.trial161.stdout:(15/41): python3-urllib3-1.26.5-7.el9.noarch.rp 527 kB/s | 218 kB 00:00 2026-02-21T20:05:04.232 INFO:teuthology.orchestra.run.trial161.stdout:(16/41): unzip-6.0-59.el9.x86_64.rpm 486 kB/s | 182 kB 00:00 2026-02-21T20:05:04.655 INFO:teuthology.orchestra.run.trial161.stdout:(17/41): zip-3.0-35.el9.x86_64.rpm 581 kB/s | 266 kB 00:00 2026-02-21T20:05:04.980 INFO:teuthology.orchestra.run.trial161.stdout:(18/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 330 kB/s | 246 kB 00:00 2026-02-21T20:05:05.234 INFO:teuthology.orchestra.run.trial161.stdout:(19/41): python3-libstoragemgmt-1.10.1-1.el9.x8 696 kB/s | 177 kB 00:00 2026-02-21T20:05:05.311 INFO:teuthology.orchestra.run.trial161.stdout:(20/41): lua-5.4.4-4.el9.x86_64.rpm 287 kB/s | 188 kB 00:00 2026-02-21T20:05:05.411 INFO:teuthology.orchestra.run.trial161.stdout:(21/41): python3-packaging-20.9-5.el9.noarch.rp 438 kB/s | 77 kB 00:00 2026-02-21T20:05:05.411 INFO:teuthology.orchestra.run.trial161.stdout:(22/41): python3-toml-0.10.2-6.el9.noarch.rpm 417 kB/s | 42 kB 00:00 2026-02-21T20:05:05.454 INFO:teuthology.orchestra.run.trial161.stdout:(23/41): lua-devel-5.4.4-4.el9.x86_64.rpm 516 kB/s | 22 kB 00:00 2026-02-21T20:05:05.456 INFO:teuthology.orchestra.run.trial161.stdout:(24/41): luarocks-3.9.2-5.el9.noarch.rpm 3.3 MB/s | 151 kB 00:00 2026-02-21T20:05:05.465 INFO:teuthology.orchestra.run.trial161.stdout:(25/41): python3-backports-tarfile-1.2.0-1.el9. 6.9 MB/s | 60 kB 00:00 2026-02-21T20:05:05.472 INFO:teuthology.orchestra.run.trial161.stdout:(26/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 5.9 MB/s | 43 kB 00:00 2026-02-21T20:05:05.474 INFO:teuthology.orchestra.run.trial161.stdout:(27/41): python3-autocommand-2.2.2-8.el9.noarch 1.4 MB/s | 29 kB 00:00 2026-02-21T20:05:05.485 INFO:teuthology.orchestra.run.trial161.stdout:(28/41): python3-cheroot-10.0.1-4.el9.noarch.rp 13 MB/s | 173 kB 00:00 2026-02-21T20:05:05.492 INFO:teuthology.orchestra.run.trial161.stdout:(29/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.5 MB/s | 11 kB 00:00 2026-02-21T20:05:05.499 INFO:teuthology.orchestra.run.trial161.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 2.5 MB/s | 18 kB 00:00 2026-02-21T20:05:05.502 INFO:teuthology.orchestra.run.trial161.stdout:(31/41): python3-cherrypy-18.6.1-2.el9.noarch.r 13 MB/s | 358 kB 00:00 2026-02-21T20:05:05.506 INFO:teuthology.orchestra.run.trial161.stdout:(32/41): python3-jaraco-collections-3.0.0-8.el9 3.3 MB/s | 23 kB 00:00 2026-02-21T20:05:05.510 INFO:teuthology.orchestra.run.trial161.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 2.4 MB/s | 20 kB 00:00 2026-02-21T20:05:05.513 INFO:teuthology.orchestra.run.trial161.stdout:(34/41): python3-jaraco-functools-3.5.0-2.el9.n 2.8 MB/s | 19 kB 00:00 2026-02-21T20:05:05.518 INFO:teuthology.orchestra.run.trial161.stdout:(35/41): python3-jaraco-text-4.0.0-2.el9.noarch 3.3 MB/s | 26 kB 00:00 2026-02-21T20:05:05.521 INFO:teuthology.orchestra.run.trial161.stdout:(36/41): python3-more-itertools-8.12.0-2.el9.no 10 MB/s | 79 kB 00:00 2026-02-21T20:05:05.525 INFO:teuthology.orchestra.run.trial152.stdout:(12/12): ceph-mgr-diskprediction-local-20.3.0-5 3.8 MB/s | 7.4 MB 00:01 2026-02-21T20:05:05.526 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:05.526 INFO:teuthology.orchestra.run.trial152.stdout:Total 20 MB/s | 43 MB 00:02 2026-02-21T20:05:05.526 INFO:teuthology.orchestra.run.trial161.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 2.1 MB/s | 16 kB 00:00 2026-02-21T20:05:05.528 INFO:teuthology.orchestra.run.trial161.stdout:(38/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 12 MB/s | 90 kB 00:00 2026-02-21T20:05:05.534 INFO:teuthology.orchestra.run.trial161.stdout:(39/41): python3-tempora-5.0.0-2.el9.noarch.rpm 4.3 MB/s | 36 kB 00:00 2026-02-21T20:05:05.536 INFO:teuthology.orchestra.run.trial161.stdout:(40/41): python3-zc-lockfile-2.0-10.el9.noarch. 2.6 MB/s | 20 kB 00:00 2026-02-21T20:05:05.686 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:05.699 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:05.699 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:05.877 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:05:05.896 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:05:05.901 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:05.901 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:06.118 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:06.120 INFO:teuthology.orchestra.run.trial152.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:05:06.126 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:06.159 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:06.164 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:05:06.223 INFO:teuthology.orchestra.run.trial152.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:05:06.225 INFO:teuthology.orchestra.run.trial152.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:05:06.229 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:05:06.229 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:05:06.229 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:05:06.229 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:05:06.229 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:05:06.229 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:05:06.230 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:05:06.230 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:05:06.230 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:05:06.230 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:05:06.247 INFO:teuthology.orchestra.run.trial152.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:05:06.282 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:05:06.282 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:06.282 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:06.282 INFO:teuthology.orchestra.run.trial126.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:06.282 INFO:teuthology.orchestra.run.trial126.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:05:06.282 INFO:teuthology.orchestra.run.trial126.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:06.283 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:06.320 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph 2026-02-21T20:05:06.565 INFO:teuthology.orchestra.run.trial152.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:05:06.627 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:13 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:06.637 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:05:06.710 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:06.711 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:06.711 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:05:06.711 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:06.711 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:06.711 INFO:teuthology.orchestra.run.trial126.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:05:06.711 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:05:06.712 INFO:teuthology.orchestra.run.trial126.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-collections 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:05:06.713 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:05:06.714 INFO:teuthology.orchestra.run.trial126.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout:Install 41 Packages 2026-02-21T20:05:06.715 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:06.716 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 48 M 2026-02-21T20:05:06.716 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 167 M 2026-02-21T20:05:06.716 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:07.297 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:07.302 INFO:teuthology.orchestra.run.trial126.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 28 kB/s | 6.5 kB 00:00 2026-02-21T20:05:07.752 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:05:07.753 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:07.950 INFO:teuthology.orchestra.run.trial126.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 1.0 MB/s | 936 kB 00:00 2026-02-21T20:05:08.019 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:08.019 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:05:08.019 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:08.019 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:08.019 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:05:08.020 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:05:08.020 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:05:08.020 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:05:08.020 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:05:08.020 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:05:08.020 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:08.020 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:05:08.055 INFO:teuthology.orchestra.run.trial126.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 1.5 MB/s | 166 kB 00:00 2026-02-21T20:05:08.076 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:05:08.076 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:08.076 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:08.076 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:05:08.077 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:08.078 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:08.113 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:05:08.385 INFO:teuthology.orchestra.run.trial126.stdout:(4/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 1.8 MB/s | 2.4 MB 00:01 2026-02-21T20:05:08.421 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:13 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:08.504 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:05:08.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:08.506 INFO:teuthology.orchestra.run.trial152.stdout:Install 10 Packages 2026-02-21T20:05:08.507 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:08.507 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 2.0 M 2026-02-21T20:05:08.507 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 25 M 2026-02-21T20:05:08.507 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:09.025 INFO:teuthology.orchestra.run.trial152.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 147 kB/s | 50 kB 00:00 2026-02-21T20:05:09.061 INFO:teuthology.orchestra.run.trial152.stdout:(2/10): python3-pyasn1-modules-0.4.8-6.el9.noar 738 kB/s | 279 kB 00:00 2026-02-21T20:05:09.086 INFO:teuthology.orchestra.run.trial152.stdout:(3/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 394 kB/s | 159 kB 00:00 2026-02-21T20:05:09.157 INFO:teuthology.orchestra.run.trial152.stdout:(4/10): python3-cachetools-4.2.4-1.el9.noarch.r 335 kB/s | 32 kB 00:00 2026-02-21T20:05:09.159 INFO:teuthology.orchestra.run.trial152.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 194 kB/s | 14 kB 00:00 2026-02-21T20:05:09.245 INFO:teuthology.orchestra.run.trial152.stdout:(6/10): python3-google-auth-2.45.0-1.el9.noarch 2.8 MB/s | 254 kB 00:00 2026-02-21T20:05:09.267 INFO:teuthology.orchestra.run.trial152.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 2.6 MB/s | 59 kB 00:00 2026-02-21T20:05:09.280 INFO:teuthology.orchestra.run.trial152.stdout:(8/10): python3-requests-oauthlib-1.3.0-12.el9. 210 kB/s | 54 kB 00:00 2026-02-21T20:05:09.292 INFO:teuthology.orchestra.run.trial152.stdout:(9/10): python3-kubernetes-26.1.0-3.el9.noarch. 7.6 MB/s | 1.0 MB 00:00 2026-02-21T20:05:09.293 INFO:teuthology.orchestra.run.trial152.stdout:(10/10): python3-websocket-client-1.2.3-2.el9.n 3.4 MB/s | 90 kB 00:00 2026-02-21T20:05:09.294 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:09.295 INFO:teuthology.orchestra.run.trial152.stdout:Total 2.5 MB/s | 2.0 MB 00:00 2026-02-21T20:05:09.320 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:09.329 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:09.329 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:09.368 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:09.369 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:09.441 INFO:teuthology.orchestra.run.trial126.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 2.3 MB/s | 5.0 MB 00:02 2026-02-21T20:05:09.443 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:09.494 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:05:09.507 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:09.521 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:05:09.526 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:05:09.531 INFO:teuthology.orchestra.run.trial126.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 3.2 MB/s | 297 kB 00:00 2026-02-21T20:05:09.534 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:05:09.573 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:05:09.585 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:09.906 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:05:09.921 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:05:09.922 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:10.026 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:05:10.027 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:05:10.078 INFO:teuthology.orchestra.run.trial126.stdout:(7/41): ceph-osd-crimson-20.3.0-5291.g042df16c. 11 MB/s | 19 MB 00:01 2026-02-21T20:05:10.083 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:05:10.083 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:10.083 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:10.083 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:10.083 INFO:teuthology.orchestra.run.trial152.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:10.084 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:10.106 INFO:teuthology.orchestra.run.trial126.stdout:(8/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 70 kB/s | 40 kB 00:00 2026-02-21T20:05:10.112 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:05:10.420 INFO:teuthology.orchestra.run.trial161.stdout:(41/41): ceph-osd-crimson-20.3.0-5291.g042df16c 1.8 MB/s | 19 MB 00:10 2026-02-21T20:05:10.421 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:15 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:10.423 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:10.423 INFO:teuthology.orchestra.run.trial161.stdout:Total 3.7 MB/s | 48 MB 00:12 2026-02-21T20:05:10.503 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:10.504 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:10.504 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:05:10.505 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:10.506 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:10.506 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:10.506 INFO:teuthology.orchestra.run.trial152.stdout:Install 7 Packages 2026-02-21T20:05:10.506 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:10.506 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 7.1 M 2026-02-21T20:05:10.506 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 34 M 2026-02-21T20:05:10.506 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:10.555 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:10.573 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:10.573 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:10.707 INFO:teuthology.orchestra.run.trial126.stdout:(9/41): libconfig-1.7.2-9.el9.x86_64.rpm 115 kB/s | 72 kB 00:00 2026-02-21T20:05:10.756 INFO:teuthology.orchestra.run.trial152.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.2 MB/s | 187 kB 00:00 2026-02-21T20:05:10.758 INFO:teuthology.orchestra.run.trial152.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.8 MB/s | 249 kB 00:00 2026-02-21T20:05:10.770 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:10.771 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:10.819 INFO:teuthology.orchestra.run.trial152.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 552 kB/s | 35 kB 00:00 2026-02-21T20:05:10.869 INFO:teuthology.orchestra.run.trial152.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 30 MB/s | 6.0 MB 00:00 2026-02-21T20:05:10.877 INFO:teuthology.orchestra.run.trial126.stdout:(10/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 328 kB/s | 253 kB 00:00 2026-02-21T20:05:10.926 INFO:teuthology.orchestra.run.trial152.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 541 kB/s | 58 kB 00:00 2026-02-21T20:05:10.936 INFO:teuthology.orchestra.run.trial152.stdout:(6/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.0 MB/s | 548 kB 00:00 2026-02-21T20:05:10.963 INFO:teuthology.orchestra.run.trial152.stdout:(7/7): python3-typing-extensions-4.15.0-1.el9.n 925 kB/s | 86 kB 00:00 2026-02-21T20:05:10.963 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:10.963 INFO:teuthology.orchestra.run.trial152.stdout:Total 15 MB/s | 7.1 MB 00:00 2026-02-21T20:05:11.001 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:11.006 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:11.008 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:11.008 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:11.008 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:05:11.014 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:05:11.019 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:05:11.021 INFO:teuthology.orchestra.run.trial161.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:05:11.026 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:05:11.050 INFO:teuthology.orchestra.run.trial161.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:05:11.053 INFO:teuthology.orchestra.run.trial161.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:05:11.058 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:05:11.063 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:05:11.069 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:05:11.072 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:05:11.078 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:05:11.080 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:11.080 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:11.083 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:05:11.087 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:05:11.093 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:05:11.096 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:05:11.103 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:05:11.106 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:05:11.116 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:05:11.139 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:05:11.151 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:05:11.170 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:11.171 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:05:11.186 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:05:11.210 INFO:teuthology.orchestra.run.trial126.stdout:(11/41): ceph-osd-classic-20.3.0-5291.g042df16c 5.0 MB/s | 16 MB 00:03 2026-02-21T20:05:11.219 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:05:11.229 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:05:11.234 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:05:11.261 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:05:11.269 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:05:11.292 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:05:11.321 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:05:11.327 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:05:11.378 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:05:11.420 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:05:11.421 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:11.443 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:11.443 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:11.444 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:05:11.444 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:11.444 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:11.444 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:11.448 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:05:11.453 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:11.465 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:11.465 INFO:teuthology.orchestra.run.trial161.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:05:11.465 INFO:teuthology.orchestra.run.trial161.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:05:11.465 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:11.474 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:11.476 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:05:11.496 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:11.496 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:05:11.496 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:11.501 INFO:teuthology.orchestra.run.trial152.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:05:11.502 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:11.552 INFO:teuthology.orchestra.run.trial126.stdout:(12/41): python3-ply-3.11-14.el9.noarch.rpm 158 kB/s | 106 kB 00:00 2026-02-21T20:05:11.608 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:11.608 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:05:11.608 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:05:11.609 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:05:11.609 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:11.609 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:05:11.609 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:05:11.654 INFO:teuthology.orchestra.run.trial126.stdout:(13/41): python3-cryptography-36.0.1-5.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2026-02-21T20:05:11.666 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:05:11.666 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:11.666 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:11.666 INFO:teuthology.orchestra.run.trial152.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:11.667 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:11.699 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-osd 2026-02-21T20:05:11.914 INFO:teuthology.orchestra.run.trial126.stdout:(14/41): python3-pycparser-2.20-6.el9.noarch.rp 192 kB/s | 135 kB 00:00 2026-02-21T20:05:12.011 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:17 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:12.076 INFO:teuthology.orchestra.run.trial152.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:12.094 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:12.095 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:12.095 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:12.117 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-osd-classic 2026-02-21T20:05:12.127 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:05:12.252 INFO:teuthology.orchestra.run.trial126.stdout:(15/41): python3-requests-2.25.1-10.el9.noarch. 181 kB/s | 126 kB 00:00 2026-02-21T20:05:12.402 INFO:teuthology.orchestra.run.trial126.stdout:(16/41): python3-urllib3-1.26.5-7.el9.noarch.rp 291 kB/s | 218 kB 00:00 2026-02-21T20:05:12.424 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:17 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:12.489 INFO:teuthology.orchestra.run.trial152.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:12.507 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:12.507 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:12.507 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:12.528 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-fuse 2026-02-21T20:05:12.644 INFO:teuthology.orchestra.run.trial126.stdout:(17/41): unzip-6.0-59.el9.x86_64.rpm 249 kB/s | 182 kB 00:00 2026-02-21T20:05:12.833 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:17 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:12.884 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:05:12.894 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:05:12.895 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:12.917 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:12.917 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:12.917 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repo Size 2026-02-21T20:05:12.917 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:12.917 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:12.917 INFO:teuthology.orchestra.run.trial152.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout:Install 1 Package 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 988 k 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 2.9 M 2026-02-21T20:05:12.918 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:12.921 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:12.921 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:12.921 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:05:12.922 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:12.922 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:12.922 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:13.024 INFO:teuthology.orchestra.run.trial126.stdout:(18/41): zip-3.0-35.el9.x86_64.rpm 344 kB/s | 266 kB 00:00 2026-02-21T20:05:13.073 INFO:teuthology.orchestra.run.trial152.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 6.2 MB/s | 988 kB 00:00 2026-02-21T20:05:13.073 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:13.073 INFO:teuthology.orchestra.run.trial152.stdout:Total 6.2 MB/s | 988 kB 00:00 2026-02-21T20:05:13.073 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:13.078 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:13.078 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:13.112 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:13.112 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:13.135 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:13.156 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:13.156 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:13.156 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:05:13.156 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:13.156 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:13.157 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:13.168 INFO:teuthology.orchestra.run.trial126.stdout:(19/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 322 kB/s | 246 kB 00:00 2026-02-21T20:05:13.204 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:13.221 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:13.251 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:13.272 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:13.272 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:13.272 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:05:13.273 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:13.273 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:13.273 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:13.273 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:13.280 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:13.304 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:13.379 INFO:teuthology.orchestra.run.trial126.stdout:(20/41): lua-5.4.4-4.el9.x86_64.rpm 257 kB/s | 188 kB 00:00 2026-02-21T20:05:13.460 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:13.517 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:13.517 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:13.517 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:13.517 INFO:teuthology.orchestra.run.trial152.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.517 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:13.517 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:13.545 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install ceph-volume 2026-02-21T20:05:13.680 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:13.680 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:05:13.680 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:05:13.680 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:05:13.680 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:05:13.680 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:05:13.680 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:05:13.681 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:05:13.682 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:05:13.736 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:05:13.736 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:13.737 INFO:teuthology.orchestra.run.trial161.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:05:13.738 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:05:13.739 INFO:teuthology.orchestra.run.trial161.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:13.740 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:13.754 INFO:teuthology.orchestra.run.trial126.stdout:(21/41): python3-libstoragemgmt-1.10.1-1.el9.x8 242 kB/s | 177 kB 00:00 2026-02-21T20:05:13.774 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-base 2026-02-21T20:05:13.780 INFO:teuthology.orchestra.run.trial126.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 866 kB/s | 22 kB 00:00 2026-02-21T20:05:13.804 INFO:teuthology.orchestra.run.trial126.stdout:(23/41): python3-packaging-20.9-5.el9.noarch.rp 121 kB/s | 77 kB 00:00 2026-02-21T20:05:13.859 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:18 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:13.942 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:13.943 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:13.943 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repository Size 2026-02-21T20:05:13.943 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout:Install 2 Packages 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 650 k 2026-02-21T20:05:13.944 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 2.2 M 2026-02-21T20:05:13.945 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:13.945 INFO:teuthology.orchestra.run.trial126.stdout:(24/41): python3-autocommand-2.2.2-8.el9.noarch 210 kB/s | 29 kB 00:00 2026-02-21T20:05:13.953 INFO:teuthology.orchestra.run.trial126.stdout:(25/41): python3-toml-0.10.2-6.el9.noarch.rpm 72 kB/s | 42 kB 00:00 2026-02-21T20:05:13.961 INFO:teuthology.orchestra.run.trial126.stdout:(26/41): luarocks-3.9.2-5.el9.noarch.rpm 835 kB/s | 151 kB 00:00 2026-02-21T20:05:14.013 INFO:teuthology.orchestra.run.trial126.stdout:(27/41): python3-backports-tarfile-1.2.0-1.el9. 876 kB/s | 60 kB 00:00 2026-02-21T20:05:14.018 INFO:teuthology.orchestra.run.trial126.stdout:(28/41): python3-cheroot-10.0.1-4.el9.noarch.rp 3.0 MB/s | 173 kB 00:00 2026-02-21T20:05:14.046 INFO:teuthology.orchestra.run.trial126.stdout:(29/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 383 kB/s | 11 kB 00:00 2026-02-21T20:05:14.075 INFO:teuthology.orchestra.run.trial126.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 612 kB/s | 18 kB 00:00 2026-02-21T20:05:14.083 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:14.100 INFO:teuthology.orchestra.run.trial126.stdout:(31/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 296 kB/s | 43 kB 00:00 2026-02-21T20:05:14.106 INFO:teuthology.orchestra.run.trial126.stdout:(32/41): python3-jaraco-collections-3.0.0-8.el9 757 kB/s | 23 kB 00:00 2026-02-21T20:05:14.118 INFO:teuthology.orchestra.run.trial126.stdout:(33/41): python3-cherrypy-18.6.1-2.el9.noarch.r 3.3 MB/s | 358 kB 00:00 2026-02-21T20:05:14.136 INFO:teuthology.orchestra.run.trial126.stdout:(34/41): python3-jaraco-functools-3.5.0-2.el9.n 643 kB/s | 19 kB 00:00 2026-02-21T20:05:14.146 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:14.148 INFO:teuthology.orchestra.run.trial126.stdout:(35/41): python3-jaraco-context-6.0.1-3.el9.noa 412 kB/s | 20 kB 00:00 2026-02-21T20:05:14.151 INFO:teuthology.orchestra.run.trial126.stdout:(36/41): python3-jaraco-text-4.0.0-2.el9.noarch 811 kB/s | 26 kB 00:00 2026-02-21T20:05:14.164 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:14.165 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:14.165 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:14.167 INFO:teuthology.orchestra.run.trial126.stdout:(37/41): python3-more-itertools-8.12.0-2.el9.no 2.4 MB/s | 79 kB 00:00 2026-02-21T20:05:14.186 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install cephadm 2026-02-21T20:05:14.187 INFO:teuthology.orchestra.run.trial126.stdout:(38/41): python3-portend-3.1.0-2.el9.noarch.rpm 434 kB/s | 16 kB 00:00 2026-02-21T20:05:14.187 INFO:teuthology.orchestra.run.trial126.stdout:(39/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.4 MB/s | 90 kB 00:00 2026-02-21T20:05:14.197 INFO:teuthology.orchestra.run.trial126.stdout:(40/41): python3-tempora-5.0.0-2.el9.noarch.rpm 1.2 MB/s | 36 kB 00:00 2026-02-21T20:05:14.227 INFO:teuthology.orchestra.run.trial126.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 482 kB/s | 20 kB 00:00 2026-02-21T20:05:14.230 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:14.230 INFO:teuthology.orchestra.run.trial126.stdout:Total 6.4 MB/s | 48 MB 00:07 2026-02-21T20:05:14.241 INFO:teuthology.orchestra.run.trial152.stdout:(1/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.7 MB/s | 351 kB 00:00 2026-02-21T20:05:14.371 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:14.389 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:14.389 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:14.496 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:14.577 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:14.578 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:14.578 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:05:14.578 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:14.578 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:14.578 INFO:teuthology.orchestra.run.trial161.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 1.0 M 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 1.0 M 2026-02-21T20:05:14.579 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:14.586 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:14.586 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:14.640 INFO:teuthology.orchestra.run.trial152.stdout:(2/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 494 kB/s | 299 kB 00:00 2026-02-21T20:05:14.642 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:14.642 INFO:teuthology.orchestra.run.trial152.stdout:Total 930 kB/s | 650 kB 00:00 2026-02-21T20:05:14.652 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:14.658 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:14.658 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:14.701 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:14.701 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:14.783 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:14.822 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:14.824 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:05:14.829 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:05:14.834 INFO:teuthology.orchestra.run.trial126.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:05:14.836 INFO:teuthology.orchestra.run.trial126.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:05:14.841 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:05:14.845 INFO:teuthology.orchestra.run.trial152.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:05:14.847 INFO:teuthology.orchestra.run.trial152.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:14.862 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:14.862 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:14.863 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:05:14.863 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:14.865 INFO:teuthology.orchestra.run.trial126.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:05:14.868 INFO:teuthology.orchestra.run.trial126.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:05:14.873 INFO:teuthology.orchestra.run.trial126.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:05:14.878 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:05:14.884 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:05:14.888 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:05:14.894 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:05:14.899 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:05:14.902 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:05:14.908 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:05:14.912 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:05:14.918 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:05:14.922 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:05:14.931 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:05:14.954 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:05:14.967 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:05:14.973 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:05:14.987 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:05:15.002 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:05:15.077 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:05:15.085 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:05:15.089 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:05:15.108 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:05:15.120 INFO:teuthology.orchestra.run.trial161.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 1.9 MB/s | 1.0 MB 00:00 2026-02-21T20:05:15.121 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:15.121 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.9 MB/s | 1.0 MB 00:00 2026-02-21T20:05:15.121 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:15.124 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:15.124 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:15.128 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:15.128 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:15.138 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:05:15.143 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:05:15.146 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:15.147 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:05:15.147 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:15.147 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:15.147 INFO:teuthology.orchestra.run.trial152.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:05:15.147 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:15.147 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:15.176 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install librados-devel 2026-02-21T20:05:15.195 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:05:15.212 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:15.226 INFO:teuthology.orchestra.run.trial161.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:15.237 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:05:15.238 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:15.262 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:15.262 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:15.263 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:05:15.263 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:15.263 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:15.263 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:15.267 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:05:15.284 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:15.285 INFO:teuthology.orchestra.run.trial126.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:05:15.285 INFO:teuthology.orchestra.run.trial126.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:05:15.285 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:15.290 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:15.294 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:15.319 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:15.320 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:05:15.320 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:15.346 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:15.346 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:15.346 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:15.346 INFO:teuthology.orchestra.run.trial161.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:15.347 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:15.347 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:15.374 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:05:15.489 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:20 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:15.571 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:15.572 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:15.572 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repo Size 2026-02-21T20:05:15.572 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:15.572 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:15.572 INFO:teuthology.orchestra.run.trial152.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:05:15.572 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:15.572 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:15.573 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:15.573 INFO:teuthology.orchestra.run.trial152.stdout:Install 1 Package 2026-02-21T20:05:15.573 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:15.573 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 123 k 2026-02-21T20:05:15.573 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 437 k 2026-02-21T20:05:15.573 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:15.684 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:09 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:15.745 INFO:teuthology.orchestra.run.trial152.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 712 kB/s | 123 kB 00:00 2026-02-21T20:05:15.747 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:15.748 INFO:teuthology.orchestra.run.trial152.stdout:Total 702 kB/s | 123 kB 00:00 2026-02-21T20:05:15.748 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:15.750 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:15.750 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:15.766 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:15.767 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:15.767 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-21T20:05:15.767 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 147 k 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 419 k 2026-02-21T20:05:15.768 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:15.782 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:15.783 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:15.837 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:15.854 INFO:teuthology.orchestra.run.trial152.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:15.903 INFO:teuthology.orchestra.run.trial161.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 1.1 MB/s | 147 kB 00:00 2026-02-21T20:05:15.905 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:15.905 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.0 MB/s | 147 kB 00:00 2026-02-21T20:05:15.905 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:15.910 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:15.910 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:15.935 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:15.937 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:15.937 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:15.953 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:05:15.987 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:15.988 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:15.993 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:15.994 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:15.994 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:15.994 INFO:teuthology.orchestra.run.trial152.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:15.994 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:15.994 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:16.012 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:16.012 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:16.012 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:05:16.012 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:16.022 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install libcephfs2 2026-02-21T20:05:16.320 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:16.320 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:16.320 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:16.320 INFO:teuthology.orchestra.run.trial161.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:16.320 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:16.320 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:16.338 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:21 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:16.348 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr 2026-02-21T20:05:16.401 INFO:teuthology.orchestra.run.trial152.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:16.419 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:16.420 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:16.420 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:16.441 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install libcephfs-devel 2026-02-21T20:05:16.655 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:10 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:16.712 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:05:16.718 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:16.722 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:05:16.723 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:16.736 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:16.736 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:16.736 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:16.749 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:16.749 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:16.749 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:05:16.749 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:16.749 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:16.749 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:16.750 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:21 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:16.757 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:05:16.832 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:16.833 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:16.833 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repo Size 2026-02-21T20:05:16.833 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout:Installing dependencies: 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout:Install 2 Packages 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 62 k 2026-02-21T20:05:16.834 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 223 k 2026-02-21T20:05:16.835 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:16.962 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:16.983 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:16.983 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:16.983 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:05:16.983 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:16.983 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:16.983 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:17.060 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:11 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:17.079 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:17.086 INFO:teuthology.orchestra.run.trial152.stdout:(1/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 98 kB/s | 25 kB 00:00 2026-02-21T20:05:17.086 INFO:teuthology.orchestra.run.trial152.stdout:(2/2): libcephfs-devel-20.3.0-5291.g042df16c.el 147 kB/s | 37 kB 00:00 2026-02-21T20:05:17.090 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:17.090 INFO:teuthology.orchestra.run.trial152.stdout:Total 242 kB/s | 62 kB 00:00 2026-02-21T20:05:17.090 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:17.093 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:17.093 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:17.099 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:17.099 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:17.099 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:05:17.099 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:17.099 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:17.100 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:17.100 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:17.107 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:17.127 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:17.127 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:17.130 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:17.142 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:05:17.143 INFO:teuthology.orchestra.run.trial161.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:17.144 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:17.145 INFO:teuthology.orchestra.run.trial161.stdout:Install 13 Packages 2026-02-21T20:05:17.145 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:17.145 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 55 M 2026-02-21T20:05:17.145 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 262 M 2026-02-21T20:05:17.146 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:17.176 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:17.177 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:17.192 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:17.208 INFO:teuthology.orchestra.run.trial152.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:17.265 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:17.265 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:17.326 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:17.326 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:17.326 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:17.327 INFO:teuthology.orchestra.run.trial152.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.327 INFO:teuthology.orchestra.run.trial152.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.327 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:17.327 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:17.353 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install librados2 2026-02-21T20:05:17.503 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:17.503 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:05:17.504 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:05:17.505 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:05:17.506 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:05:17.507 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:05:17.507 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:05:17.560 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:05:17.560 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:17.560 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:17.560 INFO:teuthology.orchestra.run.trial126.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:05:17.561 INFO:teuthology.orchestra.run.trial126.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:05:17.562 INFO:teuthology.orchestra.run.trial126.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:05:17.563 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:17.564 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:17.599 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-base 2026-02-21T20:05:17.662 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:22 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:17.727 INFO:teuthology.orchestra.run.trial152.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:17.745 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:17.746 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:17.746 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:17.767 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install librbd1 2026-02-21T20:05:17.915 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:17.939 INFO:teuthology.orchestra.run.trial161.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 62 kB/s | 17 kB 00:00 2026-02-21T20:05:17.980 INFO:teuthology.orchestra.run.trial126.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:17.991 INFO:teuthology.orchestra.run.trial161.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 173 kB/s | 57 kB 00:00 2026-02-21T20:05:17.997 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:17.998 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:17.998 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:18.014 INFO:teuthology.orchestra.run.trial161.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 634 kB/s | 48 kB 00:00 2026-02-21T20:05:18.020 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install cephadm 2026-02-21T20:05:18.076 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:18.092 INFO:teuthology.orchestra.run.trial161.stdout:(4/13): protobuf-compiler-3.14.0-17.el9.x86_64. 11 MB/s | 862 kB 00:00 2026-02-21T20:05:18.107 INFO:teuthology.orchestra.run.trial161.stdout:(5/13): python3-protobuf-3.14.0-17.el9.noarch.r 2.3 MB/s | 267 kB 00:00 2026-02-21T20:05:18.139 INFO:teuthology.orchestra.run.trial152.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:18.157 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:18.158 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:18.158 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:18.178 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install python3-rados 2026-02-21T20:05:18.201 INFO:teuthology.orchestra.run.trial161.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 208 kB/s | 19 kB 00:00 2026-02-21T20:05:18.290 INFO:teuthology.orchestra.run.trial161.stdout:(7/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.7 MB/s | 551 kB 00:00 2026-02-21T20:05:18.321 INFO:teuthology.orchestra.run.trial161.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.6 MB/s | 144 kB 00:00 2026-02-21T20:05:18.327 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:25 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:18.350 INFO:teuthology.orchestra.run.trial161.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 1.0 MB/s | 31 kB 00:00 2026-02-21T20:05:18.389 INFO:teuthology.orchestra.run.trial161.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 4.8 MB/s | 188 kB 00:00 2026-02-21T20:05:18.408 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:18.409 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:18.409 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:05:18.409 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:18.409 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout:Install 1 Package 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 1.0 M 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 1.0 M 2026-02-21T20:05:18.410 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:18.420 INFO:teuthology.orchestra.run.trial161.stdout:(11/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.3 MB/s | 2.0 MB 00:00 2026-02-21T20:05:18.428 INFO:teuthology.orchestra.run.trial161.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 559 kB/s | 22 kB 00:00 2026-02-21T20:05:18.490 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:18.554 INFO:teuthology.orchestra.run.trial152.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:18.572 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:18.573 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:18.573 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:18.595 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install python3-rgw 2026-02-21T20:05:18.908 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:18.972 INFO:teuthology.orchestra.run.trial152.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:18.991 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:18.992 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:18.992 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:19.013 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install python3-cephfs 2026-02-21T20:05:19.066 INFO:teuthology.orchestra.run.trial126.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 1.6 MB/s | 1.0 MB 00:00 2026-02-21T20:05:19.066 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:19.067 INFO:teuthology.orchestra.run.trial126.stdout:Total 1.6 MB/s | 1.0 MB 00:00 2026-02-21T20:05:19.067 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:19.069 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:19.069 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:19.073 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:19.074 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:19.091 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:19.159 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:19.172 INFO:teuthology.orchestra.run.trial126.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:19.234 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:19.288 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:19.289 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:19.289 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:19.289 INFO:teuthology.orchestra.run.trial126.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:19.289 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:19.289 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:19.317 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:05:19.320 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:19.386 INFO:teuthology.orchestra.run.trial152.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:19.404 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:19.405 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:19.405 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:19.425 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install python3-rbd 2026-02-21T20:05:19.639 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:26 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:19.722 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repo Size 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout:Install 1 Package 2026-02-21T20:05:19.723 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:19.724 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 147 k 2026-02-21T20:05:19.724 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 419 k 2026-02-21T20:05:19.724 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:19.737 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:19.800 INFO:teuthology.orchestra.run.trial152.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:19.819 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:19.819 INFO:teuthology.orchestra.run.trial152.stdout:Nothing to do. 2026-02-21T20:05:19.819 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:19.840 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install rbd-fuse 2026-02-21T20:05:19.940 INFO:teuthology.orchestra.run.trial126.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 680 kB/s | 147 kB 00:00 2026-02-21T20:05:19.941 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:19.941 INFO:teuthology.orchestra.run.trial126.stdout:Total 676 kB/s | 147 kB 00:00 2026-02-21T20:05:19.941 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:19.945 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:19.946 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:19.972 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:19.972 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:20.021 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:20.023 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:20.045 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:20.045 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:20.045 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:05:20.046 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:20.154 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:25 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:20.237 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:20.238 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:20.238 INFO:teuthology.orchestra.run.trial152.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:20.238 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:20.238 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:20.238 INFO:teuthology.orchestra.run.trial152.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout:Install 1 Package 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 84 k 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 209 k 2026-02-21T20:05:20.239 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:20.344 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:20.344 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:20.344 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:20.344 INFO:teuthology.orchestra.run.trial126.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:20.345 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:20.345 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:20.372 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-mgr 2026-02-21T20:05:20.597 INFO:teuthology.orchestra.run.trial152.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 234 kB/s | 84 kB 00:00 2026-02-21T20:05:20.599 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:20.600 INFO:teuthology.orchestra.run.trial152.stdout:Total 233 kB/s | 84 kB 00:00 2026-02-21T20:05:20.600 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:20.604 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:20.604 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:20.635 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:20.636 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:20.677 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:20.687 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:20.704 INFO:teuthology.orchestra.run.trial152.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:20.742 INFO:teuthology.orchestra.run.trial126.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:20.760 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:20.760 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:20.761 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:20.782 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:05:20.786 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:20.844 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:20.845 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:20.845 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:20.845 INFO:teuthology.orchestra.run.trial152.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:20.845 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:20.845 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:20.872 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install rbd-mirror 2026-02-21T20:05:21.082 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:28 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:21.164 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:21.164 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:05:21.165 INFO:teuthology.orchestra.run.trial126.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout:Install 13 Packages 2026-02-21T20:05:21.166 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:21.167 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 55 M 2026-02-21T20:05:21.167 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 262 M 2026-02-21T20:05:21.167 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:21.185 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:26 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:21.267 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:21.268 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout: Package Arch Version Repo Size 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout:Install 1 Package 2026-02-21T20:05:21.269 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:21.270 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 2.9 M 2026-02-21T20:05:21.270 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 11 M 2026-02-21T20:05:21.270 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:21.431 INFO:teuthology.orchestra.run.trial161.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 13 MB/s | 51 MB 00:03 2026-02-21T20:05:21.433 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:21.433 INFO:teuthology.orchestra.run.trial161.stdout:Total 13 MB/s | 55 MB 00:04 2026-02-21T20:05:21.458 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:21.468 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:21.468 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:21.508 INFO:teuthology.orchestra.run.trial152.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 12 MB/s | 2.9 MB 00:00 2026-02-21T20:05:21.509 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:21.509 INFO:teuthology.orchestra.run.trial152.stdout:Total 12 MB/s | 2.9 MB 00:00 2026-02-21T20:05:21.509 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:21.513 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:21.513 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:21.553 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:21.553 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:21.674 INFO:teuthology.orchestra.run.trial126.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 256 kB/s | 17 kB 00:00 2026-02-21T20:05:21.679 INFO:teuthology.orchestra.run.trial126.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 786 kB/s | 57 kB 00:00 2026-02-21T20:05:21.680 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:21.680 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:21.734 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:21.736 INFO:teuthology.orchestra.run.trial152.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:21.749 INFO:teuthology.orchestra.run.trial126.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 635 kB/s | 48 kB 00:00 2026-02-21T20:05:21.760 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:21.760 INFO:teuthology.orchestra.run.trial152.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:21.760 INFO:teuthology.orchestra.run.trial152.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:05:21.760 INFO:teuthology.orchestra.run.trial152.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:05:21.760 INFO:teuthology.orchestra.run.trial152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:21.760 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:21.796 INFO:teuthology.orchestra.run.trial126.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 2.2 MB/s | 267 kB 00:00 2026-02-21T20:05:21.826 INFO:teuthology.orchestra.run.trial126.stdout:(5/13): protobuf-compiler-3.14.0-17.el9.x86_64. 11 MB/s | 862 kB 00:00 2026-02-21T20:05:21.907 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:21.912 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:05:21.923 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:05:21.925 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:05:21.952 INFO:teuthology.orchestra.run.trial161.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:05:21.995 INFO:teuthology.orchestra.run.trial161.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:05:22.005 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:05:22.033 INFO:teuthology.orchestra.run.trial161.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:05:22.043 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:05:22.050 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:22.053 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:05:22.062 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:05:22.062 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:22.062 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:22.063 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:22.063 INFO:teuthology.orchestra.run.trial152.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:22.063 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:22.063 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:22.093 DEBUG:teuthology.orchestra.run.trial152:> sudo yum -y install rbd-nbd 2026-02-21T20:05:22.146 INFO:teuthology.orchestra.run.trial126.stdout:[MIRROR] grpc-data-1.46.7-10.el9.noarch.rpm: Status code: 503 for https://ftp-osl.osuosl.org/pub/fedora-epel/9/Everything/x86_64/Packages/g/grpc-data-1.46.7-10.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:05:22.305 INFO:teuthology.orchestra.run.trial126.stdout:[MIRROR] grpc-data-1.46.7-10.el9.noarch.rpm: Status code: 503 for http://ftp-osl.osuosl.org/pub/fedora-epel/9/Everything/x86_64/Packages/g/grpc-data-1.46.7-10.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:05:22.403 INFO:teuthology.orchestra.run.trial152.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Feb 2026 08:03:55 PM UTC. 2026-02-21T20:05:22.419 INFO:teuthology.orchestra.run.trial126.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 33 kB/s | 19 kB 00:00 2026-02-21T20:05:22.486 INFO:teuthology.orchestra.run.trial152.stdout:Dependencies resolved. 2026-02-21T20:05:22.486 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout:Installing: 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout:Transaction Summary 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout:================================================================================ 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout:Install 1 Package 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:22.487 INFO:teuthology.orchestra.run.trial152.stdout:Total download size: 172 k 2026-02-21T20:05:22.488 INFO:teuthology.orchestra.run.trial152.stdout:Installed size: 462 k 2026-02-21T20:05:22.488 INFO:teuthology.orchestra.run.trial152.stdout:Downloading Packages: 2026-02-21T20:05:22.762 INFO:teuthology.orchestra.run.trial152.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 626 kB/s | 172 kB 00:00 2026-02-21T20:05:22.763 INFO:teuthology.orchestra.run.trial152.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:22.763 INFO:teuthology.orchestra.run.trial152.stdout:Total 624 kB/s | 172 kB 00:00 2026-02-21T20:05:22.763 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction check 2026-02-21T20:05:22.768 INFO:teuthology.orchestra.run.trial152.stdout:Transaction check succeeded. 2026-02-21T20:05:22.768 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction test 2026-02-21T20:05:22.799 INFO:teuthology.orchestra.run.trial152.stdout:Transaction test succeeded. 2026-02-21T20:05:22.799 INFO:teuthology.orchestra.run.trial152.stdout:Running transaction 2026-02-21T20:05:22.855 INFO:teuthology.orchestra.run.trial152.stdout: Preparing : 1/1 2026-02-21T20:05:22.856 INFO:teuthology.orchestra.run.trial126.stdout:(7/13): ceph-mgr-dashboard-20.3.0-5291.g042df16 41 MB/s | 51 MB 00:01 2026-02-21T20:05:22.856 INFO:teuthology.orchestra.run.trial126.stdout:(8/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 520 kB/s | 551 kB 00:01 2026-02-21T20:05:22.872 INFO:teuthology.orchestra.run.trial152.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:22.946 INFO:teuthology.orchestra.run.trial126.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 345 kB/s | 31 kB 00:00 2026-02-21T20:05:22.953 INFO:teuthology.orchestra.run.trial152.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:23.011 INFO:teuthology.orchestra.run.trial152.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:23.011 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:23.011 INFO:teuthology.orchestra.run.trial152.stdout:Installed: 2026-02-21T20:05:23.011 INFO:teuthology.orchestra.run.trial152.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:23.012 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:05:23.012 INFO:teuthology.orchestra.run.trial152.stdout:Complete! 2026-02-21T20:05:23.042 DEBUG:teuthology.parallel:result is None 2026-02-21T20:05:23.197 INFO:teuthology.orchestra.run.trial126.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 751 kB/s | 188 kB 00:00 2026-02-21T20:05:23.278 INFO:teuthology.orchestra.run.trial126.stdout:[MIRROR] python3-xmltodict-0.12.0-15.el9.noarch.rpm: Status code: 503 for https://ftp-osl.osuosl.org/pub/fedora-epel/9/Everything/x86_64/Packages/p/python3-xmltodict-0.12.0-15.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:05:23.421 INFO:teuthology.orchestra.run.trial126.stdout:(11/13): python3-grpcio-tools-1.46.7-10.el9.x86 255 kB/s | 144 kB 00:00 2026-02-21T20:05:23.524 INFO:teuthology.orchestra.run.trial126.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 68 kB/s | 22 kB 00:00 2026-02-21T20:05:24.935 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:05:24.941 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:25.216 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:25.216 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:05:25.216 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:05:25.216 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:05:25.216 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:05:25.216 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:05:25.216 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:05:25.217 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:05:25.217 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:05:25.217 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:25.217 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:05:25.217 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:05:25.217 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:05:25.271 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:05:25.271 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:25.271 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:25.271 INFO:teuthology.orchestra.run.trial161.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:05:25.271 INFO:teuthology.orchestra.run.trial161.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:25.271 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:25.272 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:25.308 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:05:25.614 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:19 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:25.696 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:25.697 INFO:teuthology.orchestra.run.trial161.stdout:======================================================================================= 2026-02-21T20:05:25.697 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:05:25.697 INFO:teuthology.orchestra.run.trial161.stdout:======================================================================================= 2026-02-21T20:05:25.697 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:25.697 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:05:25.697 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:05:25.698 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:25.699 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:25.699 INFO:teuthology.orchestra.run.trial161.stdout:======================================================================================= 2026-02-21T20:05:25.699 INFO:teuthology.orchestra.run.trial161.stdout:Install 12 Packages 2026-02-21T20:05:25.699 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:25.699 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 43 M 2026-02-21T20:05:25.700 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 234 M 2026-02-21T20:05:25.700 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:25.878 INFO:teuthology.orchestra.run.trial161.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 3.1 MB/s | 184 kB 00:00 2026-02-21T20:05:25.882 INFO:teuthology.orchestra.run.trial161.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 12 MB/s | 794 kB 00:00 2026-02-21T20:05:26.079 INFO:teuthology.orchestra.run.trial161.stdout:(3/12): ceph-mgr-diskprediction-local-20.3.0-52 28 MB/s | 7.4 MB 00:00 2026-02-21T20:05:26.098 INFO:teuthology.orchestra.run.trial126.stdout:(13/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 567 kB/s | 2.0 MB 00:03 2026-02-21T20:05:26.102 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:26.102 INFO:teuthology.orchestra.run.trial126.stdout:Total 11 MB/s | 55 MB 00:04 2026-02-21T20:05:26.127 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:26.137 INFO:teuthology.orchestra.run.trial161.stdout:(4/12): flexiblas-3.0.4-9.el9.x86_64.rpm 114 kB/s | 30 kB 00:00 2026-02-21T20:05:26.137 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:26.137 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:26.284 INFO:teuthology.orchestra.run.trial161.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 286 kB/s | 42 kB 00:00 2026-02-21T20:05:26.312 INFO:teuthology.orchestra.run.trial161.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 64 kB/s | 15 kB 00:00 2026-02-21T20:05:26.350 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:26.350 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:26.579 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:26.584 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:05:26.596 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:05:26.598 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:05:26.625 INFO:teuthology.orchestra.run.trial126.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:05:26.666 INFO:teuthology.orchestra.run.trial161.stdout:(7/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 3.8 MB/s | 3.0 MB 00:00 2026-02-21T20:05:26.667 INFO:teuthology.orchestra.run.trial161.stdout:(8/12): python3-devel-3.9.25-3.el9.x86_64.rpm 690 kB/s | 244 kB 00:00 2026-02-21T20:05:26.668 INFO:teuthology.orchestra.run.trial126.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:05:26.677 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:05:26.704 INFO:teuthology.orchestra.run.trial126.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:05:26.714 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:05:26.722 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:26.725 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:05:26.734 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:05:26.859 INFO:teuthology.orchestra.run.trial161.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 2.2 MB/s | 442 kB 00:00 2026-02-21T20:05:26.889 INFO:teuthology.orchestra.run.trial161.stdout:(10/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 27 MB/s | 6.1 MB 00:00 2026-02-21T20:05:26.907 INFO:teuthology.orchestra.run.trial161.stdout:(11/12): openblas-openmp-0.3.29-1.el9.x86_64.rp 8.5 MB/s | 5.3 MB 00:00 2026-02-21T20:05:27.646 INFO:teuthology.orchestra.run.trial161.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 24 MB/s | 19 MB 00:00 2026-02-21T20:05:27.647 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:27.647 INFO:teuthology.orchestra.run.trial161.stdout:Total 22 MB/s | 43 MB 00:01 2026-02-21T20:05:27.807 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:27.820 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:27.820 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:28.022 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:28.023 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:28.239 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:28.242 INFO:teuthology.orchestra.run.trial161.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:05:28.248 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:28.281 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:28.286 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:05:28.345 INFO:teuthology.orchestra.run.trial161.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:05:28.347 INFO:teuthology.orchestra.run.trial161.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:05:28.368 INFO:teuthology.orchestra.run.trial161.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:05:28.688 INFO:teuthology.orchestra.run.trial161.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:05:28.759 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:05:29.419 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:29.636 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:05:29.642 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:29.873 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:05:29.874 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:05:29.923 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:29.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:05:29.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:05:29.924 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:05:29.977 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:05:29.977 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:29.977 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:29.977 INFO:teuthology.orchestra.run.trial126.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:05:29.977 INFO:teuthology.orchestra.run.trial126.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:05:29.978 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:29.979 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:30.015 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:05:30.172 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:30.172 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:30.173 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial161.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:30.269 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:05:30.322 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:30.406 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout:======================================================================================= 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout:======================================================================================= 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:05:30.407 INFO:teuthology.orchestra.run.trial126.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout:======================================================================================= 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout:Install 12 Packages 2026-02-21T20:05:30.408 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:30.409 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 43 M 2026-02-21T20:05:30.409 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 234 M 2026-02-21T20:05:30.409 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:30.577 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:30.660 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:30.661 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:30.661 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:05:30.661 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:30.661 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:05:30.662 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:30.663 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:30.663 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:30.663 INFO:teuthology.orchestra.run.trial161.stdout:Install 10 Packages 2026-02-21T20:05:30.663 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:30.663 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 2.0 M 2026-02-21T20:05:30.664 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 25 M 2026-02-21T20:05:30.664 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:30.785 INFO:teuthology.orchestra.run.trial126.stdout:(1/12): ceph-mgr-diskprediction-local-20.3.0-52 32 MB/s | 7.4 MB 00:00 2026-02-21T20:05:30.816 INFO:teuthology.orchestra.run.trial126.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 969 kB/s | 30 kB 00:00 2026-02-21T20:05:30.892 INFO:teuthology.orchestra.run.trial126.stdout:(3/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 39 MB/s | 3.0 MB 00:00 2026-02-21T20:05:30.902 INFO:teuthology.orchestra.run.trial126.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.5 MB/s | 15 kB 00:00 2026-02-21T20:05:30.912 INFO:teuthology.orchestra.run.trial126.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 4.2 MB/s | 42 kB 00:00 2026-02-21T20:05:30.942 INFO:teuthology.orchestra.run.trial126.stdout:(6/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 178 MB/s | 5.3 MB 00:00 2026-02-21T20:05:30.955 INFO:teuthology.orchestra.run.trial126.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 19 MB/s | 244 kB 00:00 2026-02-21T20:05:30.966 INFO:teuthology.orchestra.run.trial161.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 690 kB/s | 50 kB 00:00 2026-02-21T20:05:30.990 INFO:teuthology.orchestra.run.trial126.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 173 MB/s | 6.1 MB 00:00 2026-02-21T20:05:31.004 INFO:teuthology.orchestra.run.trial126.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 32 MB/s | 442 kB 00:00 2026-02-21T20:05:31.098 INFO:teuthology.orchestra.run.trial126.stdout:(10/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 206 MB/s | 19 MB 00:00 2026-02-21T20:05:31.203 INFO:teuthology.orchestra.run.trial126.stdout:(11/12): libquadmath-11.5.0-14.el9.x86_64.rpm 286 kB/s | 184 kB 00:00 2026-02-21T20:05:31.461 INFO:teuthology.orchestra.run.trial161.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 108 kB/s | 54 kB 00:00 2026-02-21T20:05:31.862 INFO:teuthology.orchestra.run.trial161.stdout:(3/10): python3-cachetools-4.2.4-1.el9.noarch.r 80 kB/s | 32 kB 00:00 2026-02-21T20:05:31.886 INFO:teuthology.orchestra.run.trial161.stdout:(4/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 160 kB/s | 159 kB 00:00 2026-02-21T20:05:31.913 INFO:teuthology.orchestra.run.trial126.stdout:(12/12): libgfortran-11.5.0-14.el9.x86_64.rpm 586 kB/s | 794 kB 00:01 2026-02-21T20:05:31.917 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:31.917 INFO:teuthology.orchestra.run.trial126.stdout:Total 28 MB/s | 43 MB 00:01 2026-02-21T20:05:31.941 INFO:teuthology.orchestra.run.trial161.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 178 kB/s | 14 kB 00:00 2026-02-21T20:05:32.077 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:32.090 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:32.090 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:32.184 INFO:teuthology.orchestra.run.trial161.stdout:(6/10): python3-pyasn1-modules-0.4.8-6.el9.noar 216 kB/s | 279 kB 00:01 2026-02-21T20:05:32.292 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:32.292 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:32.509 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:32.511 INFO:teuthology.orchestra.run.trial126.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:05:32.517 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:32.528 INFO:teuthology.orchestra.run.trial161.stdout:(7/10): python3-google-auth-2.45.0-1.el9.noarch 396 kB/s | 254 kB 00:00 2026-02-21T20:05:32.550 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:32.555 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:05:32.609 INFO:teuthology.orchestra.run.trial161.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 1.1 MB/s | 90 kB 00:00 2026-02-21T20:05:32.613 INFO:teuthology.orchestra.run.trial126.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:05:32.616 INFO:teuthology.orchestra.run.trial126.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:05:32.637 INFO:teuthology.orchestra.run.trial126.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:05:32.663 INFO:teuthology.orchestra.run.trial161.stdout:(9/10): python3-rsa-4.9-2.el9.noarch.rpm 123 kB/s | 59 kB 00:00 2026-02-21T20:05:32.955 INFO:teuthology.orchestra.run.trial126.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:05:33.026 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:05:33.117 INFO:teuthology.orchestra.run.trial161.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 888 kB/s | 1.0 MB 00:01 2026-02-21T20:05:33.120 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:33.121 INFO:teuthology.orchestra.run.trial161.stdout:Total 828 kB/s | 2.0 MB 00:02 2026-02-21T20:05:33.147 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:33.155 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:33.155 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:33.195 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:33.195 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:33.269 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:33.319 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:05:33.332 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:33.346 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:05:33.351 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:05:33.359 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:05:33.398 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:05:33.410 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:33.684 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:33.728 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:05:33.743 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:05:33.744 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:33.856 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:33.856 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:05:33.856 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:33.857 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:05:33.857 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:05:33.857 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:05:33.857 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:05:33.857 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:33.857 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:05:33.857 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:05:33.913 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:05:33.914 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:05:33.915 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:05:33.915 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:05:33.915 INFO:teuthology.orchestra.run.trial161.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:05:33.915 INFO:teuthology.orchestra.run.trial161.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:05:33.915 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:33.915 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:33.944 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:05:34.143 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:05:34.144 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:34.246 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:28 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:34.328 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:05:34.330 INFO:teuthology.orchestra.run.trial161.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout:Install 7 Packages 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 7.1 M 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 34 M 2026-02-21T20:05:34.331 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:05:34.420 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:05:34.421 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:05:34.421 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:34.421 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:05:34.478 INFO:teuthology.orchestra.run.trial126.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:34.479 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:34.517 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:05:34.827 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:34.893 INFO:teuthology.orchestra.run.trial161.stdout:(1/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 4.8 MB/s | 249 kB 00:00 2026-02-21T20:05:34.903 INFO:teuthology.orchestra.run.trial161.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 3.5 MB/s | 35 kB 00:00 2026-02-21T20:05:34.911 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:05:34.912 INFO:teuthology.orchestra.run.trial126.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:34.913 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:34.914 INFO:teuthology.orchestra.run.trial126.stdout:Install 10 Packages 2026-02-21T20:05:34.914 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:34.914 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 2.0 M 2026-02-21T20:05:34.914 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 25 M 2026-02-21T20:05:34.915 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:34.927 INFO:teuthology.orchestra.run.trial161.stdout:(3/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.2 MB/s | 187 kB 00:00 2026-02-21T20:05:34.935 INFO:teuthology.orchestra.run.trial161.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 64 MB/s | 6.0 MB 00:00 2026-02-21T20:05:35.163 INFO:teuthology.orchestra.run.trial126.stdout:(1/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.3 MB/s | 159 kB 00:00 2026-02-21T20:05:35.168 INFO:teuthology.orchestra.run.trial126.stdout:(2/10): python3-pyasn1-modules-0.4.8-6.el9.noar 3.8 MB/s | 279 kB 00:00 2026-02-21T20:05:35.175 INFO:teuthology.orchestra.run.trial126.stdout:(3/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 647 kB/s | 50 kB 00:00 2026-02-21T20:05:35.189 INFO:teuthology.orchestra.run.trial126.stdout:(4/10): python3-certifi-2023.05.07-4.el9.noarch 967 kB/s | 14 kB 00:00 2026-02-21T20:05:35.190 INFO:teuthology.orchestra.run.trial126.stdout:(5/10): python3-cachetools-4.2.4-1.el9.noarch.r 1.4 MB/s | 32 kB 00:00 2026-02-21T20:05:35.192 INFO:teuthology.orchestra.run.trial126.stdout:(6/10): python3-requests-oauthlib-1.3.0-12.el9. 1.8 MB/s | 54 kB 00:00 2026-02-21T20:05:35.203 INFO:teuthology.orchestra.run.trial161.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 209 kB/s | 58 kB 00:00 2026-02-21T20:05:35.210 INFO:teuthology.orchestra.run.trial126.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 3.2 MB/s | 59 kB 00:00 2026-02-21T20:05:35.211 INFO:teuthology.orchestra.run.trial161.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 314 kB/s | 86 kB 00:00 2026-02-21T20:05:35.212 INFO:teuthology.orchestra.run.trial126.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 11 MB/s | 254 kB 00:00 2026-02-21T20:05:35.220 INFO:teuthology.orchestra.run.trial126.stdout:(9/10): python3-kubernetes-26.1.0-3.el9.noarch. 34 MB/s | 1.0 MB 00:00 2026-02-21T20:05:35.237 INFO:teuthology.orchestra.run.trial126.stdout:(10/10): python3-websocket-client-1.2.3-2.el9.n 3.3 MB/s | 90 kB 00:00 2026-02-21T20:05:35.238 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:35.238 INFO:teuthology.orchestra.run.trial126.stdout:Total 6.1 MB/s | 2.0 MB 00:00 2026-02-21T20:05:35.267 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:35.275 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:35.275 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:35.313 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:35.314 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:35.388 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:35.395 INFO:teuthology.orchestra.run.trial161.stdout:(7/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2026-02-21T20:05:35.396 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:35.396 INFO:teuthology.orchestra.run.trial161.stdout:Total 6.7 MB/s | 7.1 MB 00:01 2026-02-21T20:05:35.432 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:35.439 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:05:35.440 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:35.440 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:35.451 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:35.466 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:05:35.470 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:05:35.478 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:35.517 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:05:35.530 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:35.604 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:35.653 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:05:35.663 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:05:35.668 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:05:35.845 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:05:35.860 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:05:35.861 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:35.887 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:35.911 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:05:35.935 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:05:35.937 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:35.967 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:35.967 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:05:35.967 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:35.967 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:05:35.967 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:05:35.968 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:05:35.968 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:05:35.968 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:35.968 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:05:35.968 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:05:36.023 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:05:36.023 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:36.023 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:36.023 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:36.023 INFO:teuthology.orchestra.run.trial126.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:05:36.023 INFO:teuthology.orchestra.run.trial126.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:36.024 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:36.045 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:36.045 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:05:36.046 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:05:36.046 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:05:36.046 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:36.046 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:05:36.046 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:05:36.054 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:05:36.103 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:05:36.103 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:36.103 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:36.103 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:36.103 INFO:teuthology.orchestra.run.trial161.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:05:36.104 INFO:teuthology.orchestra.run.trial161.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:05:36.104 INFO:teuthology.orchestra.run.trial161.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:05:36.104 INFO:teuthology.orchestra.run.trial161.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:05:36.104 INFO:teuthology.orchestra.run.trial161.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:05:36.104 INFO:teuthology.orchestra.run.trial161.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:05:36.104 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:36.104 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:36.134 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-osd 2026-02-21T20:05:36.361 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:36.441 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:36.443 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:36.444 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:36.444 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:05:36.444 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:36.444 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:36.444 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:36.445 INFO:teuthology.orchestra.run.trial126.stdout:Install 7 Packages 2026-02-21T20:05:36.446 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:36.446 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 7.1 M 2026-02-21T20:05:36.446 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 34 M 2026-02-21T20:05:36.446 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:36.507 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:36.526 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:36.526 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:36.526 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:36.547 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-osd-classic 2026-02-21T20:05:36.855 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:36.877 INFO:teuthology.orchestra.run.trial126.stdout:(1/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 3.8 MB/s | 249 kB 00:00 2026-02-21T20:05:36.887 INFO:teuthology.orchestra.run.trial126.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 3.4 MB/s | 35 kB 00:00 2026-02-21T20:05:36.902 INFO:teuthology.orchestra.run.trial126.stdout:(3/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.0 MB/s | 187 kB 00:00 2026-02-21T20:05:36.919 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:36.933 INFO:teuthology.orchestra.run.trial126.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 50 MB/s | 6.0 MB 00:00 2026-02-21T20:05:36.937 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:36.938 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:36.938 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:36.959 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-fuse 2026-02-21T20:05:37.036 INFO:teuthology.orchestra.run.trial126.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 433 kB/s | 58 kB 00:00 2026-02-21T20:05:37.102 INFO:teuthology.orchestra.run.trial126.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 511 kB/s | 86 kB 00:00 2026-02-21T20:05:37.262 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:37.274 INFO:teuthology.orchestra.run.trial126.stdout:(7/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2026-02-21T20:05:37.277 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:37.277 INFO:teuthology.orchestra.run.trial126.stdout:Total 8.5 MB/s | 7.1 MB 00:00 2026-02-21T20:05:37.316 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:37.323 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:37.323 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:37.348 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:37.349 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:37.349 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-21T20:05:37.349 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:37.349 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:37.349 INFO:teuthology.orchestra.run.trial161.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:05:37.349 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:37.349 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:37.350 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:37.350 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-21T20:05:37.350 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:37.350 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 988 k 2026-02-21T20:05:37.350 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 2.9 M 2026-02-21T20:05:37.350 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:37.398 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:37.398 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:37.469 INFO:teuthology.orchestra.run.trial161.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-21T20:05:37.470 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:37.470 INFO:teuthology.orchestra.run.trial161.stdout:Total 8.0 MB/s | 988 kB 00:00 2026-02-21T20:05:37.470 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:37.474 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:37.474 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:37.491 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:37.509 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:37.509 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:37.540 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:05:37.550 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:05:37.555 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:05:37.600 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:37.617 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.774 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:37.798 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:05:37.822 INFO:teuthology.orchestra.run.trial126.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:05:37.823 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:37.838 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.895 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.895 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:37.896 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:37.896 INFO:teuthology.orchestra.run.trial161.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:37.896 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:37.896 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:37.923 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-volume 2026-02-21T20:05:37.930 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:37.930 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:05:37.930 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:05:37.931 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:05:37.931 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:37.931 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:05:37.931 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:05:37.987 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:05:37.987 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:37.987 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:37.987 INFO:teuthology.orchestra.run.trial126.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:37.987 INFO:teuthology.orchestra.run.trial126.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:05:37.987 INFO:teuthology.orchestra.run.trial126.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:05:37.987 INFO:teuthology.orchestra.run.trial126.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:05:37.988 INFO:teuthology.orchestra.run.trial126.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:05:37.988 INFO:teuthology.orchestra.run.trial126.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:05:37.988 INFO:teuthology.orchestra.run.trial126.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:05:37.988 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:37.988 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:38.017 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-osd 2026-02-21T20:05:38.230 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:38.313 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:38.314 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:38.314 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-21T20:05:38.314 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:38.314 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:38.314 INFO:teuthology.orchestra.run.trial161.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout:Install 2 Packages 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 650 k 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 2.2 M 2026-02-21T20:05:38.315 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:38.326 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:38.394 INFO:teuthology.orchestra.run.trial126.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:38.413 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:38.413 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:38.413 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:38.435 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-osd-classic 2026-02-21T20:05:38.736 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:38.754 INFO:teuthology.orchestra.run.trial161.stdout:(1/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 3.0 MB/s | 299 kB 00:00 2026-02-21T20:05:38.800 INFO:teuthology.orchestra.run.trial126.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:38.819 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:38.819 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:38.819 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:38.840 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-fuse 2026-02-21T20:05:39.025 INFO:teuthology.orchestra.run.trial161.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 957 kB/s | 351 kB 00:00 2026-02-21T20:05:39.026 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:39.026 INFO:teuthology.orchestra.run.trial161.stdout:Total 913 kB/s | 650 kB 00:00 2026-02-21T20:05:39.036 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:39.042 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:39.042 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:39.086 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:39.086 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:39.150 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:46 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:39.167 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:39.229 INFO:teuthology.orchestra.run.trial161.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:05:39.232 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:39.233 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:39.234 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:39.234 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repo Size 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout:Install 1 Package 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 988 k 2026-02-21T20:05:39.235 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 2.9 M 2026-02-21T20:05:39.236 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:39.245 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:39.245 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:39.246 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:05:39.246 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:39.469 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:05:39.527 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:05:39.527 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:39.527 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:39.527 INFO:teuthology.orchestra.run.trial161.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:05:39.527 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:39.528 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:39.555 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install librados-devel 2026-02-21T20:05:39.598 INFO:teuthology.orchestra.run.trial126.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 2.7 MB/s | 988 kB 00:00 2026-02-21T20:05:39.598 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:39.599 INFO:teuthology.orchestra.run.trial126.stdout:Total 2.6 MB/s | 988 kB 00:00 2026-02-21T20:05:39.599 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:39.603 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:39.603 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:39.638 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:39.638 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:39.730 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:39.748 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:39.866 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:33 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:39.949 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:39.950 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-21T20:05:39.951 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:39.951 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 123 k 2026-02-21T20:05:39.951 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 437 k 2026-02-21T20:05:39.951 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:39.962 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:40.019 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:40.019 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:40.020 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:40.020 INFO:teuthology.orchestra.run.trial126.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:40.020 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:40.020 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:40.036 INFO:teuthology.orchestra.run.trial161.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:40.036 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:40.037 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:40.037 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:40.039 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:40.039 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:40.047 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install ceph-volume 2026-02-21T20:05:40.071 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:40.071 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:40.125 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:40.141 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:40.219 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:40.276 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:40.277 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:40.277 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:40.277 INFO:teuthology.orchestra.run.trial161.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:40.277 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:40.277 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:40.304 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install libcephfs2 2026-02-21T20:05:40.365 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:40.448 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:40.449 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:40.449 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repository Size 2026-02-21T20:05:40.449 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout:Install 2 Packages 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:40.450 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 650 k 2026-02-21T20:05:40.451 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 2.2 M 2026-02-21T20:05:40.451 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:40.534 INFO:teuthology.orchestra.run.trial126.stdout:(1/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 16 MB/s | 351 kB 00:00 2026-02-21T20:05:40.610 INFO:teuthology.orchestra.run.trial126.stdout:(2/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 3.0 MB/s | 299 kB 00:00 2026-02-21T20:05:40.611 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:40.611 INFO:teuthology.orchestra.run.trial126.stdout:Total 3.9 MB/s | 650 kB 00:00 2026-02-21T20:05:40.614 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:34 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:40.620 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:40.626 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:40.626 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:40.669 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:40.670 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:40.678 INFO:teuthology.orchestra.run.trial161.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:40.696 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:40.697 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:40.697 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:40.718 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install libcephfs-devel 2026-02-21T20:05:40.750 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:40.813 INFO:teuthology.orchestra.run.trial126.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:05:40.815 INFO:teuthology.orchestra.run.trial126.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:40.830 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:40.830 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:40.830 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:05:40.830 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:41.029 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:41.056 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:05:41.113 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:41.114 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:41.115 INFO:teuthology.orchestra.run.trial161.stdout:Install 2 Packages 2026-02-21T20:05:41.115 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:41.115 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 62 k 2026-02-21T20:05:41.115 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 223 k 2026-02-21T20:05:41.115 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:41.115 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:05:41.115 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:41.116 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:41.116 INFO:teuthology.orchestra.run.trial126.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:05:41.116 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:41.116 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:41.144 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install librados-devel 2026-02-21T20:05:41.243 INFO:teuthology.orchestra.run.trial161.stdout:(1/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 193 kB/s | 25 kB 00:00 2026-02-21T20:05:41.244 INFO:teuthology.orchestra.run.trial161.stdout:(2/2): libcephfs-devel-20.3.0-5291.g042df16c.el 289 kB/s | 37 kB 00:00 2026-02-21T20:05:41.244 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:41.244 INFO:teuthology.orchestra.run.trial161.stdout:Total 477 kB/s | 62 kB 00:00 2026-02-21T20:05:41.245 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:41.247 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:41.247 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:41.280 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:41.281 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:41.331 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:41.332 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:41.346 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:41.362 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:41.416 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:41.416 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:41.456 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:48 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:41.473 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:41.473 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:41.473 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:41.473 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:41.474 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:41.474 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:41.474 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:41.501 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install librados2 2026-02-21T20:05:41.540 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:41.541 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:41.541 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repo Size 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout:Install 1 Package 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 123 k 2026-02-21T20:05:41.542 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 437 k 2026-02-21T20:05:41.543 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:41.628 INFO:teuthology.orchestra.run.trial126.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:41.629 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:41.629 INFO:teuthology.orchestra.run.trial126.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:41.629 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:41.632 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:41.632 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:41.664 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:41.664 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:41.718 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:41.734 INFO:teuthology.orchestra.run.trial126.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:41.807 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:41.820 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:41.871 INFO:teuthology.orchestra.run.trial161.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:41.879 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:41.879 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:41.879 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:41.879 INFO:teuthology.orchestra.run.trial126.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:41.879 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:41.879 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:41.889 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:41.890 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:41.890 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:41.907 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install libcephfs2 2026-02-21T20:05:41.911 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install librbd1 2026-02-21T20:05:42.219 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:36 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:42.220 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:49 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:42.282 INFO:teuthology.orchestra.run.trial161.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:42.285 INFO:teuthology.orchestra.run.trial126.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:42.300 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:42.301 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:42.301 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:42.303 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:42.304 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:42.304 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:42.322 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-rados 2026-02-21T20:05:42.325 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install libcephfs-devel 2026-02-21T20:05:42.632 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:49 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:42.633 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:36 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:42.697 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:42.714 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:42.715 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:42.715 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repo Size 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout:Installing dependencies: 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout:Install 2 Packages 2026-02-21T20:05:42.716 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:42.717 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 62 k 2026-02-21T20:05:42.717 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 223 k 2026-02-21T20:05:42.717 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:42.717 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:42.717 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:42.718 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:42.737 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-rgw 2026-02-21T20:05:42.805 INFO:teuthology.orchestra.run.trial126.stdout:(1/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 279 kB/s | 25 kB 00:00 2026-02-21T20:05:42.806 INFO:teuthology.orchestra.run.trial126.stdout:(2/2): libcephfs-devel-20.3.0-5291.g042df16c.el 416 kB/s | 37 kB 00:00 2026-02-21T20:05:42.806 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:42.806 INFO:teuthology.orchestra.run.trial126.stdout:Total 685 kB/s | 62 kB 00:00 2026-02-21T20:05:42.806 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:42.809 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:42.809 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:42.842 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:42.843 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:42.892 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:42.893 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:42.907 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:42.923 INFO:teuthology.orchestra.run.trial126.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:42.976 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:42.977 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:43.032 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:43.033 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:43.033 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:43.033 INFO:teuthology.orchestra.run.trial126.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:43.033 INFO:teuthology.orchestra.run.trial126.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:43.033 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:43.033 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:43.045 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:43.060 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install librados2 2026-02-21T20:05:43.109 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:43.127 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:43.128 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:43.128 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:43.149 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-cephfs 2026-02-21T20:05:43.366 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:50 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:43.430 INFO:teuthology.orchestra.run.trial126.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:43.448 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:43.449 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:43.449 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:43.456 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:43.469 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install librbd1 2026-02-21T20:05:43.522 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:43.540 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:43.540 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:43.541 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:43.562 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-rbd 2026-02-21T20:05:43.774 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:50 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:43.838 INFO:teuthology.orchestra.run.trial126.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:43.856 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:43.857 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:43.857 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:43.870 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:43.877 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install python3-rados 2026-02-21T20:05:43.935 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:43.953 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:43.954 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-21T20:05:43.954 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:43.975 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install rbd-fuse 2026-02-21T20:05:44.188 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:44.253 INFO:teuthology.orchestra.run.trial126.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:44.271 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:44.272 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:44.272 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:44.280 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:44.294 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install python3-rgw 2026-02-21T20:05:44.362 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:44.363 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-21T20:05:44.364 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:44.364 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 84 k 2026-02-21T20:05:44.364 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 209 k 2026-02-21T20:05:44.364 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:44.448 INFO:teuthology.orchestra.run.trial161.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 993 kB/s | 84 kB 00:00 2026-02-21T20:05:44.448 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:44.449 INFO:teuthology.orchestra.run.trial161.stdout:Total 984 kB/s | 84 kB 00:00 2026-02-21T20:05:44.449 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:44.452 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:44.452 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:44.484 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:44.484 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:44.535 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:44.551 INFO:teuthology.orchestra.run.trial161.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:44.601 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:44.630 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:44.667 INFO:teuthology.orchestra.run.trial126.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:44.685 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:44.686 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:44.686 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:44.688 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:44.689 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:44.689 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:44.689 INFO:teuthology.orchestra.run.trial161.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:44.689 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:44.689 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:44.707 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install python3-cephfs 2026-02-21T20:05:44.717 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install rbd-mirror 2026-02-21T20:05:45.018 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:45.026 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:45.084 INFO:teuthology.orchestra.run.trial126.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:45.103 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:45.103 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:45.103 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:45.108 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-21T20:05:45.109 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:45.110 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 2.9 M 2026-02-21T20:05:45.110 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 11 M 2026-02-21T20:05:45.110 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:45.125 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install python3-rbd 2026-02-21T20:05:45.256 INFO:teuthology.orchestra.run.trial161.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-21T20:05:45.257 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:45.257 INFO:teuthology.orchestra.run.trial161.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-21T20:05:45.257 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:45.261 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:45.261 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:45.300 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:45.300 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:45.428 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:45.480 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:45.481 INFO:teuthology.orchestra.run.trial161.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:45.492 INFO:teuthology.orchestra.run.trial126.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:45.504 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:45.504 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:45.505 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:05:45.505 INFO:teuthology.orchestra.run.trial161.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:05:45.505 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:45.505 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:45.511 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:45.511 INFO:teuthology.orchestra.run.trial126.stdout:Nothing to do. 2026-02-21T20:05:45.512 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:45.532 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install rbd-fuse 2026-02-21T20:05:45.811 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:45.811 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:45.811 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:45.811 INFO:teuthology.orchestra.run.trial161.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:45.811 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:45.812 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:45.836 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:45.838 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install rbd-nbd 2026-02-21T20:05:45.918 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:45.919 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:45.919 INFO:teuthology.orchestra.run.trial126.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:Install 1 Package 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 84 k 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 209 k 2026-02-21T20:05:45.920 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:46.151 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Feb 2026 08:04:06 PM UTC. 2026-02-21T20:05:46.203 INFO:teuthology.orchestra.run.trial126.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 297 kB/s | 84 kB 00:00 2026-02-21T20:05:46.205 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:46.205 INFO:teuthology.orchestra.run.trial126.stdout:Total 295 kB/s | 84 kB 00:00 2026-02-21T20:05:46.205 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:46.209 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:46.209 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:46.234 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-21T20:05:46.234 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:46.234 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 172 k 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 462 k 2026-02-21T20:05:46.235 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-21T20:05:46.241 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:46.241 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:46.292 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:46.308 INFO:teuthology.orchestra.run.trial126.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:46.385 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:46.443 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:46.443 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:46.443 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:46.443 INFO:teuthology.orchestra.run.trial126.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:46.444 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:46.444 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:46.471 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install rbd-mirror 2026-02-21T20:05:46.601 INFO:teuthology.orchestra.run.trial161.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 471 kB/s | 172 kB 00:00 2026-02-21T20:05:46.603 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:46.603 INFO:teuthology.orchestra.run.trial161.stdout:Total 467 kB/s | 172 kB 00:00 2026-02-21T20:05:46.603 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-21T20:05:46.608 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-21T20:05:46.608 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-21T20:05:46.640 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-21T20:05:46.641 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-21T20:05:46.696 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-21T20:05:46.713 INFO:teuthology.orchestra.run.trial161.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:46.795 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:46.800 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:53 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:46.853 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:46.853 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:46.854 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-21T20:05:46.854 INFO:teuthology.orchestra.run.trial161.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:46.854 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:05:46.854 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-21T20:05:46.886 DEBUG:teuthology.parallel:result is None 2026-02-21T20:05:46.887 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:46.887 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:46.887 INFO:teuthology.orchestra.run.trial126.stdout: Package Arch Version Repo Size 2026-02-21T20:05:46.887 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout:Install 1 Package 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 2.9 M 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 11 M 2026-02-21T20:05:46.888 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:47.456 INFO:teuthology.orchestra.run.trial126.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 5.0 MB/s | 2.9 MB 00:00 2026-02-21T20:05:47.456 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:47.457 INFO:teuthology.orchestra.run.trial126.stdout:Total 5.0 MB/s | 2.9 MB 00:00 2026-02-21T20:05:47.457 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:47.461 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:47.461 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:47.500 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:47.500 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:47.677 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:47.679 INFO:teuthology.orchestra.run.trial126.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:47.701 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:47.701 INFO:teuthology.orchestra.run.trial126.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:47.701 INFO:teuthology.orchestra.run.trial126.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:05:47.702 INFO:teuthology.orchestra.run.trial126.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:05:47.702 INFO:teuthology.orchestra.run.trial126.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:47.702 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:47.992 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:47.992 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:47.992 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:47.992 INFO:teuthology.orchestra.run.trial126.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:47.992 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:47.992 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:48.020 DEBUG:teuthology.orchestra.run.trial126:> sudo yum -y install rbd-nbd 2026-02-21T20:05:48.333 INFO:teuthology.orchestra.run.trial126.stdout:Last metadata expiration check: 0:01:55 ago on Sat 21 Feb 2026 08:03:53 PM UTC. 2026-02-21T20:05:48.416 INFO:teuthology.orchestra.run.trial126.stdout:Dependencies resolved. 2026-02-21T20:05:48.417 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:48.417 INFO:teuthology.orchestra.run.trial126.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:48.417 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout:Installing: 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout:Transaction Summary 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout:================================================================================ 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout:Install 1 Package 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout:Total download size: 172 k 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout:Installed size: 462 k 2026-02-21T20:05:48.418 INFO:teuthology.orchestra.run.trial126.stdout:Downloading Packages: 2026-02-21T20:05:48.504 INFO:teuthology.orchestra.run.trial126.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-21T20:05:48.505 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:48.505 INFO:teuthology.orchestra.run.trial126.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-21T20:05:48.505 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction check 2026-02-21T20:05:48.510 INFO:teuthology.orchestra.run.trial126.stdout:Transaction check succeeded. 2026-02-21T20:05:48.510 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction test 2026-02-21T20:05:48.542 INFO:teuthology.orchestra.run.trial126.stdout:Transaction test succeeded. 2026-02-21T20:05:48.542 INFO:teuthology.orchestra.run.trial126.stdout:Running transaction 2026-02-21T20:05:48.598 INFO:teuthology.orchestra.run.trial126.stdout: Preparing : 1/1 2026-02-21T20:05:48.616 INFO:teuthology.orchestra.run.trial126.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:48.697 INFO:teuthology.orchestra.run.trial126.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:48.754 INFO:teuthology.orchestra.run.trial126.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:48.755 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:48.755 INFO:teuthology.orchestra.run.trial126.stdout:Installed: 2026-02-21T20:05:48.755 INFO:teuthology.orchestra.run.trial126.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:48.755 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:05:48.755 INFO:teuthology.orchestra.run.trial126.stdout:Complete! 2026-02-21T20:05:48.787 DEBUG:teuthology.parallel:result is None 2026-02-21T20:05:48.787 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:05:48.960 DEBUG:teuthology.orchestra.run.trial126:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:05:48.981 INFO:teuthology.orchestra.run.trial126.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:05:48.982 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:05:48.982 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:05:48.984 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:05:49.134 DEBUG:teuthology.orchestra.run.trial152:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:05:49.156 INFO:teuthology.orchestra.run.trial152.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:05:49.156 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:05:49.156 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:05:49.159 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:05:49.316 DEBUG:teuthology.orchestra.run.trial161:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:05:49.338 INFO:teuthology.orchestra.run.trial161.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:05:49.338 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:05:49.339 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:05:49.341 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-21T20:05:49.341 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:05:49.341 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:05:49.367 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:05:49.368 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:05:49.395 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:05:49.395 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:05:49.423 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-21T20:05:49.424 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:05:49.424 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:05:49.448 DEBUG:teuthology.orchestra.run.trial126:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:05:49.513 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:05:49.513 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:05:49.537 DEBUG:teuthology.orchestra.run.trial152:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:05:49.601 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:05:49.601 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:05:49.627 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:05:49.690 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-21T20:05:49.690 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:05:49.690 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:05:49.714 DEBUG:teuthology.orchestra.run.trial126:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:05:49.778 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:05:49.778 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:05:49.803 DEBUG:teuthology.orchestra.run.trial152:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:05:49.868 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:05:49.869 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:05:49.895 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:05:49.959 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-21T20:05:49.959 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:05:49.959 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:05:49.984 DEBUG:teuthology.orchestra.run.trial126:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:05:50.049 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:05:50.049 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:05:50.075 DEBUG:teuthology.orchestra.run.trial152:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:05:50.140 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:05:50.140 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:05:50.166 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:05:50.230 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-21T20:05:50.357 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON', 'OSD_DOWN', 'OSD_HOST_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:05:50.357 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:50.360 INFO:tasks.cephadm:Cluster fsid is b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:05:50.360 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-21T20:05:50.360 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.126', 'mon.b': '10.20.193.152', 'mon.c': '10.20.193.161'} 2026-02-21T20:05:50.360 INFO:tasks.cephadm:First mon is mon.a on trial126 2026-02-21T20:05:50.360 INFO:tasks.cephadm:First mgr is a 2026-02-21T20:05:50.360 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-21T20:05:50.360 DEBUG:teuthology.orchestra.run.trial126:> sudo hostname $(hostname -s) 2026-02-21T20:05:50.385 DEBUG:teuthology.orchestra.run.trial152:> sudo hostname $(hostname -s) 2026-02-21T20:05:50.410 DEBUG:teuthology.orchestra.run.trial161:> sudo hostname $(hostname -s) 2026-02-21T20:05:50.434 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-21T20:05:50.435 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:05:50.554 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:05:50.681 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:05:50.683 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:05:50.683 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:05:50.683 DEBUG:teuthology.orchestra.run.trial126:> 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:05:51.022 INFO:teuthology.orchestra.run.trial126.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:05 /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:51.023 DEBUG:teuthology.orchestra.run.trial152:> 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:05:51.359 INFO:teuthology.orchestra.run.trial152.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:05 /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:51.359 DEBUG:teuthology.orchestra.run.trial161:> 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:05:51.689 INFO:teuthology.orchestra.run.trial161.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:05 /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:51.689 DEBUG:teuthology.orchestra.run.trial126:> 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:05:51.708 DEBUG:teuthology.orchestra.run.trial152:> 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:05:51.727 DEBUG:teuthology.orchestra.run.trial161:> 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:05:51.761 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 on all hosts... 2026-02-21T20:05:51.762 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:05:51.764 DEBUG:teuthology.orchestra.run.trial152:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:05:51.770 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:05:52.003 INFO:teuthology.orchestra.run.trial126.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:05:52.010 INFO:teuthology.orchestra.run.trial152.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:05:52.026 INFO:teuthology.orchestra.run.trial161.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:01.151 INFO:teuthology.orchestra.run.trial161.stdout:{ 2026-02-21T20:06:01.151 INFO:teuthology.orchestra.run.trial161.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:06:01.151 INFO:teuthology.orchestra.run.trial161.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:06:01.151 INFO:teuthology.orchestra.run.trial161.stdout: "repo_digests": [ 2026-02-21T20:06:01.151 INFO:teuthology.orchestra.run.trial161.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:06:01.152 INFO:teuthology.orchestra.run.trial161.stdout: ] 2026-02-21T20:06:01.152 INFO:teuthology.orchestra.run.trial161.stdout:} 2026-02-21T20:06:01.168 INFO:teuthology.orchestra.run.trial152.stdout:{ 2026-02-21T20:06:01.168 INFO:teuthology.orchestra.run.trial152.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:06:01.168 INFO:teuthology.orchestra.run.trial152.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:06:01.169 INFO:teuthology.orchestra.run.trial152.stdout: "repo_digests": [ 2026-02-21T20:06:01.169 INFO:teuthology.orchestra.run.trial152.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:06:01.169 INFO:teuthology.orchestra.run.trial152.stdout: ] 2026-02-21T20:06:01.169 INFO:teuthology.orchestra.run.trial152.stdout:} 2026-02-21T20:06:01.230 INFO:teuthology.orchestra.run.trial126.stdout:{ 2026-02-21T20:06:01.230 INFO:teuthology.orchestra.run.trial126.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:06:01.230 INFO:teuthology.orchestra.run.trial126.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:06:01.230 INFO:teuthology.orchestra.run.trial126.stdout: "repo_digests": [ 2026-02-21T20:06:01.230 INFO:teuthology.orchestra.run.trial126.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:06:01.230 INFO:teuthology.orchestra.run.trial126.stdout: ] 2026-02-21T20:06:01.230 INFO:teuthology.orchestra.run.trial126.stdout:} 2026-02-21T20:06:01.249 DEBUG:teuthology.orchestra.run.trial126:> sudo mkdir -p /etc/ceph 2026-02-21T20:06:01.316 DEBUG:teuthology.orchestra.run.trial152:> sudo mkdir -p /etc/ceph 2026-02-21T20:06:01.345 DEBUG:teuthology.orchestra.run.trial161:> sudo mkdir -p /etc/ceph 2026-02-21T20:06:01.373 DEBUG:teuthology.orchestra.run.trial126:> sudo chmod 777 /etc/ceph 2026-02-21T20:06:01.399 DEBUG:teuthology.orchestra.run.trial152:> sudo chmod 777 /etc/ceph 2026-02-21T20:06:01.424 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod 777 /etc/ceph 2026-02-21T20:06:01.450 INFO:tasks.cephadm:Writing seed config... 2026-02-21T20:06:01.452 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-21T20:06:01.452 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-21T20:06:01.452 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-21T20:06:01.452 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-21T20:06:01.453 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-21T20:06:01.453 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-21T20:06:01.453 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-21T20:06:01.453 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-21T20:06:01.453 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-21T20:06:01.454 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:01.454 DEBUG:teuthology.orchestra.run.trial126:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-21T20:06:01.470 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 = b8017fe8-0f60-11f1-bb43-d404e6e7d460 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-21T20:06:01.470 DEBUG:teuthology.orchestra.run.trial126:mon.a> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.a.service 2026-02-21T20:06:01.513 DEBUG:teuthology.orchestra.run.trial126:mgr.a> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.a.service 2026-02-21T20:06:01.555 INFO:tasks.cephadm:Bootstrapping... 2026-02-21T20:06:01.555 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 -v bootstrap --fsid b8017fe8-0f60-11f1-bb43-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.126 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:01.694 INFO:teuthology.orchestra.run.trial126.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:06:01.694 INFO:teuthology.orchestra.run.trial126.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', '-v', 'bootstrap', '--fsid', 'b8017fe8-0f60-11f1-bb43-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.126', '--skip-admin-label'] 2026-02-21T20:06:01.694 INFO:teuthology.orchestra.run.trial126.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-21T20:06:01.695 INFO:teuthology.orchestra.run.trial126.stdout:Verifying podman|docker is present... 2026-02-21T20:06:01.710 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:06:01.710 INFO:teuthology.orchestra.run.trial126.stdout:Verifying lvm2 is present... 2026-02-21T20:06:01.710 INFO:teuthology.orchestra.run.trial126.stdout:Verifying time synchronization is in place... 2026-02-21T20:06:01.717 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:06:01.717 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:06:01.722 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:06:01.722 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout inactive 2026-02-21T20:06:01.728 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout enabled 2026-02-21T20:06:01.734 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout active 2026-02-21T20:06:01.734 INFO:teuthology.orchestra.run.trial126.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:06:01.735 INFO:teuthology.orchestra.run.trial126.stdout:Repeating the final host check... 2026-02-21T20:06:01.751 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:06:01.751 INFO:teuthology.orchestra.run.trial126.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-21T20:06:01.751 INFO:teuthology.orchestra.run.trial126.stdout:systemctl is present 2026-02-21T20:06:01.751 INFO:teuthology.orchestra.run.trial126.stdout:lvcreate is present 2026-02-21T20:06:01.756 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:06:01.756 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:06:01.762 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:06:01.762 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout inactive 2026-02-21T20:06:01.767 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout enabled 2026-02-21T20:06:01.774 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout active 2026-02-21T20:06:01.774 INFO:teuthology.orchestra.run.trial126.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:06:01.774 INFO:teuthology.orchestra.run.trial126.stdout:Host looks OK 2026-02-21T20:06:01.774 INFO:teuthology.orchestra.run.trial126.stdout:Cluster fsid: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:01.774 INFO:teuthology.orchestra.run.trial126.stdout:Acquiring lock 140448260278256 on /run/cephadm/b8017fe8-0f60-11f1-bb43-d404e6e7d460.lock 2026-02-21T20:06:01.774 INFO:teuthology.orchestra.run.trial126.stdout:Lock 140448260278256 acquired on /run/cephadm/b8017fe8-0f60-11f1-bb43-d404e6e7d460.lock 2026-02-21T20:06:01.774 INFO:teuthology.orchestra.run.trial126.stdout:Verifying IP 10.20.193.126 port 3300 ... 2026-02-21T20:06:01.775 INFO:teuthology.orchestra.run.trial126.stdout:Verifying IP 10.20.193.126 port 6789 ... 2026-02-21T20:06:01.775 INFO:teuthology.orchestra.run.trial126.stdout:Base mon IP(s) is [10.20.193.126:3300, 10.20.193.126:6789], mon addrv is [v2:10.20.193.126:3300,v1:10.20.193.126:6789] 2026-02-21T20:06:01.777 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.126 metric 102 2026-02-21T20:06:01.777 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.126 metric 102 2026-02-21T20:06:01.777 INFO:teuthology.orchestra.run.trial126.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:06:01.779 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-21T20:06:01.779 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-21T20:06:01.780 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-21T20:06:01.782 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout inet6 fe80::6df4:474a:2783:a8d6/64 scope link noprefixroute 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe76:e986/64 scope link 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:Mon IP `10.20.193.126` is in CIDR network `10.20.192.0/20` 2026-02-21T20:06:01.783 INFO:teuthology.orchestra.run.trial126.stdout:Mon IP `10.20.193.126` is in CIDR network `10.20.192.0/20` 2026-02-21T20:06:01.784 INFO:teuthology.orchestra.run.trial126.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-21T20:06:01.784 INFO:teuthology.orchestra.run.trial126.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-21T20:06:01.784 INFO:teuthology.orchestra.run.trial126.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:02.016 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stdout 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:06:02.016 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:02.016 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stderr Getting image source signatures 2026-02-21T20:06:02.016 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stderr Copying blob sha256:e60e84cd03e7dd8cdc86f7b486bd1a0f952976a735df6b4ece42f8539db058b6 2026-02-21T20:06:02.016 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stderr Copying blob sha256:f288f3bfe1f1dd15cb8f17590a708af9d9397de617368b4f9c06e9bc583d4a6b 2026-02-21T20:06:02.016 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stderr Copying config sha256:9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:06:02.017 INFO:teuthology.orchestra.run.trial126.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-21T20:06:02.144 INFO:teuthology.orchestra.run.trial126.stdout:ceph: stdout ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:06:02.144 INFO:teuthology.orchestra.run.trial126.stdout:Ceph version: ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:06:02.145 INFO:teuthology.orchestra.run.trial126.stdout:Extracting ceph user uid/gid from container image... 2026-02-21T20:06:02.298 INFO:teuthology.orchestra.run.trial126.stdout:stat: stdout 167 167 2026-02-21T20:06:02.298 INFO:teuthology.orchestra.run.trial126.stdout:Creating initial keys... 2026-02-21T20:06:02.414 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph-authtool: stdout AQAqEJppssHqFxAAm/GFqSM+MSFUjXfBtyEKlw== 2026-02-21T20:06:02.543 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph-authtool: stdout AQAqEJppzR+lHxAAqADnK9fFlZvjL26Q63cNbA== 2026-02-21T20:06:02.672 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph-authtool: stdout AQAqEJpp0vZaJxAA9gRonFe2BSE/UFuHdS08Jg== 2026-02-21T20:06:02.673 INFO:teuthology.orchestra.run.trial126.stdout:Creating initial monmap... 2026-02-21T20:06:02.810 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:06:02.810 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-21T20:06:02.810 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:02.810 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:06:02.811 INFO:teuthology.orchestra.run.trial126.stdout:monmaptool for a [v2:10.20.193.126:3300,v1:10.20.193.126:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:06:02.811 INFO:teuthology.orchestra.run.trial126.stdout:setting min_mon_release = tentacle 2026-02-21T20:06:02.811 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/monmaptool: set fsid to b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:02.811 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:06:02.811 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:02.811 INFO:teuthology.orchestra.run.trial126.stdout:Creating mon... 2026-02-21T20:06:02.947 INFO:teuthology.orchestra.run.trial126.stdout:create mon.a on 2026-02-21T20:06:03.119 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-21T20:06:03.218 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-21T20:06:03.323 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460.target → /etc/systemd/system/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460.target. 2026-02-21T20:06:03.323 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460.target → /etc/systemd/system/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460.target. 2026-02-21T20:06:03.446 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.a 2026-02-21T20:06:03.446 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.a.service: Unit ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.a.service not loaded. 2026-02-21T20:06:03.566 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460.target.wants/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@.service. 2026-02-21T20:06:03.709 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:03.710 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout disabled 2026-02-21T20:06:03.715 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:03.715 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout inactive 2026-02-21T20:06:03.716 INFO:teuthology.orchestra.run.trial126.stdout:firewalld.service is not enabled 2026-02-21T20:06:03.716 INFO:teuthology.orchestra.run.trial126.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:06:03.716 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for mon to start... 2026-02-21T20:06:03.716 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for mon... 2026-02-21T20:06:03.868 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout cluster: 2026-02-21T20:06:03.870 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout id: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:03.870 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-21T20:06:03.870 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout services: 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.128832s) [leader: a] 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout data: 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout pgs: 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:03.871 INFO:teuthology.orchestra.run.trial126.stdout:mon is available 2026-02-21T20:06:03.872 INFO:teuthology.orchestra.run.trial126.stdout:Assimilating anything we can from ceph.conf... 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout fsid = b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.126:3300,v1:10.20.193.126:6789] 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:06:04.021 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:06:04.022 INFO:teuthology.orchestra.run.trial126.stdout:Generating new minimal ceph.conf... 2026-02-21T20:06:04.176 INFO:teuthology.orchestra.run.trial126.stdout:Restarting the monitor... 2026-02-21T20:06:04.538 INFO:teuthology.orchestra.run.trial126.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-21T20:06:04.692 INFO:teuthology.orchestra.run.trial126.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-21T20:06:04.692 INFO:teuthology.orchestra.run.trial126.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:04.692 INFO:teuthology.orchestra.run.trial126.stdout:Creating mgr... 2026-02-21T20:06:04.693 INFO:teuthology.orchestra.run.trial126.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-21T20:06:04.693 INFO:teuthology.orchestra.run.trial126.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-21T20:06:04.829 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.a 2026-02-21T20:06:04.829 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.a.service: Unit ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.a.service not loaded. 2026-02-21T20:06:04.939 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460.target.wants/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@.service. 2026-02-21T20:06:05.077 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:05.077 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout disabled 2026-02-21T20:06:05.083 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:05.083 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout inactive 2026-02-21T20:06:05.083 INFO:teuthology.orchestra.run.trial126.stdout:firewalld.service is not enabled 2026-02-21T20:06:05.083 INFO:teuthology.orchestra.run.trial126.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:06:05.090 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:05.090 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout disabled 2026-02-21T20:06:05.096 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:05.096 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout inactive 2026-02-21T20:06:05.096 INFO:teuthology.orchestra.run.trial126.stdout:firewalld.service is not enabled 2026-02-21T20:06:05.096 INFO:teuthology.orchestra.run.trial126.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-21T20:06:05.096 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for mgr to start... 2026-02-21T20:06:05.096 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for mgr... 2026-02-21T20:06:05.267 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:05.267 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:05.267 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "fsid": "b8017fe8-0f60-11f1-bb43-d404e6e7d460", 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:06:05.268 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:06:05.269 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:05.270 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:06:03:720599+0000", 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:06:05.271 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:06:03.721042+0000", 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:05.272 INFO:teuthology.orchestra.run.trial126.stdout:mgr not available, waiting (1/15)... 2026-02-21T20:06:05.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:05 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/289712525' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:06:06.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:06 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: from numpy import show_config as show_numpy_config 2026-02-21T20:06:07.423 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:07.423 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:07.423 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "fsid": "b8017fe8-0f60-11f1-bb43-d404e6e7d460", 2026-02-21T20:06:07.423 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:06:07.423 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:06:07.423 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:06:07.423 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:07.424 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:06:07.425 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:06:03:720599+0000", 2026-02-21T20:06:07.426 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:06:07.427 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:07.428 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:06:03.721042+0000", 2026-02-21T20:06:07.428 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:07.428 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:07.428 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:06:07.428 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:07.428 INFO:teuthology.orchestra.run.trial126.stdout:mgr not available, waiting (2/15)... 2026-02-21T20:06:07.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:07 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/4263050753' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:06:08.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: Activating manager daemon a 2026-02-21T20:06:08.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: mgrmap e2: a(active, starting, since 0.00259456s) 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: Manager daemon a is now available 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' 2026-02-21T20:06:08.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:08 trial126 ceph-mon[39622]: from='mgr.14100 10.20.193.126:0/3793195039' entity='mgr.a' 2026-02-21T20:06:09.702 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:09.702 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:09.702 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "fsid": "b8017fe8-0f60-11f1-bb43-d404e6e7d460", 2026-02-21T20:06:09.702 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:06:09.703 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:06:09.704 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:09.705 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:06:03:720599+0000", 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:09.706 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:06:03.721042+0000", 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:09.707 INFO:teuthology.orchestra.run.trial126.stdout:mgr is available 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout fsid = b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.126:3300,v1:10.20.193.126:6789] 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:06:09.925 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:09.926 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:06:09.926 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:06:09.926 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:09.926 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:06:09.926 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:06:09.926 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:06:09.926 INFO:teuthology.orchestra.run.trial126.stdout:Enabling cephadm module... 2026-02-21T20:06:09.966 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:09 trial126 ceph-mon[39622]: mgrmap e3: a(active, since 1.00552s) 2026-02-21T20:06:09.966 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:09 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/390142025' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:06:11.174 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:10 trial126 ceph-mon[39622]: mgrmap e4: a(active, since 2s) 2026-02-21T20:06:11.174 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:10 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/512411236' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-21T20:06:11.174 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:10 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/512411236' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-21T20:06:11.174 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:10 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/611836259' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-21T20:06:11.174 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:10 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: ignoring --setuser ceph since I am not root 2026-02-21T20:06:11.174 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:10 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: ignoring --setgroup ceph since I am not root 2026-02-21T20:06:11.196 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:11.196 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-21T20:06:11.196 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:06:11.197 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T20:06:11.197 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:06:11.197 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:11.197 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for the mgr to restart... 2026-02-21T20:06:11.197 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for mgr epoch 5... 2026-02-21T20:06:12.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:11 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/611836259' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-21T20:06:12.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:11 trial126 ceph-mon[39622]: mgrmap e5: a(active, since 3s) 2026-02-21T20:06:12.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:11 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3363841735' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:06:12.228 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:11 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: /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:06:12.228 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:11 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: 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:06:12.228 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:11 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: from numpy import show_config as show_numpy_config 2026-02-21T20:06:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: Active manager daemon a restarted 2026-02-21T20:06:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: Activating manager daemon a 2026-02-21T20:06:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: osdmap e2: 0 total, 0 up, 0 in 2026-02-21T20:06:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: mgrmap e6: a(active, starting, since 0.00268583s) 2026-02-21T20:06:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:06:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:06:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:06:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:06:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:13 trial126 ceph-mon[39622]: Manager daemon a is now available 2026-02-21T20:06:14.732 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:14.732 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-21T20:06:14.733 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:06:14.733 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:14.733 INFO:teuthology.orchestra.run.trial126.stdout:mgr epoch 5 is available 2026-02-21T20:06:14.733 INFO:teuthology.orchestra.run.trial126.stdout:Verifying orchestrator module is enabled... 2026-02-21T20:06:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: Found migration_current of "None". Setting to last migration. 2026-02-21T20:06:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:14] ENGINE Bus STARTING 2026-02-21T20:06:14.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:14] ENGINE Serving on http://10.20.193.126:8765 2026-02-21T20:06:14.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:06:14.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: mgrmap e7: a(active, since 1.00426s) 2026-02-21T20:06:14.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:06:14.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:14] ENGINE Serving on https://10.20.193.126:7150 2026-02-21T20:06:14.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:14] ENGINE Bus STARTED 2026-02-21T20:06:14.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:14.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:14 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:14] ENGINE Client ('10.20.193.126', 37360) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:06:15.986 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-21T20:06:15.986 INFO:teuthology.orchestra.run.trial126.stdout:Setting orchestrator backend to cephadm... 2026-02-21T20:06:16.214 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:15 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/187679820' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-21T20:06:16.441 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-21T20:06:16.441 INFO:teuthology.orchestra.run.trial126.stdout:Generating ssh key... 2026-02-21T20:06:16.728 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: Generating public/private ed25519 key pair. 2026-02-21T20:06:16.728 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: Your identification has been saved in /tmp/tmpl2ldwk_a/key 2026-02-21T20:06:16.728 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: Your public key has been saved in /tmp/tmpl2ldwk_a/key.pub 2026-02-21T20:06:16.728 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: The key fingerprint is: 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: SHA256:rjvgl/oskKvALD7NBcJOIajmN47/2tKneOYJK71k0Ko ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: The key's randomart image is: 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: +--[ED25519 256]--+ 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |. | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |o. | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |+ . | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |.=.. | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |=..o. S | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |oo=o.. . | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |o+BB+. .. | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |=++*B==o | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: |Eo+*X@Bo | 2026-02-21T20:06:16.729 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: +----[SHA256]-----+ 2026-02-21T20:06:16.903 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxvdYTnrSfRPIAa4kspAYB2HacpBjZCyGXAxC/LFz52 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:16.903 INFO:teuthology.orchestra.run.trial126.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:06:16.903 INFO:teuthology.orchestra.run.trial126.stdout:Adding key to root@localhost authorized_keys... 2026-02-21T20:06:16.904 INFO:teuthology.orchestra.run.trial126.stdout:Adding host trial126... 2026-02-21T20:06:17.018 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/187679820' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-21T20:06:17.018 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: mgrmap e8: a(active, since 2s) 2026-02-21T20:06:17.018 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:17.018 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:17.018 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:17.018 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:17.018 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:17.019 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: Generating ssh key... 2026-02-21T20:06:17.019 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:17.019 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:17.019 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:16 trial126 ceph-mon[39622]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:18.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:17 trial126 ceph-mon[39622]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial126", "addr": "10.20.193.126", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:18.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:17 trial126 ceph-mon[39622]: Deploying cephadm binary to trial126 2026-02-21T20:06:18.694 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout Added host 'trial126' with addr '10.20.193.126' 2026-02-21T20:06:18.694 INFO:teuthology.orchestra.run.trial126.stdout:Deploying unmanaged mon service... 2026-02-21T20:06:18.944 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-21T20:06:18.944 INFO:teuthology.orchestra.run.trial126.stdout:Deploying unmanaged mgr service... 2026-02-21T20:06:19.177 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-21T20:06:19.659 INFO:teuthology.orchestra.run.trial126.stdout:Enabling the dashboard module... 2026-02-21T20:06:19.706 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:19.706 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: Added host trial126 2026-02-21T20:06:19.706 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:19.706 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:19.706 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: Saving service mon spec with placement count:5 2026-02-21T20:06:19.707 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:19.707 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:19.707 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:19.707 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:19.707 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/140289284' entity='client.admin' 2026-02-21T20:06:19.707 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:19 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1300652833' entity='client.admin' 2026-02-21T20:06:20.950 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:20 trial126 ceph-mon[39622]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:20.950 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:20 trial126 ceph-mon[39622]: Saving service mgr spec with placement count:2 2026-02-21T20:06:20.951 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:20 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:20.951 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:20 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2366514658' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-21T20:06:20.951 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:20 trial126 ceph-mon[39622]: from='mgr.14118 10.20.193.126:0/1737811827' entity='mgr.a' 2026-02-21T20:06:20.951 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:20 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: ignoring --setuser ceph since I am not root 2026-02-21T20:06:20.951 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:20 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: ignoring --setgroup ceph since I am not root 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for the mgr to restart... 2026-02-21T20:06:20.974 INFO:teuthology.orchestra.run.trial126.stdout:Waiting for mgr epoch 9... 2026-02-21T20:06:21.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:21 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2366514658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-21T20:06:21.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:21 trial126 ceph-mon[39622]: mgrmap e9: a(active, since 6s) 2026-02-21T20:06:21.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:21 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3793641870' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:06:21.978 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:21 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: /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:06:21.978 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:21 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: 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:06:21.978 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:06:21 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: from numpy import show_config as show_numpy_config 2026-02-21T20:06:23.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: Active manager daemon a restarted 2026-02-21T20:06:23.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: Activating manager daemon a 2026-02-21T20:06:23.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: osdmap e3: 0 total, 0 up, 0 in 2026-02-21T20:06:23.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: mgrmap e10: a(active, starting, since 0.00273616s) 2026-02-21T20:06:23.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:23.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:06:23.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:06:23.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:06:23.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:06:23.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:23 trial126 ceph-mon[39622]: Manager daemon a is now available 2026-02-21T20:06:24.537 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:24.538 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-21T20:06:24.538 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:06:24.538 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:24.538 INFO:teuthology.orchestra.run.trial126.stdout:mgr epoch 9 is available 2026-02-21T20:06:24.538 INFO:teuthology.orchestra.run.trial126.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-21T20:06:24.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:24.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:06:24.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:06:24.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:24.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:24.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:24 trial126 ceph-mon[39622]: mgrmap e11: a(active, since 1.00448s) 2026-02-21T20:06:25.561 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFIDCCAwigAwIBAgIUNy2iWVSm1u/yniXGhAeLLRhjBVgwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWI4MDE3ZmU4LTBmNjAtMTFmMS1i\nYjQzLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjEyMDA2MjVaFw0yOTAyMjAyMDA2MjVa\nMBgxFjAUBgNVBAMMDTEwLjIwLjE5My4xMjYwggIiMA0GCSqGSIb3DQEBAQUAA4IC\nDwAwggIKAoICAQDpep5/qqWuhoS0l9cOnDnjpPCdqVKsdxjYmo7vJpqtJ2Jt7qPl\nTmbAfN6XPGOReaBEP/Hq7lqivSkvF75NTKU+euUv4jErrqBuxBAU8ueKE89BNaU6\nQT7O5rHiGpymv0Mmj9phlLV17i/uUr68bYqdxP/jtvojG/h5WXF+LTnIP9c5XniP\npINImKM26/X4bH123krJkzIS4/64h9njJqQ7eapwDvIxEz7ljx9QTwXo6NES4zNq\nmV5734A4Q1sUmCJmOU0WDlw0kVlJ2OnDcbWpCsr2q4ger/W3fj7NVtCdA4wdEwCP\nfRfv1UD7rVhjr+abXd8fJI9e72OSNCzsXCjQD54JT1BVMMoMAC2Nqs56OEnn+NDP\nGzRsWezK5ueV6WEJhOX8n4qiqN4TO3xnM80cXWtj5vPgbzU5Ir1bjgM6eDoJSGDH\n5N8x+K4XaFb953b3QwkqQrQ0cXfMT+mlFJG4FA+sFsebpsJqp0WUsJXVT8BFYsnU\nYTyoO2OEZ6VOEPbSF76FvZgPbI3zjyRMPoFGcPYw2gLWZaH5av64H6xl8EvWEFDF\n46tDOm/zQHLxwElCJfDmzctHxjqnr6mPsCGXFghjykm2RYRCLKqmcXXM1ce5LOPt\nylGZ6MNe7YSdpKzTcACVbpuop7RXP7SearOcgh6IG01KlCdpp7s9j2iFcQIDAQAB\noz4wPDAsBgNVHREEJTAjggh0cmlhbDEyNoIRZGFzaGJvYXJkX3NlcnZlcnOHBAoU\nwX4wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAox/puCcdJ+8rdX1F\ncGAHNvFFWDmFdmQx74Q1rnRhbTZictkN0B/HMh2ze8uzdQwqclfTvrI4SCawZ9k3\nCAlFm8i+n5rfvUhoUOgNqkCCkJOWqHigPf3JCmoCP4BXjBELFI8NZxkQjwXN6U6M\n50f/pxIPRAJPysWZfIbNWvofL9Z3LDmI5KTUanY0I6nZ8GHcLu/RuznN/mtzhj0s\nRdM5y76pxuXXBbySlHQStu8mE4qhgVo7hstkWk7M4CHjaBdkSW/GWwHuLKOAxedc\ni0t/yiTxtCUtky8J0dgub4Nw94AnPciC/XyHcXMPsy3FFlp5PcBdP4k5JgkUhu3N\n7GcQD41IVKdVVv/597kXzn7wamzHN9hOTn/k+yV5q34TNv2xF7A0WJ3xTsnDFbHl\njmQBFc82NDevoCCXOYwVEfA5vvOStbY8TuhhxKlD5Qle7TmB4kmlXnHPBqUQTsw5\nNodUX9HpTDI39em2t4NbCf1PbSIYrmelN3SJHhsAGQIRrhdxmFKv6yH8rZYCSOCX\nXh+Q7MXYQkyO4DoagX4RUKxePZbunIecqgvpKcYCtVAym0USvq9VyH36lvN2oJBi\n9QghdxdOfws5kGBqlVnge+8eUe5nCbUosiGawABKpUzxxav3Dnbd/snEgz7ahFiu\nb5lJshxS99P1lBb4Q/zFlKQMuJQ=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA6Xqef6qlroaEtJfXDpw546TwnalSrHcY2JqO7yaarSdibe6j\n5U5mwHzelzxjkXmgRD/x6u5aor0pLxe+TUylPnrlL+IxK66gbsQQFPLnihPPQTWl\nOkE+zuax4hqcpr9DJo/aYZS1de4v7lK+vG2KncT/47b6Ixv4eVlxfi05yD/XOV54\nj6SDSJijNuv1+Gx9dt5KyZMyEuP+uIfZ4yakO3mqcA7yMRM+5Y8fUE8F6OjREuMz\naplee9+AOENbFJgiZjlNFg5cNJFZSdjpw3G1qQrK9quIHq/1t34+zVbQnQOMHRMA\nj30X79VA+61YY6/mm13fHySPXu9jkjQs7Fwo0A+eCU9QVTDKDAAtjarOejhJ5/jQ\nzxs0bFnsyubnlelhCYTl/J+KoqjeEzt8ZzPNHF1rY+bz4G81OSK9W44DOng6CUhg\nx+TfMfiuF2hW/ed290MJKkK0NHF3zE/ppRSRuBQPrBbHm6bCaqdFlLCV1U/ARWLJ\n1GE8qDtjhGelThD20he+hb2YD2yN848kTD6BRnD2MNoC1mWh+Wr+uB+sZfBL1hBQ\nxeOrQzpv80By8cBJQiXw5s3LR8Y6p6+pj7AhlxYIY8pJtkWEQiyqpnF1zNXHuSzj\n7cpRmejDXu2EnaSs03AAlW6bqKe0Vz+0nmqznIIeiBtNSpQnaae7PY9ohXECAwEA\nAQKCAgACoNZ9beyZCxsd1FK/r5sIOMBbqf8MAXg2YgEHaKoXlmipf6T5LRmDg7RW\nw/+D8PhQpF6jDCVZjSMUTGJgSONYUXZYhGWUzg2wyYS706MvHvt3irTOM9NS7W5l\nsvJ9/wuwuLBW5l9nkTOZbXWHtfz4OzI9PD9TG1q/9PWN29D5c9yGoQ1e4pV2wP8f\nXGcjsYb1CloRrFZFN6tTpPXbNIFnSP6V7dkkm8iauXJ7CzSwE0TdP1ECG3FgmBq/\np2R0ViUW/QCk5ar8jYFRjz9Ma7CFk2FHBxXMcKMlumZXFenZxqMyZZcdRmV5Ve96\nFdC3qJCCQbuEBHuXsD6w8+TokT4FWhJmohiuLjP+4sKO4uWJt6CgUogO/8Fm4qBi\nIjm1+iqogh/EMeoXvjHdq5AhDitCWnrQvHjMJmOaszARrSK4AoaHafVPFfkxJLFK\nU2cjXt6lQYFCKCiuFLbH2ye5xPbbe6H9TRp0AQADcJwqiOqeo+l4n8atBVWwxptz\nyzdzmtdmm56VtOLLbAPQTV9QJL3OluPjlWMjS9f/CLkJejKcAbJN+ebi0x7QS2LN\nADTrrqVhAdeutyrBolXmVGgrbsBg8H001osIT6r6ASH3CCrLAugjVspviiQTcPfY\nFC37/yKzAe5GZQkYCekvQ5DdxxYBoN6qVfDmLpROsaon9LNuJQKCAQEA+BGLCGxG\nPJNLYxkUUgAO9TkzPQzMs5/yfkNNsm6apjTJWtqXZ3v2POBi6YE9akikU2U7NI2O\ndT6gADRnlJL5rIVK0beCI2iJVFnIpTy2Ag0NYNZDxaBMdt9ndo3JtKCyIABlzvC1\nzkQh4cfwMpHyFeTioBmLx9/UfD7oHcrKOBlCZY+DCkh5VK/dr/AzmyfjpqAm6rSx\nw20btHCDT+DpOBIFBieOSmHGVS+J6Le9NNDnfxVY7xoQnt1Ou8z2OjYuFfNnRYWZ\nYIN5CT+dhePzw5l43egSj3vPQZuj0EyJC8Jr6HmokGyUGWPsYag5XBZKvuVx7Sc5\n6U0FGI4GyJ6CnQKCAQEA8PGo30n7CrU0E4N2rF+DPAGKx0IMAvvrk+nEedcJAu5A\nEPcSZYBZNx9O1m6AAA+byLqytB99X6ISkhbWPBldmUpowjrpLpXvYilyWXQPKKO7\ngbpC6AK7r7DrgfkTFtqSwKBYCEAAfob66eOcTx3OZRtO5UjcavbxqK6qHCNGEOd3\n6183oNUpX+AOsZ6evC1J6VA8U9vUTyv5Iw4uIyG7mBtk4JGV+xflcnKt32+Y+n0+\n5tBBqywfcGWICc9LrEpsFRyX+angyzmiUrUmMiiO1IlA8MOzeLwVw2xrurxQPWm0\nQh2Vk37zltMtGdxjr4ZBlVEhxJQx/KmLWKmopHm75QKCAQEA438DKDhTuV3DdyAa\n2JChJxbL/KLuX5TByDVk3cw9G0uxlRZ+XzL5wR5u14HklsIDoU9nGmzvRmqmRUnJ\n7CFVw3eCBA3s1RgbSTYFojOpHvxlVndpM6YsOZ/rvHePkY0Fjf+PXla2BHHLOMop\nZ9ccUiPUCcsju6tzrHXsXNYK2aOglo8kN5v7WUTnY2A/k3zjc33P8tK/a192VuYQ\nJoM2nms4HErOXTyJrLmqGbfXVsZ2Zr9nDe+zal2+xM/Ux9HENfFAtistW6t2ppqm\nlZFVjf4DME6SJu/+REa91ls6G4SzfUGE6t4Ie7h9oZmq8N6osaSt9DVTELfHgptN\ncVKcqQKCAQAyD/QnmOaJXgcY+trAjAPnhuZ/6lA2moNjM1I4gp6Dtl8nZz6ySk2/\nL0khMspzuMqElY4l8NkK8tDq+8W9rQOOozBLExR6MnsPqU7yGTRBHGwMU1gtfsvi\ngF8enVMDD50oWuiPpkS0BXXC/SDwK2BED71/1Hi/3NlvVANSX13ii0WWaS1UxJWZ\nLyO+chfHP5241YwDXIyrepaEWyDo+cxRmXeHVZiVGGz7L6rC3xwpB7b3HFRYrY1G\nvEHcz+6IONpmNI+7NznW3/3DM5JhH541uOL+Y5s5vdLDzRZBMXl2mSz0A9OdVuZj\n8zLOycUIplugG8BpaOVN+yhR3saEjiqlAoIBAAKwa/Y2O3Cr26GW0PuR/ahmflts\ncYPRllby1aHc/gXAKp4sUQ8J3bCokBFqxC5r2xkMnSQqF5vI2GZq7G09qMKxlEcD\nl/qFt1iuYEygL+Jos/EHQ669Z5GSqhMjKJIR39CqUcQXDVLt825UgLLX5quxbmRJ\nfizgVM6W485Ka2yg6V4tcVJuuYGM1ERK6cQXlKl5NkdeSDgSbkkmgBbqXso7ogOj\nS2OblryOEhMZWh9xvKKjV1mHm/dFGLLxG4Q5m/nwkURJJDJ2rY81vCN0D3//maAp\nEPQDCGKCh46bdSuSypqXZ9t1ppP7Y0A/bVOZp9ExtLZgrtCpJq5QuBep0Ws=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-21T20:06:25.782 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:25 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:23] ENGINE Bus STARTING 2026-02-21T20:06:25.782 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:25 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:23] ENGINE Serving on http://10.20.193.126:8765 2026-02-21T20:06:25.782 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:25 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:24] ENGINE Serving on https://10.20.193.126:7150 2026-02-21T20:06:25.782 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:25 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:24] ENGINE Bus STARTED 2026-02-21T20:06:25.782 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:25 trial126 ceph-mon[39622]: [21/Feb/2026:20:06:24] ENGINE Client ('10.20.193.126', 39896) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:06:25.782 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:25 trial126 ceph-mon[39622]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:06:25.782 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:25 trial126 ceph-mon[39622]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:06:25.795 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-21T20:06:26.035 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-21T20:06:26.035 INFO:teuthology.orchestra.run.trial126.stdout:Creating initial admin user... 2026-02-21T20:06:26.468 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$FjDe2AlFelKpKlfoNG2JhuMJIzP5xFlIOAO2uJOnQQO/A8GZBQclO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771704386, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-21T20:06:26.469 INFO:teuthology.orchestra.run.trial126.stdout:Fetching dashboard port number... 2026-02-21T20:06:26.691 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stdout 8443 2026-02-21T20:06:26.699 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:26.699 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout disabled 2026-02-21T20:06:26.706 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:26.706 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout inactive 2026-02-21T20:06:26.706 INFO:teuthology.orchestra.run.trial126.stdout:firewalld.service is not enabled 2026-02-21T20:06:26.706 INFO:teuthology.orchestra.run.trial126.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-21T20:06:26.707 INFO:teuthology.orchestra.run.trial126.stdout:Ceph Dashboard is now available at: 2026-02-21T20:06:26.707 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:26.707 INFO:teuthology.orchestra.run.trial126.stdout: URL: https://trial126:8443/ 2026-02-21T20:06:26.707 INFO:teuthology.orchestra.run.trial126.stdout: User: admin 2026-02-21T20:06:26.707 INFO:teuthology.orchestra.run.trial126.stdout: Password: lb094o3vi9 2026-02-21T20:06:26.707 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:26.708 INFO:teuthology.orchestra.run.trial126.stdout:Saving cluster configuration to /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config directory 2026-02-21T20:06:26.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:26 trial126 ceph-mon[39622]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:26.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:26 trial126 ceph-mon[39622]: mgrmap e12: a(active, since 2s) 2026-02-21T20:06:26.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:26.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:26.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:26.999 INFO:teuthology.orchestra.run.trial126.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-21T20:06:26.999 INFO:teuthology.orchestra.run.trial126.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-21T20:06:26.999 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:26.999 INFO:teuthology.orchestra.run.trial126.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:26.999 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:26.999 INFO:teuthology.orchestra.run.trial126.stdout:Or, if you are only running a single cluster on this host: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: ceph telemetry on 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout:For more information see: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:27.000 INFO:teuthology.orchestra.run.trial126.stdout:Bootstrap complete. 2026-02-21T20:06:27.006 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout static 2026-02-21T20:06:27.012 INFO:teuthology.orchestra.run.trial126.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-21T20:06:27.012 INFO:teuthology.orchestra.run.trial126.stdout:systemctl: stdout inactive 2026-02-21T20:06:27.012 INFO:teuthology.orchestra.run.trial126.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-21T20:06:27.165 INFO:tasks.cephadm:Fetching config... 2026-02-21T20:06:27.165 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:27.165 DEBUG:teuthology.orchestra.run.trial126:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-21T20:06:27.182 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-21T20:06:27.182 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:27.182 DEBUG:teuthology.orchestra.run.trial126:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-21T20:06:27.241 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-21T20:06:27.241 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:27.241 DEBUG:teuthology.orchestra.run.trial126:> sudo dd if=/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-21T20:06:27.308 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-21T20:06:27.308 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:27.308 DEBUG:teuthology.orchestra.run.trial126:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-21T20:06:27.365 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-21T20:06:27.365 DEBUG:teuthology.orchestra.run.trial126:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxvdYTnrSfRPIAa4kspAYB2HacpBjZCyGXAxC/LFz52 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:06:27.439 INFO:teuthology.orchestra.run.trial126.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxvdYTnrSfRPIAa4kspAYB2HacpBjZCyGXAxC/LFz52 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:27.449 DEBUG:teuthology.orchestra.run.trial152:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxvdYTnrSfRPIAa4kspAYB2HacpBjZCyGXAxC/LFz52 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:06:27.486 INFO:teuthology.orchestra.run.trial152.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxvdYTnrSfRPIAa4kspAYB2HacpBjZCyGXAxC/LFz52 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:27.496 DEBUG:teuthology.orchestra.run.trial161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxvdYTnrSfRPIAa4kspAYB2HacpBjZCyGXAxC/LFz52 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:06:27.531 INFO:teuthology.orchestra.run.trial161.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxvdYTnrSfRPIAa4kspAYB2HacpBjZCyGXAxC/LFz52 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:27.541 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-21T20:06:27.661 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:27.827 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:27 trial126 ceph-mon[39622]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:27.827 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:27 trial126 ceph-mon[39622]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:27.827 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:27 trial126 ceph-mon[39622]: 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:06:27.827 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:27 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1443311720' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-21T20:06:27.827 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:27 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3075238132' entity='client.admin' 2026-02-21T20:06:27.919 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-21T20:06:27.919 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-21T20:06:28.037 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:28.303 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial152 2026-02-21T20:06:28.303 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:06:28.303 DEBUG:teuthology.orchestra.run.trial152:> dd of=/etc/ceph/ceph.conf 2026-02-21T20:06:28.322 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:06:28.322 DEBUG:teuthology.orchestra.run.trial152:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:28.378 INFO:tasks.cephadm:Adding host trial152 to orchestrator... 2026-02-21T20:06:28.379 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch host add trial152 2026-02-21T20:06:28.497 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:29.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2915450998' entity='client.admin' 2026-02-21T20:06:29.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:29.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:29.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial126", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:29.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:29.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: 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:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: Certificate for "cephadm-signed_agent_cert (trial126)" is still valid for 1824 days. 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: Updating trial126:/etc/ceph/ceph.conf 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: Updating trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: Updating trial126:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:29.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:30.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:29 trial126 ceph-mon[39622]: Updating trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:06:30.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:29 trial126 ceph-mon[39622]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial152", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:30.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:29 trial126 ceph-mon[39622]: Deploying cephadm binary to trial152 2026-02-21T20:06:30.308 INFO:teuthology.orchestra.run.trial126.stdout:Added host 'trial152' with addr '10.20.193.152' 2026-02-21T20:06:30.351 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T20:06:30.471 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:30.686 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:30.687 INFO:teuthology.orchestra.run.trial126.stdout:[{"addr": "10.20.193.126", "hostname": "trial126", "labels": [], "status": ""}, {"addr": "10.20.193.152", "hostname": "trial152", "labels": [], "status": ""}] 2026-02-21T20:06:30.723 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config-key ls 2026-02-21T20:06:30.842 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:31.107 INFO:teuthology.orchestra.run.trial126.stdout:[ 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/10/", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/auth_debug", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/container_image", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/log_to_file", 2026-02-21T20:06:31.108 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/log_to_journald", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/log_to_stderr", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:31.109 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/debug_ms", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:31.110 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/debug_mon", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/debug_ms", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/debug_paxos", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:31.111 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/debug_ms", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/debug_osd", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-21T20:06:31.112 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/3/", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/3/+global/public_network", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/4/", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:31.113 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/5/", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/6/", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/7/", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/7/+global/container_image", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/7/-global/container_image", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/8/", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/9/", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-21T20:06:31.114 INFO:teuthology.orchestra.run.trial126.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/auth_debug", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/container_image", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/log_to_file", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/log_to_journald", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/log_to_stderr", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_allow_pool_delete", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_clock_drift_allowed", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_cluster_log_to_file", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_election_default_strategy", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_max_pg_per_osd", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:31.115 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/ms_die_on_bug", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/ms_die_on_old_message", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/public_network", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/debug_mgr", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/debug_ms", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:31.116 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/debug_mon", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/debug_ms", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/debug_paxos", 2026-02-21T20:06:31.117 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_data_avail_warn", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/bdev_debug_aio", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/debug_ms", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/debug_osd", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-21T20:06:31.118 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_op_order", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_shutdown", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_mclock_profile", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_memory_target_autotune", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_op_queue", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-21T20:06:31.119 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_scrub_max_interval", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/client_keyrings", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/config_checks", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial126", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial126.devices.0", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial152", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/inventory", 2026-02-21T20:06:31.120 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/spec.mgr", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/spec.mon", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/accessdb_v2", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/cluster/status", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/crt", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/key", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/telemetry/collection", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/telemetry/report_id", 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/telemetry/salt" 2026-02-21T20:06:31.121 INFO:teuthology.orchestra.run.trial126.stdout:] 2026-02-21T20:06:31.122 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:30 trial126 ceph-mon[39622]: mgrmap e13: a(active, since 6s) 2026-02-21T20:06:31.122 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:31.122 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:30 trial126 ceph-mon[39622]: Added host trial152 2026-02-21T20:06:31.122 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:31.122 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:31.122 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:31.123 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:30 trial126 ceph-mon[39622]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:31.143 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-21T20:06:31.261 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:31.562 INFO:teuthology.orchestra.run.trial126.stdout:{"trial126": {"hostname": "trial126", "addr": "10.20.193.126", "labels": [], "status": ""}, "trial152": {"hostname": "trial152", "addr": "10.20.193.152", "labels": [], "status": ""}} 2026-02-21T20:06:31.563 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial161 2026-02-21T20:06:31.563 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:06:31.563 DEBUG:teuthology.orchestra.run.trial161:> dd of=/etc/ceph/ceph.conf 2026-02-21T20:06:31.581 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:06:31.582 DEBUG:teuthology.orchestra.run.trial161:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:31.637 INFO:tasks.cephadm:Adding host trial161 to orchestrator... 2026-02-21T20:06:31.637 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch host add trial161 2026-02-21T20:06:31.756 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:31.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:31 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1462304051' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-21T20:06:31.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:31 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1978818648' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-21T20:06:31.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.497 INFO:teuthology.orchestra.run.trial126.stdout:Added host 'trial161' with addr '10.20.193.161' 2026-02-21T20:06:33.497 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:33.497 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.497 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.497 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial152", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: Updating trial152:/etc/ceph/ceph.conf 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: Updating trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: Deploying cephadm binary to trial161 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: Updating trial152:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:33.498 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: Updating trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:06:33.499 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.499 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.499 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:33.568 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T20:06:33.687 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:33.899 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:33.899 INFO:teuthology.orchestra.run.trial126.stdout:[{"addr": "10.20.193.126", "hostname": "trial126", "labels": [], "status": ""}, {"addr": "10.20.193.152", "hostname": "trial152", "labels": [], "status": ""}, {"addr": "10.20.193.161", "hostname": "trial161", "labels": [], "status": ""}] 2026-02-21T20:06:33.937 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config-key ls 2026-02-21T20:06:34.056 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:34.318 INFO:teuthology.orchestra.run.trial126.stdout:[ 2026-02-21T20:06:34.318 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/10/", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/auth_debug", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/container_image", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/log_to_file", 2026-02-21T20:06:34.319 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/log_to_journald", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/log_to_stderr", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:34.320 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/debug_ms", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:34.321 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/debug_mon", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/debug_ms", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/debug_paxos", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:34.322 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/debug_ms", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/debug_osd", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-21T20:06:34.323 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-21T20:06:34.324 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/3/", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/3/+global/public_network", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/4/", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/5/", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/6/", 2026-02-21T20:06:34.325 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/7/", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/7/+global/container_image", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/7/-global/container_image", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/8/", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/9/", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:34.326 INFO:teuthology.orchestra.run.trial126.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/auth_debug", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/container_image", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/log_to_file", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/log_to_journald", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/log_to_stderr", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_allow_pool_delete", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_clock_drift_allowed", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_cluster_log_to_file", 2026-02-21T20:06:34.327 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_election_default_strategy", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_max_pg_per_osd", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/ms_die_on_bug", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/ms_die_on_old_message", 2026-02-21T20:06:34.328 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/global/public_network", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/debug_mgr", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/debug_ms", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:34.329 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/debug_mon", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/debug_ms", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/debug_paxos", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_data_avail_warn", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:34.330 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/bdev_debug_aio", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/debug_ms", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/debug_osd", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_op_order", 2026-02-21T20:06:34.331 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_shutdown", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_mclock_profile", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_memory_target_autotune", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_op_queue", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-21T20:06:34.332 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_scrub_max_interval", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/client_keyrings", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/config_checks", 2026-02-21T20:06:34.333 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial126", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial126.devices.0", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial152", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial152.devices.0", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/host.trial161", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/inventory", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/spec.mgr", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/spec.mon", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-21T20:06:34.334 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/accessdb_v2", 2026-02-21T20:06:34.335 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/cluster/status", 2026-02-21T20:06:34.335 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/crt", 2026-02-21T20:06:34.335 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/dashboard/key", 2026-02-21T20:06:34.335 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/telemetry/collection", 2026-02-21T20:06:34.335 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/telemetry/report_id", 2026-02-21T20:06:34.335 INFO:teuthology.orchestra.run.trial126.stdout: "mgr/telemetry/salt" 2026-02-21T20:06:34.335 INFO:teuthology.orchestra.run.trial126.stdout:] 2026-02-21T20:06:34.363 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-21T20:06:34.478 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:34.593 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:34 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:34.593 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:34 trial126 ceph-mon[39622]: Added host trial161 2026-02-21T20:06:34.593 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:34 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:34.593 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:34 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:34.593 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:34 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:34.594 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:34 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/4158026994' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-21T20:06:34.796 INFO:teuthology.orchestra.run.trial126.stdout:{"trial126": {"hostname": "trial126", "addr": "10.20.193.126", "labels": [], "status": ""}, "trial152": {"hostname": "trial152", "addr": "10.20.193.152", "labels": [], "status": ""}, "trial161": {"hostname": "trial161", "addr": "10.20.193.161", "labels": [], "status": ""}} 2026-02-21T20:06:34.796 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-21T20:06:34.797 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd crush tunables default 2026-02-21T20:06:34.916 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:35.713 INFO:teuthology.orchestra.run.trial126.stderr:adjusted tunables profile to default 2026-02-21T20:06:35.752 INFO:tasks.cephadm:Adding mon.a on trial126 2026-02-21T20:06:35.752 INFO:tasks.cephadm:Adding mon.b on trial152 2026-02-21T20:06:35.752 INFO:tasks.cephadm:Adding mon.c on trial161 2026-02-21T20:06:35.753 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch apply mon '3;trial126:10.20.193.126=a;trial152:10.20.193.152=b;trial161:10.20.193.161=c' 2026-02-21T20:06:35.873 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3692688974' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/378615074' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:35.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:35.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial161", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:35.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:35.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:36.122 INFO:teuthology.orchestra.run.trial161.stdout:Scheduled mon update... 2026-02-21T20:06:36.182 DEBUG:teuthology.orchestra.run.trial152:mon.b> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.b.service 2026-02-21T20:06:36.185 DEBUG:teuthology.orchestra.run.trial161:mon.c> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.c.service 2026-02-21T20:06:36.187 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T20:06:36.187 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:06:36.342 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:36.602 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:06:36.602 INFO:teuthology.orchestra.run.trial161.stdout:{"epoch":1,"fsid":"b8017fe8-0f60-11f1-bb43-d404e6e7d460","modified":"2026-02-21T20:06:02.785011Z","created":"2026-02-21T20:06:02.785011Z","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.126:3300","nonce":0},{"type":"v1","addr":"10.20.193.126:6789","nonce":0}]},"addr":"10.20.193.126:6789/0","public_addr":"10.20.193.126:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:02:785021+0000","crush_location":[]}],"quorum":[0]} 2026-02-21T20:06:36.602 INFO:teuthology.orchestra.run.trial161.stderr:dumped monmap epoch 1 2026-02-21T20:06:36.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: Updating trial161:/etc/ceph/ceph.conf 2026-02-21T20:06:36.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: Updating trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:36.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: Updating trial161:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:36.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/378615074' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-21T20:06:36.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:36.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:36.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:36.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:36 trial126 ceph-mon[39622]: from='client.? 10.20.193.161:0/1096341122' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:06:37.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:37 trial161 ceph-mon[42566]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-21T20:06:37.668 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T20:06:37.668 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:06:37.788 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.c/config 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: mon.a calling monitor election 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: mon.c calling monitor election 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: monmap epoch 2 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: last_changed 2026-02-21T20:06:37.334967+0000 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: created 2026-02-21T20:06:02.785011+0000 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: min_mon_release 20 (tentacle) 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: election_strategy: 1 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: 0: [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] mon.a 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: 1: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.c 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: fsmap 2026-02-21T20:06:42.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:42.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: mgrmap e13: a(active, since 18s) 2026-02-21T20:06:42.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: overall HEALTH_OK 2026-02-21T20:06:42.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:42.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:42.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: mon.a calling monitor election 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: mon.c calling monitor election 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:06:42.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: monmap epoch 2 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: last_changed 2026-02-21T20:06:37.334967+0000 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: created 2026-02-21T20:06:02.785011+0000 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: min_mon_release 20 (tentacle) 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: election_strategy: 1 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: 0: [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] mon.a 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: 1: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.c 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: fsmap 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: mgrmap e13: a(active, since 18s) 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: overall HEALTH_OK 2026-02-21T20:06:42.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:42.729 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:42.729 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:43.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:43 trial161 ceph-mon[42566]: Deploying daemon mon.b on trial152 2026-02-21T20:06:43.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:43 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:43.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:43 trial126 ceph-mon[39622]: Deploying daemon mon.b on trial152 2026-02-21T20:06:43.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:43 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:43.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:43 trial152 ceph-mon[41853]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-21T20:06:48.878 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: mon.c calling monitor election 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: mon.a calling monitor election 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: mon.b calling monitor election 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.879 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: monmap epoch 3 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: last_changed 2026-02-21T20:06:43.524087+0000 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: created 2026-02-21T20:06:02.785011+0000 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: min_mon_release 20 (tentacle) 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: election_strategy: 1 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: 0: [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] mon.a 2026-02-21T20:06:48.880 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: 1: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.c 2026-02-21T20:06:48.881 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: 2: [v2:10.20.193.152:3300/0,v1:10.20.193.152:6789/0] mon.b 2026-02-21T20:06:48.881 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: fsmap 2026-02-21T20:06:48.881 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:48.881 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: mgrmap e13: a(active, since 25s) 2026-02-21T20:06:48.881 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: overall HEALTH_OK 2026-02-21T20:06:48.881 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:48.881 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:48.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: mon.c calling monitor election 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: mon.a calling monitor election 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: mon.b calling monitor election 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: monmap epoch 3 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: last_changed 2026-02-21T20:06:43.524087+0000 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: created 2026-02-21T20:06:02.785011+0000 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: min_mon_release 20 (tentacle) 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: election_strategy: 1 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: 0: [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] mon.a 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: 1: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.c 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: 2: [v2:10.20.193.152:3300/0,v1:10.20.193.152:6789/0] mon.b 2026-02-21T20:06:48.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: fsmap 2026-02-21T20:06:48.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:48.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: mgrmap e13: a(active, since 25s) 2026-02-21T20:06:48.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: overall HEALTH_OK 2026-02-21T20:06:48.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:48.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:48.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: mon.c calling monitor election 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: mon.a calling monitor election 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: mon.b calling monitor election 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: monmap epoch 3 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: last_changed 2026-02-21T20:06:43.524087+0000 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: created 2026-02-21T20:06:02.785011+0000 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: min_mon_release 20 (tentacle) 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: election_strategy: 1 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: 0: [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] mon.a 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: 1: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.c 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: 2: [v2:10.20.193.152:3300/0,v1:10.20.193.152:6789/0] mon.b 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: fsmap 2026-02-21T20:06:48.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:48.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: mgrmap e13: a(active, since 25s) 2026-02-21T20:06:48.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: overall HEALTH_OK 2026-02-21T20:06:48.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:48.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:49.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:49.907 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.908 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:49.909 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:49.910 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:50.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:50.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:06:50.046 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:06:50.046 INFO:teuthology.orchestra.run.trial161.stdout:{"epoch":3,"fsid":"b8017fe8-0f60-11f1-bb43-d404e6e7d460","modified":"2026-02-21T20:06:43.524087Z","created":"2026-02-21T20:06:02.785011Z","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.126:3300","nonce":0},{"type":"v1","addr":"10.20.193.126:6789","nonce":0}]},"addr":"10.20.193.126:6789/0","public_addr":"10.20.193.126:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:02:785021+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:3300","nonce":0},{"type":"v1","addr":"10.20.193.161:6789","nonce":0}]},"addr":"10.20.193.161:6789/0","public_addr":"10.20.193.161:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:37:334966+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:3300","nonce":0},{"type":"v1","addr":"10.20.193.152:6789","nonce":0}]},"addr":"10.20.193.152:6789/0","public_addr":"10.20.193.152:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:43:524085+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-21T20:06:50.046 INFO:teuthology.orchestra.run.trial161.stderr:dumped monmap epoch 3 2026-02-21T20:06:50.083 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-21T20:06:50.083 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-21T20:06:50.200 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:50.410 INFO:teuthology.orchestra.run.trial126.stdout:# minimal ceph.conf for b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:50.410 INFO:teuthology.orchestra.run.trial126.stdout:[global] 2026-02-21T20:06:50.410 INFO:teuthology.orchestra.run.trial126.stdout: fsid = b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:06:50.411 INFO:teuthology.orchestra.run.trial126.stdout: mon_host = [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] [v2:10.20.193.152:3300/0,v1:10.20.193.152:6789/0] [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] 2026-02-21T20:06:50.446 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-21T20:06:50.447 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:50.447 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:06:50.473 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:50.473 DEBUG:teuthology.orchestra.run.trial126:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:50.538 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:06:50.538 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:06:50.564 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:06:50.564 DEBUG:teuthology.orchestra.run.trial152:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:50.629 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:06:50.629 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:06:50.655 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:06:50.656 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:50.720 INFO:tasks.cephadm:Adding mgr.a on trial126 2026-02-21T20:06:50.720 INFO:tasks.cephadm:Adding mgr.b on trial152 2026-02-21T20:06:50.720 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch apply mgr '2;trial126=a;trial152=b' 2026-02-21T20:06:50.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Updating trial126:/etc/ceph/ceph.conf 2026-02-21T20:06:50.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Updating trial152:/etc/ceph/ceph.conf 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Updating trial161:/etc/ceph/ceph.conf 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Updating trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Updating trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Updating trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Reconfiguring daemon mon.a on trial126 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: Reconfiguring daemon mon.b on trial152 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:50.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.728 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='client.? 10.20.193.161:0/1915030922' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:06:50.729 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:50 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/190504649' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.873 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.c/config 2026-02-21T20:06:50.894 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Updating trial126:/etc/ceph/ceph.conf 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Updating trial152:/etc/ceph/ceph.conf 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Updating trial161:/etc/ceph/ceph.conf 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Updating trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Updating trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Updating trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Reconfiguring daemon mon.a on trial126 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: Reconfiguring daemon mon.b on trial152 2026-02-21T20:06:50.895 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:50.896 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:50.897 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='client.? 10.20.193.161:0/1915030922' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:06:50.897 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:50 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/190504649' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Updating trial126:/etc/ceph/ceph.conf 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Updating trial152:/etc/ceph/ceph.conf 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Updating trial161:/etc/ceph/ceph.conf 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Updating trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Updating trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Updating trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Reconfiguring daemon mon.a on trial126 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: Reconfiguring daemon mon.b on trial152 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='client.? 10.20.193.161:0/1915030922' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:06:51.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:50 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/190504649' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.097 INFO:teuthology.orchestra.run.trial161.stdout:Scheduled mgr update... 2026-02-21T20:06:51.134 DEBUG:teuthology.orchestra.run.trial152:mgr.b> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.b.service 2026-02-21T20:06:51.136 DEBUG:tasks.cephadm:set 0 configs 2026-02-21T20:06:51.137 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config dump 2026-02-21T20:06:51.255 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:global dev auth_debug true 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 * 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:global dev debug_asserts_on_shutdown true 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:global basic log_to_file true 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:global basic log_to_journald false 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:global basic log_to_stderr false 2026-02-21T20:06:51.467 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_allow_pool_delete true 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_cluster_log_to_file true 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_election_default_strategy 1 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global dev ms_die_on_bug true 2026-02-21T20:06:51.468 INFO:teuthology.orchestra.run.trial126.stdout:global dev ms_die_on_old_message true 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.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:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced debug_mon 20/20 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced debug_ms 1/1 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced debug_paxos 20/20 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced mon_data_avail_warn 5 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-21T20:06:51.469 INFO:teuthology.orchestra.run.trial126.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced debug_mgr 20/20 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced debug_ms 1/1 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-21T20:06:51.470 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd dev bdev_debug_aio true 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced debug_ms 1/1 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced debug_osd 20/20 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_debug_misdirected_ops true 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_debug_op_order true 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_debug_shutdown true 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-21T20:06:51.471 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_memory_target_autotune true 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_op_queue debug_random * 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_recover_clone_overlap true 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-21T20:06:51.472 INFO:teuthology.orchestra.run.trial126.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-21T20:06:51.473 INFO:teuthology.orchestra.run.trial126.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-21T20:06:51.473 INFO:teuthology.orchestra.run.trial126.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-21T20:06:51.473 INFO:teuthology.orchestra.run.trial126.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-21T20:06:51.504 INFO:tasks.cephadm:Deploying OSDs... 2026-02-21T20:06:51.504 DEBUG:teuthology.orchestra.run.trial126:> set -ex 2026-02-21T20:06:51.504 DEBUG:teuthology.orchestra.run.trial126:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:06:51.522 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:06:51.522 DEBUG:teuthology.orchestra.run.trial126:> stat /dev/vg_nvme/lv_1 2026-02-21T20:06:51.579 INFO:teuthology.orchestra.run.trial126.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout:Access: 2026-02-21 20:06:28.011371991 +0000 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout:Modify: 2026-02-21 20:03:34.445397793 +0000 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout:Change: 2026-02-21 20:03:34.445397793 +0000 2026-02-21T20:06:51.580 INFO:teuthology.orchestra.run.trial126.stdout: Birth: 2026-02-21 20:03:34.445397793 +0000 2026-02-21T20:06:51.581 DEBUG:teuthology.orchestra.run.trial126:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:06:51.643 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records in 2026-02-21T20:06:51.643 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records out 2026-02-21T20:06:51.643 INFO:teuthology.orchestra.run.trial126.stderr:512 bytes copied, 0.000151324 s, 3.4 MB/s 2026-02-21T20:06:51.644 DEBUG:teuthology.orchestra.run.trial126:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:06:51.701 DEBUG:teuthology.orchestra.run.trial126:> stat /dev/vg_nvme/lv_2 2026-02-21T20:06:51.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:06:51.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: Reconfiguring daemon mon.c on trial161 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:51 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1524182629' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout:Device: 6h/6d Inode: 1288 Links: 1 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout:Access: 2026-02-21 20:06:28.011371991 +0000 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout:Modify: 2026-02-21 20:03:34.443397870 +0000 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout:Change: 2026-02-21 20:03:34.443397870 +0000 2026-02-21T20:06:51.743 INFO:teuthology.orchestra.run.trial126.stdout: Birth: 2026-02-21 20:03:34.443397870 +0000 2026-02-21T20:06:51.744 DEBUG:teuthology.orchestra.run.trial126:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:06:51.748 INFO:journalctl@ceph.mgr.b.trial152.stdout:Feb 21 20:06:51 trial152 systemd[1]: Started Ceph mgr.b for b8017fe8-0f60-11f1-bb43-d404e6e7d460. 2026-02-21T20:06:51.748 INFO:journalctl@ceph.mgr.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mgr[42970]: -- 10.20.193.152:0/3889637093 <== mon.0 v2:10.20.193.126:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x2509a00 con 0x24dd400 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: Reconfiguring daemon mon.c on trial161 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:06:51.749 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:06:51.750 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.750 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:51 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/1524182629' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:06:51.807 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records in 2026-02-21T20:06:51.808 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records out 2026-02-21T20:06:51.808 INFO:teuthology.orchestra.run.trial126.stderr:512 bytes copied, 0.000136906 s, 3.7 MB/s 2026-02-21T20:06:51.809 DEBUG:teuthology.orchestra.run.trial126:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:06:51.866 DEBUG:teuthology.orchestra.run.trial126:> stat /dev/vg_nvme/lv_3 2026-02-21T20:06:51.922 INFO:teuthology.orchestra.run.trial126.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout:Access: 2026-02-21 20:06:28.011371991 +0000 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout:Modify: 2026-02-21 20:03:34.444397832 +0000 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout:Change: 2026-02-21 20:03:34.444397832 +0000 2026-02-21T20:06:51.923 INFO:teuthology.orchestra.run.trial126.stdout: Birth: 2026-02-21 20:03:34.444397832 +0000 2026-02-21T20:06:51.924 DEBUG:teuthology.orchestra.run.trial126:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:06:51.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:06:51.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: Reconfiguring daemon mon.c on trial161 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:51.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:51 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/1524182629' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:06:51.987 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records in 2026-02-21T20:06:51.987 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records out 2026-02-21T20:06:51.987 INFO:teuthology.orchestra.run.trial126.stderr:512 bytes copied, 0.00016006 s, 3.2 MB/s 2026-02-21T20:06:51.989 DEBUG:teuthology.orchestra.run.trial126:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:06:52.046 DEBUG:teuthology.orchestra.run.trial126:> stat /dev/vg_nvme/lv_4 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout:Access: 2026-02-21 20:06:28.011371991 +0000 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout:Modify: 2026-02-21 20:03:34.444397832 +0000 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout:Change: 2026-02-21 20:03:34.444397832 +0000 2026-02-21T20:06:52.103 INFO:teuthology.orchestra.run.trial126.stdout: Birth: 2026-02-21 20:03:34.444397832 +0000 2026-02-21T20:06:52.104 DEBUG:teuthology.orchestra.run.trial126:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:06:52.166 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records in 2026-02-21T20:06:52.166 INFO:teuthology.orchestra.run.trial126.stderr:1+0 records out 2026-02-21T20:06:52.166 INFO:teuthology.orchestra.run.trial126.stderr:512 bytes copied, 0.000145453 s, 3.5 MB/s 2026-02-21T20:06:52.168 DEBUG:teuthology.orchestra.run.trial126:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:06:52.225 DEBUG:teuthology.orchestra.run.trial152:> set -ex 2026-02-21T20:06:52.225 DEBUG:teuthology.orchestra.run.trial152:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:06:52.243 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:06:52.243 DEBUG:teuthology.orchestra.run.trial152:> stat /dev/vg_nvme/lv_1 2026-02-21T20:06:52.299 INFO:teuthology.orchestra.run.trial152.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout:Device: 6h/6d Inode: 1289 Links: 1 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout:Access: 2026-02-21 20:06:51.571835041 +0000 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout:Modify: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout:Change: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.300 INFO:teuthology.orchestra.run.trial152.stdout: Birth: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.301 DEBUG:teuthology.orchestra.run.trial152:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:06:52.364 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records in 2026-02-21T20:06:52.365 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records out 2026-02-21T20:06:52.365 INFO:teuthology.orchestra.run.trial152.stderr:512 bytes copied, 0.000164608 s, 3.1 MB/s 2026-02-21T20:06:52.366 DEBUG:teuthology.orchestra.run.trial152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:06:52.423 DEBUG:teuthology.orchestra.run.trial152:> stat /dev/vg_nvme/lv_2 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout:Access: 2026-02-21 20:06:51.571835041 +0000 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout:Modify: 2026-02-21 20:03:35.725603258 +0000 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout:Change: 2026-02-21 20:03:35.725603258 +0000 2026-02-21T20:06:52.479 INFO:teuthology.orchestra.run.trial152.stdout: Birth: 2026-02-21 20:03:35.725603258 +0000 2026-02-21T20:06:52.479 DEBUG:teuthology.orchestra.run.trial152:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:06:52.544 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records in 2026-02-21T20:06:52.544 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records out 2026-02-21T20:06:52.544 INFO:teuthology.orchestra.run.trial152.stderr:512 bytes copied, 0.000139601 s, 3.7 MB/s 2026-02-21T20:06:52.546 DEBUG:teuthology.orchestra.run.trial152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:06:52.603 DEBUG:teuthology.orchestra.run.trial152:> stat /dev/vg_nvme/lv_3 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout:Access: 2026-02-21 20:06:51.571835041 +0000 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout:Modify: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout:Change: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.659 INFO:teuthology.orchestra.run.trial152.stdout: Birth: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.659 DEBUG:teuthology.orchestra.run.trial152:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial126=a;trial152=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: Saving service mgr spec with placement trial126=a;trial152=b;count:2 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: Deploying daemon mgr.b on trial152 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:52.720 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.722 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records in 2026-02-21T20:06:52.722 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records out 2026-02-21T20:06:52.722 INFO:teuthology.orchestra.run.trial152.stderr:512 bytes copied, 0.000161802 s, 3.2 MB/s 2026-02-21T20:06:52.723 DEBUG:teuthology.orchestra.run.trial152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial126=a;trial152=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: Saving service mgr spec with placement trial126=a;trial152=b;count:2 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: Deploying daemon mgr.b on trial152 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:06:52.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:52.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:52.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:52 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.779 DEBUG:teuthology.orchestra.run.trial152:> stat /dev/vg_nvme/lv_4 2026-02-21T20:06:52.834 INFO:teuthology.orchestra.run.trial152.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:06:52.834 INFO:teuthology.orchestra.run.trial152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:52.834 INFO:teuthology.orchestra.run.trial152.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-21T20:06:52.834 INFO:teuthology.orchestra.run.trial152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:52.834 INFO:teuthology.orchestra.run.trial152.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:52.834 INFO:teuthology.orchestra.run.trial152.stdout:Access: 2026-02-21 20:06:51.572835038 +0000 2026-02-21T20:06:52.834 INFO:teuthology.orchestra.run.trial152.stdout:Modify: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.835 INFO:teuthology.orchestra.run.trial152.stdout:Change: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.835 INFO:teuthology.orchestra.run.trial152.stdout: Birth: 2026-02-21 20:03:35.724603262 +0000 2026-02-21T20:06:52.835 DEBUG:teuthology.orchestra.run.trial152:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:06:52.896 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records in 2026-02-21T20:06:52.896 INFO:teuthology.orchestra.run.trial152.stderr:1+0 records out 2026-02-21T20:06:52.896 INFO:teuthology.orchestra.run.trial152.stderr:512 bytes copied, 0.000141254 s, 3.6 MB/s 2026-02-21T20:06:52.897 DEBUG:teuthology.orchestra.run.trial152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial126=a;trial152=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: Saving service mgr spec with placement trial126=a;trial152=b;count:2 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: Deploying daemon mgr.b on trial152 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:52.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:52 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:52.953 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-21T20:06:52.953 DEBUG:teuthology.orchestra.run.trial161:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:06:52.971 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:06:52.971 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_1 2026-02-21T20:06:53.026 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:06:53.026 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:53.026 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-21T20:06:53.026 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:53.027 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:53.027 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-21 20:06:37.110740019 +0000 2026-02-21T20:06:53.027 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.027 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.027 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.027 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:06:53.043 INFO:journalctl@ceph.mgr.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-b[42966]: /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:06:53.043 INFO:journalctl@ceph.mgr.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-b[42966]: 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:06:53.043 INFO:journalctl@ceph.mgr.b.trial152.stdout:Feb 21 20:06:52 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-b[42966]: from numpy import show_config as show_numpy_config 2026-02-21T20:06:53.089 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-21T20:06:53.090 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-21T20:06:53.090 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.000157447 s, 3.3 MB/s 2026-02-21T20:06:53.090 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:06:53.146 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_2 2026-02-21T20:06:53.201 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:06:53.201 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:53.201 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1308 Links: 1 2026-02-21T20:06:53.201 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:53.201 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:53.201 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-21 20:06:37.110740019 +0000 2026-02-21T20:06:53.202 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.202 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.202 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.202 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:06:53.264 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-21T20:06:53.264 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-21T20:06:53.264 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.000155223 s, 3.3 MB/s 2026-02-21T20:06:53.265 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:06:53.323 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_3 2026-02-21T20:06:53.378 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-21 20:06:37.110740019 +0000 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.379 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.379 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:06:53.441 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-21T20:06:53.441 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-21T20:06:53.441 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.000246744 s, 2.1 MB/s 2026-02-21T20:06:53.442 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:06:53.499 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_4 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1295 Links: 1 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-21 20:06:37.110740019 +0000 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.554 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-21 20:03:33.831959868 +0000 2026-02-21T20:06:53.554 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:06:53.617 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-21T20:06:53.617 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-21T20:06:53.617 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.00021258 s, 2.4 MB/s 2026-02-21T20:06:53.618 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:06:53.674 INFO:tasks.cephadm:Deploying osd.0 on trial126 with /dev/vg_nvme/lv_4... 2026-02-21T20:06:53.674 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:06:53.793 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:53.840 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:53 trial126 ceph-mon[39622]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:06:53.840 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:53 trial126 ceph-mon[39622]: Reconfiguring daemon mgr.a on trial126 2026-02-21T20:06:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:53 trial161 ceph-mon[42566]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:06:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:53 trial161 ceph-mon[42566]: Reconfiguring daemon mgr.a on trial126 2026-02-21T20:06:54.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:53 trial152 ceph-mon[41853]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:06:54.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:53 trial152 ceph-mon[41853]: Reconfiguring daemon mgr.a on trial126 2026-02-21T20:06:54.266 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:06:54.283 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch daemon add osd trial126:vg_nvme/lv_4 --skip-validation 2026-02-21T20:06:54.403 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: Standby manager daemon b started 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:06:54.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:54.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:54.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:54.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:54 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:55.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: Standby manager daemon b started 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:55.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:54 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:55.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:55.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: Standby manager daemon b started 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.? 10.20.193.152:0/3627699221' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:55.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:55.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:55.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:06:55.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:55.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:55.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:54 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:55.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial126:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:55.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: osd.default does not exist. Creating it now. 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: Creating OSDs with service ID: default on trial126:['vg_nvme/lv_4'] 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: Marking host: trial126 for OSDSpec preview refresh. 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: Saving service osd.default spec with placement trial126 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/514454444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "009bf36d-c7d2-4cce-9e9f-b927271711a1"} : dispatch 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/514454444' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "009bf36d-c7d2-4cce-9e9f-b927271711a1"}]': finished 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:06:55.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:55 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3721678503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:06:56.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial126:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:56.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: osd.default does not exist. Creating it now. 2026-02-21T20:06:56.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: Creating OSDs with service ID: default on trial126:['vg_nvme/lv_4'] 2026-02-21T20:06:56.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: Marking host: trial126 for OSDSpec preview refresh. 2026-02-21T20:06:56.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: Saving service osd.default spec with placement trial126 2026-02-21T20:06:56.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-21T20:06:56.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:06:56.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/514454444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "009bf36d-c7d2-4cce-9e9f-b927271711a1"} : dispatch 2026-02-21T20:06:56.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/514454444' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "009bf36d-c7d2-4cce-9e9f-b927271711a1"}]': finished 2026-02-21T20:06:56.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:06:56.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:06:56.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:55 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3721678503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:06:56.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial126:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:56.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: osd.default does not exist. Creating it now. 2026-02-21T20:06:56.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: Creating OSDs with service ID: default on trial126:['vg_nvme/lv_4'] 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: Marking host: trial126 for OSDSpec preview refresh. 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: Saving service osd.default spec with placement trial126 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/514454444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "009bf36d-c7d2-4cce-9e9f-b927271711a1"} : dispatch 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/514454444' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "009bf36d-c7d2-4cce-9e9f-b927271711a1"}]': finished 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:06:56.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:55 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3721678503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:06:56.893 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:56 trial126 ceph-mon[39622]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:57.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:56 trial152 ceph-mon[41853]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:57.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:56 trial161 ceph-mon[42566]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:57.800 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:57 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:06:57.800 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:57 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:57.800 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:57 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:06:57.800 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:57 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:58.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:57 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:06:58.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:57 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:58.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:57 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:06:58.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:57 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:58.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:57 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:06:58.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:57 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:58.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:57 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:06:58.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:57 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:58.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:58 trial126 ceph-mon[39622]: Deploying daemon osd.0 on trial126 2026-02-21T20:06:58.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:58 trial126 ceph-mon[39622]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:58.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:06:58 trial126 ceph-mon[39622]: Deploying daemon osd.0 on trial126 2026-02-21T20:06:59.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:58 trial152 ceph-mon[41853]: Deploying daemon osd.0 on trial126 2026-02-21T20:06:59.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:58 trial152 ceph-mon[41853]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:59.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:06:58 trial152 ceph-mon[41853]: Deploying daemon osd.0 on trial126 2026-02-21T20:06:59.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:58 trial161 ceph-mon[42566]: Deploying daemon osd.0 on trial126 2026-02-21T20:06:59.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:58 trial161 ceph-mon[42566]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:59.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:06:58 trial161 ceph-mon[42566]: Deploying daemon osd.0 on trial126 2026-02-21T20:07:00.336 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:00 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:00.336 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:00 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:00.336 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:00 trial126 ceph-mon[39622]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:00 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:00.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:00 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:00.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:00 trial161 ceph-mon[42566]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:00 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:00.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:00 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:00.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:00 trial152 ceph-mon[41853]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:02.061 INFO:teuthology.orchestra.run.trial126.stdout:Created osd(s) 0 on host 'trial126' 2026-02-21T20:07:02.102 DEBUG:teuthology.orchestra.run.trial126:osd.0> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.0.service 2026-02-21T20:07:02.105 INFO:tasks.cephadm:Deploying osd.1 on trial126 with /dev/vg_nvme/lv_3... 2026-02-21T20:07:02.105 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-21T20:07:02.264 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:02.665 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.665 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.665 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:02 trial126 ceph-mon[39622]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:02.665 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:02 trial126 ceph-mon[39622]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:07:02.665 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.665 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:02 trial152 ceph-mon[41853]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:02.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:02 trial152 ceph-mon[41853]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:07:02.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:02 trial161 ceph-mon[42566]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:02 trial161 ceph-mon[42566]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:07:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.147 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:03.165 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch daemon add osd trial126:vg_nvme/lv_3 --skip-validation 2026-02-21T20:07:03.280 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial126", "root=default"]} : dispatch 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.655 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.655 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:03 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0[53297]: 2026-02-21T20:07:03.436+0000 7f0d3fa1d640 -1 osd.0 0 waiting for initial osdmap 2026-02-21T20:07:03.656 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:03 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0[53297]: 2026-02-21T20:07:03.438+0000 7f0d378dc640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial126", "root=default"]} : dispatch 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial126", "root=default"]} : dispatch 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial126", "root=default"]}]': finished 2026-02-21T20:07:04.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:07:04.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial126:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: osd.default does not exist. Creating it now. 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: Creating OSDs with service ID: default on trial126:['vg_nvme/lv_3'] 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: Marking host: trial126 for OSDSpec preview refresh. 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: Saving service osd.default spec with placement trial126 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/111258691' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e43606bc-0246-4a9a-8a45-e448aa29b681"} : dispatch 2026-02-21T20:07:04.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/111258691' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e43606bc-0246-4a9a-8a45-e448aa29b681"}]': finished 2026-02-21T20:07:04.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809] boot 2026-02-21T20:07:04.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: osdmap e8: 2 total, 1 up, 2 in 2026-02-21T20:07:04.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial126", "root=default"]}]': finished 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial126:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: osd.default does not exist. Creating it now. 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: Creating OSDs with service ID: default on trial126:['vg_nvme/lv_3'] 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: Marking host: trial126 for OSDSpec preview refresh. 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: Saving service osd.default spec with placement trial126 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/111258691' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e43606bc-0246-4a9a-8a45-e448aa29b681"} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/111258691' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e43606bc-0246-4a9a-8a45-e448aa29b681"}]': finished 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809] boot 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: osdmap e8: 2 total, 1 up, 2 in 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial126", "root=default"]}]': finished 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial126:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: osd.default does not exist. Creating it now. 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: Creating OSDs with service ID: default on trial126:['vg_nvme/lv_3'] 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: Marking host: trial126 for OSDSpec preview refresh. 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: Saving service osd.default spec with placement trial126 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/111258691' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e43606bc-0246-4a9a-8a45-e448aa29b681"} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/111258691' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e43606bc-0246-4a9a-8a45-e448aa29b681"}]': finished 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: osd.0 [v2:10.20.193.126:6802/1207317809,v1:10.20.193.126:6803/1207317809] boot 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: osdmap e8: 2 total, 1 up, 2 in 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:05.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:05 trial126 ceph-mon[39622]: purged_snaps scrub starts 2026-02-21T20:07:05.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:05 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:07:05.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:05 trial126 ceph-mon[39622]: Detected new or changed devices on trial126 2026-02-21T20:07:05.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:05 trial126 ceph-mon[39622]: Adjusting osd_memory_target on trial126 to 84047M 2026-02-21T20:07:05.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:05 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1565372419' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:05.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:05 trial152 ceph-mon[41853]: purged_snaps scrub starts 2026-02-21T20:07:05.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:05 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:07:05.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:05 trial152 ceph-mon[41853]: Detected new or changed devices on trial126 2026-02-21T20:07:05.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:05 trial152 ceph-mon[41853]: Adjusting osd_memory_target on trial126 to 84047M 2026-02-21T20:07:05.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:05 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/1565372419' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:05.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:05 trial161 ceph-mon[42566]: purged_snaps scrub starts 2026-02-21T20:07:05.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:05 trial161 ceph-mon[42566]: purged_snaps scrub ok 2026-02-21T20:07:05.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:05 trial161 ceph-mon[42566]: Detected new or changed devices on trial126 2026-02-21T20:07:05.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:05 trial161 ceph-mon[42566]: Adjusting osd_memory_target on trial126 to 84047M 2026-02-21T20:07:05.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:05 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/1565372419' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:06.511 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:06 trial126 ceph-mon[39622]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:07:06.512 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:06 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:06.512 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:06 trial126 ceph-mon[39622]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:06.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:06 trial152 ceph-mon[41853]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:07:06.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:06 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:06.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:06 trial152 ceph-mon[41853]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:06 trial161 ceph-mon[42566]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:07:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:06 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:06 trial161 ceph-mon[42566]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:07.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:07 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:07.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:07 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:07.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:07 trial126 ceph-mon[39622]: Deploying daemon osd.1 on trial126 2026-02-21T20:07:07.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:07 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:07.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:07 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:07.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:07 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:07.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:07 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:07.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:07 trial152 ceph-mon[41853]: Deploying daemon osd.1 on trial126 2026-02-21T20:07:07.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:07 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:07.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:07 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:07.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:07 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:07.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:07 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:07.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:07 trial161 ceph-mon[42566]: Deploying daemon osd.1 on trial126 2026-02-21T20:07:07.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:07 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:07.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:07 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:08.515 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:08 trial126 ceph-mon[39622]: Deploying daemon osd.1 on trial126 2026-02-21T20:07:08.515 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:08 trial126 ceph-mon[39622]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:08.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:08 trial152 ceph-mon[41853]: Deploying daemon osd.1 on trial126 2026-02-21T20:07:08.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:08 trial152 ceph-mon[41853]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:08.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:08 trial161 ceph-mon[42566]: Deploying daemon osd.1 on trial126 2026-02-21T20:07:08.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:08 trial161 ceph-mon[42566]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:09.687 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:09 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:09.687 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:09 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:09.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:09 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:09.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:09 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:09.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:09 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:09.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:09 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:10.710 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:10 trial126 ceph-mon[39622]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:10.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:10 trial161 ceph-mon[42566]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:11.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:10 trial152 ceph-mon[41853]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:11.400 INFO:teuthology.orchestra.run.trial126.stdout:Created osd(s) 1 on host 'trial126' 2026-02-21T20:07:11.437 DEBUG:teuthology.orchestra.run.trial126:osd.1> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.1.service 2026-02-21T20:07:11.439 INFO:tasks.cephadm:Deploying osd.2 on trial152 with /dev/vg_nvme/lv_4... 2026-02-21T20:07:11.440 DEBUG:teuthology.orchestra.run.trial152:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:07:11.560 INFO:teuthology.orchestra.run.trial152.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.b/config 2026-02-21T20:07:11.966 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.966 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.966 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:11 trial152 ceph-mon[41853]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:11.966 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.966 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.966 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:11 trial152 ceph-mon[41853]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:11.986 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.986 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.986 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:11 trial126 ceph-mon[39622]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:11.986 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.986 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:11.986 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:11 trial126 ceph-mon[39622]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:12.025 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:07:12.041 DEBUG:teuthology.orchestra.run.trial152:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch daemon add osd trial152:vg_nvme/lv_4 --skip-validation 2026-02-21T20:07:12.161 INFO:teuthology.orchestra.run.trial152.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.b/config 2026-02-21T20:07:12.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:11 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:11 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:11 trial161 ceph-mon[42566]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:12.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:11 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:11 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:11 trial161 ceph-mon[42566]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial126", "root=default"]} : dispatch 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial152:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: osd.default does not exist. Creating it now. 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: Creating OSDs with service ID: default on trial152:['vg_nvme/lv_4'] 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: Marking host: trial152 for OSDSpec preview refresh. 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: Saving service osd.default spec with placement trial152 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:12.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:12.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:12.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.976 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:12 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1[59761]: 2026-02-21T20:07:12.741+0000 7f25e0519640 -1 osd.1 0 waiting for initial osdmap 2026-02-21T20:07:12.977 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:12 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1[59761]: 2026-02-21T20:07:12.743+0000 7f25d83d8640 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:07:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:07:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial126", "root=default"]} : dispatch 2026-02-21T20:07:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial152:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: osd.default does not exist. Creating it now. 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: Creating OSDs with service ID: default on trial152:['vg_nvme/lv_4'] 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: Marking host: trial152 for OSDSpec preview refresh. 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: Saving service osd.default spec with placement trial152 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:12.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:12.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:13.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:07:13.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:07:13.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:13.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial126", "root=default"]} : dispatch 2026-02-21T20:07:13.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:13.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:13.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial152:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: osd.default does not exist. Creating it now. 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: Creating OSDs with service ID: default on trial152:['vg_nvme/lv_4'] 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: Marking host: trial152 for OSDSpec preview refresh. 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: Saving service osd.default spec with placement trial152 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:13.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:13.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:12 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial126", "root=default"]}]': finished 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='client.? 10.20.193.152:0/4179678212' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"} : dispatch 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"} : dispatch 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"}]': finished 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813] boot 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: osdmap e12: 3 total, 2 up, 3 in 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: Detected new or changed devices on trial126 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: Adjusting osd_memory_target on trial126 to 42023M 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:14.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: from='client.? 10.20.193.152:0/2934923038' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:14.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:13 trial152 ceph-mon[41853]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial126", "root=default"]}]': finished 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='client.? 10.20.193.152:0/4179678212' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"} : dispatch 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"} : dispatch 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"}]': finished 2026-02-21T20:07:14.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813] boot 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: osdmap e12: 3 total, 2 up, 3 in 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: Detected new or changed devices on trial126 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: Adjusting osd_memory_target on trial126 to 42023M 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.179 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:14.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:14.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:14.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: from='client.? 10.20.193.152:0/2934923038' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:14.180 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:13 trial161 ceph-mon[42566]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:14.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial126", "root=default"]}]': finished 2026-02-21T20:07:14.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:07:14.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='client.? 10.20.193.152:0/4179678212' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"} : dispatch 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"} : dispatch 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc"}]': finished 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: osd.1 [v2:10.20.193.126:6810/1672967813,v1:10.20.193.126:6811/1672967813] boot 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: osdmap e12: 3 total, 2 up, 3 in 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: Detected new or changed devices on trial126 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: Adjusting osd_memory_target on trial126 to 42023M 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: from='client.? 10.20.193.152:0/2934923038' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:14.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:13 trial126 ceph-mon[39622]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:15.439 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:15 trial152 ceph-mon[41853]: purged_snaps scrub starts 2026-02-21T20:07:15.440 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:15 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:07:15.440 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:15 trial152 ceph-mon[41853]: osdmap e13: 3 total, 2 up, 3 in 2026-02-21T20:07:15.440 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:15 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:15.440 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:15 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:15.440 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:15 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:15.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:15 trial126 ceph-mon[39622]: purged_snaps scrub starts 2026-02-21T20:07:15.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:15 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:07:15.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:15 trial126 ceph-mon[39622]: osdmap e13: 3 total, 2 up, 3 in 2026-02-21T20:07:15.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:15 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:15.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:15 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:15.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:15 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:15.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:15 trial161 ceph-mon[42566]: purged_snaps scrub starts 2026-02-21T20:07:15.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:15 trial161 ceph-mon[42566]: purged_snaps scrub ok 2026-02-21T20:07:15.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:15 trial161 ceph-mon[42566]: osdmap e13: 3 total, 2 up, 3 in 2026-02-21T20:07:15.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:15 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:15.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:15 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:15.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:15 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:16.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:16 trial152 ceph-mon[41853]: Deploying daemon osd.2 on trial152 2026-02-21T20:07:16.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:16 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:16.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:16 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:16.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:16 trial152 ceph-mon[41853]: Deploying daemon osd.2 on trial152 2026-02-21T20:07:16.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:16 trial152 ceph-mon[41853]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:16.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:16 trial126 ceph-mon[39622]: Deploying daemon osd.2 on trial152 2026-02-21T20:07:16.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:16 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:16.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:16 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:16.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:16 trial126 ceph-mon[39622]: Deploying daemon osd.2 on trial152 2026-02-21T20:07:16.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:16 trial126 ceph-mon[39622]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:16.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:16 trial161 ceph-mon[42566]: Deploying daemon osd.2 on trial152 2026-02-21T20:07:16.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:16 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:16.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:16 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:16.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:16 trial161 ceph-mon[42566]: Deploying daemon osd.2 on trial152 2026-02-21T20:07:16.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:16 trial161 ceph-mon[42566]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:18.036 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:18.037 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:18.037 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:17 trial152 ceph-mon[41853]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:18.427 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:17 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:18.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:17 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:18.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:17 trial161 ceph-mon[42566]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:18.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:18.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:18.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:17 trial126 ceph-mon[39622]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:19.807 INFO:teuthology.orchestra.run.trial152.stdout:Created osd(s) 2 on host 'trial152' 2026-02-21T20:07:19.848 DEBUG:teuthology.orchestra.run.trial152:osd.2> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.2.service 2026-02-21T20:07:19.850 INFO:tasks.cephadm:Deploying osd.3 on trial152 with /dev/vg_nvme/lv_3... 2026-02-21T20:07:19.850 DEBUG:teuthology.orchestra.run.trial152:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-21T20:07:20.009 INFO:teuthology.orchestra.run.trial152.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.b/config 2026-02-21T20:07:20.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:20 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:20 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:20 trial152 ceph-mon[41853]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:20.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:20 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:20 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:20 trial152 ceph-mon[41853]: from='osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:20.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:20 trial152 ceph-mon[41853]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:20.427 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:20 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:20 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:20 trial161 ceph-mon[42566]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:20.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:20 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:20 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:20 trial161 ceph-mon[42566]: from='osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:20.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:20 trial161 ceph-mon[42566]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:20.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:20 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:20 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:20 trial126 ceph-mon[39622]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:20.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:20 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:20 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:20.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:20 trial126 ceph-mon[39622]: from='osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:20.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:20 trial126 ceph-mon[39622]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:20.852 INFO:teuthology.orchestra.run.trial152.stdout: 2026-02-21T20:07:20.871 DEBUG:teuthology.orchestra.run.trial152:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch daemon add osd trial152:vg_nvme/lv_3 --skip-validation 2026-02-21T20:07:20.989 INFO:teuthology.orchestra.run.trial152.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.b/config 2026-02-21T20:07:21.658 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:21.659 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:21 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:21.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:21.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:21 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:21.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:21.727 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:21 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:21.916 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:21 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2[47459]: 2026-02-21T20:07:21.809+0000 7f6d80c43640 -1 osd.2 0 waiting for initial osdmap 2026-02-21T20:07:21.916 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:21 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2[47459]: 2026-02-21T20:07:21.811+0000 7f6d7cb0a640 -1 osd.2 15 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:22.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial152:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:22.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: osd.default does not exist. Creating it now. 2026-02-21T20:07:22.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: Creating OSDs with service ID: default on trial152:['vg_nvme/lv_3'] 2026-02-21T20:07:22.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: Marking host: trial152 for OSDSpec preview refresh. 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: Saving service osd.default spec with placement trial152 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: Detected new or changed devices on trial152 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: Adjusting osd_memory_target on trial152 to 84047M 2026-02-21T20:07:22.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]}]': finished 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='client.? 10.20.193.152:0/1315364879' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"} : dispatch 2026-02-21T20:07:22.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"} : dispatch 2026-02-21T20:07:22.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"}]': finished 2026-02-21T20:07:22.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927] boot 2026-02-21T20:07:22.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: osdmap e16: 4 total, 3 up, 4 in 2026-02-21T20:07:22.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:22.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:22.931 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:22 trial161 ceph-mon[42566]: from='client.? 10.20.193.152:0/4034757176' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial152:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: osd.default does not exist. Creating it now. 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: Creating OSDs with service ID: default on trial152:['vg_nvme/lv_3'] 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: Marking host: trial152 for OSDSpec preview refresh. 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: Saving service osd.default spec with placement trial152 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: Detected new or changed devices on trial152 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: Adjusting osd_memory_target on trial152 to 84047M 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:22.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]}]': finished 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='client.? 10.20.193.152:0/1315364879' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"} : dispatch 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"} : dispatch 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"}]': finished 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927] boot 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: osdmap e16: 4 total, 3 up, 4 in 2026-02-21T20:07:22.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:22.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:22.979 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:22 trial126 ceph-mon[39622]: from='client.? 10.20.193.152:0/4034757176' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:23.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial152:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: osd.default does not exist. Creating it now. 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: Creating OSDs with service ID: default on trial152:['vg_nvme/lv_3'] 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: Marking host: trial152 for OSDSpec preview refresh. 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: Saving service osd.default spec with placement trial152 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: Detected new or changed devices on trial152 2026-02-21T20:07:23.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: Adjusting osd_memory_target on trial152 to 84047M 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:23.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial152", "root=default"]}]': finished 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='client.? 10.20.193.152:0/1315364879' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"} : dispatch 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"} : dispatch 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3bdf50f5-bc4b-466e-91e7-3128e45a7740"}]': finished 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: osd.2 [v2:10.20.193.152:6800/866661927,v1:10.20.193.152:6801/866661927] boot 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: osdmap e16: 4 total, 3 up, 4 in 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:23.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:22 trial152 ceph-mon[41853]: from='client.? 10.20.193.152:0/4034757176' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:23.682 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:23 trial152 ceph-mon[41853]: purged_snaps scrub starts 2026-02-21T20:07:23.682 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:23 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:07:23.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:23 trial161 ceph-mon[42566]: purged_snaps scrub starts 2026-02-21T20:07:23.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:23 trial161 ceph-mon[42566]: purged_snaps scrub ok 2026-02-21T20:07:23.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:23 trial126 ceph-mon[39622]: purged_snaps scrub starts 2026-02-21T20:07:23.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:23 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:07:24.907 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: pgmap v36: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:24.907 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: osdmap e17: 4 total, 3 up, 4 in 2026-02-21T20:07:24.907 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:24.907 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:24.908 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:07:24.908 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.908 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:07:24.908 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:24 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: pgmap v36: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:24.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: osdmap e17: 4 total, 3 up, 4 in 2026-02-21T20:07:24.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:24.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:24.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:07:24.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:07:24.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:24 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: pgmap v36: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: osdmap e17: 4 total, 3 up, 4 in 2026-02-21T20:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:07:24.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:24 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:25.821 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 ceph-mon[41853]: Deploying daemon osd.3 on trial152 2026-02-21T20:07:25.821 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 ceph-mon[41853]: Deploying daemon osd.3 on trial152 2026-02-21T20:07:25.822 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:25.822 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 ceph-mon[41853]: osdmap e18: 4 total, 3 up, 4 in 2026-02-21T20:07:25.822 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:25.822 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:25.865 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64352]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:07:25.865 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64352]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:25.865 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64352]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:25.865 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64352]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:25.865 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64356]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64356]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64356]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64356]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:25.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 ceph-mon[39622]: Deploying daemon osd.3 on trial152 2026-02-21T20:07:25.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 ceph-mon[39622]: Deploying daemon osd.3 on trial152 2026-02-21T20:07:25.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:25.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 ceph-mon[39622]: osdmap e18: 4 total, 3 up, 4 in 2026-02-21T20:07:25.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:25.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:25.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64360]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64344]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64344]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64344]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64344]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64348]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64348]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64348]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:25.866 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64348]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:25.912 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 ceph-mon[42566]: Deploying daemon osd.3 on trial152 2026-02-21T20:07:25.912 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 ceph-mon[42566]: Deploying daemon osd.3 on trial152 2026-02-21T20:07:25.912 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:25.912 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 ceph-mon[42566]: osdmap e18: 4 total, 3 up, 4 in 2026-02-21T20:07:25.912 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:25.912 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:26.124 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52756]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:07:26.124 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52756]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.124 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52756]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.125 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52756]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.125 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52760]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:07:26.125 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52760]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.125 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52760]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.125 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52760]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.125 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52776]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-21T20:07:26.126 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52776]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.126 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52776]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.126 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52776]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.126 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52871]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-21T20:07:26.126 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52871]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.126 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52871]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.126 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:25 trial152 sudo[52871]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44020]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44020]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44020]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44020]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44024]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44024]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44024]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:25 trial161 sudo[44024]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64360]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64360]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64360]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64364]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T20:07:26.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64364]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:26.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64364]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:26.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:25 trial126 sudo[64364]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:26.637 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: pgmap v39: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:26.637 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:26.637 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: osdmap e19: 4 total, 3 up, 4 in 2026-02-21T20:07:26.637 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:26.637 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.637 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.637 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.638 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.639 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:26 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: pgmap v39: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:26.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:26.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: osdmap e19: 4 total, 3 up, 4 in 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:26 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: pgmap v39: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' 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:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: osdmap e19: 4 total, 3 up, 4 in 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:26.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:26.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:26.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:26.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:26.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:26 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:27.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:27 trial152 ceph-mon[41853]: osdmap e20: 4 total, 3 up, 4 in 2026-02-21T20:07:27.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:27 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:27.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:27 trial152 ceph-mon[41853]: from='osd.3 [v2:10.20.193.152:6808/3798874420,v1:10.20.193.152:6809/3798874420]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:27.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:27 trial152 ceph-mon[41853]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:27.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:27 trial161 ceph-mon[42566]: osdmap e20: 4 total, 3 up, 4 in 2026-02-21T20:07:27.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:27 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:27.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:27 trial161 ceph-mon[42566]: from='osd.3 [v2:10.20.193.152:6808/3798874420,v1:10.20.193.152:6809/3798874420]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:27.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:27 trial161 ceph-mon[42566]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:27.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:27 trial126 ceph-mon[39622]: osdmap e20: 4 total, 3 up, 4 in 2026-02-21T20:07:27.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:27 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:27.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:27 trial126 ceph-mon[39622]: from='osd.3 [v2:10.20.193.152:6808/3798874420,v1:10.20.193.152:6809/3798874420]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:27.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:27 trial126 ceph-mon[39622]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:28.608 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:28 trial152 ceph-mon[41853]: pgmap v42: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:28.608 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:28 trial152 ceph-mon[41853]: mgrmap e15: a(active, since 64s), standbys: b 2026-02-21T20:07:28.608 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:28 trial152 ceph-mon[41853]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-21T20:07:28.609 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:28 trial152 ceph-mon[41853]: osdmap e21: 4 total, 3 up, 4 in 2026-02-21T20:07:28.609 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:28 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:28.609 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:28 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:28.609 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:28 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:28.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:28 trial161 ceph-mon[42566]: pgmap v42: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:28.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:28 trial161 ceph-mon[42566]: mgrmap e15: a(active, since 64s), standbys: b 2026-02-21T20:07:28.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:28 trial161 ceph-mon[42566]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-21T20:07:28.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:28 trial161 ceph-mon[42566]: osdmap e21: 4 total, 3 up, 4 in 2026-02-21T20:07:28.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:28 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:28.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:28 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:28.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:28 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:28.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:28 trial126 ceph-mon[39622]: pgmap v42: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:28.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:28 trial126 ceph-mon[39622]: mgrmap e15: a(active, since 64s), standbys: b 2026-02-21T20:07:28.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:28 trial126 ceph-mon[39622]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-21T20:07:28.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:28 trial126 ceph-mon[39622]: osdmap e21: 4 total, 3 up, 4 in 2026-02-21T20:07:28.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:28.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:28.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:28 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:29.186 INFO:teuthology.orchestra.run.trial152.stdout:Created osd(s) 3 on host 'trial152' 2026-02-21T20:07:29.229 DEBUG:teuthology.orchestra.run.trial152:osd.3> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.3.service 2026-02-21T20:07:29.231 INFO:tasks.cephadm:Deploying osd.4 on trial161 with /dev/vg_nvme/lv_4... 2026-02-21T20:07:29.232 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:07:29.351 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.c/config 2026-02-21T20:07:29.790 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:07:29.808 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch daemon add osd trial161:vg_nvme/lv_4 --skip-validation 2026-02-21T20:07:29.926 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.c/config 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:30.302 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.303 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.303 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:30.303 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:30.303 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:30 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:30.400 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.400 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.400 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:30.400 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:30.400 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:30.400 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.401 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.401 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:30.401 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.401 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.401 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:30.401 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:30.401 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:30 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:30.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:30.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:30.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:30.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:30 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:31.188 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:07:30 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3[54410]: 2026-02-21T20:07:30.803+0000 7fb1d34ba640 -1 osd.3 0 waiting for initial osdmap 2026-02-21T20:07:31.188 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:07:30 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3[54410]: 2026-02-21T20:07:30.806+0000 7fb1cf381640 -1 osd.3 23 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:31.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:31.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: osd.default does not exist. Creating it now. 2026-02-21T20:07:31.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_4'] 2026-02-21T20:07:31.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: Saving service osd.default spec with placement trial161 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: osdmap e22: 4 total, 3 up, 4 in 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='client.? 10.20.193.161:0/622514779' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"} : dispatch 2026-02-21T20:07:31.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"} : dispatch 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]}]': finished 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"}]': finished 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: osdmap e23: 5 total, 3 up, 5 in 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='client.? 10.20.193.161:0/1012045592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:31.479 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:31 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:31.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: osd.default does not exist. Creating it now. 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_4'] 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: Saving service osd.default spec with placement trial161 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: osdmap e22: 4 total, 3 up, 4 in 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='client.? 10.20.193.161:0/622514779' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"} : dispatch 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"} : dispatch 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]}]': finished 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"}]': finished 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: osdmap e23: 5 total, 3 up, 5 in 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='client.? 10.20.193.161:0/1012045592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:31.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:31 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:31.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: osd.default does not exist. Creating it now. 2026-02-21T20:07:31.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_4'] 2026-02-21T20:07:31.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-21T20:07:31.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: Saving service osd.default spec with placement trial161 2026-02-21T20:07:31.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: osdmap e22: 4 total, 3 up, 4 in 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]} : dispatch 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='client.? 10.20.193.161:0/622514779' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"} : dispatch 2026-02-21T20:07:31.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"} : dispatch 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial152", "root=default"]}]': finished 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "587a3fbf-c452-480b-8d97-3b105c29cc03"}]': finished 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: osdmap e23: 5 total, 3 up, 5 in 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:31.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='client.? 10.20.193.161:0/1012045592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:31.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:31.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:31.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:31.681 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:31 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:32.322 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: Detected new or changed devices on trial152 2026-02-21T20:07:32.322 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: Adjusting osd_memory_target on trial152 to 42023M 2026-02-21T20:07:32.322 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:32.322 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:32.323 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.323 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:32.323 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440] boot 2026-02-21T20:07:32.323 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: osdmap e24: 5 total, 4 up, 5 in 2026-02-21T20:07:32.323 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:32.323 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:32 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:32.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: Detected new or changed devices on trial152 2026-02-21T20:07:32.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: Adjusting osd_memory_target on trial152 to 42023M 2026-02-21T20:07:32.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:32.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:32.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:32.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440] boot 2026-02-21T20:07:32.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: osdmap e24: 5 total, 4 up, 5 in 2026-02-21T20:07:32.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:32.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:32 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:32.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: Detected new or changed devices on trial152 2026-02-21T20:07:32.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: Adjusting osd_memory_target on trial152 to 42023M 2026-02-21T20:07:32.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:32.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:32.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:32.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: osd.3 [v2:10.20.193.152:6808/321265440,v1:10.20.193.152:6809/321265440] boot 2026-02-21T20:07:32.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: osdmap e24: 5 total, 4 up, 5 in 2026-02-21T20:07:32.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-21T20:07:32.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:32 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:33.438 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: purged_snaps scrub starts 2026-02-21T20:07:33.438 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: purged_snaps scrub ok 2026-02-21T20:07:33.438 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: osdmap e25: 5 total, 4 up, 5 in 2026-02-21T20:07:33.438 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:33.438 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-21T20:07:33.438 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:33.439 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-21T20:07:33.439 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:33 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:33.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: purged_snaps scrub starts 2026-02-21T20:07:33.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:07:33.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: osdmap e25: 5 total, 4 up, 5 in 2026-02-21T20:07:33.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:33.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-21T20:07:33.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:33.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-21T20:07:33.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:33 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:33.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: purged_snaps scrub starts 2026-02-21T20:07:33.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:07:33.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: osdmap e25: 5 total, 4 up, 5 in 2026-02-21T20:07:33.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:33.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-21T20:07:33.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:33.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-21T20:07:33.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:33 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:34.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:34 trial126 ceph-mon[39622]: Deploying daemon osd.4 on trial161 2026-02-21T20:07:34.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:34 trial126 ceph-mon[39622]: Deploying daemon osd.4 on trial161 2026-02-21T20:07:34.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:34 trial126 ceph-mon[39622]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:07:34.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:34 trial126 ceph-mon[39622]: osdmap e26: 5 total, 4 up, 5 in 2026-02-21T20:07:34.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:34 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:34.507 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:34 trial161 ceph-mon[42566]: Deploying daemon osd.4 on trial161 2026-02-21T20:07:34.507 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:34 trial161 ceph-mon[42566]: Deploying daemon osd.4 on trial161 2026-02-21T20:07:34.507 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:34 trial161 ceph-mon[42566]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:07:34.507 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:34 trial161 ceph-mon[42566]: osdmap e26: 5 total, 4 up, 5 in 2026-02-21T20:07:34.507 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:34 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:34.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:34 trial152 ceph-mon[41853]: Deploying daemon osd.4 on trial161 2026-02-21T20:07:34.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:34 trial152 ceph-mon[41853]: Deploying daemon osd.4 on trial161 2026-02-21T20:07:34.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:34 trial152 ceph-mon[41853]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:07:34.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:34 trial152 ceph-mon[41853]: osdmap e26: 5 total, 4 up, 5 in 2026-02-21T20:07:34.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:34 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:35.677 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:35 trial161 ceph-mon[42566]: osdmap e27: 5 total, 4 up, 5 in 2026-02-21T20:07:35.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:35 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:35.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:35 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:35.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:35 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:35.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:35 trial126 ceph-mon[39622]: osdmap e27: 5 total, 4 up, 5 in 2026-02-21T20:07:35.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:35.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:35.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:35 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:36.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:35 trial152 ceph-mon[41853]: osdmap e27: 5 total, 4 up, 5 in 2026-02-21T20:07:36.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:35 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:36.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:35 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:36.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:35 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:36.819 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:36 trial161 ceph-mon[42566]: pgmap v53: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-21T20:07:36.819 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:36 trial161 ceph-mon[42566]: osdmap e28: 5 total, 4 up, 5 in 2026-02-21T20:07:36.819 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:36 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:36.876 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:36 trial126 ceph-mon[39622]: pgmap v53: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-21T20:07:36.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:36 trial126 ceph-mon[39622]: osdmap e28: 5 total, 4 up, 5 in 2026-02-21T20:07:36.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:36 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:37.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:36 trial152 ceph-mon[41853]: pgmap v53: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-21T20:07:37.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:36 trial152 ceph-mon[41853]: osdmap e28: 5 total, 4 up, 5 in 2026-02-21T20:07:37.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:36 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:37.533 INFO:teuthology.orchestra.run.trial161.stdout:Created osd(s) 4 on host 'trial161' 2026-02-21T20:07:37.578 DEBUG:teuthology.orchestra.run.trial161:osd.4> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.4.service 2026-02-21T20:07:37.580 INFO:tasks.cephadm:Deploying osd.5 on trial161 with /dev/vg_nvme/lv_3... 2026-02-21T20:07:37.581 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-21T20:07:37.741 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.c/config 2026-02-21T20:07:38.080 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:37 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.081 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:37 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.081 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:37 trial161 ceph-mon[42566]: from='osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-21T20:07:38.081 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:37 trial161 ceph-mon[42566]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-21T20:07:38.081 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:37 trial161 ceph-mon[42566]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 123 KiB/s, 0 objects/s recovering 2026-02-21T20:07:38.081 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:37 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.081 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:37 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.154 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:37 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.154 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:37 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.154 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:37 trial152 ceph-mon[41853]: from='osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-21T20:07:38.154 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:37 trial152 ceph-mon[41853]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-21T20:07:38.154 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:37 trial152 ceph-mon[41853]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 123 KiB/s, 0 objects/s recovering 2026-02-21T20:07:38.154 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:37 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.155 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:37 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:37 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:37 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:37 trial126 ceph-mon[39622]: from='osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-21T20:07:38.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:37 trial126 ceph-mon[39622]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-21T20:07:38.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:37 trial126 ceph-mon[39622]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 123 KiB/s, 0 objects/s recovering 2026-02-21T20:07:38.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:37 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:37 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.507 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-21T20:07:38.524 DEBUG:teuthology.orchestra.run.trial161:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph orch daemon add osd trial161:vg_nvme/lv_3 --skip-validation 2026-02-21T20:07:38.643 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.c/config 2026-02-21T20:07:38.918 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:38.918 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-21T20:07:38.918 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: osdmap e29: 5 total, 4 up, 5 in 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.919 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:38 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:38.920 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:07:38 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4[47905]: 2026-02-21T20:07:38.846+0000 7fd7a163a640 -1 osd.4 0 waiting for initial osdmap 2026-02-21T20:07:38.920 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:07:38 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4[47905]: 2026-02-21T20:07:38.849+0000 7fd79d501640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:39.142 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:39.142 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-21T20:07:39.142 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: osdmap e29: 5 total, 4 up, 5 in 2026-02-21T20:07:39.142 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:39.142 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:39.142 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.142 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.143 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:39.143 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.143 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.143 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.143 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:38 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: osdmap e29: 5 total, 4 up, 5 in 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:38 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: osdmap e30: 5 total, 4 up, 5 in 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='client.24226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: osd.default does not exist. Creating it now. 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_3'] 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: Saving service osd.default spec with placement trial161 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: Detected new or changed devices on trial161 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: Adjusting osd_memory_target on trial161 to 88143M 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005] boot 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: osdmap e31: 5 total, 5 up, 5 in 2026-02-21T20:07:39.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:39 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: osdmap e30: 5 total, 4 up, 5 in 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='client.24226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: osd.default does not exist. Creating it now. 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_3'] 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: Saving service osd.default spec with placement trial161 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: Detected new or changed devices on trial161 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:40.227 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: Adjusting osd_memory_target on trial161 to 88143M 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005] boot 2026-02-21T20:07:40.228 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: osdmap e31: 5 total, 5 up, 5 in 2026-02-21T20:07:40.229 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:39 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:40.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-21T20:07:40.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: osdmap e30: 5 total, 4 up, 5 in 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='client.24226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: osd.default does not exist. Creating it now. 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_3'] 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: Saving service osd.default spec with placement trial161 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:40.294 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: Detected new or changed devices on trial161 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: Adjusting osd_memory_target on trial161 to 88143M 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:40.295 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: osd.4 [v2:10.20.193.161:6800/3042888005,v1:10.20.193.161:6801/3042888005] boot 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: osdmap e31: 5 total, 5 up, 5 in 2026-02-21T20:07:40.296 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:39 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-21T20:07:41.140 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: purged_snaps scrub starts 2026-02-21T20:07:41.140 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: purged_snaps scrub ok 2026-02-21T20:07:41.140 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: from='client.? 10.20.193.161:0/2486252196' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"} : dispatch 2026-02-21T20:07:41.140 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"} : dispatch 2026-02-21T20:07:41.141 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"}]': finished 2026-02-21T20:07:41.141 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: osdmap e32: 6 total, 5 up, 6 in 2026-02-21T20:07:41.141 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:41.141 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:40 trial161 ceph-mon[42566]: from='client.? 10.20.193.161:0/2060060105' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: purged_snaps scrub starts 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: from='client.? 10.20.193.161:0/2486252196' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"} : dispatch 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"} : dispatch 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"}]': finished 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: osdmap e32: 6 total, 5 up, 6 in 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:41.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:40 trial126 ceph-mon[39622]: from='client.? 10.20.193.161:0/2060060105' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: purged_snaps scrub starts 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: from='client.? 10.20.193.161:0/2486252196' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"} : dispatch 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"} : dispatch 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76cc0f9b-6753-42b5-8d74-dbeb267def51"}]': finished 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: osdmap e32: 6 total, 5 up, 6 in 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:41.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:40 trial152 ceph-mon[41853]: from='client.? 10.20.193.161:0/2060060105' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:41.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:41 trial161 ceph-mon[42566]: osdmap e33: 6 total, 5 up, 6 in 2026-02-21T20:07:41.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:41 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:41.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:41 trial161 ceph-mon[42566]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:07:41.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:41 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:07:41.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:41 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:42.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:41 trial126 ceph-mon[39622]: osdmap e33: 6 total, 5 up, 6 in 2026-02-21T20:07:42.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:41 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:42.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:41 trial126 ceph-mon[39622]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:07:42.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:41 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:07:42.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:41 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:42.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:41 trial152 ceph-mon[41853]: osdmap e33: 6 total, 5 up, 6 in 2026-02-21T20:07:42.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:41 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:42.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:41 trial152 ceph-mon[41853]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:07:42.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:41 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:07:42.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:41 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:43.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:42 trial161 ceph-mon[42566]: Deploying daemon osd.5 on trial161 2026-02-21T20:07:43.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:42 trial161 ceph-mon[42566]: osdmap e34: 6 total, 5 up, 6 in 2026-02-21T20:07:43.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:43.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:07:43.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:42 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:43.178 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:42 trial161 ceph-mon[42566]: Deploying daemon osd.5 on trial161 2026-02-21T20:07:43.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:42 trial126 ceph-mon[39622]: Deploying daemon osd.5 on trial161 2026-02-21T20:07:43.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:42 trial126 ceph-mon[39622]: osdmap e34: 6 total, 5 up, 6 in 2026-02-21T20:07:43.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:43.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:07:43.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:42 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:43.226 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:42 trial126 ceph-mon[39622]: Deploying daemon osd.5 on trial161 2026-02-21T20:07:43.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:42 trial152 ceph-mon[41853]: Deploying daemon osd.5 on trial161 2026-02-21T20:07:43.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:42 trial152 ceph-mon[41853]: osdmap e34: 6 total, 5 up, 6 in 2026-02-21T20:07:43.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:42 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:43.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:42 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:07:43.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:42 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:43.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:42 trial152 ceph-mon[41853]: Deploying daemon osd.5 on trial161 2026-02-21T20:07:43.955 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:43 trial161 ceph-mon[42566]: osdmap e35: 6 total, 5 up, 6 in 2026-02-21T20:07:43.956 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:43 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:43.956 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:43 trial161 ceph-mon[42566]: pgmap v65: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 147 KiB/s, 0 objects/s recovering 2026-02-21T20:07:44.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:43 trial126 ceph-mon[39622]: osdmap e35: 6 total, 5 up, 6 in 2026-02-21T20:07:44.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:43 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:44.225 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:43 trial126 ceph-mon[39622]: pgmap v65: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 147 KiB/s, 0 objects/s recovering 2026-02-21T20:07:44.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:43 trial152 ceph-mon[41853]: osdmap e35: 6 total, 5 up, 6 in 2026-02-21T20:07:44.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:43 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:44.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:43 trial152 ceph-mon[41853]: pgmap v65: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 147 KiB/s, 0 objects/s recovering 2026-02-21T20:07:45.114 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:44 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:45.114 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:44 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:45.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:44 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:45.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:44 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:45.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:44 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:45.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:44 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:46.204 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:45 trial161 ceph-mon[42566]: pgmap v66: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-21T20:07:46.293 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:45 trial152 ceph-mon[41853]: pgmap v66: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-21T20:07:46.454 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:45 trial126 ceph-mon[39622]: pgmap v66: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-21T20:07:46.891 INFO:teuthology.orchestra.run.trial161.stdout:Created osd(s) 5 on host 'trial161' 2026-02-21T20:07:46.978 DEBUG:teuthology.orchestra.run.trial161:osd.5> sudo journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.5.service 2026-02-21T20:07:46.981 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2026-02-21T20:07:46.981 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:07:47.101 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:47.317 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:47.317 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:47 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.317 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:47 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.317 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:47 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.317 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:47 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.318 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:47 trial126 ceph-mon[39622]: from='osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-21T20:07:47.318 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:47 trial126 ceph-mon[39622]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-21T20:07:47.355 INFO:teuthology.orchestra.run.trial126.stdout:{"epoch":35,"num_osds":6,"num_up_osds":5,"osd_up_since":1771704459,"num_in_osds":6,"osd_in_since":1771704459,"num_remapped_pgs":0} 2026-02-21T20:07:47.483 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:47 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.483 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:47 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.483 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:47 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.483 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:47 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.483 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:47 trial161 ceph-mon[42566]: from='osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-21T20:07:47.483 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:47 trial161 ceph-mon[42566]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-21T20:07:47.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:47 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:47 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:47 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:47 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:47.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:47 trial152 ceph-mon[41853]: from='osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-21T20:07:47.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:47 trial152 ceph-mon[41853]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-21T20:07:48.356 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:07:48.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3384372918' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:48.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 87 KiB/s, 0 objects/s recovering 2026-02-21T20:07:48.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: osdmap e36: 6 total, 5 up, 6 in 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:48 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.473 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3384372918' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 87 KiB/s, 0 objects/s recovering 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-21T20:07:48.495 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: osdmap e36: 6 total, 5 up, 6 in 2026-02-21T20:07:48.496 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:48.496 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:48.496 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.496 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.496 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.496 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:48 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3384372918' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:48.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail; 87 KiB/s, 0 objects/s recovering 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: osdmap e36: 6 total, 5 up, 6 in 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-21T20:07:48.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:48 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:48.687 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:48.724 INFO:teuthology.orchestra.run.trial126.stdout:{"epoch":36,"num_osds":6,"num_up_osds":5,"osd_up_since":1771704459,"num_in_osds":6,"osd_in_since":1771704459,"num_remapped_pgs":0} 2026-02-21T20:07:49.082 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:07:48 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5[54120]: 2026-02-21T20:07:48.894+0000 7f67be7a3640 -1 osd.5 0 waiting for initial osdmap 2026-02-21T20:07:49.082 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:07:48 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5[54120]: 2026-02-21T20:07:48.897+0000 7f67b6662640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:49.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: Detected new or changed devices on trial161 2026-02-21T20:07:49.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.678 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: Adjusting osd_memory_target on trial161 to 44071M 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:49.679 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/2132818146' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: osdmap e37: 6 total, 5 up, 6 in 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497] boot 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: osdmap e38: 6 total, 6 up, 6 in 2026-02-21T20:07:49.680 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:49 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:49.726 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:07:49.843 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:49.865 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: Detected new or changed devices on trial161 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: Adjusting osd_memory_target on trial161 to 44071M 2026-02-21T20:07:49.866 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2132818146' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: osdmap e37: 6 total, 5 up, 6 in 2026-02-21T20:07:49.867 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:49.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:49.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497] boot 2026-02-21T20:07:49.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: osdmap e38: 6 total, 6 up, 6 in 2026-02-21T20:07:49.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:49 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:50.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: Detected new or changed devices on trial161 2026-02-21T20:07:50.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: Adjusting osd_memory_target on trial161 to 44071M 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:50.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/2132818146' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: osdmap e37: 6 total, 5 up, 6 in 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: osd.5 [v2:10.20.193.161:6808/3040245497,v1:10.20.193.161:6809/3040245497] boot 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: osdmap e38: 6 total, 6 up, 6 in 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:49 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-21T20:07:50.059 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:50.096 INFO:teuthology.orchestra.run.trial126.stdout:{"epoch":38,"num_osds":6,"num_up_osds":6,"osd_up_since":1771704469,"num_in_osds":6,"osd_in_since":1771704459,"num_remapped_pgs":1} 2026-02-21T20:07:50.097 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:07:50.213 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:50.433 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:50.433 INFO:teuthology.orchestra.run.trial126.stdout:{"epoch":38,"fsid":"b8017fe8-0f60-11f1-bb43-d404e6e7d460","created":"2026-02-21T20:06:03.720756+0000","modified":"2026-02-21T20:07:49.565543+0000","last_up_change":"2026-02-21T20:07:49.565543+0000","last_in_change":"2026-02-21T20:07:39.894667+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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:07:23.698700+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":"20","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":6,"score_stable":6,"optimal_score":0.5,"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":"009bf36d-c7d2-4cce-9e9f-b927271711a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6802","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6803","nonce":1207317809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6804","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6805","nonce":1207317809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6808","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6809","nonce":1207317809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6806","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6807","nonce":1207317809}]},"public_addr":"10.20.193.126:6803/1207317809","cluster_addr":"10.20.193.126:6805/1207317809","heartbeat_back_addr":"10.20.193.126:6809/1207317809","heartbeat_front_addr":"10.20.193.126:6807/1207317809","state":["exists","up"]},{"osd":1,"uuid":"e43606bc-0246-4a9a-8a45-e448aa29b681","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6810","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6811","nonce":1672967813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6812","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6813","nonce":1672967813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6816","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6817","nonce":1672967813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6814","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6815","nonce":1672967813}]},"public_addr":"10.20.193.126:6811/1672967813","cluster_addr":"10.20.193.126:6813/1672967813","heartbeat_back_addr":"10.20.193.126:6817/1672967813","heartbeat_front_addr":"10.20.193.126:6815/1672967813","state":["exists","up"]},{"osd":2,"uuid":"aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6800","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6801","nonce":866661927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6802","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6803","nonce":866661927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6806","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6807","nonce":866661927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6804","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6805","nonce":866661927}]},"public_addr":"10.20.193.152:6801/866661927","cluster_addr":"10.20.193.152:6803/866661927","heartbeat_back_addr":"10.20.193.152:6807/866661927","heartbeat_front_addr":"10.20.193.152:6805/866661927","state":["exists","up"]},{"osd":3,"uuid":"3bdf50f5-bc4b-466e-91e7-3128e45a7740","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6808","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6809","nonce":321265440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6810","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6811","nonce":321265440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6814","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6815","nonce":321265440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6812","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6813","nonce":321265440}]},"public_addr":"10.20.193.152:6809/321265440","cluster_addr":"10.20.193.152:6811/321265440","heartbeat_back_addr":"10.20.193.152:6815/321265440","heartbeat_front_addr":"10.20.193.152:6813/321265440","state":["exists","up"]},{"osd":4,"uuid":"587a3fbf-c452-480b-8d97-3b105c29cc03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6800","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6801","nonce":3042888005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6802","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6803","nonce":3042888005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6806","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6807","nonce":3042888005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6804","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6805","nonce":3042888005}]},"public_addr":"10.20.193.161:6801/3042888005","cluster_addr":"10.20.193.161:6803/3042888005","heartbeat_back_addr":"10.20.193.161:6807/3042888005","heartbeat_front_addr":"10.20.193.161:6805/3042888005","state":["exists","up"]},{"osd":5,"uuid":"76cc0f9b-6753-42b5-8d74-dbeb267def51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6808","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6809","nonce":3040245497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6810","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6811","nonce":3040245497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6814","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6815","nonce":3040245497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6812","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6813","nonce":3040245497}]},"public_addr":"10.20.193.161:6809/3040245497","cluster_addr":"10.20.193.161:6811/3040245497","heartbeat_back_addr":"10.20.193.161:6815/3040245497","heartbeat_front_addr":"10.20.193.161:6813/3040245497","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:07:02.992876+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:07:12.319928+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:07:20.807634+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:30.228568+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:38.462634+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[3,2,4]}],"primary_temp":[],"blocklist":{"10.20.193.126:6801/512729271":"2026-02-22T20:06:23.489591+0000","10.20.193.126:6800/512729271":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/768530200":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/1458933549":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/2530199015":"2026-02-22T20:06:13.702857+0000","10.20.193.126:6801/2491395727":"2026-02-22T20:06:13.702857+0000","10.20.193.126:6800/2491395727":"2026-02-22T20:06:13.702857+0000","10.20.193.126:0/1444154441":"2026-02-22T20:06:13.702857+0000","10.20.193.126:0/3588444788":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/3643633203":"2026-02-22T20:06:13.702857+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:07:50.471 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-02-21T20:07:23.698700+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': '20', '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': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2026-02-21T20:07:50.471 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd pool get .mgr pg_num 2026-02-21T20:07:50.588 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: purged_snaps scrub starts 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: purged_snaps scrub ok 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3662811349' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/2602847995' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:50.596 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:50 trial161 ceph-mon[42566]: osdmap e39: 6 total, 6 up, 6 in 2026-02-21T20:07:50.704 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: purged_snaps scrub starts 2026-02-21T20:07:50.704 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:07:50.704 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:07:50.704 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3662811349' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:50.704 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.705 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:50.705 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2602847995' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:50.705 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:50 trial126 ceph-mon[39622]: osdmap e39: 6 total, 6 up, 6 in 2026-02-21T20:07:50.801 INFO:teuthology.orchestra.run.trial126.stdout:pg_num: 1 2026-02-21T20:07:50.839 INFO:tasks.cephadm:Setting up client nodes... 2026-02-21T20:07:50.839 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-21T20:07:50.960 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:51.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: purged_snaps scrub starts 2026-02-21T20:07:51.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:07:51.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:07:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3662811349' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:07:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/2602847995' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:51.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:50 trial152 ceph-mon[41853]: osdmap e39: 6 total, 6 up, 6 in 2026-02-21T20:07:51.180 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:51.217 INFO:teuthology.orchestra.run.trial126.stdout:[{"version":16,"timestamp":"2026-02-21T20:07:48.602353+0000","name":"","changes":[{"name":"osd/host:trial161/osd_memory_target","previous_value":"92424887500","new_value":"46212443750"}]}] 2026-02-21T20:07:51.218 INFO:tasks.ceph_manager:config epoch is 16 2026-02-21T20:07:51.218 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-21T20:07:51.218 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-21T20:07:51.218 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-21T20:07:51.335 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:51.589 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:51.627 INFO:teuthology.orchestra.run.trial126.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6800","nonce":3301262582},{"type":"v1","addr":"10.20.193.126:6801","nonce":3301262582}]},"active_addr":"10.20.193.126:6801/3301262582","active_change":"2026-02-21T20:06:23.489689+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.126: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":"devicehealth","addrvec":[{"type":"v2","addr":"10.20.193.126:0","nonce":3612796603}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.126:0","nonce":3901413409}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.126:0","nonce":537845641}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.126:0","nonce":1042714597}]}]} 2026-02-21T20:07:51.636 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-21T20:07:51.636 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-21T20:07:51.636 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:07:51.753 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:51.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:51 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3249782758' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-21T20:07:51.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:51 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2659019647' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:07:51.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:51 trial126 ceph-mon[39622]: osdmap e40: 6 total, 6 up, 6 in 2026-02-21T20:07:51.869 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:51 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3418805160' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:07:51.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:51 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3249782758' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-21T20:07:51.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:51 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/2659019647' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:07:51.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:51 trial161 ceph-mon[42566]: osdmap e40: 6 total, 6 up, 6 in 2026-02-21T20:07:51.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:51 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3418805160' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:07:51.961 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:51.961 INFO:teuthology.orchestra.run.trial126.stdout:{"epoch":40,"fsid":"b8017fe8-0f60-11f1-bb43-d404e6e7d460","created":"2026-02-21T20:06:03.720756+0000","modified":"2026-02-21T20:07:51.567990+0000","last_up_change":"2026-02-21T20:07:49.565543+0000","last_in_change":"2026-02-21T20:07:39.894667+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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:07:23.698700+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":"20","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":6,"score_stable":6,"optimal_score":0.5,"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":"009bf36d-c7d2-4cce-9e9f-b927271711a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6802","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6803","nonce":1207317809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6804","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6805","nonce":1207317809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6808","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6809","nonce":1207317809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6806","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6807","nonce":1207317809}]},"public_addr":"10.20.193.126:6803/1207317809","cluster_addr":"10.20.193.126:6805/1207317809","heartbeat_back_addr":"10.20.193.126:6809/1207317809","heartbeat_front_addr":"10.20.193.126:6807/1207317809","state":["exists","up"]},{"osd":1,"uuid":"e43606bc-0246-4a9a-8a45-e448aa29b681","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6810","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6811","nonce":1672967813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6812","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6813","nonce":1672967813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6816","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6817","nonce":1672967813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6814","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6815","nonce":1672967813}]},"public_addr":"10.20.193.126:6811/1672967813","cluster_addr":"10.20.193.126:6813/1672967813","heartbeat_back_addr":"10.20.193.126:6817/1672967813","heartbeat_front_addr":"10.20.193.126:6815/1672967813","state":["exists","up"]},{"osd":2,"uuid":"aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6800","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6801","nonce":866661927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6802","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6803","nonce":866661927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6806","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6807","nonce":866661927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6804","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6805","nonce":866661927}]},"public_addr":"10.20.193.152:6801/866661927","cluster_addr":"10.20.193.152:6803/866661927","heartbeat_back_addr":"10.20.193.152:6807/866661927","heartbeat_front_addr":"10.20.193.152:6805/866661927","state":["exists","up"]},{"osd":3,"uuid":"3bdf50f5-bc4b-466e-91e7-3128e45a7740","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6808","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6809","nonce":321265440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6810","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6811","nonce":321265440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6814","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6815","nonce":321265440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6812","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6813","nonce":321265440}]},"public_addr":"10.20.193.152:6809/321265440","cluster_addr":"10.20.193.152:6811/321265440","heartbeat_back_addr":"10.20.193.152:6815/321265440","heartbeat_front_addr":"10.20.193.152:6813/321265440","state":["exists","up"]},{"osd":4,"uuid":"587a3fbf-c452-480b-8d97-3b105c29cc03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6800","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6801","nonce":3042888005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6802","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6803","nonce":3042888005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6806","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6807","nonce":3042888005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6804","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6805","nonce":3042888005}]},"public_addr":"10.20.193.161:6801/3042888005","cluster_addr":"10.20.193.161:6803/3042888005","heartbeat_back_addr":"10.20.193.161:6807/3042888005","heartbeat_front_addr":"10.20.193.161:6805/3042888005","state":["exists","up"]},{"osd":5,"uuid":"76cc0f9b-6753-42b5-8d74-dbeb267def51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6808","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6809","nonce":3040245497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6810","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6811","nonce":3040245497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6814","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6815","nonce":3040245497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6812","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6813","nonce":3040245497}]},"public_addr":"10.20.193.161:6809/3040245497","cluster_addr":"10.20.193.161:6811/3040245497","heartbeat_back_addr":"10.20.193.161:6815/3040245497","heartbeat_front_addr":"10.20.193.161:6813/3040245497","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:07:02.992876+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:07:12.319928+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:07:20.807634+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:30.228568+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:38.462634+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:47.934132+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[3,2]}],"primary_temp":[],"blocklist":{"10.20.193.126:6801/512729271":"2026-02-22T20:06:23.489591+0000","10.20.193.126:6800/512729271":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/768530200":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/1458933549":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/2530199015":"2026-02-22T20:06:13.702857+0000","10.20.193.126:6801/2491395727":"2026-02-22T20:06:13.702857+0000","10.20.193.126:6800/2491395727":"2026-02-22T20:06:13.702857+0000","10.20.193.126:0/1444154441":"2026-02-22T20:06:13.702857+0000","10.20.193.126:0/3588444788":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/3643633203":"2026-02-22T20:06:13.702857+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:07:51.999 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-21T20:07:51.999 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:07:52.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:51 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3249782758' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-21T20:07:52.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:51 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/2659019647' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:07:52.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:51 trial152 ceph-mon[41853]: osdmap e40: 6 total, 6 up, 6 in 2026-02-21T20:07:52.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:51 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3418805160' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:07:52.115 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.325 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:52.326 INFO:teuthology.orchestra.run.trial126.stdout:{"epoch":40,"fsid":"b8017fe8-0f60-11f1-bb43-d404e6e7d460","created":"2026-02-21T20:06:03.720756+0000","modified":"2026-02-21T20:07:51.567990+0000","last_up_change":"2026-02-21T20:07:49.565543+0000","last_in_change":"2026-02-21T20:07:39.894667+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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:07:23.698700+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":"20","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":6,"score_stable":6,"optimal_score":0.5,"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":"009bf36d-c7d2-4cce-9e9f-b927271711a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6802","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6803","nonce":1207317809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6804","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6805","nonce":1207317809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6808","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6809","nonce":1207317809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6806","nonce":1207317809},{"type":"v1","addr":"10.20.193.126:6807","nonce":1207317809}]},"public_addr":"10.20.193.126:6803/1207317809","cluster_addr":"10.20.193.126:6805/1207317809","heartbeat_back_addr":"10.20.193.126:6809/1207317809","heartbeat_front_addr":"10.20.193.126:6807/1207317809","state":["exists","up"]},{"osd":1,"uuid":"e43606bc-0246-4a9a-8a45-e448aa29b681","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6810","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6811","nonce":1672967813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6812","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6813","nonce":1672967813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6816","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6817","nonce":1672967813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.126:6814","nonce":1672967813},{"type":"v1","addr":"10.20.193.126:6815","nonce":1672967813}]},"public_addr":"10.20.193.126:6811/1672967813","cluster_addr":"10.20.193.126:6813/1672967813","heartbeat_back_addr":"10.20.193.126:6817/1672967813","heartbeat_front_addr":"10.20.193.126:6815/1672967813","state":["exists","up"]},{"osd":2,"uuid":"aaad5dcc-6b6a-4541-97b8-8cc34b1be7cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6800","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6801","nonce":866661927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6802","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6803","nonce":866661927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6806","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6807","nonce":866661927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6804","nonce":866661927},{"type":"v1","addr":"10.20.193.152:6805","nonce":866661927}]},"public_addr":"10.20.193.152:6801/866661927","cluster_addr":"10.20.193.152:6803/866661927","heartbeat_back_addr":"10.20.193.152:6807/866661927","heartbeat_front_addr":"10.20.193.152:6805/866661927","state":["exists","up"]},{"osd":3,"uuid":"3bdf50f5-bc4b-466e-91e7-3128e45a7740","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6808","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6809","nonce":321265440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6810","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6811","nonce":321265440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6814","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6815","nonce":321265440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.152:6812","nonce":321265440},{"type":"v1","addr":"10.20.193.152:6813","nonce":321265440}]},"public_addr":"10.20.193.152:6809/321265440","cluster_addr":"10.20.193.152:6811/321265440","heartbeat_back_addr":"10.20.193.152:6815/321265440","heartbeat_front_addr":"10.20.193.152:6813/321265440","state":["exists","up"]},{"osd":4,"uuid":"587a3fbf-c452-480b-8d97-3b105c29cc03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6800","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6801","nonce":3042888005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6802","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6803","nonce":3042888005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6806","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6807","nonce":3042888005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6804","nonce":3042888005},{"type":"v1","addr":"10.20.193.161:6805","nonce":3042888005}]},"public_addr":"10.20.193.161:6801/3042888005","cluster_addr":"10.20.193.161:6803/3042888005","heartbeat_back_addr":"10.20.193.161:6807/3042888005","heartbeat_front_addr":"10.20.193.161:6805/3042888005","state":["exists","up"]},{"osd":5,"uuid":"76cc0f9b-6753-42b5-8d74-dbeb267def51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6808","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6809","nonce":3040245497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6810","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6811","nonce":3040245497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6814","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6815","nonce":3040245497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6812","nonce":3040245497},{"type":"v1","addr":"10.20.193.161:6813","nonce":3040245497}]},"public_addr":"10.20.193.161:6809/3040245497","cluster_addr":"10.20.193.161:6811/3040245497","heartbeat_back_addr":"10.20.193.161:6815/3040245497","heartbeat_front_addr":"10.20.193.161:6813/3040245497","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:07:02.992876+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:07:12.319928+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:07:20.807634+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:30.228568+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:38.462634+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:47.934132+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[3,2]}],"primary_temp":[],"blocklist":{"10.20.193.126:6801/512729271":"2026-02-22T20:06:23.489591+0000","10.20.193.126:6800/512729271":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/768530200":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/1458933549":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/2530199015":"2026-02-22T20:06:13.702857+0000","10.20.193.126:6801/2491395727":"2026-02-22T20:06:13.702857+0000","10.20.193.126:6800/2491395727":"2026-02-22T20:06:13.702857+0000","10.20.193.126:0/1444154441":"2026-02-22T20:06:13.702857+0000","10.20.193.126:0/3588444788":"2026-02-22T20:06:23.489591+0000","10.20.193.126:0/3643633203":"2026-02-22T20:06:13.702857+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:07:52.364 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-21T20:07:52.364 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-21T20:07:52.365 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-21T20:07:52.365 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph tell osd.3 flush_pg_stats 2026-02-21T20:07:52.366 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph tell osd.4 flush_pg_stats 2026-02-21T20:07:52.366 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph tell osd.5 flush_pg_stats 2026-02-21T20:07:52.486 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.487 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.488 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.489 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.489 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.490 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.647 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:52 trial126 ceph-mon[39622]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-21T20:07:52.647 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:52 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3266509425' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:52.647 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:52 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/4248605080' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:52.677 INFO:teuthology.orchestra.run.trial126.stdout:68719476743 2026-02-21T20:07:52.677 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T20:07:52.681 INFO:teuthology.orchestra.run.trial126.stdout:163208757250 2026-02-21T20:07:52.682 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-21T20:07:52.688 INFO:teuthology.orchestra.run.trial126.stdout:51539607562 2026-02-21T20:07:52.688 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:07:52.691 INFO:teuthology.orchestra.run.trial126.stdout:34359738380 2026-02-21T20:07:52.692 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:07:52.694 INFO:teuthology.orchestra.run.trial126.stdout:103079215110 2026-02-21T20:07:52.694 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-21T20:07:52.696 INFO:teuthology.orchestra.run.trial126.stdout:133143986181 2026-02-21T20:07:52.696 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-21T20:07:52.800 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.810 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.814 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.862 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.863 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.869 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:52.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:52 trial161 ceph-mon[42566]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-21T20:07:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:52 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3266509425' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:52.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:52 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/4248605080' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:53.035 INFO:teuthology.orchestra.run.trial126.stdout:68719476742 2026-02-21T20:07:53.035 INFO:teuthology.orchestra.run.trial126.stdout:51539607561 2026-02-21T20:07:53.036 INFO:teuthology.orchestra.run.trial126.stdout:163208757249 2026-02-21T20:07:53.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:52 trial152 ceph-mon[41853]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-21T20:07:53.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:52 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3266509425' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:53.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:52 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/4248605080' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:53.078 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476743 got 68719476742 for osd.2 2026-02-21T20:07:53.081 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607562 got 51539607561 for osd.1 2026-02-21T20:07:53.083 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757250 got 163208757249 for osd.5 2026-02-21T20:07:53.084 INFO:teuthology.orchestra.run.trial126.stdout:34359738379 2026-02-21T20:07:53.085 INFO:teuthology.orchestra.run.trial126.stdout:103079215108 2026-02-21T20:07:53.088 INFO:teuthology.orchestra.run.trial126.stdout:133143986180 2026-02-21T20:07:53.130 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215110 got 103079215108 for osd.3 2026-02-21T20:07:53.132 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738379 for osd.0 2026-02-21T20:07:53.145 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986181 got 133143986180 for osd.4 2026-02-21T20:07:53.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:53 trial126 ceph-mon[39622]: osdmap e41: 6 total, 6 up, 6 in 2026-02-21T20:07:53.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:53 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1699479935' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-21T20:07:53.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:53 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3312865802' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:53.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:53 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/155834214' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:53.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:53 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1266527352' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:53.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:53 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1630466050' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-21T20:07:53.868 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:53 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3339052501' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-21T20:07:53.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:53 trial161 ceph-mon[42566]: osdmap e41: 6 total, 6 up, 6 in 2026-02-21T20:07:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:53 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/1699479935' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-21T20:07:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:53 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3312865802' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:53 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/155834214' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:53 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/1266527352' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:53 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/1630466050' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-21T20:07:53.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:53 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/3339052501' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-21T20:07:54.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:53 trial152 ceph-mon[41853]: osdmap e41: 6 total, 6 up, 6 in 2026-02-21T20:07:54.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:53 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/1699479935' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-21T20:07:54.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:53 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3312865802' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:54.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:53 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/155834214' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:54.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:53 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/1266527352' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:54.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:53 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/1630466050' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-21T20:07:54.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:53 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3339052501' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-21T20:07:54.078 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T20:07:54.083 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:07:54.084 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-21T20:07:54.130 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-21T20:07:54.133 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:07:54.146 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-21T20:07:54.199 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:54.242 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:54.244 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:54.286 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:54.286 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:54.287 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:54.432 INFO:teuthology.orchestra.run.trial126.stdout:68719476744 2026-02-21T20:07:54.468 INFO:teuthology.orchestra.run.trial126.stdout:163208757250 2026-02-21T20:07:54.471 INFO:teuthology.orchestra.run.trial126.stdout:51539607562 2026-02-21T20:07:54.472 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476743 got 68719476744 for osd.2 2026-02-21T20:07:54.472 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:54.514 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607562 got 51539607562 for osd.1 2026-02-21T20:07:54.515 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:54.515 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757250 got 163208757250 for osd.5 2026-02-21T20:07:54.516 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:54.517 INFO:teuthology.orchestra.run.trial126.stdout:133143986181 2026-02-21T20:07:54.522 INFO:teuthology.orchestra.run.trial126.stdout:34359738380 2026-02-21T20:07:54.522 INFO:teuthology.orchestra.run.trial126.stdout:103079215110 2026-02-21T20:07:54.558 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986181 got 133143986181 for osd.4 2026-02-21T20:07:54.559 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:54.568 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738380 for osd.0 2026-02-21T20:07:54.568 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:54.574 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215110 got 103079215110 for osd.3 2026-02-21T20:07:54.574 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:54.574 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-21T20:07:54.575 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:54.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: pgmap v76: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-21T20:07:54.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: osdmap e42: 6 total, 6 up, 6 in 2026-02-21T20:07:54.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/343451409' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:54.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/491400430' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-21T20:07:54.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/860792863' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:54.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2412835388' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-21T20:07:54.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/1787657703' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:54.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:54 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/755594713' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-21T20:07:54.730 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:54.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: pgmap v76: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-21T20:07:54.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: osdmap e42: 6 total, 6 up, 6 in 2026-02-21T20:07:54.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/343451409' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:54.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/491400430' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-21T20:07:54.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/860792863' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:54.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/2412835388' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-21T20:07:54.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/1787657703' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:54.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:54 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/755594713' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-21T20:07:54.938 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:54.939 INFO:teuthology.orchestra.run.trial126.stderr:dumped all 2026-02-21T20:07:54.989 INFO:teuthology.orchestra.run.trial126.stdout:{"pg_ready":true,"pg_map":{"version":77,"stamp":"2026-02-21T20:07:53.605786+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":4,"kb":4404019200,"kb_used":165940,"kb_used_data":3900,"kb_used_omap":89,"kb_used_meta":161830,"kb_avail":4403853260,"statfs":{"total":4509715660800,"available":4509545738240,"internally_reserved":0,"allocated":3993600,"data_stored":2622286,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":92064,"internal_metadata":165714016},"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":2,"num_bytes_recovered":590368,"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":"4.038527"},"pg_stats":[{"pgid":"1.0","version":"19'132","reported_seq":233,"reported_epoch":40,"state":"peering","last_fresh":"2026-02-21T20:07:51.852347+0000","last_change":"2026-02-21T20:07:52.603533+0000","last_active":"2026-02-21T20:07:52.603533+0000","last_peered":"2026-02-21T20:07:51.852347+0000","last_clean":"2026-02-21T20:07:47.891408+0000","last_became_active":"2026-02-21T20:07:51.848986+0000","last_became_peered":"2026-02-21T20:07:51.848986+0000","last_unstale":"2026-02-21T20:07:51.852347+0000","last_undegraded":"2026-02-21T20:07:51.852347+0000","last_fullsized":"2026-02-21T20:07:51.567716+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_clean_scrub_stamp":"2026-02-21T20:07:24.557064+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,4,5],"up_primary":3,"acting_primary":3,"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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757250,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27316,"kb_used_data":352,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733975884,"statfs":{"total":751619276800,"available":751591305216,"internally_reserved":0,"allocated":360448,"data_stored":138689,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4865,"internal_metadata":27585791},"hb_peers":[0,1,2,3,4],"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":4,"up_from":31,"seq":133143986181,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27908,"kb_used_data":944,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733975292,"statfs":{"total":751619276800,"available":751590699008,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10074,"internal_metadata":27580582},"hb_peers":[0,1,2,3,5],"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":3,"up_from":24,"seq":103079215110,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28164,"kb_used_data":944,"kb_used_omap":13,"kb_used_meta":27186,"kb_avail":733975036,"statfs":{"total":751619276800,"available":751590436864,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13660,"internal_metadata":27839140},"hb_peers":[0,1,2,4],"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":2,"up_from":16,"seq":68719476744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27908,"kb_used_data":944,"kb_used_omap":19,"kb_used_meta":26924,"kb_avail":733975292,"statfs":{"total":751619276800,"available":751590699008,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":19853,"internal_metadata":27570803},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607562,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27316,"kb_used_data":352,"kb_used_omap":19,"kb_used_meta":26924,"kb_avail":733975884,"statfs":{"total":751619276800,"available":751591305216,"internally_reserved":0,"allocated":360448,"data_stored":138689,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":19853,"internal_metadata":27570803},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738380,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27328,"kb_used_data":364,"kb_used_omap":23,"kb_used_meta":26920,"kb_avail":733975872,"statfs":{"total":751619276800,"available":751591292928,"internally_reserved":0,"allocated":372736,"data_stored":143451,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23759,"internal_metadata":27566897},"hb_peers":[1,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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:07:54.990 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:55.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: pgmap v76: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-21T20:07:55.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: osdmap e42: 6 total, 6 up, 6 in 2026-02-21T20:07:55.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/343451409' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:55.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/491400430' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-21T20:07:55.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/860792863' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/2412835388' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-21T20:07:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/1787657703' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:55.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:54 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/755594713' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-21T20:07:55.108 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:55.316 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:55.316 INFO:teuthology.orchestra.run.trial126.stderr:dumped all 2026-02-21T20:07:55.352 INFO:teuthology.orchestra.run.trial126.stdout:{"pg_ready":true,"pg_map":{"version":77,"stamp":"2026-02-21T20:07:53.605786+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":4,"kb":4404019200,"kb_used":165940,"kb_used_data":3900,"kb_used_omap":89,"kb_used_meta":161830,"kb_avail":4403853260,"statfs":{"total":4509715660800,"available":4509545738240,"internally_reserved":0,"allocated":3993600,"data_stored":2622286,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":92064,"internal_metadata":165714016},"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":2,"num_bytes_recovered":590368,"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":"4.038527"},"pg_stats":[{"pgid":"1.0","version":"19'132","reported_seq":233,"reported_epoch":40,"state":"peering","last_fresh":"2026-02-21T20:07:51.852347+0000","last_change":"2026-02-21T20:07:52.603533+0000","last_active":"2026-02-21T20:07:52.603533+0000","last_peered":"2026-02-21T20:07:51.852347+0000","last_clean":"2026-02-21T20:07:47.891408+0000","last_became_active":"2026-02-21T20:07:51.848986+0000","last_became_peered":"2026-02-21T20:07:51.848986+0000","last_unstale":"2026-02-21T20:07:51.852347+0000","last_undegraded":"2026-02-21T20:07:51.852347+0000","last_fullsized":"2026-02-21T20:07:51.567716+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_clean_scrub_stamp":"2026-02-21T20:07:24.557064+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,4,5],"up_primary":3,"acting_primary":3,"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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757250,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27316,"kb_used_data":352,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733975884,"statfs":{"total":751619276800,"available":751591305216,"internally_reserved":0,"allocated":360448,"data_stored":138689,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4865,"internal_metadata":27585791},"hb_peers":[0,1,2,3,4],"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":4,"up_from":31,"seq":133143986181,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27908,"kb_used_data":944,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733975292,"statfs":{"total":751619276800,"available":751590699008,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10074,"internal_metadata":27580582},"hb_peers":[0,1,2,3,5],"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":3,"up_from":24,"seq":103079215110,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28164,"kb_used_data":944,"kb_used_omap":13,"kb_used_meta":27186,"kb_avail":733975036,"statfs":{"total":751619276800,"available":751590436864,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13660,"internal_metadata":27839140},"hb_peers":[0,1,2,4],"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":2,"up_from":16,"seq":68719476744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27908,"kb_used_data":944,"kb_used_omap":19,"kb_used_meta":26924,"kb_avail":733975292,"statfs":{"total":751619276800,"available":751590699008,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":19853,"internal_metadata":27570803},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607562,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27316,"kb_used_data":352,"kb_used_omap":19,"kb_used_meta":26924,"kb_avail":733975884,"statfs":{"total":751619276800,"available":751591305216,"internally_reserved":0,"allocated":360448,"data_stored":138689,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":19853,"internal_metadata":27570803},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738380,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27328,"kb_used_data":364,"kb_used_omap":23,"kb_used_meta":26920,"kb_avail":733975872,"statfs":{"total":751619276800,"available":751591292928,"internally_reserved":0,"allocated":372736,"data_stored":143451,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23759,"internal_metadata":27566897},"hb_peers":[1,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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:07:55.353 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:55.469 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:55.683 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:55.684 INFO:teuthology.orchestra.run.trial126.stderr:dumped all 2026-02-21T20:07:55.734 INFO:teuthology.orchestra.run.trial126.stdout:{"pg_ready":true,"pg_map":{"version":78,"stamp":"2026-02-21T20:07:55.502062+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":4404019200,"kb_used":166048,"kb_used_data":4008,"kb_used_omap":95,"kb_used_meta":161824,"kb_avail":4403853152,"statfs":{"total":4509715660800,"available":4509545627648,"internally_reserved":0,"allocated":4104192,"data_stored":2665025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":97928,"internal_metadata":165708152},"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":2,"num_bytes_recovered":590368,"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":"4.933779"},"pg_stats":[{"pgid":"1.0","version":"19'132","reported_seq":233,"reported_epoch":40,"state":"peering","last_fresh":"2026-02-21T20:07:51.852347+0000","last_change":"2026-02-21T20:07:52.603533+0000","last_active":"2026-02-21T20:07:52.603533+0000","last_peered":"2026-02-21T20:07:51.852347+0000","last_clean":"2026-02-21T20:07:47.891408+0000","last_became_active":"2026-02-21T20:07:51.848986+0000","last_became_peered":"2026-02-21T20:07:51.848986+0000","last_unstale":"2026-02-21T20:07:51.852347+0000","last_undegraded":"2026-02-21T20:07:51.852347+0000","last_fullsized":"2026-02-21T20:07:51.567716+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_clean_scrub_stamp":"2026-02-21T20:07:24.557064+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,4,5],"up_primary":3,"acting_primary":3,"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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757251,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27932,"kb_used_data":968,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733975268,"statfs":{"total":751619276800,"available":751590674432,"internally_reserved":0,"allocated":991232,"data_stored":743306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1,2,3,4],"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":4,"up_from":31,"seq":133143986182,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27352,"kb_used_data":388,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733975848,"statfs":{"total":751619276800,"available":751591268352,"internally_reserved":0,"allocated":397312,"data_stored":152938,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11374,"internal_metadata":27579282},"hb_peers":[0,1,2,3,5],"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":3,"up_from":24,"seq":103079215110,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28164,"kb_used_data":944,"kb_used_omap":13,"kb_used_meta":27186,"kb_avail":733975036,"statfs":{"total":751619276800,"available":751590436864,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13660,"internal_metadata":27839140},"hb_peers":[0,1,2,4],"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":2,"up_from":16,"seq":68719476744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27908,"kb_used_data":944,"kb_used_omap":19,"kb_used_meta":26924,"kb_avail":733975292,"statfs":{"total":751619276800,"available":751590699008,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":19853,"internal_metadata":27570803},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607563,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27340,"kb_used_data":376,"kb_used_omap":20,"kb_used_meta":26923,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":385024,"data_stored":148205,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":21155,"internal_metadata":27569501},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27352,"kb_used_data":388,"kb_used_omap":24,"kb_used_meta":26919,"kb_avail":733975848,"statfs":{"total":751619276800,"available":751591268352,"internally_reserved":0,"allocated":397312,"data_stored":152938,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25061,"internal_metadata":27565595},"hb_peers":[1,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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:07:55.735 INFO:tasks.cephadm.ceph_manager.ceph:PG 1.0 is not active+clean 2026-02-21T20:07:55.735 INFO:tasks.cephadm.ceph_manager.ceph:{'pgid': '1.0', 'version': "19'132", 'reported_seq': 233, 'reported_epoch': 40, 'state': 'peering', 'last_fresh': '2026-02-21T20:07:51.852347+0000', 'last_change': '2026-02-21T20:07:52.603533+0000', 'last_active': '2026-02-21T20:07:52.603533+0000', 'last_peered': '2026-02-21T20:07:51.852347+0000', 'last_clean': '2026-02-21T20:07:47.891408+0000', 'last_became_active': '2026-02-21T20:07:51.848986+0000', 'last_became_peered': '2026-02-21T20:07:51.848986+0000', 'last_unstale': '2026-02-21T20:07:51.852347+0000', 'last_undegraded': '2026-02-21T20:07:51.852347+0000', 'last_fullsized': '2026-02-21T20:07:51.567716+0000', 'mapping_epoch': 41, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 18, 'last_epoch_clean': 35, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2026-02-21T20:07:24.557064+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2026-02-21T20:07:24.557064+0000', 'last_clean_scrub_stamp': '2026-02-21T20:07:24.557064+0000', 'objects_scrubbed': 0, 'log_size': 132, 'log_dups_size': 0, 'ondisk_log_size': 132, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'no scrub is scheduled', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 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': 96, 'num_read_kb': 82, 'num_write': 167, 'num_write_kb': 3194, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 6, 'num_bytes_recovered': 1771104, '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': [3, 5, 2], 'acting': [3, 5, 2], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [2, 4, 5], 'up_primary': 3, 'acting_primary': 3, 'purged_snaps': []} 2026-02-21T20:07:55.735 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph status --format=json 2026-02-21T20:07:55.853 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:56.108 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:56.108 INFO:teuthology.orchestra.run.trial126.stdout:{"fsid":"b8017fe8-0f60-11f1-bb43-d404e6e7d460","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","c","b"],"quorum_age":67,"monmap":{"epoch":3,"min_mon_release_name":"tentacle","num_mons":3},"osdmap":{"epoch":42,"num_osds":6,"num_up_osds":6,"osd_up_since":1771704469,"num_in_osds":6,"osd_in_since":1771704459,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"peering","count":1}],"num_pgs":1,"num_pools":1,"num_objects":2,"data_bytes":590368,"bytes_used":170033152,"bytes_avail":4509545627648,"bytes_total":4509715660800,"inactive_pgs_ratio":1,"recovering_objects_per_sec":0,"recovering_bytes_per_sec":119658,"recovering_keys_per_sec":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0},"fsmap":{"epoch":1,"btime":"2026-02-21T20:06:03:720599+0000","by_rank":[],"up:standby":0},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs"],"services":{"dashboard":"https://10.20.193.126:8443/"}},"servicemap":{"epoch":4,"modified":"2026-02-21T20:07:51.501526+0000","services":{"mgr":{"daemons":{"summary":"","b":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}},"osd":{"daemons":{"summary":"","0":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"1":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"2":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"3":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"4":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"5":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}}}},"progress_events":{}} 2026-02-21T20:07:56.144 INFO:tasks.cephadm.ceph_manager.ceph:making progress, resetting timeout 2026-02-21T20:07:56.145 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:56.261 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:56.472 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:56.472 INFO:teuthology.orchestra.run.trial126.stderr:dumped all 2026-02-21T20:07:56.510 INFO:teuthology.orchestra.run.trial126.stdout:{"pg_ready":true,"pg_map":{"version":78,"stamp":"2026-02-21T20:07:55.502062+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":4404019200,"kb_used":166048,"kb_used_data":4008,"kb_used_omap":95,"kb_used_meta":161824,"kb_avail":4403853152,"statfs":{"total":4509715660800,"available":4509545627648,"internally_reserved":0,"allocated":4104192,"data_stored":2665025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":97928,"internal_metadata":165708152},"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":2,"num_bytes_recovered":590368,"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":"4.933779"},"pg_stats":[{"pgid":"1.0","version":"19'132","reported_seq":233,"reported_epoch":40,"state":"peering","last_fresh":"2026-02-21T20:07:51.852347+0000","last_change":"2026-02-21T20:07:52.603533+0000","last_active":"2026-02-21T20:07:52.603533+0000","last_peered":"2026-02-21T20:07:51.852347+0000","last_clean":"2026-02-21T20:07:47.891408+0000","last_became_active":"2026-02-21T20:07:51.848986+0000","last_became_peered":"2026-02-21T20:07:51.848986+0000","last_unstale":"2026-02-21T20:07:51.852347+0000","last_undegraded":"2026-02-21T20:07:51.852347+0000","last_fullsized":"2026-02-21T20:07:51.567716+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_clean_scrub_stamp":"2026-02-21T20:07:24.557064+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,4,5],"up_primary":3,"acting_primary":3,"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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757251,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27932,"kb_used_data":968,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733975268,"statfs":{"total":751619276800,"available":751590674432,"internally_reserved":0,"allocated":991232,"data_stored":743306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1,2,3,4],"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":4,"up_from":31,"seq":133143986182,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27352,"kb_used_data":388,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733975848,"statfs":{"total":751619276800,"available":751591268352,"internally_reserved":0,"allocated":397312,"data_stored":152938,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11374,"internal_metadata":27579282},"hb_peers":[0,1,2,3,5],"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":3,"up_from":24,"seq":103079215110,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28164,"kb_used_data":944,"kb_used_omap":13,"kb_used_meta":27186,"kb_avail":733975036,"statfs":{"total":751619276800,"available":751590436864,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13660,"internal_metadata":27839140},"hb_peers":[0,1,2,4],"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":2,"up_from":16,"seq":68719476744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27908,"kb_used_data":944,"kb_used_omap":19,"kb_used_meta":26924,"kb_avail":733975292,"statfs":{"total":751619276800,"available":751590699008,"internally_reserved":0,"allocated":966656,"data_stored":733819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":19853,"internal_metadata":27570803},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607563,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27340,"kb_used_data":376,"kb_used_omap":20,"kb_used_meta":26923,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":385024,"data_stored":148205,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":21155,"internal_metadata":27569501},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27352,"kb_used_data":388,"kb_used_omap":24,"kb_used_meta":26919,"kb_avail":733975848,"statfs":{"total":751619276800,"available":751591268352,"internally_reserved":0,"allocated":397312,"data_stored":152938,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25061,"internal_metadata":27565595},"hb_peers":[1,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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:07:56.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:56 trial126 ceph-mon[39622]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:56.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:56 trial126 ceph-mon[39622]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:56.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:56 trial126 ceph-mon[39622]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 117 KiB/s, 0 objects/s recovering 2026-02-21T20:07:56.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:56 trial126 ceph-mon[39622]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:56.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:56 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/2134406269' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-21T20:07:56.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:56 trial161 ceph-mon[42566]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:56.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:56 trial161 ceph-mon[42566]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:56.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:56 trial161 ceph-mon[42566]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 117 KiB/s, 0 objects/s recovering 2026-02-21T20:07:56.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:56 trial161 ceph-mon[42566]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:56.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:56 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/2134406269' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-21T20:07:57.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:56 trial152 ceph-mon[41853]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:57.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:56 trial152 ceph-mon[41853]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:57.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:56 trial152 ceph-mon[41853]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 117 KiB/s, 0 objects/s recovering 2026-02-21T20:07:57.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:56 trial152 ceph-mon[41853]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:57.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:56 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/2134406269' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-21T20:07:57.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:57 trial161 ceph-mon[42566]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:57.944 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:57 trial152 ceph-mon[41853]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:57.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:57 trial126 ceph-mon[39622]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:58.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:07:58 trial161 ceph-mon[42566]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-21T20:07:58.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:07:58 trial126 ceph-mon[39622]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-21T20:07:59.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:07:58 trial152 ceph-mon[41853]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-21T20:07:59.511 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:59.629 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:07:59.833 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:07:59.834 INFO:teuthology.orchestra.run.trial126.stderr:dumped all 2026-02-21T20:07:59.871 INFO:teuthology.orchestra.run.trial126.stdout:{"pg_ready":true,"pg_map":{"version":80,"stamp":"2026-02-21T20:07:59.502515+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":4404019200,"kb_used":166108,"kb_used_data":4068,"kb_used_omap":96,"kb_used_meta":161823,"kb_avail":4403853092,"statfs":{"total":4509715660800,"available":4509545566208,"internally_reserved":0,"allocated":4165632,"data_stored":2688732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":99230,"internal_metadata":165706850},"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":2,"num_bytes_recovered":590368,"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":"7.933196"},"pg_stats":[{"pgid":"1.0","version":"19'132","reported_seq":243,"reported_epoch":42,"state":"active+clean","last_fresh":"2026-02-21T20:07:53.605284+0000","last_change":"2026-02-21T20:07:53.605247+0000","last_active":"2026-02-21T20:07:53.605284+0000","last_peered":"2026-02-21T20:07:53.605284+0000","last_clean":"2026-02-21T20:07:53.605284+0000","last_became_active":"2026-02-21T20:07:53.605036+0000","last_became_peered":"2026-02-21T20:07:53.605036+0000","last_unstale":"2026-02-21T20:07:53.605284+0000","last_undegraded":"2026-02-21T20:07:53.605284+0000","last_fullsized":"2026-02-21T20:07:53.605284+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:24.557064+0000","last_clean_scrub_stamp":"2026-02-21T20:07:24.557064+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"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-23T04:27:40.309077+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757251,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27932,"kb_used_data":968,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733975268,"statfs":{"total":751619276800,"available":751590674432,"internally_reserved":0,"allocated":991232,"data_stored":743306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1,2,3,4],"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":4,"up_from":31,"seq":133143986182,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27352,"kb_used_data":388,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733975848,"statfs":{"total":751619276800,"available":751591268352,"internally_reserved":0,"allocated":397312,"data_stored":152938,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11374,"internal_metadata":27579282},"hb_peers":[0,1,2,3,5],"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":3,"up_from":24,"seq":103079215111,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28188,"kb_used_data":968,"kb_used_omap":13,"kb_used_meta":27186,"kb_avail":733975012,"statfs":{"total":751619276800,"available":751590412288,"internally_reserved":0,"allocated":991232,"data_stored":743306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13660,"internal_metadata":27839140},"hb_peers":[0,1,2,4,5],"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":2,"up_from":16,"seq":68719476745,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27932,"kb_used_data":968,"kb_used_omap":20,"kb_used_meta":26923,"kb_avail":733975268,"statfs":{"total":751619276800,"available":751590674432,"internally_reserved":0,"allocated":991232,"data_stored":743306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":20504,"internal_metadata":27570152},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607564,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27352,"kb_used_data":388,"kb_used_omap":21,"kb_used_meta":26922,"kb_avail":733975848,"statfs":{"total":751619276800,"available":751591268352,"internally_reserved":0,"allocated":397312,"data_stored":152938,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":21806,"internal_metadata":27568850},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738382,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27352,"kb_used_data":388,"kb_used_omap":24,"kb_used_meta":26919,"kb_avail":733975848,"statfs":{"total":751619276800,"available":751591268352,"internally_reserved":0,"allocated":397312,"data_stored":152938,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25061,"internal_metadata":27565595},"hb_peers":[1,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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:07:59.872 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-21T20:07:59.872 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-21T20:07:59.873 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-21T20:07:59.873 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph health --format=json 2026-02-21T20:07:59.989 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:08:00.225 INFO:teuthology.orchestra.run.trial126.stdout: 2026-02-21T20:08:00.225 INFO:teuthology.orchestra.run.trial126.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-21T20:08:00.263 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-21T20:08:00.263 INFO:tasks.cephadm:Setup complete, yielding 2026-02-21T20:08:00.263 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-21T20:08:00.279 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial126.front.sepia.ceph.com 2026-02-21T20:08:00.279 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- bash -c 'set -ex 2026-02-21T20:08:00.279 DEBUG:teuthology.orchestra.run.trial126:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> for host in $HOSTNAMES; do 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> # find the hostname for "host.c" which will have no mgr 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> if [ "$HAS_MGRS" == "false" ]; then 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> HOST_C="${host}" 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> fi 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> done 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> # One last thing to worry about before draining the host 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> # is that the teuthology test tends to put the explicit 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> # hostnames in the placement for the mon service. 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> # We want to make sure we can drain without providing 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> # --force and there is a check for the host being removed 2026-02-21T20:08:00.280 DEBUG:teuthology.orchestra.run.trial126:> # being listed explicitly in the placements. Therefore, 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> # we should remove it from the mon placement. 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> ceph orch ls mon --export > mon.yaml 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> ceph orch apply -i mon_adjusted.yaml 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> # now drain that host 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> ceph orch host drain $HOST_C --zap-osd-devices 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> # wait for drain to complete 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> sleep 15 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> done 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> # we want to check the ability to remove the host from 2026-02-21T20:08:00.281 DEBUG:teuthology.orchestra.run.trial126:> # the CRUSH map, so we should first verify the host is in 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> # the CRUSH map. 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> ceph osd getcrushmap -o compiled-crushmap 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> crushtool -d compiled-crushmap -o crushmap.txt 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> CRUSH_MAP=$(cat crushmap.txt) 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> exit 1 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> fi 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> # If the drain was successful, we should be able to remove the 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> # host without force with no issues. If there are still daemons 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> # we will get a response telling us to drain the host and a 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> # non-zero return code 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> ceph orch host rm $HOST_C --rm-crush-entry 2026-02-21T20:08:00.282 DEBUG:teuthology.orchestra.run.trial126:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> sleep 30 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> ceph osd getcrushmap -o compiled-crushmap 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> crushtool -d compiled-crushmap -o crushmap.txt 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> CRUSH_MAP=$(cat crushmap.txt) 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> exit 1 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> fi 2026-02-21T20:08:00.283 DEBUG:teuthology.orchestra.run.trial126:> ' 2026-02-21T20:08:00.399 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:08:00.457 INFO:teuthology.orchestra.run.trial126.stderr:++ ceph orch host ls --format json 2026-02-21T20:08:00.458 INFO:teuthology.orchestra.run.trial126.stderr:++ jq -r '.[] | .hostname' 2026-02-21T20:08:00.623 INFO:teuthology.orchestra.run.trial126.stderr:+ HOSTNAMES='trial126 2026-02-21T20:08:00.624 INFO:teuthology.orchestra.run.trial126.stderr:trial152 2026-02-21T20:08:00.624 INFO:teuthology.orchestra.run.trial126.stderr:trial161' 2026-02-21T20:08:00.624 INFO:teuthology.orchestra.run.trial126.stderr:+ for host in $HOSTNAMES 2026-02-21T20:08:00.625 INFO:teuthology.orchestra.run.trial126.stderr:++ ceph orch ps --hostname trial126 --format json 2026-02-21T20:08:00.625 INFO:teuthology.orchestra.run.trial126.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-02-21T20:08:00.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:00 trial126 ceph-mon[39622]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 73 KiB/s, 0 objects/s recovering 2026-02-21T20:08:00.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:00 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/886872093' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:08:00.787 INFO:teuthology.orchestra.run.trial126.stderr:+ HAS_MGRS=true 2026-02-21T20:08:00.787 INFO:teuthology.orchestra.run.trial126.stderr:+ '[' true == false ']' 2026-02-21T20:08:00.787 INFO:teuthology.orchestra.run.trial126.stderr:+ for host in $HOSTNAMES 2026-02-21T20:08:00.788 INFO:teuthology.orchestra.run.trial126.stderr:++ ceph orch ps --hostname trial152 --format json 2026-02-21T20:08:00.789 INFO:teuthology.orchestra.run.trial126.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-02-21T20:08:00.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:00 trial161 ceph-mon[42566]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 73 KiB/s, 0 objects/s recovering 2026-02-21T20:08:00.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:00 trial161 ceph-mon[42566]: from='client.? 10.20.193.126:0/886872093' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:08:00.951 INFO:teuthology.orchestra.run.trial126.stderr:+ HAS_MGRS=true 2026-02-21T20:08:00.951 INFO:teuthology.orchestra.run.trial126.stderr:+ '[' true == false ']' 2026-02-21T20:08:00.951 INFO:teuthology.orchestra.run.trial126.stderr:+ for host in $HOSTNAMES 2026-02-21T20:08:00.952 INFO:teuthology.orchestra.run.trial126.stderr:++ ceph orch ps --hostname trial161 --format json 2026-02-21T20:08:00.952 INFO:teuthology.orchestra.run.trial126.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-02-21T20:08:01.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:00 trial152 ceph-mon[41853]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 73 KiB/s, 0 objects/s recovering 2026-02-21T20:08:01.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:00 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/886872093' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:08:01.117 INFO:teuthology.orchestra.run.trial126.stderr:+ HAS_MGRS=false 2026-02-21T20:08:01.117 INFO:teuthology.orchestra.run.trial126.stderr:+ '[' false == false ']' 2026-02-21T20:08:01.117 INFO:teuthology.orchestra.run.trial126.stderr:+ HOST_C=trial161 2026-02-21T20:08:01.117 INFO:teuthology.orchestra.run.trial126.stderr:+ ceph orch ls mon --export 2026-02-21T20:08:01.281 INFO:teuthology.orchestra.run.trial126.stderr:+ sed /trial161/d mon.yaml 2026-02-21T20:08:01.282 INFO:teuthology.orchestra.run.trial126.stderr:+ ceph orch apply -i mon_adjusted.yaml 2026-02-21T20:08:01.446 INFO:teuthology.orchestra.run.trial126.stdout:Scheduled mon update... 2026-02-21T20:08:01.455 INFO:teuthology.orchestra.run.trial126.stderr:+ ceph orch host drain trial161 --zap-osd-devices 2026-02-21T20:08:01.617 INFO:teuthology.orchestra.run.trial126.stdout:Scheduled to remove the following daemons from host 'trial161' 2026-02-21T20:08:01.618 INFO:teuthology.orchestra.run.trial126.stdout:type id 2026-02-21T20:08:01.618 INFO:teuthology.orchestra.run.trial126.stdout:-------------------- --------------- 2026-02-21T20:08:01.618 INFO:teuthology.orchestra.run.trial126.stdout:mon c 2026-02-21T20:08:01.618 INFO:teuthology.orchestra.run.trial126.stdout:osd 4 2026-02-21T20:08:01.618 INFO:teuthology.orchestra.run.trial126.stdout:osd 5 2026-02-21T20:08:01.626 INFO:teuthology.orchestra.run.trial126.stderr:++ ceph orch ps --hostname trial161 2026-02-21T20:08:01.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:01 trial126 ceph-mon[39622]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:01.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:01 trial126 ceph-mon[39622]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:01.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:01 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:01 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:01.725 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:01 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.726 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:01 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:01 trial152 ceph-mon[41853]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:01.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:01 trial152 ceph-mon[41853]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:01.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:01 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:01 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:01.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:01 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:01 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.794 INFO:teuthology.orchestra.run.trial126.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-21T20:08:01.794 INFO:teuthology.orchestra.run.trial126.stderr:mon.c trial161 running (84s) 13s ago 84s 42.8M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 606bc4fc1ee6 2026-02-21T20:08:01.794 INFO:teuthology.orchestra.run.trial126.stderr:osd.4 trial161 running (25s) 13s ago 27s 34.5M 43.0G 20.3.0-5291-g042df16c 9a39d96ac758 6ff4be1cfd83 2026-02-21T20:08:01.794 INFO:teuthology.orchestra.run.trial126.stderr:osd.5 trial161 running (15s) 13s ago 17s 26.4M 43.0G 20.3.0-5291-g042df16c 9a39d96ac758 7924e2ca7058 ' 2026-02-21T20:08:01.794 INFO:teuthology.orchestra.run.trial126.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-21T20:08:01.794 INFO:teuthology.orchestra.run.trial126.stderr:mon.c trial161 running (84s) 13s ago 84s 42.8M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 606bc4fc1ee6 2026-02-21T20:08:01.795 INFO:teuthology.orchestra.run.trial126.stderr:osd.4 trial161 running (25s) 13s ago 27s 34.5M 43.0G 20.3.0-5291-g042df16c 9a39d96ac758 6ff4be1cfd83 2026-02-21T20:08:01.795 INFO:teuthology.orchestra.run.trial126.stderr:osd.5 trial161 running (15s) 13s ago 17s 26.4M 43.0G 20.3.0-5291-g042df16c 9a39d96ac758 7924e2ca7058 ' '!=' 'No daemons reported' ']' 2026-02-21T20:08:01.795 INFO:teuthology.orchestra.run.trial126.stderr:+ sleep 15 2026-02-21T20:08:01.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:01 trial161 ceph-mon[42566]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:01.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:01 trial161 ceph-mon[42566]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:01.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:01 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:01 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:01.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:01 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:01.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:01 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial126", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial152", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: Saving service mon spec with placement trial126:10.20.193.126=a;trial152:10.20.193.152=b;count:3 2026-02-21T20:08:02.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 65 KiB/s, 0 objects/s recovering 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "trial161", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: Added label _no_schedule to host trial161 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: Added label _no_conf_keyring to host trial161 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: osd.4 crush weight is 0.68359375 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: osd.5 crush weight is 0.68359375 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2026-02-21T20:08:02.930 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:02 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2026-02-21T20:08:02.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial126", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:02.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial152", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:02.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: Saving service mon spec with placement trial126:10.20.193.126=a;trial152:10.20.193.152=b;count:3 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 65 KiB/s, 0 objects/s recovering 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "trial161", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: Added label _no_schedule to host trial161 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: Added label _no_conf_keyring to host trial161 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: osd.4 crush weight is 0.68359375 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-21T20:08:02.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: osd.5 crush weight is 0.68359375 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2026-02-21T20:08:02.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:02 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2026-02-21T20:08:03.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial126", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:03.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial152", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:03.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:08:03.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:03.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: Saving service mon spec with placement trial126:10.20.193.126=a;trial152:10.20.193.152=b;count:3 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail; 65 KiB/s, 0 objects/s recovering 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "trial161", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: Added label _no_schedule to host trial161 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: Added label _no_conf_keyring to host trial161 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: osd.4 crush weight is 0.68359375 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: osd.5 crush weight is 0.68359375 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:03.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2026-02-21T20:08:03.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:02 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2026-02-21T20:08:03.927 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: Removing trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: Removing trial161:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: Removing trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: osdmap e43: 6 total, 6 up, 6 in 2026-02-21T20:08:03.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:03.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2026-02-21T20:08:03.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:03 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2026-02-21T20:08:03.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-a[39618]: 2026-02-21T20:08:03.551+0000 7fac164b3640 -1 mon.a@0(leader).osd e43 definitely_dead 0 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: Removing trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: Removing trial161:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: Removing trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: osdmap e43: 6 total, 6 up, 6 in 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:03.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2026-02-21T20:08:03.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:03 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2026-02-21T20:08:04.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:04.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: Removing trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:04.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: Removing trial161:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:04.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: Removing trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:04.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:04.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:04.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-02-21T20:08:04.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-02-21T20:08:04.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: osdmap e43: 6 total, 6 up, 6 in 2026-02-21T20:08:04.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:04.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2026-02-21T20:08:04.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:03 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2026-02-21T20:08:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-21T20:08:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: osd.5 weight is now 0.0 2026-02-21T20:08:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-02-21T20:08:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-21T20:08:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-02-21T20:08:04.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: osdmap e44: 6 total, 5 up, 6 in 2026-02-21T20:08:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: osd.4 marked itself dead as of e44 2026-02-21T20:08:04.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:04 trial161 ceph-mon[42566]: osdmap e45: 6 total, 5 up, 6 in 2026-02-21T20:08:04.929 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 systemd[1]: Stopping Ceph osd.4 for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:08:04.929 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4[47905]: 2026-02-21T20:08:04.756+0000 7fd7a263c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -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:08:04.929 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4[47905]: 2026-02-21T20:08:04.756+0000 7fd7a263c640 -1 osd.4 45 *** Got signal Terminated *** 2026-02-21T20:08:04.929 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4[47905]: 2026-02-21T20:08:04.756+0000 7fd7a263c640 -1 osd.4 45 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:08:04.929 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 podman[59248]: 2026-02-21 20:08:04.82787259 +0000 UTC m=+0.083937083 container died 6ff4be1cfd83609fb22b83bcbff7ecca5acb3412cc949e59ec30099c5cae7f69 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2) 2026-02-21T20:08:04.929 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 podman[59248]: 2026-02-21 20:08:04.837513573 +0000 UTC m=+0.093578056 container remove 6ff4be1cfd83609fb22b83bcbff7ecca5acb3412cc949e59ec30099c5cae7f69 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , ceph=True, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:08:04.930 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 bash[59248]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4 2026-02-21T20:08:04.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-21T20:08:04.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: osd.5 weight is now 0.0 2026-02-21T20:08:04.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:04.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-02-21T20:08:04.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-21T20:08:04.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-02-21T20:08:04.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: osdmap e44: 6 total, 5 up, 6 in 2026-02-21T20:08:04.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: osd.4 marked itself dead as of e44 2026-02-21T20:08:04.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:04 trial126 ceph-mon[39622]: osdmap e45: 6 total, 5 up, 6 in 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: osd.5 weight is now 0.0 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: osdmap e44: 6 total, 5 up, 6 in 2026-02-21T20:08:05.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: osd.4 marked itself dead as of e44 2026-02-21T20:08:05.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:04 trial152 ceph-mon[41853]: osdmap e45: 6 total, 5 up, 6 in 2026-02-21T20:08:05.232 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:04 trial161 podman[59376]: 2026-02-21 20:08:04.969035851 +0000 UTC m=+0.015617072 container create dadac3e70a571e0964f38886c377cac3b1fe209699de29665efa9ee329a331f8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4-deactivate, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default) 2026-02-21T20:08:05.232 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 podman[59376]: 2026-02-21 20:08:05.005307126 +0000 UTC m=+0.051888348 container init dadac3e70a571e0964f38886c377cac3b1fe209699de29665efa9ee329a331f8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4-deactivate, org.label-schema.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3) 2026-02-21T20:08:05.232 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 podman[59376]: 2026-02-21 20:08:05.007769449 +0000 UTC m=+0.054350680 container start dadac3e70a571e0964f38886c377cac3b1fe209699de29665efa9ee329a331f8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4-deactivate, io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:08:05.232 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 podman[59376]: 2026-02-21 20:08:05.00848099 +0000 UTC m=+0.055062221 container attach dadac3e70a571e0964f38886c377cac3b1fe209699de29665efa9ee329a331f8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4-deactivate, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:08:05.233 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 podman[59376]: 2026-02-21 20:08:04.962790653 +0000 UTC m=+0.009371884 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:08:05.233 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 podman[59409]: 2026-02-21 20:08:05.144469121 +0000 UTC m=+0.010541166 container died dadac3e70a571e0964f38886c377cac3b1fe209699de29665efa9ee329a331f8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4-deactivate, org.label-schema.build-date=20260209, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.41.3, 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/) 2026-02-21T20:08:05.233 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 podman[59409]: 2026-02-21 20:08:05.153668023 +0000 UTC m=+0.019740078 container remove dadac3e70a571e0964f38886c377cac3b1fe209699de29665efa9ee329a331f8 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-4-deactivate, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, 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, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3) 2026-02-21T20:08:05.233 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 systemd[1]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.4.service: Deactivated successfully. 2026-02-21T20:08:05.233 INFO:journalctl@ceph.osd.4.trial161.stdout:Feb 21 20:08:05 trial161 systemd[1]: Stopped Ceph osd.4 for b8017fe8-0f60-11f1-bb43-d404e6e7d460. 2026-02-21T20:08:05.873 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: osd.4 now down 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: Removing daemon osd.4 from trial161 -- ports [] 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: Cluster is now healthy 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-02-21T20:08:05.874 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:05 trial161 ceph-mon[42566]: osdmap e46: 5 total, 5 up, 5 in 2026-02-21T20:08:05.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: osd.4 now down 2026-02-21T20:08:05.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: Removing daemon osd.4 from trial161 -- ports [] 2026-02-21T20:08:05.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2026-02-21T20:08:05.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-02-21T20:08:05.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:08:05.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-21T20:08:05.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: Cluster is now healthy 2026-02-21T20:08:05.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-02-21T20:08:05.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:05 trial126 ceph-mon[39622]: osdmap e46: 5 total, 5 up, 5 in 2026-02-21T20:08:06.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: osd.4 now down 2026-02-21T20:08:06.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: Removing daemon osd.4 from trial161 -- ports [] 2026-02-21T20:08:06.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2026-02-21T20:08:06.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-02-21T20:08:06.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:08:06.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-21T20:08:06.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: Cluster is now healthy 2026-02-21T20:08:06.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-02-21T20:08:06.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:05 trial152 ceph-mon[41853]: osdmap e46: 5 total, 5 up, 5 in 2026-02-21T20:08:06.876 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: Removing keyring for osd.4 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: Successfully removed osd.4 on trial161 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: Successfully purged osd.4 on trial161 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: Zapping devices for osd.4 on trial161 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:06.877 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: osdmap e47: 5 total, 5 up, 5 in 2026-02-21T20:08:06.878 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:06.878 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:06 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: Removing keyring for osd.4 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: Successfully removed osd.4 on trial161 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: Successfully purged osd.4 on trial161 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: Zapping devices for osd.4 on trial161 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:06.928 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:06.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: osdmap e47: 5 total, 5 up, 5 in 2026-02-21T20:08:06.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:06.929 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:06 trial161 ceph-mon[42566]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:07.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: Removing keyring for osd.4 2026-02-21T20:08:07.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: Successfully removed osd.4 on trial161 2026-02-21T20:08:07.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: Successfully purged osd.4 on trial161 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: Zapping devices for osd.4 on trial161 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: osdmap e47: 5 total, 5 up, 5 in 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:07.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:06 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:07.428 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:07 trial161 podman[61499]: 2026-02-21 20:08:07.141962804 +0000 UTC m=+0.011392547 container died 606bc4fc1ee60d525cbfd5c1591c92035847f72f4a5636af7dac6e221fbe513f (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-c, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3) 2026-02-21T20:08:07.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:07 trial161 podman[61499]: 2026-02-21 20:08:07.150940185 +0000 UTC m=+0.020369918 container remove 606bc4fc1ee60d525cbfd5c1591c92035847f72f4a5636af7dac6e221fbe513f (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-c, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260209, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2026-02-21T20:08:07.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:07 trial161 systemd[1]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.c.service: Deactivated successfully. 2026-02-21T20:08:07.429 INFO:journalctl@ceph.mon.c.trial161.stdout:Feb 21 20:08:07 trial161 systemd[1]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.c.service: Consumed 1.186s CPU time. 2026-02-21T20:08:09.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:08:09.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:08:09.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: purged_snaps scrub ok 2026-02-21T20:08:09.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: Detected new or changed devices on trial161 2026-02-21T20:08:09.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:09.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:09.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: Removing monitor c from monmap... 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: mon.b calling monitor election 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: mon.a calling monitor election 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T20:08:09.477 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: monmap epoch 4 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: last_changed 2026-02-21T20:08:07.120212+0000 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: created 2026-02-21T20:06:02.785011+0000 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: min_mon_release 20 (tentacle) 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: election_strategy: 1 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: 0: [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] mon.a 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: 1: [v2:10.20.193.152:3300/0,v1:10.20.193.152:6789/0] mon.b 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: fsmap 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: osdmap e47: 5 total, 5 up, 5 in 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: mgrmap e15: a(active, since 105s), standbys: b 2026-02-21T20:08:09.478 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:09 trial126 ceph-mon[39622]: overall HEALTH_OK 2026-02-21T20:08:09.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:08:09.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:08:09.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: purged_snaps scrub ok 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: Detected new or changed devices on trial161 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: Removing monitor c from monmap... 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: mon.b calling monitor election 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:08:09.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: mon.a calling monitor election 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: monmap epoch 4 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: last_changed 2026-02-21T20:08:07.120212+0000 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: created 2026-02-21T20:06:02.785011+0000 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: min_mon_release 20 (tentacle) 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: election_strategy: 1 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: 0: [v2:10.20.193.126:3300/0,v1:10.20.193.126:6789/0] mon.a 2026-02-21T20:08:09.545 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: 1: [v2:10.20.193.152:3300/0,v1:10.20.193.152:6789/0] mon.b 2026-02-21T20:08:09.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: fsmap 2026-02-21T20:08:09.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: osdmap e47: 5 total, 5 up, 5 in 2026-02-21T20:08:09.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: mgrmap e15: a(active, since 105s), standbys: b 2026-02-21T20:08:09.546 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:09 trial152 ceph-mon[41853]: overall HEALTH_OK 2026-02-21T20:08:10.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: Removing daemon mon.c from trial161 -- ports [] 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: osdmap e48: 5 total, 5 up, 5 in 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: pgmap v91: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: osdmap e49: 5 total, 5 up, 5 in 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.476 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: Removing daemon mon.c from trial161 -- ports [] 2026-02-21T20:08:10.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: osdmap e48: 5 total, 5 up, 5 in 2026-02-21T20:08:10.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:10.543 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: pgmap v91: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:10.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: osdmap e49: 5 total, 5 up, 5 in 2026-02-21T20:08:10.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.544 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:10 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:10.999 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:10 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: 2026-02-21T20:08:10.747+0000 7fc7402ef640 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2026-02-21T20:08:11.715 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.715 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.715 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:11.715 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:11.715 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: Updating trial126:/etc/ceph/ceph.conf 2026-02-21T20:08:11.715 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: Updating trial152:/etc/ceph/ceph.conf 2026-02-21T20:08:11.715 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: osdmap e50: 5 total, 5 up, 5 in 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: Updating trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: Updating trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:11.716 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:08:11.717 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:11 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:11.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:11.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:11.793 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: Updating trial126:/etc/ceph/ceph.conf 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: Updating trial152:/etc/ceph/ceph.conf 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: osdmap e50: 5 total, 5 up, 5 in 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: Updating trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: Updating trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:11.794 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:08:11.795 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:11 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.769 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:12.769 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:12.769 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:12.769 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-02-21T20:08:12.769 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:08:12.769 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring daemon mon.a on trial126 2026-02-21T20:08:12.769 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring daemon mgr.a on trial126 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring daemon osd.0 on trial126 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: pgmap v94: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.770 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: Reconfiguring daemon osd.1 on trial126 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:08:12.771 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.772 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.772 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.772 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:08:12.772 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:12 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring mon.a (monmap changed)... 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring daemon mon.a on trial126 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring mgr.a (monmap changed)... 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring daemon mgr.a on trial126 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring osd.0 (monmap changed)... 2026-02-21T20:08:12.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring daemon osd.0 on trial126 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: pgmap v94: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring osd.1 (monmap changed)... 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: Reconfiguring daemon osd.1 on trial126 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:08:12.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:08:12.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:12 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:13.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:08:13.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring daemon mon.b on trial152 2026-02-21T20:08:13.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:08:13.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring daemon mgr.b on trial152 2026-02-21T20:08:13.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:08:13.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring daemon osd.2 on trial152 2026-02-21T20:08:13.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring osd.3 (monmap changed)... 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: Reconfiguring daemon osd.3 on trial152 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:13.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:13.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:13.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:13.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:13 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring daemon mon.b on trial152 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring mgr.b (monmap changed)... 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring daemon mgr.b on trial152 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring osd.2 (monmap changed)... 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring daemon osd.2 on trial152 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring osd.3 (monmap changed)... 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:14.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: Reconfiguring daemon osd.3 on trial152 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:13 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.475 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-a[39618]: 2026-02-21T20:08:14.081+0000 7fac164b3640 -1 mon.a@0(leader).osd e50 definitely_dead 0 2026-02-21T20:08:14.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: Reconfiguring osd.5 (monmap changed)... 2026-02-21T20:08:14.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: Reconfiguring daemon osd.5 on trial161 2026-02-21T20:08:14.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-21T20:08:14.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2026-02-21T20:08:14.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:14 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2026-02-21T20:08:15.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: Reconfiguring osd.5 (monmap changed)... 2026-02-21T20:08:15.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: Reconfiguring daemon osd.5 on trial161 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2026-02-21T20:08:15.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:14 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2026-02-21T20:08:15.482 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 systemd[1]: Stopping Ceph osd.5 for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:08:15.482 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5[54120]: 2026-02-21T20:08:15.286+0000 7f67bf7a5640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -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:08:15.483 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5[54120]: 2026-02-21T20:08:15.286+0000 7f67bf7a5640 -1 osd.5 51 *** Got signal Terminated *** 2026-02-21T20:08:15.483 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5[54120]: 2026-02-21T20:08:15.286+0000 7f67bf7a5640 -1 osd.5 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:08:15.483 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65300]: 2026-02-21 20:08:15.358009885 +0000 UTC m=+0.084229245 container died 7924e2ca7058f9890697af182082d4c811718f4b94ed55306b7661d20d93cf9c (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:08:15.483 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65300]: 2026-02-21 20:08:15.366212607 +0000 UTC m=+0.092431967 container remove 7924e2ca7058f9890697af182082d4c811718f4b94ed55306b7661d20d93cf9c (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, ceph=True, 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, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:08:15.483 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 bash[65300]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5 2026-02-21T20:08:15.928 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65429]: 2026-02-21 20:08:15.480791831 +0000 UTC m=+0.016493470 container create 50e28f4e6dd3eed9b26955025049ac93655bc0a1a952e9ed38eaa043bbc4e8e0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5-deactivate, 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, org.label-schema.vendor=CentOS, 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_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3) 2026-02-21T20:08:15.928 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65429]: 2026-02-21 20:08:15.512441886 +0000 UTC m=+0.048143484 container init 50e28f4e6dd3eed9b26955025049ac93655bc0a1a952e9ed38eaa043bbc4e8e0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0) 2026-02-21T20:08:15.929 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65429]: 2026-02-21 20:08:15.514925398 +0000 UTC m=+0.050626996 container start 50e28f4e6dd3eed9b26955025049ac93655bc0a1a952e9ed38eaa043bbc4e8e0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5-deactivate, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T20:08:15.929 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65429]: 2026-02-21 20:08:15.515431387 +0000 UTC m=+0.051132985 container attach 50e28f4e6dd3eed9b26955025049ac93655bc0a1a952e9ed38eaa043bbc4e8e0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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.license=GPLv2, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0) 2026-02-21T20:08:15.929 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65429]: 2026-02-21 20:08:15.474192517 +0000 UTC m=+0.009894115 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:08:15.929 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65429]: 2026-02-21 20:08:15.642790644 +0000 UTC m=+0.178492242 container died 50e28f4e6dd3eed9b26955025049ac93655bc0a1a952e9ed38eaa043bbc4e8e0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5-deactivate, 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, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:08:15.929 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 podman[65429]: 2026-02-21 20:08:15.652862918 +0000 UTC m=+0.188564516 container remove 50e28f4e6dd3eed9b26955025049ac93655bc0a1a952e9ed38eaa043bbc4e8e0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-5-deactivate, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, 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 , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, ceph=True) 2026-02-21T20:08:15.929 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 systemd[1]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.5.service: Deactivated successfully. 2026-02-21T20:08:15.929 INFO:journalctl@ceph.osd.5.trial161.stdout:Feb 21 20:08:15 trial161 systemd[1]: Stopped Ceph osd.5 for b8017fe8-0f60-11f1-bb43-d404e6e7d460. 2026-02-21T20:08:15.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:15.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:15.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-02-21T20:08:15.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-21T20:08:15.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-02-21T20:08:15.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-02-21T20:08:15.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: osdmap e51: 5 total, 4 up, 5 in 2026-02-21T20:08:15.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:15 trial126 ceph-mon[39622]: osd.5 marked itself dead as of e51 2026-02-21T20:08:16.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:16.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-21T20:08:16.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-02-21T20:08:16.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-21T20:08:16.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-02-21T20:08:16.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-02-21T20:08:16.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: osdmap e51: 5 total, 4 up, 5 in 2026-02-21T20:08:16.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:15 trial152 ceph-mon[41853]: osd.5 marked itself dead as of e51 2026-02-21T20:08:16.796 INFO:teuthology.orchestra.run.trial126.stderr:++ ceph orch ps --hostname trial161 2026-02-21T20:08:16.961 INFO:teuthology.orchestra.run.trial126.stderr:+ HOST_C_DAEMONS='No daemons reported' 2026-02-21T20:08:16.962 INFO:teuthology.orchestra.run.trial126.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2026-02-21T20:08:16.962 INFO:teuthology.orchestra.run.trial126.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-02-21T20:08:16.962 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: osd.5 now down 2026-02-21T20:08:16.962 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: Removing daemon osd.5 from trial161 -- ports [] 2026-02-21T20:08:16.962 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-21T20:08:16.962 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2026-02-21T20:08:16.962 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-02-21T20:08:16.963 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:08:16.963 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-21T20:08:16.963 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-02-21T20:08:16.963 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: Cluster is now healthy 2026-02-21T20:08:16.963 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-02-21T20:08:16.963 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:16 trial126 ceph-mon[39622]: osdmap e52: 4 total, 4 up, 4 in 2026-02-21T20:08:17.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: osd.5 now down 2026-02-21T20:08:17.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: Removing daemon osd.5 from trial161 -- ports [] 2026-02-21T20:08:17.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-21T20:08:17.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2026-02-21T20:08:17.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-02-21T20:08:17.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:08:17.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-21T20:08:17.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-02-21T20:08:17.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: Cluster is now healthy 2026-02-21T20:08:17.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-02-21T20:08:17.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:16 trial152 ceph-mon[41853]: osdmap e52: 4 total, 4 up, 4 in 2026-02-21T20:08:17.115 INFO:teuthology.orchestra.run.trial126.stderr:18 2026-02-21T20:08:17.122 INFO:teuthology.orchestra.run.trial126.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-02-21T20:08:17.130 INFO:teuthology.orchestra.run.trial126.stderr:++ cat crushmap.txt 2026-02-21T20:08:17.131 INFO:teuthology.orchestra.run.trial126.stderr:+ CRUSH_MAP='# begin crush map 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable choose_local_tries 0 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable choose_local_fallback_tries 0 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable choose_total_tries 50 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable chooseleaf_descend_once 1 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable chooseleaf_vary_r 1 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable chooseleaf_stable 1 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable straw_calc_version 1 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:tunable allowed_bucket_algs 54 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:# devices 2026-02-21T20:08:17.132 INFO:teuthology.orchestra.run.trial126.stderr:device 0 osd.0 class ssd 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:device 1 osd.1 class ssd 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:device 2 osd.2 class ssd 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:device 3 osd.3 class ssd 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:# types 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:type 0 osd 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:type 1 host 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:type 2 chassis 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:type 3 rack 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:type 4 row 2026-02-21T20:08:17.133 INFO:teuthology.orchestra.run.trial126.stderr:type 5 pdu 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:type 6 pod 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:type 7 room 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:type 8 datacenter 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:type 9 zone 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:type 10 region 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:type 11 root 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:# buckets 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr:host trial126 { 2026-02-21T20:08:17.134 INFO:teuthology.orchestra.run.trial126.stderr: id -3 # do not change unnecessarily 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: id -4 class ssd # do not change unnecessarily 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: # weight 1.36719 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: alg straw2 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: hash 0 # rjenkins1 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: item osd.0 weight 0.68359 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: item osd.1 weight 0.68359 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr:host trial152 { 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: id -5 # do not change unnecessarily 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: id -6 class ssd # do not change unnecessarily 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: # weight 1.36719 2026-02-21T20:08:17.135 INFO:teuthology.orchestra.run.trial126.stderr: alg straw2 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: hash 0 # rjenkins1 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: item osd.2 weight 0.68359 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: item osd.3 weight 0.68359 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr:host trial161 { 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: id -7 # do not change unnecessarily 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: id -8 class ssd # do not change unnecessarily 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: # weight 0.00000 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: alg straw2 2026-02-21T20:08:17.136 INFO:teuthology.orchestra.run.trial126.stderr: hash 0 # rjenkins1 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr:root default { 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: id -1 # do not change unnecessarily 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: id -2 class ssd # do not change unnecessarily 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: # weight 2.73438 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: alg straw2 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: hash 0 # rjenkins1 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: item trial126 weight 1.36719 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: item trial152 weight 1.36719 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: item trial161 weight 0.00000 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:17.137 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr:# rules 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr:rule replicated_rule { 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr: id 0 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr: type replicated 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr: step take default 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr: step choose firstn 0 type osd 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr: step emit 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:17.138 INFO:teuthology.orchestra.run.trial126.stderr:# end crush map' 2026-02-21T20:08:17.139 INFO:teuthology.orchestra.run.trial126.stderr:+ grep -q trial161 2026-02-21T20:08:17.139 INFO:teuthology.orchestra.run.trial126.stderr:+ ceph orch host rm trial161 --rm-crush-entry 2026-02-21T20:08:17.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: Removing keyring for osd.5 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: Successfully removed osd.5 on trial161 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: Successfully purged osd.5 on trial161 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: Zapping devices for osd.5 on trial161 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='client.? 10.20.193.126:0/3189696875' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "trial161"} : dispatch 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:17.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:17.983 INFO:teuthology.orchestra.run.trial126.stdout:Removed host 'trial161' 2026-02-21T20:08:17.993 INFO:teuthology.orchestra.run.trial126.stderr:+ sleep 30 2026-02-21T20:08:18.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: Removing keyring for osd.5 2026-02-21T20:08:18.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: Successfully removed osd.5 on trial161 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: Successfully purged osd.5 on trial161 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: Zapping devices for osd.5 on trial161 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='client.? 10.20.193.126:0/3189696875' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "trial161"} : dispatch 2026-02-21T20:08:18.044 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:18.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:18.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:17 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:18.476 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: 2026-02-21T20:08:17.982+0000 7fc72fa8e640 -1 log_channel(cephadm) log [ERR] : host trial161 `cephadm ceph-volume` failed: Cannot decode JSON: 2026-02-21T20:08:18.476 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: Traceback (most recent call last): 2026-02-21T20:08:18.476 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1667, in _run_cephadm_json 2026-02-21T20:08:18.476 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: return json.loads(''.join(out)) 2026-02-21T20:08:18.476 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/lib64/python3.9/json/__init__.py", line 346, in loads 2026-02-21T20:08:18.476 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: return _default_decoder.decode(s) 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/lib64/python3.9/json/decoder.py", line 337, in decode 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/lib64/python3.9/json/decoder.py", line 355, in raw_decode 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: raise JSONDecodeError("Expecting value", s, err.value) from None 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: 2026-02-21T20:08:17.983+0000 7fc7392e1640 -1 log_channel(cephadm) log [ERR] : executing refresh((['trial126', 'trial152', 'trial161'],)) failed. 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: Traceback (most recent call last): 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 99, in do_work 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: return f(*arg) 2026-02-21T20:08:18.477 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 321, in refresh 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 207, in has_label 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: host = self._get_stored_name(host) 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 134, in _get_stored_name 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: self.assert_host(host) 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 162, in assert_host 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: raise OrchestratorError('host %s does not exist' % host) 2026-02-21T20:08:18.478 INFO:journalctl@ceph.mgr.a.trial126.stdout:Feb 21 20:08:17 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mgr-a[39890]: orchestrator._interface.OrchestratorError: host trial161 does not exist 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: Successfully zapped devices for osd.5 on trial161 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "trial161", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 83 KiB/s, 0 objects/s recovering 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: Detected new or changed devices on trial161 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "trial161"}]': finished 2026-02-21T20:08:18.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: osdmap e53: 4 total, 4 up, 4 in 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.trial161"} : dispatch 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.trial161"}]': finished 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:18.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:18 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: Successfully zapped devices for osd.5 on trial161 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "trial161", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 83 KiB/s, 0 objects/s recovering 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: Detected new or changed devices on trial161 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "trial161"}]': finished 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: osdmap e53: 4 total, 4 up, 4 in 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.trial161"} : dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.trial161"}]': finished 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:19.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:18 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:19.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:19 trial126 ceph-mon[39622]: host trial161 `cephadm ceph-volume` failed: Cannot decode JSON: 2026-02-21T20:08:19.976 INFO:journalctl@ceph.mon.a.trial126.stdout: Traceback (most recent call last): 2026-02-21T20:08:19.976 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1667, in _run_cephadm_json 2026-02-21T20:08:19.976 INFO:journalctl@ceph.mon.a.trial126.stdout: return json.loads(''.join(out)) 2026-02-21T20:08:19.976 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/lib64/python3.9/json/__init__.py", line 346, in loads 2026-02-21T20:08:19.976 INFO:journalctl@ceph.mon.a.trial126.stdout: return _default_decoder.decode(s) 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/lib64/python3.9/json/decoder.py", line 337, in decode 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/lib64/python3.9/json/decoder.py", line 355, in raw_decode 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout: raise JSONDecodeError("Expecting value", s, err.value) from None 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:19 trial126 ceph-mon[39622]: Removed host trial161 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:19 trial126 ceph-mon[39622]: executing refresh((['trial126', 'trial152', 'trial161'],)) failed. 2026-02-21T20:08:19.977 INFO:journalctl@ceph.mon.a.trial126.stdout: Traceback (most recent call last): 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/usr/share/ceph/mgr/cephadm/utils.py", line 99, in do_work 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: return f(*arg) 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 321, in refresh 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 207, in has_label 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: host = self._get_stored_name(host) 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 134, in _get_stored_name 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: self.assert_host(host) 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 162, in assert_host 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: raise OrchestratorError('host %s does not exist' % host) 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout: orchestrator._interface.OrchestratorError: host trial161 does not exist 2026-02-21T20:08:19.978 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:19 trial126 ceph-mon[39622]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:20.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:19 trial152 ceph-mon[41853]: host trial161 `cephadm ceph-volume` failed: Cannot decode JSON: 2026-02-21T20:08:20.043 INFO:journalctl@ceph.mon.b.trial152.stdout: Traceback (most recent call last): 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1667, in _run_cephadm_json 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: return json.loads(''.join(out)) 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/lib64/python3.9/json/__init__.py", line 346, in loads 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: return _default_decoder.decode(s) 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/lib64/python3.9/json/decoder.py", line 337, in decode 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/lib64/python3.9/json/decoder.py", line 355, in raw_decode 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: raise JSONDecodeError("Expecting value", s, err.value) from None 2026-02-21T20:08:20.044 INFO:journalctl@ceph.mon.b.trial152.stdout: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:19 trial152 ceph-mon[41853]: Removed host trial161 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:19 trial152 ceph-mon[41853]: executing refresh((['trial126', 'trial152', 'trial161'],)) failed. 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: Traceback (most recent call last): 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/usr/share/ceph/mgr/cephadm/utils.py", line 99, in do_work 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: return f(*arg) 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 321, in refresh 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 207, in has_label 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: host = self._get_stored_name(host) 2026-02-21T20:08:20.045 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 134, in _get_stored_name 2026-02-21T20:08:20.046 INFO:journalctl@ceph.mon.b.trial152.stdout: self.assert_host(host) 2026-02-21T20:08:20.046 INFO:journalctl@ceph.mon.b.trial152.stdout: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 162, in assert_host 2026-02-21T20:08:20.046 INFO:journalctl@ceph.mon.b.trial152.stdout: raise OrchestratorError('host %s does not exist' % host) 2026-02-21T20:08:20.046 INFO:journalctl@ceph.mon.b.trial152.stdout: orchestrator._interface.OrchestratorError: host trial161 does not exist 2026-02-21T20:08:20.046 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:19 trial152 ceph-mon[41853]: from='mgr.14152 10.20.193.126:0/1753641977' entity='mgr.a' 2026-02-21T20:08:20.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:20 trial126 ceph-mon[39622]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:21.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:20 trial152 ceph-mon[41853]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:22.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:22 trial126 ceph-mon[39622]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:23.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:22 trial152 ceph-mon[41853]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:24.975 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:24 trial126 ceph-mon[39622]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:25.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:24 trial152 ceph-mon[41853]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:26.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:26 trial126 ceph-mon[39622]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:27.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:26 trial152 ceph-mon[41853]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:28.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:28 trial126 ceph-mon[39622]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:29.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:28 trial152 ceph-mon[41853]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:30.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:30 trial126 ceph-mon[39622]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:31.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:30 trial152 ceph-mon[41853]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:32.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:32 trial126 ceph-mon[39622]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:33.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:32 trial152 ceph-mon[41853]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:34.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:34 trial126 ceph-mon[39622]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:35.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:34 trial152 ceph-mon[41853]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:36.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:36 trial126 ceph-mon[39622]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:37.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:36 trial152 ceph-mon[41853]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:38.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:38 trial126 ceph-mon[39622]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:39.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:38 trial152 ceph-mon[41853]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:40.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:40 trial126 ceph-mon[39622]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:41.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:40 trial152 ceph-mon[41853]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:42.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:42 trial126 ceph-mon[39622]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:43.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:42 trial152 ceph-mon[41853]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:44.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:44 trial126 ceph-mon[39622]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:45.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:44 trial152 ceph-mon[41853]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:46.976 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:46 trial126 ceph-mon[39622]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:47.043 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:46 trial152 ceph-mon[41853]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-21T20:08:47.995 INFO:teuthology.orchestra.run.trial126.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-02-21T20:08:48.147 INFO:teuthology.orchestra.run.trial126.stderr:19 2026-02-21T20:08:48.154 INFO:teuthology.orchestra.run.trial126.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-02-21T20:08:48.163 INFO:teuthology.orchestra.run.trial126.stderr:++ cat crushmap.txt 2026-02-21T20:08:48.164 INFO:teuthology.orchestra.run.trial126.stderr:+ CRUSH_MAP='# begin crush map 2026-02-21T20:08:48.164 INFO:teuthology.orchestra.run.trial126.stderr:tunable choose_local_tries 0 2026-02-21T20:08:48.164 INFO:teuthology.orchestra.run.trial126.stderr:tunable choose_local_fallback_tries 0 2026-02-21T20:08:48.164 INFO:teuthology.orchestra.run.trial126.stderr:tunable choose_total_tries 50 2026-02-21T20:08:48.164 INFO:teuthology.orchestra.run.trial126.stderr:tunable chooseleaf_descend_once 1 2026-02-21T20:08:48.164 INFO:teuthology.orchestra.run.trial126.stderr:tunable chooseleaf_vary_r 1 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:tunable chooseleaf_stable 1 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:tunable straw_calc_version 1 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:tunable allowed_bucket_algs 54 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:# devices 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:device 0 osd.0 class ssd 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:device 1 osd.1 class ssd 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:device 2 osd.2 class ssd 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:device 3 osd.3 class ssd 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:# types 2026-02-21T20:08:48.165 INFO:teuthology.orchestra.run.trial126.stderr:type 0 osd 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 1 host 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 2 chassis 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 3 rack 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 4 row 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 5 pdu 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 6 pod 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 7 room 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 8 datacenter 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 9 zone 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 10 region 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr:type 11 root 2026-02-21T20:08:48.166 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr:# buckets 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr:host trial126 { 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: id -3 # do not change unnecessarily 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: id -4 class ssd # do not change unnecessarily 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: # weight 1.36719 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: alg straw2 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: hash 0 # rjenkins1 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: item osd.0 weight 0.68359 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: item osd.1 weight 0.68359 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr:host trial152 { 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: id -5 # do not change unnecessarily 2026-02-21T20:08:48.167 INFO:teuthology.orchestra.run.trial126.stderr: id -6 class ssd # do not change unnecessarily 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: # weight 1.36719 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: alg straw2 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: hash 0 # rjenkins1 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: item osd.2 weight 0.68359 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: item osd.3 weight 0.68359 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr:root default { 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: id -1 # do not change unnecessarily 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: id -2 class ssd # do not change unnecessarily 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: # weight 2.73438 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: alg straw2 2026-02-21T20:08:48.168 INFO:teuthology.orchestra.run.trial126.stderr: hash 0 # rjenkins1 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: item trial126 weight 1.36719 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: item trial152 weight 1.36719 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr:# rules 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr:rule replicated_rule { 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: id 0 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: type replicated 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: step take default 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: step choose firstn 0 type osd 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: step emit 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr:} 2026-02-21T20:08:48.169 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:08:48.170 INFO:teuthology.orchestra.run.trial126.stderr:# end crush map' 2026-02-21T20:08:48.170 INFO:teuthology.orchestra.run.trial126.stderr:+ grep -q trial161 2026-02-21T20:08:48.195 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-21T20:08:48.209 INFO:tasks.cephadm:Teardown begin 2026-02-21T20:08:48.209 DEBUG:teuthology.orchestra.run.trial126:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:48.236 DEBUG:teuthology.orchestra.run.trial152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:48.265 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:48.295 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-21T20:08:48.296 DEBUG:teuthology.orchestra.run.trial126:> 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 b8017fe8-0f60-11f1-bb43-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-21T20:08:48.415 INFO:teuthology.orchestra.run.trial126.stderr:Inferring config /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/mon.a/config 2026-02-21T20:08:48.433 INFO:teuthology.orchestra.run.trial126.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-21T20:08:48.448 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-21T20:08:48.449 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-21T20:08:48.449 DEBUG:teuthology.orchestra.run.trial126:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:08:48.466 DEBUG:teuthology.orchestra.run.trial152:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:08:48.484 DEBUG:teuthology.orchestra.run.trial161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:08:48.501 INFO:tasks.cephadm:Stopping all daemons... 2026-02-21T20:08:48.502 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-21T20:08:48.502 DEBUG:teuthology.orchestra.run.trial126:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.a 2026-02-21T20:08:48.604 INFO:journalctl@ceph.mon.a.trial126.stdout:Feb 21 20:08:48 trial126 systemd[1]: Stopping Ceph mon.a for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:08:48.752 DEBUG:teuthology.orchestra.run.trial126:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.a.service' 2026-02-21T20:08:48.801 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:08:48.801 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-21T20:08:48.801 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-21T20:08:48.802 DEBUG:teuthology.orchestra.run.trial152:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.b 2026-02-21T20:08:49.058 DEBUG:teuthology.orchestra.run.trial152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.b.service' 2026-02-21T20:08:49.081 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:48 trial152 systemd[1]: Stopping Ceph mon.b for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:48 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-b[41849]: 2026-02-21T20:08:48.900+0000 7f21e3f49640 -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:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:48 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-b[41849]: 2026-02-21T20:08:48.900+0000 7f21e3f49640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2026-02-21T20:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:48 trial152 podman[61868]: 2026-02-21 20:08:48.971169839 +0000 UTC m=+0.083455169 container died b06bb329ba0c6cd94634ca89f49e25bf37c8ffb8e7dd1d68f1b40cd893579730 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, 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.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:48 trial152 podman[61868]: 2026-02-21 20:08:48.981113751 +0000 UTC m=+0.093399091 container remove b06bb329ba0c6cd94634ca89f49e25bf37c8ffb8e7dd1d68f1b40cd893579730 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-b, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS) 2026-02-21T20:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:48 trial152 bash[61868]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-mon-b 2026-02-21T20:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:49 trial152 systemd[1]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.b.service: Deactivated successfully. 2026-02-21T20:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:49 trial152 systemd[1]: Stopped Ceph mon.b for b8017fe8-0f60-11f1-bb43-d404e6e7d460. 2026-02-21T20:08:49.082 INFO:journalctl@ceph.mon.b.trial152.stdout:Feb 21 20:08:49 trial152 systemd[1]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.b.service: Consumed 1.405s CPU time. 2026-02-21T20:08:49.111 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:08:49.112 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-21T20:08:49.112 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-21T20:08:49.112 DEBUG:teuthology.orchestra.run.trial161:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.c 2026-02-21T20:08:49.147 DEBUG:teuthology.orchestra.run.trial161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mon.c.service' 2026-02-21T20:08:49.249 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:08:49.249 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-21T20:08:49.250 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-21T20:08:49.250 DEBUG:teuthology.orchestra.run.trial126:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.a 2026-02-21T20:08:49.493 DEBUG:teuthology.orchestra.run.trial126:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.a.service' 2026-02-21T20:08:49.536 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:08:49.536 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-21T20:08:49.536 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-21T20:08:49.536 DEBUG:teuthology.orchestra.run.trial152:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.b 2026-02-21T20:08:49.670 INFO:journalctl@ceph.mgr.b.trial152.stdout:Feb 21 20:08:49 trial152 systemd[1]: Stopping Ceph mgr.b for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:08:49.760 DEBUG:teuthology.orchestra.run.trial152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@mgr.b.service' 2026-02-21T20:08:49.807 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:08:49.808 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-21T20:08:49.808 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-21T20:08:49.808 DEBUG:teuthology.orchestra.run.trial126:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.0 2026-02-21T20:08:50.226 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:49 trial126 systemd[1]: Stopping Ceph osd.0 for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:08:50.226 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:49 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0[53297]: 2026-02-21T20:08:49.900+0000 7f0d40a1f640 -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:08:50.226 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:49 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0[53297]: 2026-02-21T20:08:49.900+0000 7f0d40a1f640 -1 osd.0 53 *** Got signal Terminated *** 2026-02-21T20:08:50.226 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:49 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0[53297]: 2026-02-21T20:08:49.900+0000 7f0d40a1f640 -1 osd.0 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:08:55.226 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:54 trial126 podman[71895]: 2026-02-21 20:08:54.96002322 +0000 UTC m=+5.071651829 container died 4b7e55a4cf4664162a1a29361e74a1487daf6227c83030bcd4d322f13ebfef70 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , 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/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, 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.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0) 2026-02-21T20:08:55.226 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:54 trial126 podman[71895]: 2026-02-21 20:08:54.968917114 +0000 UTC m=+5.080545723 container remove 4b7e55a4cf4664162a1a29361e74a1487daf6227c83030bcd4d322f13ebfef70 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:08:55.227 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:54 trial126 bash[71895]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0 2026-02-21T20:08:55.227 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:55 trial126 podman[72022]: 2026-02-21 20:08:55.109371979 +0000 UTC m=+0.016051946 container create af4168d09c34426c7edc4573841afad1b60b8f07277b12a8cc9bbbc9a6b5cccb (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0-deactivate, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:08:55.227 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:55 trial126 podman[72022]: 2026-02-21 20:08:55.137848769 +0000 UTC m=+0.044528676 container init af4168d09c34426c7edc4573841afad1b60b8f07277b12a8cc9bbbc9a6b5cccb (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0-deactivate, ceph=True, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, 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, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:08:55.227 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:55 trial126 podman[72022]: 2026-02-21 20:08:55.140684978 +0000 UTC m=+0.047364895 container start af4168d09c34426c7edc4573841afad1b60b8f07277b12a8cc9bbbc9a6b5cccb (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:08:55.227 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:55 trial126 podman[72022]: 2026-02-21 20:08:55.141297741 +0000 UTC m=+0.047977648 container attach af4168d09c34426c7edc4573841afad1b60b8f07277b12a8cc9bbbc9a6b5cccb (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default) 2026-02-21T20:08:55.227 INFO:journalctl@ceph.osd.0.trial126.stdout:Feb 21 20:08:55 trial126 podman[72022]: 2026-02-21 20:08:55.102666056 +0000 UTC m=+0.009345953 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:08:55.320 DEBUG:teuthology.orchestra.run.trial126:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.0.service' 2026-02-21T20:08:55.366 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:08:55.367 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-21T20:08:55.367 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-21T20:08:55.367 DEBUG:teuthology.orchestra.run.trial126:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.1 2026-02-21T20:08:55.726 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:08:55 trial126 systemd[1]: Stopping Ceph osd.1 for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:08:55.726 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:08:55 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1[59761]: 2026-02-21T20:08:55.459+0000 7f25e151b640 -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:08:55.727 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:08:55 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1[59761]: 2026-02-21T20:08:55.459+0000 7f25e151b640 -1 osd.1 53 *** Got signal Terminated *** 2026-02-21T20:08:55.727 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:08:55 trial126 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1[59761]: 2026-02-21T20:08:55.459+0000 7f25e151b640 -1 osd.1 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:09:00.827 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 podman[72165]: 2026-02-21 20:09:00.529671019 +0000 UTC m=+5.082717196 container died 2642664d2958dee2e43904fdfd7b88c3f8b0d2eda36cc2a2b1a0faddae91957e (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T20:09:00.827 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 podman[72165]: 2026-02-21 20:09:00.538177843 +0000 UTC m=+5.091224020 container remove 2642664d2958dee2e43904fdfd7b88c3f8b0d2eda36cc2a2b1a0faddae91957e (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, 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, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2026-02-21T20:09:00.827 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 bash[72165]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1 2026-02-21T20:09:00.827 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 podman[72294]: 2026-02-21 20:09:00.670300154 +0000 UTC m=+0.014339296 container create bedea2dd20ed315265259d14ee68596f5be76408b40e81e189cef9873d4243bf (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, org.label-schema.build-date=20260209, io.buildah.version=1.41.3) 2026-02-21T20:09:00.827 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 podman[72294]: 2026-02-21 20:09:00.701508251 +0000 UTC m=+0.045547393 container init bedea2dd20ed315265259d14ee68596f5be76408b40e81e189cef9873d4243bf (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260209, 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, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, ceph=True) 2026-02-21T20:09:00.828 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 podman[72294]: 2026-02-21 20:09:00.703942393 +0000 UTC m=+0.047981525 container start bedea2dd20ed315265259d14ee68596f5be76408b40e81e189cef9873d4243bf (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0) 2026-02-21T20:09:00.828 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 podman[72294]: 2026-02-21 20:09:00.704361962 +0000 UTC m=+0.048401104 container attach bedea2dd20ed315265259d14ee68596f5be76408b40e81e189cef9873d4243bf (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, 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, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3) 2026-02-21T20:09:00.828 INFO:journalctl@ceph.osd.1.trial126.stdout:Feb 21 20:09:00 trial126 podman[72294]: 2026-02-21 20:09:00.664771249 +0000 UTC m=+0.008810401 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:09:00.855 DEBUG:teuthology.orchestra.run.trial126:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.1.service' 2026-02-21T20:09:00.898 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:09:00.898 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-21T20:09:00.898 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-21T20:09:00.899 DEBUG:teuthology.orchestra.run.trial152:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.2 2026-02-21T20:09:01.293 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:00 trial152 systemd[1]: Stopping Ceph osd.2 for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:09:01.293 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:00 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2[47459]: 2026-02-21T20:09:00.993+0000 7f6d81c45640 -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:09:01.293 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:00 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2[47459]: 2026-02-21T20:09:00.993+0000 7f6d81c45640 -1 osd.2 53 *** Got signal Terminated *** 2026-02-21T20:09:01.293 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:00 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2[47459]: 2026-02-21T20:09:00.993+0000 7f6d81c45640 -1 osd.2 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:09:06.355 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62190]: 2026-02-21 20:09:06.052599679 +0000 UTC m=+5.072343561 container died 3020f2d67f2f4fdde745e4efbbedbadb33db1451a6ebf0fdd10d69dca4aff574 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:09:06.355 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62190]: 2026-02-21 20:09:06.061354447 +0000 UTC m=+5.081098339 container remove 3020f2d67f2f4fdde745e4efbbedbadb33db1451a6ebf0fdd10d69dca4aff574 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3, ceph=True, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:09:06.355 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 bash[62190]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2 2026-02-21T20:09:06.355 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62314]: 2026-02-21 20:09:06.191624351 +0000 UTC m=+0.016632899 container create b37d0b942e34a04a5a5ab82fb54ec16946a8a6205a7c9a50ca4fe3e14877e155 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3) 2026-02-21T20:09:06.356 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62314]: 2026-02-21 20:09:06.226779737 +0000 UTC m=+0.051788236 container init b37d0b942e34a04a5a5ab82fb54ec16946a8a6205a7c9a50ca4fe3e14877e155 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0) 2026-02-21T20:09:06.356 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62314]: 2026-02-21 20:09:06.229198547 +0000 UTC m=+0.054207035 container start b37d0b942e34a04a5a5ab82fb54ec16946a8a6205a7c9a50ca4fe3e14877e155 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , 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, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260209, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2026-02-21T20:09:06.356 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62314]: 2026-02-21 20:09:06.229759816 +0000 UTC m=+0.054768314 container attach b37d0b942e34a04a5a5ab82fb54ec16946a8a6205a7c9a50ca4fe3e14877e155 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-21T20:09:06.356 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62314]: 2026-02-21 20:09:06.184972623 +0000 UTC m=+0.009981121 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:09:06.356 INFO:journalctl@ceph.osd.2.trial152.stdout:Feb 21 20:09:06 trial152 podman[62314]: 2026-02-21 20:09:06.353705714 +0000 UTC m=+0.178714202 container died b37d0b942e34a04a5a5ab82fb54ec16946a8a6205a7c9a50ca4fe3e14877e155 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default) 2026-02-21T20:09:06.385 DEBUG:teuthology.orchestra.run.trial152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.2.service' 2026-02-21T20:09:06.435 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:09:06.435 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-21T20:09:06.435 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2026-02-21T20:09:06.436 DEBUG:teuthology.orchestra.run.trial152:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.3 2026-02-21T20:09:06.793 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:06 trial152 systemd[1]: Stopping Ceph osd.3 for b8017fe8-0f60-11f1-bb43-d404e6e7d460... 2026-02-21T20:09:06.793 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:06 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3[54410]: 2026-02-21T20:09:06.529+0000 7fb1d44bc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -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:09:06.793 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:06 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3[54410]: 2026-02-21T20:09:06.529+0000 7fb1d44bc640 -1 osd.3 53 *** Got signal Terminated *** 2026-02-21T20:09:06.793 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:06 trial152 ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3[54410]: 2026-02-21T20:09:06.529+0000 7fb1d44bc640 -1 osd.3 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:09:11.885 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 podman[62450]: 2026-02-21 20:09:11.598711293 +0000 UTC m=+5.081793925 container died 8810ddc6d88e4cccd5d5c8aeb43fd5a9168cb4ac9b29c31f41f6bce6fadf7dc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260209, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default) 2026-02-21T20:09:11.885 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 podman[62450]: 2026-02-21 20:09:11.607171751 +0000 UTC m=+5.090254393 container remove 8810ddc6d88e4cccd5d5c8aeb43fd5a9168cb4ac9b29c31f41f6bce6fadf7dc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, 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, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, io.buildah.version=1.41.3) 2026-02-21T20:09:11.885 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 bash[62450]: ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3 2026-02-21T20:09:11.886 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 podman[62578]: 2026-02-21 20:09:11.730992255 +0000 UTC m=+0.016063345 container create bafe81ccba95f04d4c954c9deb49144e462fe4b39903fc13597323949951b0f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3-deactivate, 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, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0) 2026-02-21T20:09:11.886 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 podman[62578]: 2026-02-21 20:09:11.758900139 +0000 UTC m=+0.043971239 container init bafe81ccba95f04d4c954c9deb49144e462fe4b39903fc13597323949951b0f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3-deactivate, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, 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_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:09:11.886 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 podman[62578]: 2026-02-21 20:09:11.761399038 +0000 UTC m=+0.046470129 container start bafe81ccba95f04d4c954c9deb49144e462fe4b39903fc13597323949951b0f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3-deactivate, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209) 2026-02-21T20:09:11.886 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 podman[62578]: 2026-02-21 20:09:11.761938416 +0000 UTC m=+0.047009496 container attach bafe81ccba95f04d4c954c9deb49144e462fe4b39903fc13597323949951b0f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460-osd-3-deactivate, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, org.label-schema.schema-version=1.0) 2026-02-21T20:09:11.886 INFO:journalctl@ceph.osd.3.trial152.stdout:Feb 21 20:09:11 trial152 podman[62578]: 2026-02-21 20:09:11.724930308 +0000 UTC m=+0.010001398 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:09:11.941 DEBUG:teuthology.orchestra.run.trial152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.3.service' 2026-02-21T20:09:11.990 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:09:11.990 INFO:tasks.cephadm.osd.3:Stopped osd.3 2026-02-21T20:09:11.990 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2026-02-21T20:09:11.990 DEBUG:teuthology.orchestra.run.trial161:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.4 2026-02-21T20:09:12.024 DEBUG:teuthology.orchestra.run.trial161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.4.service' 2026-02-21T20:09:12.118 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:09:12.119 INFO:tasks.cephadm.osd.4:Stopped osd.4 2026-02-21T20:09:12.119 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2026-02-21T20:09:12.119 DEBUG:teuthology.orchestra.run.trial161:> sudo systemctl stop ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.5 2026-02-21T20:09:12.150 DEBUG:teuthology.orchestra.run.trial161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8017fe8-0f60-11f1-bb43-d404e6e7d460@osd.5.service' 2026-02-21T20:09:12.242 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:09:12.242 INFO:tasks.cephadm.osd.5:Stopped osd.5 2026-02-21T20:09:12.242 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 --force --keep-logs 2026-02-21T20:09:12.363 INFO:teuthology.orchestra.run.trial126.stdout:Deleting cluster with fsid: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:09:13.303 DEBUG:teuthology.orchestra.run.trial152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 --force --keep-logs 2026-02-21T20:09:13.421 INFO:teuthology.orchestra.run.trial152.stdout:Deleting cluster with fsid: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:09:14.373 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 --force --keep-logs 2026-02-21T20:09:14.490 INFO:teuthology.orchestra.run.trial161.stdout:Deleting cluster with fsid: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:09:14.758 DEBUG:teuthology.orchestra.run.trial126:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:09:14.786 DEBUG:teuthology.orchestra.run.trial152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:09:14.815 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:09:14.843 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-21T20:09:14.846 DEBUG:teuthology.misc:Transferring archived files from trial126:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-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/62895/remote/trial126/crash 2026-02-21T20:09:14.847 DEBUG:teuthology.orchestra.run.trial126:> sudo tar c -f - -C /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/crash -- . 2026-02-21T20:09:14.874 INFO:teuthology.orchestra.run.trial126.stderr:tar: /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:09:14.875 INFO:teuthology.orchestra.run.trial126.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:09:14.877 DEBUG:teuthology.misc:Transferring archived files from trial152:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-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/62895/remote/trial152/crash 2026-02-21T20:09:14.880 DEBUG:teuthology.orchestra.run.trial152:> sudo tar c -f - -C /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/crash -- . 2026-02-21T20:09:14.905 INFO:teuthology.orchestra.run.trial152.stderr:tar: /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:09:14.905 INFO:teuthology.orchestra.run.trial152.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:09:14.907 DEBUG:teuthology.misc:Transferring archived files from trial161:/var/lib/ceph/b8017fe8-0f60-11f1-bb43-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/62895/remote/trial161/crash 2026-02-21T20:09:14.908 DEBUG:teuthology.orchestra.run.trial161:> sudo tar c -f - -C /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/crash -- . 2026-02-21T20:09:14.934 INFO:teuthology.orchestra.run.trial161.stderr:tar: /var/lib/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:09:14.934 INFO:teuthology.orchestra.run.trial161.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:09:14.935 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-21T20:09:14.935 DEBUG:teuthology.orchestra.run.trial126:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b8017fe8-0f60-11f1-bb43-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 'mons down' | grep -E -v 'mon down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_STRAY_HOST | grep -E -v CEPHADM_STRAY_DAEMON | grep -E -v CEPHADM_FAILED_DAEMON | grep -E -v OSD_DOWN | grep -E -v OSD_HOST_DOWN | head -n 1 2026-02-21T20:09:14.962 INFO:tasks.cephadm:Compressing logs... 2026-02-21T20:09:14.963 DEBUG:teuthology.orchestra.run.trial126:> 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:09:15.004 DEBUG:teuthology.orchestra.run.trial152:> 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:09:15.006 DEBUG:teuthology.orchestra.run.trial161:> 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:09:15.027 INFO:teuthology.orchestra.run.trial126.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-21T20:09:15.027 INFO:teuthology.orchestra.run.trial126.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:09:15.027 INFO:teuthology.orchestra.run.trial126.stderr:gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.a.log 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.0.log 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mgr.a.log 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr: 81.5% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.1.log 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log: 89.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:09:15.028 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log 2026-02-21T20:09:15.030 INFO:teuthology.orchestra.run.trial126.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log: 84.5% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log.gz 2026-02-21T20:09:15.030 INFO:teuthology.orchestra.run.trial126.stderr: 90.4% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:09:15.030 INFO:teuthology.orchestra.run.trial126.stderr: 94.0% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.2.log 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.3.log 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mgr.b.log 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr: 81.5% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:09:15.033 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.b.log 2026-02-21T20:09:15.034 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log 2026-02-21T20:09:15.034 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log 2026-02-21T20:09:15.034 INFO:teuthology.orchestra.run.trial152.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log: /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log: 90.7% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:09:15.034 INFO:teuthology.orchestra.run.trial152.stderr: 84.1% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log.gz 2026-02-21T20:09:15.034 INFO:teuthology.orchestra.run.trial152.stderr: 89.6% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-21T20:09:15.035 INFO:teuthology.orchestra.run.trial152.stderr: 93.9% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:09:15.037 INFO:teuthology.orchestra.run.trial161.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-21T20:09:15.037 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:09:15.037 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.c.log 2026-02-21T20:09:15.037 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.5.log 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.5.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.4.log 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log: /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.4.log: 83.0% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log: /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log: 82.8% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.log.gz 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr: 90.6% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:09:15.038 INFO:teuthology.orchestra.run.trial161.stderr: 94.0% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:09:15.044 INFO:teuthology.orchestra.run.trial126.stderr: 93.6% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.1.log.gz 2026-02-21T20:09:15.045 INFO:teuthology.orchestra.run.trial161.stderr: 92.9% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.5.log.gz 2026-02-21T20:09:15.045 INFO:teuthology.orchestra.run.trial161.stderr: 93.0% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.4.log.gz 2026-02-21T20:09:15.046 INFO:teuthology.orchestra.run.trial126.stderr: 93.5% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.0.log.gz 2026-02-21T20:09:15.055 INFO:teuthology.orchestra.run.trial152.stderr: 93.2% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.3.log.gz 2026-02-21T20:09:15.057 INFO:teuthology.orchestra.run.trial161.stderr: 92.5% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.c.log.gz 2026-02-21T20:09:15.059 INFO:teuthology.orchestra.run.trial161.stderr: 2026-02-21T20:09:15.059 INFO:teuthology.orchestra.run.trial161.stderr:real 0m0.036s 2026-02-21T20:09:15.059 INFO:teuthology.orchestra.run.trial161.stderr:user 0m0.057s 2026-02-21T20:09:15.060 INFO:teuthology.orchestra.run.trial161.stderr:sys 0m0.019s 2026-02-21T20:09:15.061 INFO:teuthology.orchestra.run.trial152.stderr: 92.5% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.b.log.gz 2026-02-21T20:09:15.061 INFO:teuthology.orchestra.run.trial126.stderr: 89.6% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-21T20:09:15.068 INFO:teuthology.orchestra.run.trial152.stderr: 93.6% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-osd.2.log.gz 2026-02-21T20:09:15.069 INFO:teuthology.orchestra.run.trial152.stderr: 2026-02-21T20:09:15.069 INFO:teuthology.orchestra.run.trial152.stderr:real 0m0.049s 2026-02-21T20:09:15.070 INFO:teuthology.orchestra.run.trial152.stderr:user 0m0.100s 2026-02-21T20:09:15.070 INFO:teuthology.orchestra.run.trial152.stderr:sys 0m0.022s 2026-02-21T20:09:15.132 INFO:teuthology.orchestra.run.trial126.stderr: 91.5% -- replaced with /var/log/ceph/b8017fe8-0f60-11f1-bb43-d404e6e7d460/ceph-mon.a.log.gz 2026-02-21T20:09:15.133 INFO:teuthology.orchestra.run.trial126.stderr: 2026-02-21T20:09:15.133 INFO:teuthology.orchestra.run.trial126.stderr:real 0m0.116s 2026-02-21T20:09:15.133 INFO:teuthology.orchestra.run.trial126.stderr:user 0m0.184s 2026-02-21T20:09:15.133 INFO:teuthology.orchestra.run.trial126.stderr:sys 0m0.022s 2026-02-21T20:09:15.133 INFO:tasks.cephadm:Archiving logs... 2026-02-21T20:09:15.134 DEBUG:teuthology.misc:Transferring archived files from trial126:/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/62895/remote/trial126/log 2026-02-21T20:09:15.135 DEBUG:teuthology.orchestra.run.trial126:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:09:15.271 DEBUG:teuthology.misc:Transferring archived files from trial152:/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/62895/remote/trial152/log 2026-02-21T20:09:15.272 DEBUG:teuthology.orchestra.run.trial152:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:09:15.329 DEBUG:teuthology.misc:Transferring archived files from trial161:/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/62895/remote/trial161/log 2026-02-21T20:09:15.330 DEBUG:teuthology.orchestra.run.trial161:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:09:15.371 INFO:tasks.cephadm:Removing cluster... 2026-02-21T20:09:15.371 DEBUG:teuthology.orchestra.run.trial126:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 --force 2026-02-21T20:09:15.491 INFO:teuthology.orchestra.run.trial126.stdout:Deleting cluster with fsid: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:09:15.648 DEBUG:teuthology.orchestra.run.trial152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 --force 2026-02-21T20:09:15.766 INFO:teuthology.orchestra.run.trial152.stdout:Deleting cluster with fsid: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:09:15.933 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8017fe8-0f60-11f1-bb43-d404e6e7d460 --force 2026-02-21T20:09:16.051 INFO:teuthology.orchestra.run.trial161.stdout:Deleting cluster with fsid: b8017fe8-0f60-11f1-bb43-d404e6e7d460 2026-02-21T20:09:16.210 INFO:tasks.cephadm:Removing cephadm ... 2026-02-21T20:09:16.210 DEBUG:teuthology.orchestra.run.trial126:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:09:16.228 DEBUG:teuthology.orchestra.run.trial152:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:09:16.247 DEBUG:teuthology.orchestra.run.trial161:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:09:16.266 INFO:tasks.cephadm:Teardown complete 2026-02-21T20:09:16.266 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-21T20:09:16.282 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:09:16.282 DEBUG:teuthology.orchestra.run.trial126:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:09:16.284 DEBUG:teuthology.orchestra.run.trial152:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:09:16.289 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:09:16.528 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-21T20:09:16.539 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-21T20:09:16.540 DEBUG:teuthology.orchestra.run.trial126:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:09:16.541 DEBUG:teuthology.orchestra.run.trial152:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:09:16.543 DEBUG:teuthology.orchestra.run.trial161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:09:16.556 INFO:teuthology.orchestra.run.trial126.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:09:16.558 INFO:teuthology.orchestra.run.trial152.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:09:16.560 INFO:teuthology.orchestra.run.trial161.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:09:16.581 INFO:teuthology.orchestra.run.trial126.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:09:16.581 INFO:teuthology.orchestra.run.trial126.stdout:=============================================================================== 2026-02-21T20:09:16.581 INFO:teuthology.orchestra.run.trial126.stdout:^* ntp11.kernfusion.at 2 6 377 14 +1065us[ -383us] +/- 72ms 2026-02-21T20:09:16.581 INFO:teuthology.orchestra.run.trial126.stdout:^- 67.210.96.32 2 6 377 13 +12ms[ +12ms] +/- 283ms 2026-02-21T20:09:16.581 INFO:teuthology.orchestra.run.trial126.stdout:^+ 66.42.71.197.vultruserco> 2 6 377 13 -6788us[-6788us] +/- 56ms 2026-02-21T20:09:16.581 INFO:teuthology.orchestra.run.trial126.stdout:^- ntp.maxhost.io 2 6 137 4 +11ms[ +11ms] +/- 64ms 2026-02-21T20:09:16.584 INFO:teuthology.orchestra.run.trial152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:09:16.584 INFO:teuthology.orchestra.run.trial152.stdout:=============================================================================== 2026-02-21T20:09:16.584 INFO:teuthology.orchestra.run.trial152.stdout:^- 23.186.168.131 2 6 377 9 +307us[ +307us] +/- 56ms 2026-02-21T20:09:16.584 INFO:teuthology.orchestra.run.trial152.stdout:^* nyc3.us.ntp.li 2 6 377 14 +388us[ +415us] +/- 2840us 2026-02-21T20:09:16.585 INFO:teuthology.orchestra.run.trial152.stdout:^- 66.42.71.197.vultruserco> 2 6 377 13 -7712us[-7712us] +/- 56ms 2026-02-21T20:09:16.585 INFO:teuthology.orchestra.run.trial152.stdout:^- 155.248.196.28 2 6 377 14 -23us[ -23us] +/- 49ms 2026-02-21T20:09:16.585 INFO:teuthology.orchestra.run.trial161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:09:16.585 INFO:teuthology.orchestra.run.trial161.stdout:=============================================================================== 2026-02-21T20:09:16.586 INFO:teuthology.orchestra.run.trial161.stdout:^+ 149.28.61.105.vultruserc> 3 6 377 13 +316us[ +316us] +/- 32ms 2026-02-21T20:09:16.586 INFO:teuthology.orchestra.run.trial161.stdout:^* ntp4.glypnod.com 2 6 377 207 +97us[ +767us] +/- 13ms 2026-02-21T20:09:16.586 INFO:teuthology.orchestra.run.trial161.stdout:^- 66.42.71.197.vultruserco> 2 6 377 17 -7689us[-7689us] +/- 56ms 2026-02-21T20:09:16.586 INFO:teuthology.orchestra.run.trial161.stdout:^- 172-233-189-68.ip.linode> 2 6 377 13 -3622us[-3622us] +/- 86ms 2026-02-21T20:09:16.586 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-21T20:09:16.597 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-21T20:09:16.598 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-21T20:09:16.611 DEBUG:teuthology.orchestra.run.trial126:> 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:09:16.679 DEBUG:teuthology.orchestra.run.trial152:> 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:09:16.736 DEBUG:teuthology.orchestra.run.trial161:> 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:09:16.792 DEBUG:teuthology.orchestra.run.trial126:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:09:16.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:16.820 DEBUG:teuthology.orchestra.run.trial152:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:09:16.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:16.850 DEBUG:teuthology.orchestra.run.trial161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:09:16.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:16.878 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-21T20:09:16.896 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-21T20:09:16.912 INFO:teuthology.task.internal:Duration was 494.641763 seconds 2026-02-21T20:09:16.912 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-21T20:09:16.928 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-21T20:09:16.928 DEBUG:teuthology.orchestra.run.trial126:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:09:16.931 DEBUG:teuthology.orchestra.run.trial152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:09:16.934 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:09:16.967 INFO:teuthology.orchestra.run.trial126.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:09:16.971 INFO:teuthology.orchestra.run.trial152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:09:16.973 INFO:teuthology.orchestra.run.trial161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:09:17.319 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-21T20:09:17.320 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial126.front.sepia.ceph.com 2026-02-21T20:09:17.320 DEBUG:teuthology.orchestra.run.trial126:> 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:09:17.339 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial152.front.sepia.ceph.com 2026-02-21T20:09:17.339 DEBUG:teuthology.orchestra.run.trial152:> 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:09:17.378 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial161.front.sepia.ceph.com 2026-02-21T20:09:17.378 DEBUG:teuthology.orchestra.run.trial161:> 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:09:17.397 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-21T20:09:17.397 DEBUG:teuthology.orchestra.run.trial126:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:09:17.398 DEBUG:teuthology.orchestra.run.trial152:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:09:17.420 DEBUG:teuthology.orchestra.run.trial161:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:09:17.527 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-21T20:09:17.527 DEBUG:teuthology.orchestra.run.trial126:> 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:09:17.529 DEBUG:teuthology.orchestra.run.trial152:> 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:09:17.532 DEBUG:teuthology.orchestra.run.trial161:> 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:09:17.550 INFO:teuthology.orchestra.run.trial126.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:09:17.551 INFO:teuthology.orchestra.run.trial126.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:09:17.551 INFO:teuthology.orchestra.run.trial126.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:09:17.551 INFO:teuthology.orchestra.run.trial126.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:09:17.551 INFO:teuthology.orchestra.run.trial126.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:09:17.552 INFO:teuthology.orchestra.run.trial152.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:09:17.553 INFO:teuthology.orchestra.run.trial152.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:09:17.553 INFO:teuthology.orchestra.run.trial152.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:09:17.553 INFO:teuthology.orchestra.run.trial152.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:09:17.553 INFO:teuthology.orchestra.run.trial152.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:09:17.554 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:09:17.555 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:09:17.555 INFO:teuthology.orchestra.run.trial161.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:09:17.555 INFO:teuthology.orchestra.run.trial161.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:09:17.555 INFO:teuthology.orchestra.run.trial161.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:09:17.568 INFO:teuthology.orchestra.run.trial152.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:09:17.570 INFO:teuthology.orchestra.run.trial161.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:09:17.571 INFO:teuthology.orchestra.run.trial126.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 87.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:09:17.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-21T20:09:17.591 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-21T20:09:17.591 DEBUG:teuthology.orchestra.run.trial126:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:09:17.638 DEBUG:teuthology.orchestra.run.trial152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:09:17.664 DEBUG:teuthology.orchestra.run.trial161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:09:17.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-21T20:09:17.706 DEBUG:teuthology.orchestra.run.trial126:> 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:09:17.708 DEBUG:teuthology.orchestra.run.trial152:> 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:09:17.711 DEBUG:teuthology.orchestra.run.trial161:> 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:09:17.729 INFO:teuthology.orchestra.run.trial126.stdout:kernel.core_pattern = core 2026-02-21T20:09:17.733 INFO:teuthology.orchestra.run.trial152.stdout:kernel.core_pattern = core 2026-02-21T20:09:17.752 INFO:teuthology.orchestra.run.trial161.stdout:kernel.core_pattern = core 2026-02-21T20:09:17.766 DEBUG:teuthology.orchestra.run.trial126:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:09:17.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:17.801 DEBUG:teuthology.orchestra.run.trial152:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:09:17.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:17.817 DEBUG:teuthology.orchestra.run.trial161:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:09:17.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:09:17.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-21T20:09:17.851 INFO:teuthology.task.internal:Transferring archived files... 2026-02-21T20:09:17.852 DEBUG:teuthology.misc:Transferring archived files from trial126:/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/62895/remote/trial126 2026-02-21T20:09:17.853 DEBUG:teuthology.orchestra.run.trial126:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:09:17.891 DEBUG:teuthology.misc:Transferring archived files from trial152:/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/62895/remote/trial152 2026-02-21T20:09:17.891 DEBUG:teuthology.orchestra.run.trial152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:09:17.924 DEBUG:teuthology.misc:Transferring archived files from trial161:/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/62895/remote/trial161 2026-02-21T20:09:17.924 DEBUG:teuthology.orchestra.run.trial161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:09:17.963 INFO:teuthology.task.internal:Removing archive directory... 2026-02-21T20:09:17.963 DEBUG:teuthology.orchestra.run.trial126:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:09:17.966 DEBUG:teuthology.orchestra.run.trial152:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:09:17.969 DEBUG:teuthology.orchestra.run.trial161:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:09:18.011 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-21T20:09:18.031 INFO:teuthology.task.internal:Not uploading archives. 2026-02-21T20:09:18.031 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-21T20:09:18.049 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-21T20:09:18.049 DEBUG:teuthology.orchestra.run.trial126:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:09:18.052 DEBUG:teuthology.orchestra.run.trial152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:09:18.055 DEBUG:teuthology.orchestra.run.trial161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:09:18.066 INFO:teuthology.orchestra.run.trial126.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:09 /home/ubuntu/cephtest 2026-02-21T20:09:18.069 INFO:teuthology.orchestra.run.trial152.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:09 /home/ubuntu/cephtest 2026-02-21T20:09:18.072 INFO:teuthology.orchestra.run.trial161.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:09 /home/ubuntu/cephtest 2026-02-21T20:09:18.074 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-21T20:09:18.091 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-21T20:09:18.130 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} duration: 494.64176321029663 flavor: default owner: scheduled_adking@soko04.front.sepia.ceph.com success: true 2026-02-21T20:09:18.130 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:09:18.250 INFO:teuthology.run:pass