2026-02-18T05:19:11.178 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T05:19:11.191 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T05:19:11.276 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752 branch: 20.2.1_2.17.26-baseline_2 description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_host_drain} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '54752' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: 20.2.1_2.17.26-baseline_2 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: 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 log-only-match: - CEPHADM_ sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: 20.2.1_2.17.26-baseline_2 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - 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: 407 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: 20.2.1_2.17.26-baseline_2 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed targets: trial038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOK9shg8GmezAo5jVLqpoGQlKeqbZRi5xidQsa3464Y/+s3PmwQb+rABwB/EFAAZBSzAZyOoXGVsfKyCXOfNB9A= trial053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMRVHQR1rvQypUEOaFZSt1vPv/iYCeYDPrvOwQOKE+68UysP1F5xYLhlZWg0xpgR3q0jO2WQ1X28mnnJAtsX9zM= trial070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPTS0jf7YKjHZyHNiwF5Dob02GHby5QXeP5l2RnmnlHVB7/CzL1aqhMZDfd0ZY355Xcn+S4G7ZVkoWI2Ny8Vd7o= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.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-17_21:23:05 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 2026-02-18T05:19:11.276 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa; will attempt to use it 2026-02-18T05:19:11.276 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks 2026-02-18T05:19:11.276 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T05:19:11.278 INFO:teuthology.task.internal:Checking packages... 2026-02-18T05:19:11.278 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'adc1923395f2bcd6ae89b5d331d278364d1848ed' 2026-02-18T05:19:11.278 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T05:19:11.278 INFO:teuthology.packaging:ref: None 2026-02-18T05:19:11.278 INFO:teuthology.packaging:tag: None 2026-02-18T05:19:11.278 INFO:teuthology.packaging:branch: 20.2.1_2.17.26-baseline_2 2026-02-18T05:19:11.278 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:19:11.278 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=20.2.1_2.17.26-baseline_2 2026-02-18T05:19:11.395 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-670.gadc19233 2026-02-18T05:19:11.397 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T05:19:11.408 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T05:19:11.408 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T05:19:11.420 INFO:teuthology.task.internal:Saving configuration 2026-02-18T05:19:11.430 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T05:19:11.441 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T05:19:11.518 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial038.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752', '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-18 05:15:41.101934', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOK9shg8GmezAo5jVLqpoGQlKeqbZRi5xidQsa3464Y/+s3PmwQb+rABwB/EFAAZBSzAZyOoXGVsfKyCXOfNB9A='} 2026-02-18T05:19:11.574 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial053.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752', '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-18 05:15:41.100968', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMRVHQR1rvQypUEOaFZSt1vPv/iYCeYDPrvOwQOKE+68UysP1F5xYLhlZWg0xpgR3q0jO2WQ1X28mnnJAtsX9zM='} 2026-02-18T05:19:11.630 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial070.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752', '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-18 05:15:41.101590', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPTS0jf7YKjHZyHNiwF5Dob02GHby5QXeP5l2RnmnlHVB7/CzL1aqhMZDfd0ZY355Xcn+S4G7ZVkoWI2Ny8Vd7o='} 2026-02-18T05:19:11.630 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T05:19:11.641 INFO:teuthology.task.internal:roles: ubuntu@trial038.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2026-02-18T05:19:11.641 INFO:teuthology.task.internal:roles: ubuntu@trial053.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2026-02-18T05:19:11.641 INFO:teuthology.task.internal:roles: ubuntu@trial070.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2026-02-18T05:19:11.641 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T05:19:11.841 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ae4bdde34c0>, signals=[15]) 2026-02-18T05:19:11.841 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T05:19:11.852 INFO:teuthology.task.internal:Opening connections... 2026-02-18T05:19:11.853 DEBUG:teuthology.task.internal:connecting to ubuntu@trial038.front.sepia.ceph.com 2026-02-18T05:19:11.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:19:11.916 DEBUG:teuthology.task.internal:connecting to ubuntu@trial053.front.sepia.ceph.com 2026-02-18T05:19:11.917 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:19:11.979 DEBUG:teuthology.task.internal:connecting to ubuntu@trial070.front.sepia.ceph.com 2026-02-18T05:19:11.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:19:12.040 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T05:19:12.049 DEBUG:teuthology.orchestra.run.trial038:> uname -m 2026-02-18T05:19:12.064 INFO:teuthology.orchestra.run.trial038.stdout:x86_64 2026-02-18T05:19:12.064 DEBUG:teuthology.orchestra.run.trial038:> cat /etc/os-release 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:NAME="CentOS Stream" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:VERSION="9" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:ID="centos" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:VERSION_ID="9" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:ANSI_COLOR="0;31" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:19:12.121 INFO:teuthology.orchestra.run.trial038.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:19:12.122 INFO:teuthology.lock.ops:Updating trial038.front.sepia.ceph.com on lock server 2026-02-18T05:19:12.197 DEBUG:teuthology.orchestra.run.trial053:> uname -m 2026-02-18T05:19:12.213 INFO:teuthology.orchestra.run.trial053.stdout:x86_64 2026-02-18T05:19:12.213 DEBUG:teuthology.orchestra.run.trial053:> cat /etc/os-release 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:NAME="CentOS Stream" 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:VERSION="9" 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:ID="centos" 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:VERSION_ID="9" 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:19:12.269 INFO:teuthology.orchestra.run.trial053.stdout:ANSI_COLOR="0;31" 2026-02-18T05:19:12.270 INFO:teuthology.orchestra.run.trial053.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:19:12.270 INFO:teuthology.orchestra.run.trial053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:19:12.270 INFO:teuthology.orchestra.run.trial053.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:19:12.270 INFO:teuthology.orchestra.run.trial053.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:19:12.270 INFO:teuthology.orchestra.run.trial053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:19:12.270 INFO:teuthology.orchestra.run.trial053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:19:12.270 INFO:teuthology.lock.ops:Updating trial053.front.sepia.ceph.com on lock server 2026-02-18T05:19:12.353 DEBUG:teuthology.orchestra.run.trial070:> uname -m 2026-02-18T05:19:12.369 INFO:teuthology.orchestra.run.trial070.stdout:x86_64 2026-02-18T05:19:12.370 DEBUG:teuthology.orchestra.run.trial070:> cat /etc/os-release 2026-02-18T05:19:12.425 INFO:teuthology.orchestra.run.trial070.stdout:NAME="CentOS Stream" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:VERSION="9" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:ID="centos" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:VERSION_ID="9" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:ANSI_COLOR="0;31" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:19:12.426 INFO:teuthology.orchestra.run.trial070.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:19:12.427 INFO:teuthology.lock.ops:Updating trial070.front.sepia.ceph.com on lock server 2026-02-18T05:19:12.505 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T05:19:12.518 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T05:19:12.529 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T05:19:12.530 DEBUG:teuthology.orchestra.run.trial038:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:19:12.531 DEBUG:teuthology.orchestra.run.trial053:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:19:12.533 DEBUG:teuthology.orchestra.run.trial070:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:19:12.548 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T05:19:12.560 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T05:19:12.561 DEBUG:teuthology.orchestra.run.trial038:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:19:12.586 DEBUG:teuthology.orchestra.run.trial053:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:19:12.588 DEBUG:teuthology.orchestra.run.trial070:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:19:12.604 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T05:19:12.791 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T05:19:12.811 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-18T05:19:12.811 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-18T05:19:12.811 DEBUG:teuthology.orchestra.run.trial038:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:19:12.811 DEBUG:teuthology.orchestra.run.trial053:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:19:12.811 DEBUG:teuthology.orchestra.run.trial070:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:19:12.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:19:12.826 DEBUG:teuthology.orchestra.run.trial038:> uname -r 2026-02-18T05:19:12.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:19:12.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:19:12.827 DEBUG:teuthology.orchestra.run.trial070:> uname -r 2026-02-18T05:19:12.827 DEBUG:teuthology.orchestra.run.trial053:> uname -r 2026-02-18T05:19:12.882 INFO:teuthology.orchestra.run.trial038.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:19:12.882 INFO:teuthology.task.kernel:Running kernel on trial038: 5.14.0-645.el9.x86_64 2026-02-18T05:19:12.882 DEBUG:teuthology.orchestra.run.trial038:> sudo yum install -y kernel 2026-02-18T05:19:12.883 INFO:teuthology.orchestra.run.trial070.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:19:12.883 INFO:teuthology.task.kernel:Running kernel on trial070: 5.14.0-645.el9.x86_64 2026-02-18T05:19:12.883 DEBUG:teuthology.orchestra.run.trial070:> sudo yum install -y kernel 2026-02-18T05:19:12.883 INFO:teuthology.orchestra.run.trial053.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:19:12.884 INFO:teuthology.task.kernel:Running kernel on trial053: 5.14.0-645.el9.x86_64 2026-02-18T05:19:12.884 DEBUG:teuthology.orchestra.run.trial053:> sudo yum install -y kernel 2026-02-18T05:19:14.041 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-02-18T05:19:14.277 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - BaseOS 8.6 MB/s | 8.9 MB 00:01 2026-02-18T05:19:17.059 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T05:19:17.897 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - AppStream 8.7 MB/s | 27 MB 00:03 2026-02-18T05:19:18.039 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.9 MB 00:04 2026-02-18T05:19:22.028 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 7.8 MB 00:01 2026-02-18T05:19:23.583 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 20 kB 00:00 2026-02-18T05:19:24.434 INFO:teuthology.orchestra.run.trial038.stdout:Extra Packages for Enterprise Linux 26 MB/s | 20 MB 00:00 2026-02-18T05:19:27.713 INFO:teuthology.orchestra.run.trial038.stdout:lab-extras 976 kB/s | 50 kB 00:00 2026-02-18T05:19:28.512 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - CRB 874 kB/s | 7.8 MB 00:09 2026-02-18T05:19:28.723 INFO:teuthology.orchestra.run.trial038.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:19:28.744 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:19:28.745 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:19:28.745 INFO:teuthology.orchestra.run.trial038.stdout: Package Architecture Version Repository Size 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout:Installing dependencies: 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:19:28.746 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:19:28.747 INFO:teuthology.orchestra.run.trial038.stdout:Install 4 Packages 2026-02-18T05:19:28.747 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:19:28.747 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 88 M 2026-02-18T05:19:28.747 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 135 M 2026-02-18T05:19:28.747 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:19:29.018 INFO:teuthology.orchestra.run.trial038.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 4.3 MB/s | 803 kB 00:00 2026-02-18T05:19:29.447 INFO:teuthology.orchestra.run.trial038.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 28 MB/s | 17 MB 00:00 2026-02-18T05:19:29.459 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - Extras packages 92 kB/s | 20 kB 00:00 2026-02-18T05:19:29.787 INFO:teuthology.orchestra.run.trial038.stdout:(3/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 42 MB/s | 40 MB 00:00 2026-02-18T05:19:29.875 INFO:teuthology.orchestra.run.trial038.stdout:(4/4): kernel-modules-core-5.14.0-681.el9.x86_6 36 MB/s | 31 MB 00:00 2026-02-18T05:19:29.875 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:19:29.875 INFO:teuthology.orchestra.run.trial038.stdout:Total 78 MB/s | 88 MB 00:01 2026-02-18T05:19:30.066 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:19:30.263 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:19:30.263 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:19:30.394 INFO:teuthology.orchestra.run.trial053.stdout:Extra Packages for Enterprise Linux 23 MB/s | 20 MB 00:00 2026-02-18T05:19:30.613 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:19:30.613 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:19:31.692 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:19:31.974 INFO:teuthology.orchestra.run.trial038.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:19:31.993 INFO:teuthology.orchestra.run.trial038.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:19:33.119 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - AppStream 1.8 MB/s | 27 MB 00:14 2026-02-18T05:19:33.503 INFO:teuthology.orchestra.run.trial053.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T05:19:33.772 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:19:33.801 INFO:teuthology.orchestra.run.trial038.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:19:34.523 INFO:teuthology.orchestra.run.trial053.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:19:34.545 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:19:34.546 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:19:34.546 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-18T05:19:34.546 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:19:34.547 INFO:teuthology.orchestra.run.trial053.stdout:Install 4 Packages 2026-02-18T05:19:34.548 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:19:34.548 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 88 M 2026-02-18T05:19:34.548 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 135 M 2026-02-18T05:19:34.548 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:19:36.007 INFO:teuthology.orchestra.run.trial053.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 576 kB/s | 803 kB 00:01 2026-02-18T05:19:36.723 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 7.8 MB 00:01 2026-02-18T05:19:37.065 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:19:37.071 INFO:teuthology.orchestra.run.trial038.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:19:38.559 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-18T05:19:39.131 INFO:teuthology.orchestra.run.trial070.stdout:Extra Packages for Enterprise Linux 40 MB/s | 20 MB 00:00 2026-02-18T05:19:40.105 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:19:42.359 INFO:teuthology.orchestra.run.trial070.stdout:lab-extras 1.9 MB/s | 50 kB 00:00 2026-02-18T05:19:43.364 INFO:teuthology.orchestra.run.trial070.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:19:43.386 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:19:43.387 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:19:43.387 INFO:teuthology.orchestra.run.trial070.stdout: Package Architecture Version Repository Size 2026-02-18T05:19:43.387 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:19:43.387 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:19:43.387 INFO:teuthology.orchestra.run.trial070.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:19:43.387 INFO:teuthology.orchestra.run.trial070.stdout:Installing dependencies: 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout:Install 4 Packages 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 88 M 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 135 M 2026-02-18T05:19:43.388 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:19:43.661 INFO:teuthology.orchestra.run.trial070.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 3.7 MB/s | 803 kB 00:00 2026-02-18T05:19:43.691 INFO:teuthology.orchestra.run.trial053.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 1.9 MB/s | 17 MB 00:09 2026-02-18T05:19:43.822 INFO:teuthology.orchestra.run.trial070.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 46 MB/s | 17 MB 00:00 2026-02-18T05:19:43.989 INFO:teuthology.orchestra.run.trial070.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 94 MB/s | 31 MB 00:00 2026-02-18T05:19:44.043 INFO:teuthology.orchestra.run.trial070.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 67 MB/s | 40 MB 00:00 2026-02-18T05:19:44.043 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:19:44.043 INFO:teuthology.orchestra.run.trial070.stdout:Total 135 MB/s | 88 MB 00:00 2026-02-18T05:19:44.229 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:19:44.426 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:19:44.426 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:19:44.773 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:19:44.773 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:19:45.853 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:19:46.132 INFO:teuthology.orchestra.run.trial070.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:19:46.148 INFO:teuthology.orchestra.run.trial053.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 3.0 MB/s | 31 MB 00:10 2026-02-18T05:19:46.151 INFO:teuthology.orchestra.run.trial070.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:19:47.930 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:19:47.958 INFO:teuthology.orchestra.run.trial070.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:19:50.980 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:19:50.986 INFO:teuthology.orchestra.run.trial070.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:19:54.020 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:05.730 INFO:teuthology.orchestra.run.trial053.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 1.3 MB/s | 40 MB 00:31 2026-02-18T05:20:05.731 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:20:05.731 INFO:teuthology.orchestra.run.trial053.stdout:Total 2.8 MB/s | 88 MB 00:31 2026-02-18T05:20:05.922 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:20:06.126 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:20:06.127 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:20:06.473 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:20:06.473 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:20:07.559 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:20:07.838 INFO:teuthology.orchestra.run.trial053.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:20:07.857 INFO:teuthology.orchestra.run.trial053.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:20:09.621 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:20:09.649 INFO:teuthology.orchestra.run.trial053.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:20:10.610 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:10.633 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:10.700 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:10.700 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:20:10.700 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:20:10.700 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:20:10.753 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:10.753 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:20:10.754 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:20:10.754 INFO:teuthology.orchestra.run.trial038.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:10.754 INFO:teuthology.orchestra.run.trial038.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:20:10.754 INFO:teuthology.orchestra.run.trial038.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:20:10.754 INFO:teuthology.orchestra.run.trial038.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:20:10.754 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:20:10.754 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:20:10.811 DEBUG:teuthology.orchestra.run.trial038:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:20:10.837 INFO:teuthology.orchestra.run.trial038.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:10.837 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:20:10.837 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T05:20:10.838 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:20:10.838 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:20:10.838 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-18T05:20:10.838 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial038.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:20:10.838 DEBUG:teuthology.orchestra.run.trial038:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:20:10.901 INFO:teuthology.orchestra.run.trial038.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:10.902 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:20:10.902 DEBUG:teuthology.orchestra.run.trial038:> sudo rpm -qi grub2-tools 2026-02-18T05:20:10.970 INFO:teuthology.orchestra.run.trial038.stdout:Name : grub2-tools 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Epoch : 1 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Version : 2.06 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Release : 118.el9 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Architecture: x86_64 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Group : Unspecified 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Size : 8393909 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:License : GPLv3+ 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:20:10.971 INFO:teuthology.orchestra.run.trial038.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:Packager : builder@centos.org 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:Vendor : CentOS 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:Summary : Support tools for GRUB. 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:Description : 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:20:10.972 INFO:teuthology.orchestra.run.trial038.stdout:hardware devices. 2026-02-18T05:20:10.973 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:20:10.973 INFO:teuthology.orchestra.run.trial038.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:20:10.974 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:20:10.974 INFO:teuthology.task.kernel:Updating grub on trial038 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:20:10.974 DEBUG:teuthology.orchestra.run.trial038:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:20:11.038 INFO:teuthology.orchestra.run.trial038.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:20:11.040 DEBUG:teuthology.orchestra.run.trial038:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:20:11.103 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/grubby 2026-02-18T05:20:11.105 INFO:teuthology.orchestra.run.trial038.stdout:yes 2026-02-18T05:20:11.105 DEBUG:teuthology.orchestra.run.trial038:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T05:20:11.171 INFO:teuthology.orchestra.run.trial038.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:20:11.172 DEBUG:teuthology.orchestra.run.trial038:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:20:11.245 DEBUG:teuthology.orchestra.run.trial038:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:20:11.457 INFO:teuthology.orchestra.run.trial038.stderr:Generating grub configuration file ... 2026-02-18T05:20:11.520 INFO:teuthology.orchestra.run.trial038.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:20:11.527 INFO:teuthology.orchestra.run.trial038.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:20:11.784 INFO:teuthology.orchestra.run.trial038.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:20:11.790 INFO:teuthology.orchestra.run.trial038.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:20:11.823 INFO:teuthology.orchestra.run.trial038.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:20:11.830 INFO:teuthology.orchestra.run.trial038.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:20:11.854 INFO:teuthology.orchestra.run.trial038.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:20:11.861 INFO:teuthology.orchestra.run.trial038.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:20:11.944 INFO:teuthology.orchestra.run.trial038.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:20:11.952 INFO:teuthology.orchestra.run.trial038.stderr:done 2026-02-18T05:20:11.954 DEBUG:teuthology.orchestra.run.trial038:> test -d /sys/firmware/efi 2026-02-18T05:20:11.970 DEBUG:teuthology.orchestra.run.trial038:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:20:12.035 INFO:teuthology.orchestra.run.trial038.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:20:12.035 INFO:teuthology.orchestra.run.trial038.stdout:/boot/efi/EFI/centos 2026-02-18T05:20:12.037 DEBUG:teuthology.orchestra.run.trial038:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:20:12.102 INFO:teuthology.orchestra.run.trial038.stdout:no 2026-02-18T05:20:12.102 DEBUG:teuthology.orchestra.run.trial038:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:20:12.168 INFO:teuthology.orchestra.run.trial038.stdout:yes 2026-02-18T05:20:12.169 DEBUG:teuthology.orchestra.run.trial038:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:20:12.232 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial038 2026-02-18T05:20:12.232 DEBUG:teuthology.orchestra.run.trial038:> sudo bash -c ' 2026-02-18T05:20:12.233 DEBUG:teuthology.orchestra.run.trial038:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T05:20:12.233 DEBUG:teuthology.orchestra.run.trial038:> ' 2026-02-18T05:20:12.873 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:20:12.879 INFO:teuthology.orchestra.run.trial053.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:15.906 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:24.302 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:24.323 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:24.388 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:24.388 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:20:24.388 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:20:24.388 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:20:24.440 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:20:24.441 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:20:24.497 DEBUG:teuthology.orchestra.run.trial070:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:20:24.522 INFO:teuthology.orchestra.run.trial070.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:24.523 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:20:24.524 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T05:20:24.524 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:20:24.524 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:20:24.524 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2026-02-18T05:20:24.524 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial070.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:20:24.524 DEBUG:teuthology.orchestra.run.trial070:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:20:24.587 INFO:teuthology.orchestra.run.trial070.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:24.588 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:20:24.588 DEBUG:teuthology.orchestra.run.trial070:> sudo rpm -qi grub2-tools 2026-02-18T05:20:24.656 INFO:teuthology.orchestra.run.trial070.stdout:Name : grub2-tools 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Epoch : 1 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Version : 2.06 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Release : 118.el9 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Architecture: x86_64 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Group : Unspecified 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Size : 8393909 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:License : GPLv3+ 2026-02-18T05:20:24.657 INFO:teuthology.orchestra.run.trial070.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:Packager : builder@centos.org 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:Vendor : CentOS 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:Summary : Support tools for GRUB. 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:Description : 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:20:24.658 INFO:teuthology.orchestra.run.trial070.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:20:24.659 INFO:teuthology.orchestra.run.trial070.stdout:hardware devices. 2026-02-18T05:20:24.659 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:20:24.659 INFO:teuthology.orchestra.run.trial070.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:20:24.660 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:20:24.660 INFO:teuthology.task.kernel:Updating grub on trial070 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:20:24.660 DEBUG:teuthology.orchestra.run.trial070:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:20:24.722 INFO:teuthology.orchestra.run.trial070.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:20:24.724 DEBUG:teuthology.orchestra.run.trial070:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:20:24.787 INFO:teuthology.orchestra.run.trial070.stdout:/sbin/grubby 2026-02-18T05:20:24.788 INFO:teuthology.orchestra.run.trial070.stdout:yes 2026-02-18T05:20:24.789 DEBUG:teuthology.orchestra.run.trial070:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T05:20:24.854 INFO:teuthology.orchestra.run.trial070.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:20:24.855 DEBUG:teuthology.orchestra.run.trial070:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:20:24.929 DEBUG:teuthology.orchestra.run.trial070:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:20:25.141 INFO:teuthology.orchestra.run.trial070.stderr:Generating grub configuration file ... 2026-02-18T05:20:25.204 INFO:teuthology.orchestra.run.trial070.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:20:25.210 INFO:teuthology.orchestra.run.trial070.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:20:25.459 INFO:teuthology.orchestra.run.trial070.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:20:25.465 INFO:teuthology.orchestra.run.trial070.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:20:25.497 INFO:teuthology.orchestra.run.trial070.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:20:25.504 INFO:teuthology.orchestra.run.trial070.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:20:25.527 INFO:teuthology.orchestra.run.trial070.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:20:25.534 INFO:teuthology.orchestra.run.trial070.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:20:25.615 INFO:teuthology.orchestra.run.trial070.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:20:25.624 INFO:teuthology.orchestra.run.trial070.stderr:done 2026-02-18T05:20:25.625 DEBUG:teuthology.orchestra.run.trial070:> test -d /sys/firmware/efi 2026-02-18T05:20:25.641 DEBUG:teuthology.orchestra.run.trial070:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:20:25.707 INFO:teuthology.orchestra.run.trial070.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:20:25.707 INFO:teuthology.orchestra.run.trial070.stdout:/boot/efi/EFI/centos 2026-02-18T05:20:25.709 DEBUG:teuthology.orchestra.run.trial070:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:20:25.774 INFO:teuthology.orchestra.run.trial070.stdout:no 2026-02-18T05:20:25.774 DEBUG:teuthology.orchestra.run.trial070:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:20:25.837 INFO:teuthology.orchestra.run.trial070.stdout:yes 2026-02-18T05:20:25.838 DEBUG:teuthology.orchestra.run.trial070:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:20:25.902 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial070 2026-02-18T05:20:25.902 DEBUG:teuthology.orchestra.run.trial070:> sudo bash -c ' 2026-02-18T05:20:25.902 DEBUG:teuthology.orchestra.run.trial070:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T05:20:25.902 DEBUG:teuthology.orchestra.run.trial070:> ' 2026-02-18T05:20:42.275 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-18T05:20:42.276 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial038.front.sepia.ceph.com' 2026-02-18T05:20:42.277 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:20:46.053 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:46.075 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:46.243 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:46.243 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:20:46.243 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:20:46.243 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:20:46.295 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:20:46.351 DEBUG:teuthology.orchestra.run.trial053:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:20:46.376 INFO:teuthology.orchestra.run.trial053.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:46.377 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:20:46.378 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T05:20:46.378 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:20:46.378 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:20:46.378 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-18T05:20:46.378 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial053.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:20:46.378 DEBUG:teuthology.orchestra.run.trial053:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:20:46.441 INFO:teuthology.orchestra.run.trial053.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:20:46.441 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:20:46.442 DEBUG:teuthology.orchestra.run.trial053:> sudo rpm -qi grub2-tools 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Name : grub2-tools 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Epoch : 1 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Version : 2.06 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Release : 118.el9 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Architecture: x86_64 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Group : Unspecified 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Size : 8393909 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:License : GPLv3+ 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Packager : builder@centos.org 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Vendor : CentOS 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Summary : Support tools for GRUB. 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:Description : 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:hardware devices. 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:20:46.509 INFO:teuthology.orchestra.run.trial053.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:20:46.510 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:20:46.510 INFO:teuthology.task.kernel:Updating grub on trial053 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:20:46.510 DEBUG:teuthology.orchestra.run.trial053:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:20:46.574 INFO:teuthology.orchestra.run.trial053.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:20:46.575 DEBUG:teuthology.orchestra.run.trial053:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:20:46.638 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/grubby 2026-02-18T05:20:46.639 INFO:teuthology.orchestra.run.trial053.stdout:yes 2026-02-18T05:20:46.639 DEBUG:teuthology.orchestra.run.trial053:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T05:20:46.702 INFO:teuthology.orchestra.run.trial053.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:20:46.703 DEBUG:teuthology.orchestra.run.trial053:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:20:46.775 DEBUG:teuthology.orchestra.run.trial053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:20:46.983 INFO:teuthology.orchestra.run.trial053.stderr:Generating grub configuration file ... 2026-02-18T05:20:47.047 INFO:teuthology.orchestra.run.trial053.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:20:47.053 INFO:teuthology.orchestra.run.trial053.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:20:47.301 INFO:teuthology.orchestra.run.trial053.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:20:47.307 INFO:teuthology.orchestra.run.trial053.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:20:47.338 INFO:teuthology.orchestra.run.trial053.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:20:47.345 INFO:teuthology.orchestra.run.trial053.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:20:47.368 INFO:teuthology.orchestra.run.trial053.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:20:47.374 INFO:teuthology.orchestra.run.trial053.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:20:47.455 INFO:teuthology.orchestra.run.trial053.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:20:47.463 INFO:teuthology.orchestra.run.trial053.stderr:done 2026-02-18T05:20:47.465 DEBUG:teuthology.orchestra.run.trial053:> test -d /sys/firmware/efi 2026-02-18T05:20:47.480 DEBUG:teuthology.orchestra.run.trial053:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:20:47.544 INFO:teuthology.orchestra.run.trial053.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:20:47.544 INFO:teuthology.orchestra.run.trial053.stdout:/boot/efi/EFI/centos 2026-02-18T05:20:47.545 DEBUG:teuthology.orchestra.run.trial053:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:20:47.609 INFO:teuthology.orchestra.run.trial053.stdout:no 2026-02-18T05:20:47.610 DEBUG:teuthology.orchestra.run.trial053:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:20:47.673 INFO:teuthology.orchestra.run.trial053.stdout:yes 2026-02-18T05:20:47.673 DEBUG:teuthology.orchestra.run.trial053:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:20:47.736 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial053 2026-02-18T05:20:47.736 DEBUG:teuthology.orchestra.run.trial053:> sudo bash -c ' 2026-02-18T05:20:47.736 DEBUG:teuthology.orchestra.run.trial053:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T05:20:47.736 DEBUG:teuthology.orchestra.run.trial053:> ' 2026-02-18T05:20:55.944 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2026-02-18T05:20:55.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial070.front.sepia.ceph.com' 2026-02-18T05:20:55.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:21:17.778 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-18T05:21:17.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-18T05:21:17.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:21:42.285 DEBUG:teuthology.orchestra.remote:timed out 2026-02-18T05:21:51.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial038.front.sepia.ceph.com' 2026-02-18T05:21:51.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:21:51.430 DEBUG:teuthology.orchestra.run.trial038:> true 2026-02-18T05:21:51.584 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial038.front.sepia.ceph.com' 2026-02-18T05:21:51.584 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:21:51.584 DEBUG:teuthology.orchestra.run.trial038:> uname -r 2026-02-18T05:21:51.642 INFO:teuthology.orchestra.run.trial038.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:21:51.642 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T05:21:51.642 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:21:51.642 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:21:52.643 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-18T05:21:52.643 DEBUG:teuthology.orchestra.run.trial038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:21:52.672 INFO:teuthology.orchestra.run.trial038.stdout:ttyS1 2026-02-18T05:21:52.693 DEBUG:teuthology.parallel:result is None 2026-02-18T05:21:55.948 DEBUG:teuthology.orchestra.remote:timed out 2026-02-18T05:22:04.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial070.front.sepia.ceph.com' 2026-02-18T05:22:04.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:22:05.082 DEBUG:teuthology.orchestra.run.trial070:> true 2026-02-18T05:22:05.229 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial070.front.sepia.ceph.com' 2026-02-18T05:22:05.229 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:22:05.230 DEBUG:teuthology.orchestra.run.trial070:> uname -r 2026-02-18T05:22:05.287 INFO:teuthology.orchestra.run.trial070.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:22:05.287 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T05:22:05.287 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:22:05.287 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:22:06.288 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-18T05:22:06.289 DEBUG:teuthology.orchestra.run.trial070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:22:06.318 INFO:teuthology.orchestra.run.trial070.stdout:ttyS1 2026-02-18T05:22:06.342 DEBUG:teuthology.parallel:result is None 2026-02-18T05:22:17.781 DEBUG:teuthology.orchestra.remote:timed out 2026-02-18T05:22:26.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-18T05:22:26.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:22:26.922 DEBUG:teuthology.orchestra.run.trial053:> true 2026-02-18T05:22:27.073 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-18T05:22:27.074 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:22:27.074 DEBUG:teuthology.orchestra.run.trial053:> uname -r 2026-02-18T05:22:27.129 INFO:teuthology.orchestra.run.trial053.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:22:27.129 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T05:22:27.129 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:22:27.129 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:22:28.130 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-18T05:22:28.130 DEBUG:teuthology.orchestra.run.trial053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:22:28.160 INFO:teuthology.orchestra.run.trial053.stdout:ttyS1 2026-02-18T05:22:28.184 DEBUG:teuthology.parallel:result is None 2026-02-18T05:22:28.184 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T05:22:28.195 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T05:22:28.196 DEBUG:teuthology.orchestra.run.trial038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:22:28.198 DEBUG:teuthology.orchestra.run.trial053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:22:28.226 DEBUG:teuthology.orchestra.run.trial070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:22:28.244 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T05:22:28.255 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T05:22:28.269 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T05:22:28.269 DEBUG:teuthology.orchestra.run.trial038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:22:28.272 DEBUG:teuthology.orchestra.run.trial053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:22:28.283 DEBUG:teuthology.orchestra.run.trial070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:22:28.307 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T05:22:28.319 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T05:22:28.319 DEBUG:teuthology.orchestra.run.trial038:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-02-18T05:22:28.328 DEBUG:teuthology.orchestra.run.trial053:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-02-18T05:22:28.341 DEBUG:teuthology.orchestra.run.trial070:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-02-18T05:22:28.352 INFO:teuthology.orchestra.run.trial038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:22:28.360 INFO:teuthology.orchestra.run.trial038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:22:28.363 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:22:28.365 INFO:teuthology.orchestra.run.trial070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:22:28.372 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:22:28.374 INFO:teuthology.orchestra.run.trial070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:22:28.376 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T05:22:28.388 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T05:22:28.388 DEBUG:teuthology.orchestra.run.trial038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:22:28.404 DEBUG:teuthology.orchestra.run.trial053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:22:28.416 DEBUG:teuthology.orchestra.run.trial070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:22:28.440 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T05:22:28.457 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T05:22:28.458 DEBUG:teuthology.orchestra.run.trial038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:22:28.469 DEBUG:teuthology.orchestra.run.trial053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:22:28.481 DEBUG:teuthology.orchestra.run.trial070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:22:28.498 DEBUG:teuthology.orchestra.run.trial038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:28.646 DEBUG:teuthology.orchestra.run.trial038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:28.672 DEBUG:teuthology.orchestra.run.trial038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:28.825 DEBUG:teuthology.orchestra.run.trial038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:28.850 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:22:28.850 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:22:28.914 DEBUG:teuthology.orchestra.run.trial053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:29.031 DEBUG:teuthology.orchestra.run.trial053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:29.056 DEBUG:teuthology.orchestra.run.trial053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:29.203 DEBUG:teuthology.orchestra.run.trial053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:29.227 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:22:29.227 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:22:29.292 DEBUG:teuthology.orchestra.run.trial070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:29.408 DEBUG:teuthology.orchestra.run.trial070:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:29.432 DEBUG:teuthology.orchestra.run.trial070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:29.579 DEBUG:teuthology.orchestra.run.trial070:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:29.603 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:22:29.603 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:22:29.667 DEBUG:teuthology.orchestra.run.trial038:> sudo service rsyslog restart 2026-02-18T05:22:29.670 DEBUG:teuthology.orchestra.run.trial053:> sudo service rsyslog restart 2026-02-18T05:22:29.672 DEBUG:teuthology.orchestra.run.trial070:> sudo service rsyslog restart 2026-02-18T05:22:29.697 INFO:teuthology.orchestra.run.trial038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:22:29.698 INFO:teuthology.orchestra.run.trial053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:22:29.735 INFO:teuthology.orchestra.run.trial070.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:22:30.211 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T05:22:30.223 INFO:teuthology.task.internal:Starting timer... 2026-02-18T05:22:30.223 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T05:22:30.245 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T05:22:30.263 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-18T05:22:30.263 DEBUG:teuthology.orchestra.run.trial038:> sudo service auditd rotate 2026-02-18T05:22:30.293 INFO:teuthology.orchestra.run.trial038.stdout:Rotating logs: 2026-02-18T05:22:30.294 DEBUG:teuthology.orchestra.run.trial053:> sudo service auditd rotate 2026-02-18T05:22:30.324 INFO:teuthology.orchestra.run.trial053.stdout:Rotating logs: 2026-02-18T05:22:30.325 DEBUG:teuthology.orchestra.run.trial070:> sudo service auditd rotate 2026-02-18T05:22:30.355 INFO:teuthology.orchestra.run.trial070.stdout:Rotating logs: 2026-02-18T05:22:30.356 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T05:22:30.356 DEBUG:teuthology.orchestra.run.trial038:> /usr/sbin/getenforce 2026-02-18T05:22:30.373 INFO:teuthology.orchestra.run.trial038.stdout:Permissive 2026-02-18T05:22:30.373 DEBUG:teuthology.orchestra.run.trial053:> /usr/sbin/getenforce 2026-02-18T05:22:30.389 INFO:teuthology.orchestra.run.trial053.stdout:Permissive 2026-02-18T05:22:30.389 DEBUG:teuthology.orchestra.run.trial070:> /usr/sbin/getenforce 2026-02-18T05:22:30.414 INFO:teuthology.orchestra.run.trial070.stdout:Permissive 2026-02-18T05:22:30.414 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial038.front.sepia.ceph.com': 'permissive', 'ubuntu@trial053.front.sepia.ceph.com': 'permissive', 'ubuntu@trial070.front.sepia.ceph.com': 'permissive'} 2026-02-18T05:22:30.415 DEBUG:teuthology.orchestra.run.trial038:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-18T05:22:30.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:22:30.441 DEBUG:teuthology.orchestra.run.trial053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-18T05:22:30.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:22:30.467 DEBUG:teuthology.orchestra.run.trial070:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-18T05:22:30.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:22:30.491 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T05:22:30.492 DEBUG:teuthology.orchestra.run.trial038:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:22:30.517 DEBUG:teuthology.orchestra.run.trial053:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:22:30.542 DEBUG:teuthology.orchestra.run.trial070:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:22:30.567 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T05:22:30.583 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2026-02-18T05:22:30.587 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2026-02-18T05:22:30.699 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T05:22:30.710 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2026-02-18T05:22:30.712 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial038.front.sepia.ceph.com,trial053.front.sepia.ceph.com,trial070.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T05:24:00.789 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial038.front.sepia.ceph.com'), Remote(name='ubuntu@trial053.front.sepia.ceph.com'), Remote(name='ubuntu@trial070.front.sepia.ceph.com')] 2026-02-18T05:24:00.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial038.front.sepia.ceph.com' 2026-02-18T05:24:00.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:24:00.871 DEBUG:teuthology.orchestra.run.trial038:> true 2026-02-18T05:24:00.944 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial038.front.sepia.ceph.com' 2026-02-18T05:24:00.944 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-18T05:24:00.945 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:24:01.090 DEBUG:teuthology.orchestra.run.trial053:> true 2026-02-18T05:24:01.167 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-18T05:24:01.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial070.front.sepia.ceph.com' 2026-02-18T05:24:01.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:24:01.252 DEBUG:teuthology.orchestra.run.trial070:> true 2026-02-18T05:24:01.328 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial070.front.sepia.ceph.com' 2026-02-18T05:24:01.329 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T05:24:01.344 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T05:24:01.344 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:24:01.345 DEBUG:teuthology.orchestra.run.trial038:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:24:01.347 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:24:01.347 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:24:01.349 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:24:01.350 DEBUG:teuthology.orchestra.run.trial070:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:24:01.373 INFO:teuthology.orchestra.run.trial038.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:24:01.376 INFO:teuthology.orchestra.run.trial053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:24:01.384 INFO:teuthology.orchestra.run.trial038.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:24:01.388 INFO:teuthology.orchestra.run.trial053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:24:01.395 INFO:teuthology.orchestra.run.trial070.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:24:01.406 INFO:teuthology.orchestra.run.trial038.stderr:sudo: ntpd: command not found 2026-02-18T05:24:01.407 INFO:teuthology.orchestra.run.trial070.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:24:01.409 INFO:teuthology.orchestra.run.trial053.stderr:sudo: ntpd: command not found 2026-02-18T05:24:01.416 INFO:teuthology.orchestra.run.trial038.stdout:506 Cannot talk to daemon 2026-02-18T05:24:01.418 INFO:teuthology.orchestra.run.trial053.stdout:506 Cannot talk to daemon 2026-02-18T05:24:01.427 INFO:teuthology.orchestra.run.trial070.stderr:sudo: ntpd: command not found 2026-02-18T05:24:01.427 INFO:teuthology.orchestra.run.trial038.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:24:01.430 INFO:teuthology.orchestra.run.trial053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:24:01.436 INFO:teuthology.orchestra.run.trial070.stdout:506 Cannot talk to daemon 2026-02-18T05:24:01.439 INFO:teuthology.orchestra.run.trial038.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:24:01.442 INFO:teuthology.orchestra.run.trial053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:24:01.447 INFO:teuthology.orchestra.run.trial070.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:24:01.459 INFO:teuthology.orchestra.run.trial070.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:24:01.484 INFO:teuthology.orchestra.run.trial038.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:24:01.486 INFO:teuthology.orchestra.run.trial038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:24:01.486 INFO:teuthology.orchestra.run.trial038.stdout:=============================================================================== 2026-02-18T05:24:01.491 INFO:teuthology.orchestra.run.trial053.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:24:01.493 INFO:teuthology.orchestra.run.trial053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:24:01.493 INFO:teuthology.orchestra.run.trial053.stdout:=============================================================================== 2026-02-18T05:24:01.505 INFO:teuthology.orchestra.run.trial070.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:24:01.507 INFO:teuthology.orchestra.run.trial070.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:24:01.507 INFO:teuthology.orchestra.run.trial070.stdout:=============================================================================== 2026-02-18T05:24:01.508 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T05:24:01.524 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T05:24:01.525 DEBUG:teuthology.orchestra.run.trial038:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:24:01.526 DEBUG:teuthology.orchestra.run.trial053:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:24:01.526 DEBUG:teuthology.orchestra.run.trial070:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:24:01.530 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial038.front.sepia.ceph.com 2026-02-18T05:24:01.530 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:24:01.530 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T05:24:01.531 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T05:24:01.531 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T05:24:01.537 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial053.front.sepia.ceph.com 2026-02-18T05:24:01.537 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:24:01.537 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T05:24:01.537 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T05:24:01.537 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T05:24:01.551 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial070.front.sepia.ceph.com 2026-02-18T05:24:01.551 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:24:01.551 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T05:24:01.551 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T05:24:01.552 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T05:24:01.702 INFO:teuthology.orchestra.run.trial038.stdout:No match for argument: nvme-cli 2026-02-18T05:24:01.703 INFO:teuthology.orchestra.run.trial038.stderr:No packages marked for removal. 2026-02-18T05:24:01.705 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:24:01.705 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:24:01.705 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:24:01.710 INFO:teuthology.orchestra.run.trial053.stdout:No match for argument: nvme-cli 2026-02-18T05:24:01.710 INFO:teuthology.orchestra.run.trial053.stderr:No packages marked for removal. 2026-02-18T05:24:01.713 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:24:01.713 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:24:01.713 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:24:01.720 INFO:teuthology.orchestra.run.trial070.stdout:No match for argument: nvme-cli 2026-02-18T05:24:01.721 INFO:teuthology.orchestra.run.trial070.stderr:No packages marked for removal. 2026-02-18T05:24:01.723 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:24:01.724 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:24:01.724 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:24:02.014 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:50 ago on Wed 18 Feb 2026 05:23:11 AM UTC. 2026-02-18T05:24:02.023 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:49 ago on Wed 18 Feb 2026 05:23:12 AM UTC. 2026-02-18T05:24:02.026 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:49 ago on Wed 18 Feb 2026 05:23:12 AM UTC. 2026-02-18T05:24:02.097 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repository Size 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout:Upgrading: 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout:Installing dependencies: 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:24:02.098 INFO:teuthology.orchestra.run.trial038.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout:Install 7 Packages 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout:Upgrade 1 Package 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 6.4 M 2026-02-18T05:24:02.099 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:24:02.108 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repository Size 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout:Upgrading: 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout:Installing dependencies: 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:24:02.109 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout:Install 7 Packages 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout:Upgrade 1 Package 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:Upgrading: 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:Install 7 Packages 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout:Upgrade 1 Package 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 6.4 M 2026-02-18T05:24:02.110 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:24:02.111 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 6.4 M 2026-02-18T05:24:02.111 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:24:02.505 INFO:teuthology.orchestra.run.trial070.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 1.5 MB/s | 44 kB 00:00 2026-02-18T05:24:02.509 INFO:teuthology.orchestra.run.trial070.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 2.1 MB/s | 72 kB 00:00 2026-02-18T05:24:02.522 INFO:teuthology.orchestra.run.trial070.stdout:(3/8): python3-kmod-0.9-32.el9.x86_64.rpm 4.9 MB/s | 84 kB 00:00 2026-02-18T05:24:02.529 INFO:teuthology.orchestra.run.trial070.stdout:(4/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.6 MB/s | 150 kB 00:00 2026-02-18T05:24:02.541 INFO:teuthology.orchestra.run.trial070.stdout:(5/8): nvme-cli-2.16-1.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 2026-02-18T05:24:02.550 INFO:teuthology.orchestra.run.trial070.stdout:(6/8): libnvme-1.16.1-2.el9.x86_64.rpm 12 MB/s | 116 kB 00:00 2026-02-18T05:24:02.555 INFO:teuthology.orchestra.run.trial070.stdout:(7/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 25 MB/s | 837 kB 00:00 2026-02-18T05:24:02.749 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:02.756 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:02.756 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:02.867 INFO:teuthology.orchestra.run.trial070.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:02.916 INFO:teuthology.orchestra.run.trial053.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:02.919 INFO:teuthology.orchestra.run.trial053.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:02.921 INFO:teuthology.orchestra.run.trial053.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.207 INFO:teuthology.orchestra.run.trial070.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.388 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.397 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.398 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.486 INFO:teuthology.orchestra.run.trial038.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 36 kB/s | 44 kB 00:01 2026-02-18T05:24:03.510 INFO:teuthology.orchestra.run.trial038.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 58 kB/s | 72 kB 00:01 2026-02-18T05:24:03.557 INFO:teuthology.orchestra.run.trial053.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.561 INFO:teuthology.orchestra.run.trial053.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.564 INFO:teuthology.orchestra.run.trial053.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.568 INFO:teuthology.orchestra.run.trial070.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.587 INFO:teuthology.orchestra.run.trial053.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 38 kB/s | 44 kB 00:01 2026-02-18T05:24:03.594 INFO:teuthology.orchestra.run.trial053.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 62 kB/s | 72 kB 00:01 2026-02-18T05:24:03.610 INFO:teuthology.orchestra.run.trial038.stdout:(3/8): nvme-cli-2.16-1.el9.x86_64.rpm 881 kB/s | 1.2 MB 00:01 2026-02-18T05:24:03.636 INFO:teuthology.orchestra.run.trial053.stdout:(3/8): nvme-cli-2.16-1.el9.x86_64.rpm 982 kB/s | 1.2 MB 00:01 2026-02-18T05:24:03.885 INFO:teuthology.orchestra.run.trial038.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-18T05:24:03.914 INFO:teuthology.orchestra.run.trial038.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-18T05:24:03.940 INFO:teuthology.orchestra.run.trial038.stdout:(4/8): python3-kmod-0.9-32.el9.x86_64.rpm 185 kB/s | 84 kB 00:00 2026-02-18T05:24:03.973 INFO:teuthology.orchestra.run.trial070.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:03.980 INFO:teuthology.orchestra.run.trial038.stdout:(5/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 320 kB/s | 150 kB 00:00 2026-02-18T05:24:03.985 INFO:teuthology.orchestra.run.trial053.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-18T05:24:03.992 INFO:teuthology.orchestra.run.trial053.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-18T05:24:04.003 INFO:teuthology.orchestra.run.trial053.stdout:(4/8): python3-kmod-0.9-32.el9.x86_64.rpm 202 kB/s | 84 kB 00:00 2026-02-18T05:24:04.006 INFO:teuthology.orchestra.run.trial038.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-18T05:24:04.011 INFO:teuthology.orchestra.run.trial053.stdout:(5/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 361 kB/s | 150 kB 00:00 2026-02-18T05:24:04.020 INFO:teuthology.orchestra.run.trial038.stdout:(6/8): libnvme-1.16.1-2.el9.x86_64.rpm 2.9 MB/s | 116 kB 00:00 2026-02-18T05:24:04.022 INFO:teuthology.orchestra.run.trial053.stdout:(6/8): libnvme-1.16.1-2.el9.x86_64.rpm 10 MB/s | 116 kB 00:00 2026-02-18T05:24:04.033 INFO:teuthology.orchestra.run.trial053.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-18T05:24:04.061 INFO:teuthology.orchestra.run.trial053.stdout:(7/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.9 MB/s | 837 kB 00:00 2026-02-18T05:24:04.094 INFO:teuthology.orchestra.run.trial038.stdout:(7/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.7 MB/s | 837 kB 00:00 2026-02-18T05:24:04.253 INFO:teuthology.orchestra.run.trial070.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 2.3 MB/s | 4.0 MB 00:01 2026-02-18T05:24:04.254 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:04.254 INFO:teuthology.orchestra.run.trial070.stdout:Total 3.0 MB/s | 6.4 MB 00:02 2026-02-18T05:24:04.298 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:04.332 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:24:04.341 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:24:04.341 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:24:04.403 INFO:teuthology.orchestra.run.trial053.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:04.417 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:24:04.418 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:24:04.500 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:24:04.568 INFO:teuthology.orchestra.run.trial070.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T05:24:04.575 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T05:24:04.583 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T05:24:04.589 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T05:24:04.594 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T05:24:04.595 INFO:teuthology.orchestra.run.trial070.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:24:04.703 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:04.725 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:24:04.728 INFO:teuthology.orchestra.run.trial070.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:24:05.000 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:24:05.000 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:24:05.000 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:05.030 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:05.038 INFO:teuthology.orchestra.run.trial070.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T05:24:05.054 INFO:teuthology.orchestra.run.trial070.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:05.281 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T05:24:05.282 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout:Upgraded: 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:24:05.342 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:24:05.343 INFO:teuthology.orchestra.run.trial070.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T05:24:05.343 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:05.343 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:24:05.396 DEBUG:teuthology.parallel:result is None 2026-02-18T05:24:09.442 INFO:teuthology.orchestra.run.trial053.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 744 kB/s | 4.0 MB 00:05 2026-02-18T05:24:09.444 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:09.444 INFO:teuthology.orchestra.run.trial053.stdout:Total 890 kB/s | 6.4 MB 00:07 2026-02-18T05:24:09.521 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:24:09.530 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:24:09.530 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:24:09.610 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:24:09.610 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:24:09.695 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:24:09.763 INFO:teuthology.orchestra.run.trial053.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T05:24:09.770 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T05:24:09.779 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T05:24:09.784 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T05:24:09.790 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T05:24:09.791 INFO:teuthology.orchestra.run.trial053.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:24:09.922 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:24:09.925 INFO:teuthology.orchestra.run.trial053.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:24:10.207 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:24:10.207 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:24:10.207 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:10.248 INFO:teuthology.orchestra.run.trial053.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T05:24:10.264 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T05:24:10.495 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout:Upgraded: 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:10.557 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:24:10.612 DEBUG:teuthology.parallel:result is None 2026-02-18T05:24:10.903 INFO:teuthology.orchestra.run.trial038.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 581 kB/s | 4.0 MB 00:06 2026-02-18T05:24:10.906 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:10.906 INFO:teuthology.orchestra.run.trial038.stdout:Total 741 kB/s | 6.4 MB 00:08 2026-02-18T05:24:10.979 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:24:10.988 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:24:10.988 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:24:11.065 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:24:11.066 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:24:11.150 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:24:11.217 INFO:teuthology.orchestra.run.trial038.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T05:24:11.224 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T05:24:11.233 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T05:24:11.239 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T05:24:11.244 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T05:24:11.245 INFO:teuthology.orchestra.run.trial038.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:24:11.372 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:24:11.375 INFO:teuthology.orchestra.run.trial038.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:24:11.654 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:24:11.655 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:24:11.655 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:11.690 INFO:teuthology.orchestra.run.trial038.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T05:24:11.706 INFO:teuthology.orchestra.run.trial038.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:11.929 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:11.929 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T05:24:11.930 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T05:24:11.930 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T05:24:11.930 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T05:24:11.930 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T05:24:11.930 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T05:24:11.930 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T05:24:11.930 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T05:24:11.988 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:24:11.988 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout:Upgraded: 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:11.989 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:24:12.042 DEBUG:teuthology.parallel:result is None 2026-02-18T05:24:12.042 INFO:teuthology.run_tasks:Running task install... 2026-02-18T05:24:12.056 DEBUG:teuthology.task.install:project ceph 2026-02-18T05:24:12.056 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}} 2026-02-18T05:24:12.056 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T05:24:12.056 INFO:teuthology.task.install:Using flavor: default 2026-02-18T05:24:12.065 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-18T05:24:12.065 INFO:teuthology.task.install:extra packages: [] 2026-02-18T05:24:12.066 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T05:24:12.067 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:24:12.070 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T05:24:12.070 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:24:12.072 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T05:24:12.072 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:24:12.286 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T05:24:12.287 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T05:24:12.298 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T05:24:12.299 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T05:24:12.299 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T05:24:12.299 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T05:24:12.485 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T05:24:12.485 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:24:12.485 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T05:24:12.487 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T05:24:12.487 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:24:12.487 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T05:24:12.493 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T05:24:12.493 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:24:12.493 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T05:24:12.513 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-18T05:24:12.514 DEBUG:teuthology.orchestra.run.trial070:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T05:24:12.514 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-18T05:24:12.514 DEBUG:teuthology.orchestra.run.trial038:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T05:24:12.519 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-18T05:24:12.519 DEBUG:teuthology.orchestra.run.trial053:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T05:24:12.577 DEBUG:teuthology.orchestra.run.trial070:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-18T05:24:12.578 DEBUG:teuthology.orchestra.run.trial038:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-18T05:24:12.584 DEBUG:teuthology.orchestra.run.trial053:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-18T05:24:12.651 DEBUG:teuthology.orchestra.run.trial070:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-18T05:24:12.652 DEBUG:teuthology.orchestra.run.trial038:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-18T05:24:12.656 DEBUG:teuthology.orchestra.run.trial053:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-18T05:24:12.716 INFO:teuthology.orchestra.run.trial070.stdout:check_obsoletes = 1 2026-02-18T05:24:12.717 INFO:teuthology.orchestra.run.trial038.stdout:check_obsoletes = 1 2026-02-18T05:24:12.719 DEBUG:teuthology.orchestra.run.trial070:> sudo yum clean all 2026-02-18T05:24:12.719 DEBUG:teuthology.orchestra.run.trial038:> sudo yum clean all 2026-02-18T05:24:12.721 INFO:teuthology.orchestra.run.trial053.stdout:check_obsoletes = 1 2026-02-18T05:24:12.722 DEBUG:teuthology.orchestra.run.trial053:> sudo yum clean all 2026-02-18T05:24:12.867 INFO:teuthology.orchestra.run.trial038.stdout:41 files removed 2026-02-18T05:24:12.867 INFO:teuthology.orchestra.run.trial070.stdout:41 files removed 2026-02-18T05:24:12.872 INFO:teuthology.orchestra.run.trial053.stdout:41 files removed 2026-02-18T05:24:12.881 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-radosgw 2026-02-18T05:24:12.883 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-radosgw 2026-02-18T05:24:12.887 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-radosgw 2026-02-18T05:24:13.151 INFO:teuthology.orchestra.run.trial070.stdout:ceph packages for x86_64 710 kB/s | 89 kB 00:00 2026-02-18T05:24:13.153 INFO:teuthology.orchestra.run.trial038.stdout:ceph packages for x86_64 701 kB/s | 89 kB 00:00 2026-02-18T05:24:13.156 INFO:teuthology.orchestra.run.trial053.stdout:ceph packages for x86_64 715 kB/s | 89 kB 00:00 2026-02-18T05:24:13.290 INFO:teuthology.orchestra.run.trial038.stdout:ceph noarch packages 168 kB/s | 19 kB 00:00 2026-02-18T05:24:13.293 INFO:teuthology.orchestra.run.trial070.stdout:ceph noarch packages 160 kB/s | 19 kB 00:00 2026-02-18T05:24:13.299 INFO:teuthology.orchestra.run.trial053.stdout:ceph noarch packages 161 kB/s | 19 kB 00:00 2026-02-18T05:24:13.416 INFO:teuthology.orchestra.run.trial038.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-18T05:24:13.418 INFO:teuthology.orchestra.run.trial070.stdout:ceph source packages 19 kB/s | 1.9 kB 00:00 2026-02-18T05:24:13.425 INFO:teuthology.orchestra.run.trial053.stdout:ceph source packages 19 kB/s | 1.9 kB 00:00 2026-02-18T05:24:14.399 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.9 MB 00:00 2026-02-18T05:24:15.954 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - BaseOS 3.5 MB/s | 8.9 MB 00:02 2026-02-18T05:24:16.101 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.9 MB 00:02 2026-02-18T05:24:19.674 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 27 MB 00:03 2026-02-18T05:24:29.313 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - CRB 1.1 MB/s | 7.8 MB 00:07 2026-02-18T05:24:30.175 INFO:teuthology.orchestra.run.trial070.stdout:CentOS Stream 9 - Extras packages 149 kB/s | 20 kB 00:00 2026-02-18T05:24:30.693 INFO:teuthology.orchestra.run.trial070.stdout:Extra Packages for Enterprise Linux 44 MB/s | 20 MB 00:00 2026-02-18T05:24:33.175 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - AppStream 1.6 MB/s | 27 MB 00:16 2026-02-18T05:24:33.900 INFO:teuthology.orchestra.run.trial070.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-18T05:24:35.122 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:24:35.123 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:35.123 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repository Size 2026-02-18T05:24:35.123 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:35.123 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:24:35.123 INFO:teuthology.orchestra.run.trial070.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout:Upgrading: 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout:Installing dependencies: 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T05:24:35.124 INFO:teuthology.orchestra.run.trial070.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T05:24:35.125 INFO:teuthology.orchestra.run.trial070.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout:Installing weak dependencies: 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout:Install 34 Packages 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout:Upgrade 2 Packages 2026-02-18T05:24:35.126 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:35.127 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 78 M 2026-02-18T05:24:35.127 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:24:35.974 INFO:teuthology.orchestra.run.trial070.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 17 MB/s | 5.9 MB 00:00 2026-02-18T05:24:36.007 INFO:teuthology.orchestra.run.trial070.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 752 kB/s | 25 kB 00:00 2026-02-18T05:24:36.045 INFO:teuthology.orchestra.run.trial070.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 951 kB/s | 35 kB 00:00 2026-02-18T05:24:36.084 INFO:teuthology.orchestra.run.trial070.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 617 kB/s | 24 kB 00:00 2026-02-18T05:24:36.142 INFO:teuthology.orchestra.run.trial070.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 15 MB/s | 869 kB 00:00 2026-02-18T05:24:36.190 INFO:teuthology.orchestra.run.trial070.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 5.1 MB/s | 250 kB 00:00 2026-02-18T05:24:36.433 INFO:teuthology.orchestra.run.trial070.stdout:(7/36): ceph-radosgw-20.2.0-670.gadc19233.el9.x 29 MB/s | 24 MB 00:00 2026-02-18T05:24:36.445 INFO:teuthology.orchestra.run.trial070.stdout:(8/36): python3-ceph-argparse-20.2.0-670.gadc19 3.6 MB/s | 45 kB 00:00 2026-02-18T05:24:36.448 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 7.8 MB 00:00 2026-02-18T05:24:36.486 INFO:teuthology.orchestra.run.trial070.stdout:(9/36): python3-ceph-common-20.2.0-670.gadc1923 4.2 MB/s | 175 kB 00:00 2026-02-18T05:24:36.504 INFO:teuthology.orchestra.run.trial070.stdout:(10/36): librgw2-20.2.0-670.gadc19233.el9.x86_6 20 MB/s | 6.4 MB 00:00 2026-02-18T05:24:36.509 INFO:teuthology.orchestra.run.trial070.stdout:(11/36): python3-cephfs-20.2.0-670.gadc19233.el 6.8 MB/s | 162 kB 00:00 2026-02-18T05:24:36.525 INFO:teuthology.orchestra.run.trial070.stdout:(12/36): python3-rados-20.2.0-670.gadc19233.el9 15 MB/s | 323 kB 00:00 2026-02-18T05:24:36.533 INFO:teuthology.orchestra.run.trial070.stdout:(13/36): python3-rbd-20.2.0-670.gadc19233.el9.x 13 MB/s | 305 kB 00:00 2026-02-18T05:24:36.545 INFO:teuthology.orchestra.run.trial070.stdout:(14/36): python3-rgw-20.2.0-670.gadc19233.el9.x 5.0 MB/s | 99 kB 00:00 2026-02-18T05:24:36.813 INFO:teuthology.orchestra.run.trial070.stdout:(15/36): ceph-common-20.2.0-670.gadc19233.el9.x 20 MB/s | 24 MB 00:01 2026-02-18T05:24:36.813 INFO:teuthology.orchestra.run.trial070.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 118 kB/s | 33 kB 00:00 2026-02-18T05:24:36.856 INFO:teuthology.orchestra.run.trial070.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 2.3 MB/s | 104 kB 00:00 2026-02-18T05:24:36.857 INFO:teuthology.orchestra.run.trial070.stdout:(18/36): libnbd-1.20.3-4.el9.x86_64.rpm 3.6 MB/s | 164 kB 00:00 2026-02-18T05:24:36.868 INFO:teuthology.orchestra.run.trial070.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 4.1 MB/s | 45 kB 00:00 2026-02-18T05:24:36.875 INFO:teuthology.orchestra.run.trial070.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 8.6 MB/s | 160 kB 00:00 2026-02-18T05:24:36.892 INFO:teuthology.orchestra.run.trial070.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 16 MB/s | 292 kB 00:00 2026-02-18T05:24:36.895 INFO:teuthology.orchestra.run.trial070.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 25 MB/s | 662 kB 00:00 2026-02-18T05:24:36.902 INFO:teuthology.orchestra.run.trial070.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 23 MB/s | 240 kB 00:00 2026-02-18T05:24:36.903 INFO:teuthology.orchestra.run.trial070.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 4.3 MB/s | 37 kB 00:00 2026-02-18T05:24:36.911 INFO:teuthology.orchestra.run.trial070.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 7.4 MB/s | 66 kB 00:00 2026-02-18T05:24:36.938 INFO:teuthology.orchestra.run.trial070.stdout:(26/36): pciutils-3.7.0-7.el9.x86_64.rpm 236 kB/s | 93 kB 00:00 2026-02-18T05:24:36.980 INFO:teuthology.orchestra.run.trial070.stdout:(27/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.9 MB/s | 308 kB 00:00 2026-02-18T05:24:36.984 INFO:teuthology.orchestra.run.trial070.stdout:(28/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 548 kB/s | 25 kB 00:00 2026-02-18T05:24:36.996 INFO:teuthology.orchestra.run.trial070.stdout:(29/36): liboath-2.6.12-1.el9.x86_64.rpm 3.1 MB/s | 49 kB 00:00 2026-02-18T05:24:37.007 INFO:teuthology.orchestra.run.trial070.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.9 MB/s | 67 kB 00:00 2026-02-18T05:24:37.026 INFO:teuthology.orchestra.run.trial070.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 28 MB/s | 838 kB 00:00 2026-02-18T05:24:37.029 INFO:teuthology.orchestra.run.trial070.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 8.3 MB/s | 191 kB 00:00 2026-02-18T05:24:37.052 INFO:teuthology.orchestra.run.trial070.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 62 MB/s | 1.6 MB 00:00 2026-02-18T05:24:37.124 INFO:teuthology.orchestra.run.trial070.stdout:(34/36): librados2-20.2.0-670.gadc19233.el9.x86 37 MB/s | 3.5 MB 00:00 2026-02-18T05:24:37.147 INFO:teuthology.orchestra.run.trial070.stdout:(35/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 30 MB/s | 2.8 MB 00:00 2026-02-18T05:24:37.177 INFO:teuthology.orchestra.run.trial070.stdout:(36/36): libarrow-9.0.0-15.el9.x86_64.rpm 17 MB/s | 4.4 MB 00:00 2026-02-18T05:24:37.181 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:37.181 INFO:teuthology.orchestra.run.trial070.stdout:Total 38 MB/s | 78 MB 00:02 2026-02-18T05:24:37.273 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:24:37.290 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:24:37.290 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:24:37.324 INFO:teuthology.orchestra.run.trial038.stdout:CentOS Stream 9 - Extras packages 134 kB/s | 20 kB 00:00 2026-02-18T05:24:37.564 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:24:37.564 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:24:37.672 INFO:teuthology.orchestra.run.trial038.stdout:Extra Packages for Enterprise Linux 72 MB/s | 20 MB 00:00 2026-02-18T05:24:37.889 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:24:37.900 INFO:teuthology.orchestra.run.trial070.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T05:24:38.052 INFO:teuthology.orchestra.run.trial070.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T05:24:38.056 INFO:teuthology.orchestra.run.trial070.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:38.107 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:38.108 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:38.121 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:38.124 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:24:38.125 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:38.151 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:38.153 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:24:38.161 INFO:teuthology.orchestra.run.trial070.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T05:24:38.163 INFO:teuthology.orchestra.run.trial070.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T05:24:38.166 INFO:teuthology.orchestra.run.trial070.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T05:24:38.170 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T05:24:38.180 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T05:24:38.191 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:24:38.192 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:38.205 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:38.240 INFO:teuthology.orchestra.run.trial070.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T05:24:38.245 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T05:24:38.251 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T05:24:38.253 INFO:teuthology.orchestra.run.trial070.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T05:24:38.257 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T05:24:38.379 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T05:24:38.380 INFO:teuthology.orchestra.run.trial070.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:24:38.409 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:24:38.411 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T05:24:38.418 INFO:teuthology.orchestra.run.trial070.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T05:24:38.696 INFO:teuthology.orchestra.run.trial070.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T05:24:38.697 INFO:teuthology.orchestra.run.trial070.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:24:38.714 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:24:38.718 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T05:24:38.723 INFO:teuthology.orchestra.run.trial070.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T05:24:38.726 INFO:teuthology.orchestra.run.trial070.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T05:24:38.726 INFO:teuthology.orchestra.run.trial070.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:24:38.745 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:24:38.748 INFO:teuthology.orchestra.run.trial070.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T05:24:38.779 INFO:teuthology.orchestra.run.trial070.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T05:24:38.781 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T05:24:39.851 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:39.853 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:40.146 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:40.149 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:24:40.187 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:24:40.187 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T05:24:40.187 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T05:24:40.187 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:40.191 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:24:40.821 INFO:teuthology.orchestra.run.trial038.stdout:lab-extras 1.7 MB/s | 50 kB 00:00 2026-02-18T05:24:42.035 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:24:42.036 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:42.036 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repository Size 2026-02-18T05:24:42.036 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:42.036 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout:Upgrading: 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout:Installing dependencies: 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T05:24:42.037 INFO:teuthology.orchestra.run.trial038.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T05:24:42.038 INFO:teuthology.orchestra.run.trial038.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T05:24:42.039 INFO:teuthology.orchestra.run.trial038.stdout:Installing weak dependencies: 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout:Install 34 Packages 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout:Upgrade 2 Packages 2026-02-18T05:24:42.040 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:42.041 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 78 M 2026-02-18T05:24:42.041 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:24:42.654 INFO:teuthology.orchestra.run.trial038.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 15 MB/s | 5.9 MB 00:00 2026-02-18T05:24:42.695 INFO:teuthology.orchestra.run.trial038.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 610 kB/s | 25 kB 00:00 2026-02-18T05:24:42.741 INFO:teuthology.orchestra.run.trial038.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 762 kB/s | 35 kB 00:00 2026-02-18T05:24:42.790 INFO:teuthology.orchestra.run.trial038.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 502 kB/s | 24 kB 00:00 2026-02-18T05:24:42.858 INFO:teuthology.orchestra.run.trial038.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 12 MB/s | 869 kB 00:00 2026-02-18T05:24:42.918 INFO:teuthology.orchestra.run.trial038.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 4.1 MB/s | 250 kB 00:00 2026-02-18T05:24:43.085 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - AppStream 975 kB/s | 27 MB 00:28 2026-02-18T05:24:43.289 INFO:teuthology.orchestra.run.trial038.stdout:(7/36): ceph-radosgw-20.2.0-670.gadc19233.el9.x 23 MB/s | 24 MB 00:01 2026-02-18T05:24:43.313 INFO:teuthology.orchestra.run.trial038.stdout:(8/36): python3-ceph-argparse-20.2.0-670.gadc19 1.8 MB/s | 45 kB 00:00 2026-02-18T05:24:43.332 INFO:teuthology.orchestra.run.trial038.stdout:(9/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 15 MB/s | 6.4 MB 00:00 2026-02-18T05:24:43.346 INFO:teuthology.orchestra.run.trial038.stdout:(10/36): python3-ceph-common-20.2.0-670.gadc192 5.2 MB/s | 175 kB 00:00 2026-02-18T05:24:43.356 INFO:teuthology.orchestra.run.trial038.stdout:(11/36): python3-cephfs-20.2.0-670.gadc19233.el 6.7 MB/s | 162 kB 00:00 2026-02-18T05:24:43.373 INFO:teuthology.orchestra.run.trial038.stdout:(12/36): python3-rados-20.2.0-670.gadc19233.el9 12 MB/s | 323 kB 00:00 2026-02-18T05:24:43.386 INFO:teuthology.orchestra.run.trial038.stdout:(13/36): python3-rbd-20.2.0-670.gadc19233.el9.x 10 MB/s | 305 kB 00:00 2026-02-18T05:24:43.398 INFO:teuthology.orchestra.run.trial038.stdout:(14/36): python3-rgw-20.2.0-670.gadc19233.el9.x 3.9 MB/s | 99 kB 00:00 2026-02-18T05:24:43.448 INFO:teuthology.orchestra.run.trial038.stdout:(15/36): ceph-common-20.2.0-670.gadc19233.el9.x 20 MB/s | 24 MB 00:01 2026-02-18T05:24:43.453 INFO:teuthology.orchestra.run.trial038.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 498 kB/s | 33 kB 00:00 2026-02-18T05:24:43.491 INFO:teuthology.orchestra.run.trial038.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.0 MB/s | 93 kB 00:00 2026-02-18T05:24:44.165 INFO:teuthology.orchestra.run.trial038.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 145 kB/s | 104 kB 00:00 2026-02-18T05:24:44.278 INFO:teuthology.orchestra.run.trial038.stdout:(19/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 204 kB/s | 160 kB 00:00 2026-02-18T05:24:44.323 INFO:teuthology.orchestra.run.trial038.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 285 kB/s | 45 kB 00:00 2026-02-18T05:24:44.437 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] librdkafka-1.6.1-102.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/librdkafka-1.6.1-102.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:44.481 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] lttng-ust-2.12.0-6.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/lttng-ust-2.12.0-6.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:44.558 INFO:teuthology.orchestra.run.trial038.stdout:(21/36): libnbd-1.20.3-4.el9.x86_64.rpm 148 kB/s | 164 kB 00:01 2026-02-18T05:24:44.672 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:24:44.672 INFO:teuthology.orchestra.run.trial070.stdout:skipping the directory /sys 2026-02-18T05:24:44.672 INFO:teuthology.orchestra.run.trial070.stdout:skipping the directory /proc 2026-02-18T05:24:44.672 INFO:teuthology.orchestra.run.trial070.stdout:skipping the directory /mnt 2026-02-18T05:24:44.672 INFO:teuthology.orchestra.run.trial070.stdout:skipping the directory /var/tmp 2026-02-18T05:24:44.672 INFO:teuthology.orchestra.run.trial070.stdout:skipping the directory /home 2026-02-18T05:24:44.672 INFO:teuthology.orchestra.run.trial070.stdout:skipping the directory /root 2026-02-18T05:24:44.673 INFO:teuthology.orchestra.run.trial070.stdout:skipping the directory /tmp 2026-02-18T05:24:44.673 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:44.836 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] librdkafka-1.6.1-102.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/librdkafka-1.6.1-102.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:45.055 INFO:teuthology.orchestra.run.trial038.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 852 kB/s | 662 kB 00:00 2026-02-18T05:24:45.126 INFO:teuthology.orchestra.run.trial038.stdout:[MIRROR] lttng-ust-2.12.0-6.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/lttng-ust-2.12.0-6.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-18T05:24:45.158 INFO:teuthology.orchestra.run.trial038.stdout:(23/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 350 kB/s | 292 kB 00:00 2026-02-18T05:24:45.202 INFO:teuthology.orchestra.run.trial038.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-18T05:24:45.451 INFO:teuthology.orchestra.run.trial038.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-18T05:24:45.699 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:24:45.722 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:24:45.722 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:24:45.722 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T05:24:45.723 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:24:45.723 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:24:45.723 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:45.724 INFO:teuthology.orchestra.run.trial070.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:24:45.730 INFO:teuthology.orchestra.run.trial038.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 116 kB/s | 66 kB 00:00 2026-02-18T05:24:45.737 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:24:45.737 INFO:teuthology.orchestra.run.trial070.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:24:45.792 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:24:45.792 INFO:teuthology.orchestra.run.trial070.stdout:Creating group 'qat' with GID 992. 2026-02-18T05:24:45.792 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:45.854 INFO:teuthology.orchestra.run.trial038.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-18T05:24:45.880 INFO:teuthology.orchestra.run.trial038.stdout:(25/36): qatlib-service-25.08.0-2.el9.x86_64.rp 45 kB/s | 37 kB 00:00 2026-02-18T05:24:45.894 INFO:teuthology.orchestra.run.trial038.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.8 MB/s | 308 kB 00:00 2026-02-18T05:24:45.916 INFO:teuthology.orchestra.run.trial038.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.1 MB/s | 25 kB 00:00 2026-02-18T05:24:45.938 INFO:teuthology.orchestra.run.trial038.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 2.2 MB/s | 49 kB 00:00 2026-02-18T05:24:45.962 INFO:teuthology.orchestra.run.trial038.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.8 MB/s | 67 kB 00:00 2026-02-18T05:24:46.001 INFO:teuthology.orchestra.run.trial038.stdout:(30/36): qatlib-25.08.0-2.el9.x86_64.rpm 166 kB/s | 240 kB 00:01 2026-02-18T05:24:46.042 INFO:teuthology.orchestra.run.trial038.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 10 MB/s | 838 kB 00:00 2026-02-18T05:24:46.119 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T05:24:46.119 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T05:24:46.119 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:46.119 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:46.119 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:24:46.119 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:46.119 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T05:24:46.120 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T05:24:46.121 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T05:24:46.122 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T05:24:46.122 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T05:24:46.122 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:24:46.122 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T05:24:46.122 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T05:24:46.148 INFO:teuthology.orchestra.run.trial038.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout:Upgraded: 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T05:24:46.176 INFO:teuthology.orchestra.run.trial070.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:46.177 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:24:46.219 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-test 2026-02-18T05:24:46.230 INFO:teuthology.orchestra.run.trial038.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 8.4 MB/s | 1.6 MB 00:00 2026-02-18T05:24:46.316 INFO:teuthology.orchestra.run.trial038.stdout:(34/36): librados2-20.2.0-670.gadc19233.el9.x86 21 MB/s | 3.5 MB 00:00 2026-02-18T05:24:46.412 INFO:teuthology.orchestra.run.trial038.stdout:(35/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 16 MB/s | 2.8 MB 00:00 2026-02-18T05:24:46.432 INFO:teuthology.orchestra.run.trial038.stdout:(36/36): libarrow-9.0.0-15.el9.x86_64.rpm 8.0 MB/s | 4.4 MB 00:00 2026-02-18T05:24:46.437 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:46.437 INFO:teuthology.orchestra.run.trial038.stdout:Total 18 MB/s | 78 MB 00:04 2026-02-18T05:24:46.523 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:24:46.529 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:13 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:24:46.541 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:24:46.541 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:24:46.611 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:24:46.612 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:46.612 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repository Size 2026-02-18T05:24:46.612 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:46.612 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout:Installing dependencies: 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout:Install 5 Packages 2026-02-18T05:24:46.613 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:46.614 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 85 M 2026-02-18T05:24:46.614 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 364 M 2026-02-18T05:24:46.614 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:24:46.768 INFO:teuthology.orchestra.run.trial070.stdout:(1/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.9 MB/s | 164 kB 00:00 2026-02-18T05:24:46.818 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:24:46.818 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:24:47.062 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 7.8 MB 00:01 2026-02-18T05:24:47.145 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:24:47.156 INFO:teuthology.orchestra.run.trial038.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T05:24:47.309 INFO:teuthology.orchestra.run.trial038.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T05:24:47.313 INFO:teuthology.orchestra.run.trial038.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:47.364 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:47.365 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:47.378 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:47.380 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:24:47.381 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:47.408 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:47.411 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:24:47.418 INFO:teuthology.orchestra.run.trial038.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T05:24:47.421 INFO:teuthology.orchestra.run.trial038.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T05:24:47.424 INFO:teuthology.orchestra.run.trial038.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T05:24:47.428 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T05:24:47.438 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T05:24:47.450 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:24:47.450 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:47.463 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:47.494 INFO:teuthology.orchestra.run.trial038.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T05:24:47.498 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T05:24:47.504 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T05:24:47.506 INFO:teuthology.orchestra.run.trial038.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T05:24:47.510 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T05:24:47.633 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T05:24:47.634 INFO:teuthology.orchestra.run.trial038.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:24:47.641 INFO:teuthology.orchestra.run.trial070.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 347 kB/s | 303 kB 00:00 2026-02-18T05:24:47.659 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:24:47.661 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T05:24:47.667 INFO:teuthology.orchestra.run.trial038.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T05:24:47.800 INFO:teuthology.orchestra.run.trial070.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 400 kB/s | 64 kB 00:00 2026-02-18T05:24:47.873 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - Extras packages 230 kB/s | 20 kB 00:00 2026-02-18T05:24:47.944 INFO:teuthology.orchestra.run.trial038.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T05:24:47.946 INFO:teuthology.orchestra.run.trial038.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:24:47.962 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:24:47.966 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T05:24:47.971 INFO:teuthology.orchestra.run.trial038.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T05:24:47.973 INFO:teuthology.orchestra.run.trial038.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T05:24:47.974 INFO:teuthology.orchestra.run.trial038.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:24:47.991 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:24:47.995 INFO:teuthology.orchestra.run.trial038.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T05:24:48.027 INFO:teuthology.orchestra.run.trial038.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T05:24:48.029 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T05:24:48.192 INFO:teuthology.orchestra.run.trial070.stdout:(4/5): libxslt-1.1.34-12.el9.x86_64.rpm 155 kB/s | 233 kB 00:01 2026-02-18T05:24:48.210 INFO:teuthology.orchestra.run.trial053.stdout:Extra Packages for Enterprise Linux 74 MB/s | 20 MB 00:00 2026-02-18T05:24:48.378 INFO:teuthology.orchestra.run.trial070.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 50 MB/s | 84 MB 00:01 2026-02-18T05:24:48.380 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:48.381 INFO:teuthology.orchestra.run.trial070.stdout:Total 48 MB/s | 85 MB 00:01 2026-02-18T05:24:48.407 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:24:48.418 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:24:48.418 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:24:48.706 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:24:48.707 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:24:49.015 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:24:49.021 INFO:teuthology.orchestra.run.trial070.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T05:24:49.025 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T05:24:49.032 INFO:teuthology.orchestra.run.trial070.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T05:24:49.033 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:24:49.101 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:49.103 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:49.396 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:49.399 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:24:49.438 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:24:49.438 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T05:24:49.438 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T05:24:49.438 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:49.442 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:24:51.378 INFO:teuthology.orchestra.run.trial053.stdout:lab-extras 1.7 MB/s | 50 kB 00:00 2026-02-18T05:24:52.620 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:24:52.621 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:24:52.621 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-18T05:24:52.621 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:24:52.621 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:24:52.621 INFO:teuthology.orchestra.run.trial053.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout:Upgrading: 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T05:24:52.622 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T05:24:52.623 INFO:teuthology.orchestra.run.trial053.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout:Installing weak dependencies: 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T05:24:52.624 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T05:24:52.625 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T05:24:52.625 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:52.625 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:24:52.625 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:24:52.625 INFO:teuthology.orchestra.run.trial053.stdout:Install 34 Packages 2026-02-18T05:24:52.625 INFO:teuthology.orchestra.run.trial053.stdout:Upgrade 2 Packages 2026-02-18T05:24:52.625 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:52.626 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 78 M 2026-02-18T05:24:52.626 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:24:52.745 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:24:52.763 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:24:53.108 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:24:53.108 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T05:24:53.108 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T05:24:53.108 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T05:24:53.109 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T05:24:53.160 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:53.161 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:24:53.197 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph 2026-02-18T05:24:53.502 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:20 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:24:53.588 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:24:53.591 INFO:teuthology.orchestra.run.trial070.stdout:====================================================================================== 2026-02-18T05:24:53.591 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repository Size 2026-02-18T05:24:53.591 INFO:teuthology.orchestra.run.trial070.stdout:====================================================================================== 2026-02-18T05:24:53.591 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:24:53.591 INFO:teuthology.orchestra.run.trial070.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T05:24:53.591 INFO:teuthology.orchestra.run.trial070.stdout:Installing dependencies: 2026-02-18T05:24:53.591 INFO:teuthology.orchestra.run.trial070.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T05:24:53.592 INFO:teuthology.orchestra.run.trial070.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T05:24:53.593 INFO:teuthology.orchestra.run.trial070.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T05:24:53.594 INFO:teuthology.orchestra.run.trial070.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T05:24:53.595 INFO:teuthology.orchestra.run.trial070.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T05:24:53.596 INFO:teuthology.orchestra.run.trial070.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T05:24:53.597 INFO:teuthology.orchestra.run.trial070.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout:Installing weak dependencies: 2026-02-18T05:24:53.598 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout:====================================================================================== 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout:Install 94 Packages 2026-02-18T05:24:53.599 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:24:53.600 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 101 M 2026-02-18T05:24:53.600 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 560 M 2026-02-18T05:24:53.600 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:24:53.670 INFO:teuthology.orchestra.run.trial053.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 18 MB/s | 5.9 MB 00:00 2026-02-18T05:24:53.701 INFO:teuthology.orchestra.run.trial053.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 806 kB/s | 25 kB 00:00 2026-02-18T05:24:53.737 INFO:teuthology.orchestra.run.trial053.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 981 kB/s | 35 kB 00:00 2026-02-18T05:24:53.775 INFO:teuthology.orchestra.run.trial053.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 637 kB/s | 24 kB 00:00 2026-02-18T05:24:53.830 INFO:teuthology.orchestra.run.trial053.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 15 MB/s | 869 kB 00:00 2026-02-18T05:24:53.869 INFO:teuthology.orchestra.run.trial053.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 6.3 MB/s | 250 kB 00:00 2026-02-18T05:24:53.944 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:24:53.944 INFO:teuthology.orchestra.run.trial038.stdout:skipping the directory /sys 2026-02-18T05:24:53.944 INFO:teuthology.orchestra.run.trial038.stdout:skipping the directory /proc 2026-02-18T05:24:53.944 INFO:teuthology.orchestra.run.trial038.stdout:skipping the directory /mnt 2026-02-18T05:24:53.944 INFO:teuthology.orchestra.run.trial038.stdout:skipping the directory /var/tmp 2026-02-18T05:24:53.944 INFO:teuthology.orchestra.run.trial038.stdout:skipping the directory /home 2026-02-18T05:24:53.945 INFO:teuthology.orchestra.run.trial038.stdout:skipping the directory /root 2026-02-18T05:24:53.945 INFO:teuthology.orchestra.run.trial038.stdout:skipping the directory /tmp 2026-02-18T05:24:53.945 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:54.257 INFO:teuthology.orchestra.run.trial053.stdout:(7/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 16 MB/s | 6.4 MB 00:00 2026-02-18T05:24:54.301 INFO:teuthology.orchestra.run.trial053.stdout:(8/36): python3-ceph-argparse-20.2.0-670.gadc19 1.0 MB/s | 45 kB 00:00 2026-02-18T05:24:54.306 INFO:teuthology.orchestra.run.trial070.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 30 kB/s | 6.5 kB 00:00 2026-02-18T05:24:54.351 INFO:teuthology.orchestra.run.trial053.stdout:(9/36): python3-ceph-common-20.2.0-670.gadc1923 3.4 MB/s | 175 kB 00:00 2026-02-18T05:24:54.397 INFO:teuthology.orchestra.run.trial053.stdout:(10/36): ceph-radosgw-20.2.0-670.gadc19233.el9. 22 MB/s | 24 MB 00:01 2026-02-18T05:24:54.398 INFO:teuthology.orchestra.run.trial053.stdout:(11/36): python3-cephfs-20.2.0-670.gadc19233.el 3.4 MB/s | 162 kB 00:00 2026-02-18T05:24:54.424 INFO:teuthology.orchestra.run.trial053.stdout:(12/36): python3-rados-20.2.0-670.gadc19233.el9 12 MB/s | 323 kB 00:00 2026-02-18T05:24:54.429 INFO:teuthology.orchestra.run.trial053.stdout:(13/36): python3-rbd-20.2.0-670.gadc19233.el9.x 9.8 MB/s | 305 kB 00:00 2026-02-18T05:24:54.460 INFO:teuthology.orchestra.run.trial053.stdout:(14/36): python3-rgw-20.2.0-670.gadc19233.el9.x 2.7 MB/s | 99 kB 00:00 2026-02-18T05:24:54.479 INFO:teuthology.orchestra.run.trial070.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 2.4 MB/s | 961 kB 00:00 2026-02-18T05:24:54.498 INFO:teuthology.orchestra.run.trial053.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 476 kB/s | 33 kB 00:00 2026-02-18T05:24:54.537 INFO:teuthology.orchestra.run.trial053.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.2 MB/s | 93 kB 00:00 2026-02-18T05:24:54.581 INFO:teuthology.orchestra.run.trial070.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 4.8 MB/s | 2.3 MB 00:00 2026-02-18T05:24:54.607 INFO:teuthology.orchestra.run.trial070.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 1.7 MB/s | 43 kB 00:00 2026-02-18T05:24:54.626 INFO:teuthology.orchestra.run.trial070.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 8.8 MB/s | 173 kB 00:00 2026-02-18T05:24:54.629 INFO:teuthology.orchestra.run.trial053.stdout:(17/36): ceph-common-20.2.0-670.gadc19233.el9.x 19 MB/s | 24 MB 00:01 2026-02-18T05:24:54.629 INFO:teuthology.orchestra.run.trial053.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 796 kB/s | 104 kB 00:00 2026-02-18T05:24:54.661 INFO:teuthology.orchestra.run.trial053.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.4 MB/s | 45 kB 00:00 2026-02-18T05:24:54.679 INFO:teuthology.orchestra.run.trial053.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 1.1 MB/s | 164 kB 00:00 2026-02-18T05:24:54.739 INFO:teuthology.orchestra.run.trial053.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.8 MB/s | 292 kB 00:00 2026-02-18T05:24:54.754 INFO:teuthology.orchestra.run.trial053.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 6.9 MB/s | 662 kB 00:00 2026-02-18T05:24:54.769 INFO:teuthology.orchestra.run.trial053.stdout:(23/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 160 kB 00:00 2026-02-18T05:24:54.775 INFO:teuthology.orchestra.run.trial053.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 6.6 MB/s | 240 kB 00:00 2026-02-18T05:24:54.780 INFO:teuthology.orchestra.run.trial053.stdout:(25/36): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-18T05:24:54.785 INFO:teuthology.orchestra.run.trial070.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 11 MB/s | 5.1 MB 00:00 2026-02-18T05:24:54.800 INFO:teuthology.orchestra.run.trial053.stdout:(26/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.1 MB/s | 66 kB 00:00 2026-02-18T05:24:54.929 INFO:teuthology.orchestra.run.trial053.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 193 kB/s | 25 kB 00:00 2026-02-18T05:24:54.973 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:24:54.989 INFO:teuthology.orchestra.run.trial053.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 810 kB/s | 49 kB 00:00 2026-02-18T05:24:54.996 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:24:54.996 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:24:54.996 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T05:24:54.997 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:24:54.997 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:24:54.997 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:54.998 INFO:teuthology.orchestra.run.trial038.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:24:55.012 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:24:55.012 INFO:teuthology.orchestra.run.trial038.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:24:55.020 INFO:teuthology.orchestra.run.trial053.stdout:(29/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.2 MB/s | 308 kB 00:00 2026-02-18T05:24:55.033 INFO:teuthology.orchestra.run.trial053.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.5 MB/s | 67 kB 00:00 2026-02-18T05:24:55.068 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:24:55.068 INFO:teuthology.orchestra.run.trial038.stdout:Creating group 'qat' with GID 992. 2026-02-18T05:24:55.068 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:55.110 INFO:teuthology.orchestra.run.trial053.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 9.1 MB/s | 838 kB 00:00 2026-02-18T05:24:55.118 INFO:teuthology.orchestra.run.trial053.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 2.2 MB/s | 191 kB 00:00 2026-02-18T05:24:55.134 INFO:teuthology.orchestra.run.trial070.stdout:(7/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 21 MB/s | 11 MB 00:00 2026-02-18T05:24:55.139 INFO:teuthology.orchestra.run.trial053.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2026-02-18T05:24:55.171 INFO:teuthology.orchestra.run.trial070.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 589 kB/s | 22 kB 00:00 2026-02-18T05:24:55.181 INFO:teuthology.orchestra.run.trial053.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 22 MB/s | 1.6 MB 00:00 2026-02-18T05:24:55.219 INFO:teuthology.orchestra.run.trial070.stdout:(9/94): ceph-mgr-modules-core-20.2.0-670.gadc19 5.9 MB/s | 290 kB 00:00 2026-02-18T05:24:55.249 INFO:teuthology.orchestra.run.trial070.stdout:(10/94): ceph-mgr-diskprediction-local-20.2.0-6 16 MB/s | 7.4 MB 00:00 2026-02-18T05:24:55.287 INFO:teuthology.orchestra.run.trial070.stdout:(11/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 21 MB/s | 17 MB 00:00 2026-02-18T05:24:55.287 INFO:teuthology.orchestra.run.trial070.stdout:(12/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 739 kB/s | 50 kB 00:00 2026-02-18T05:24:55.296 INFO:teuthology.orchestra.run.trial070.stdout:(13/94): ceph-prometheus-alerts-20.2.0-670.gadc 365 kB/s | 17 kB 00:00 2026-02-18T05:24:55.326 INFO:teuthology.orchestra.run.trial070.stdout:(14/94): ceph-volume-20.2.0-670.gadc19233.el9.n 7.4 MB/s | 297 kB 00:00 2026-02-18T05:24:55.346 INFO:teuthology.orchestra.run.trial070.stdout:(15/94): cephadm-20.2.0-670.gadc19233.el9.noarc 17 MB/s | 1.0 MB 00:00 2026-02-18T05:24:55.365 INFO:teuthology.orchestra.run.trial053.stdout:(35/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 13 MB/s | 2.8 MB 00:00 2026-02-18T05:24:55.375 INFO:teuthology.orchestra.run.trial053.stdout:(36/36): librados2-20.2.0-670.gadc19233.el9.x86 14 MB/s | 3.5 MB 00:00 2026-02-18T05:24:55.379 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:55.379 INFO:teuthology.orchestra.run.trial053.stdout:Total 28 MB/s | 78 MB 00:02 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:24:55.387 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T05:24:55.388 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T05:24:55.389 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T05:24:55.390 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T05:24:55.391 INFO:teuthology.orchestra.run.trial070.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 646 kB/s | 40 kB 00:00 2026-02-18T05:24:55.405 INFO:teuthology.orchestra.run.trial070.stdout:(17/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 3.1 MB/s | 350 kB 00:00 2026-02-18T05:24:55.410 INFO:teuthology.orchestra.run.trial070.stdout:(18/94): libconfig-1.7.2-9.el9.x86_64.rpm 1.1 MB/s | 72 kB 00:00 2026-02-18T05:24:55.429 INFO:teuthology.orchestra.run.trial070.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 7.7 MB/s | 184 kB 00:00 2026-02-18T05:24:55.444 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:24:55.444 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:55.444 INFO:teuthology.orchestra.run.trial038.stdout:Upgraded: 2026-02-18T05:24:55.444 INFO:teuthology.orchestra.run.trial038.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.444 INFO:teuthology.orchestra.run.trial038.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.445 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T05:24:55.446 INFO:teuthology.orchestra.run.trial038.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T05:24:55.447 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:55.448 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:24:55.455 INFO:teuthology.orchestra.run.trial070.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.5 MB/s | 253 kB 00:00 2026-02-18T05:24:55.469 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:24:55.475 INFO:teuthology.orchestra.run.trial070.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 9.1 MB/s | 794 kB 00:00 2026-02-18T05:24:55.479 INFO:teuthology.orchestra.run.trial070.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 4.3 MB/s | 106 kB 00:00 2026-02-18T05:24:55.487 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-test 2026-02-18T05:24:55.488 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:24:55.488 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:24:55.495 INFO:teuthology.orchestra.run.trial070.stdout:(23/94): python3-cryptography-36.0.1-5.el9.x86_ 19 MB/s | 1.2 MB 00:00 2026-02-18T05:24:55.499 INFO:teuthology.orchestra.run.trial070.stdout:(24/94): python3-pycparser-2.20-6.el9.noarch.rp 5.5 MB/s | 135 kB 00:00 2026-02-18T05:24:55.504 INFO:teuthology.orchestra.run.trial070.stdout:(25/94): python3-requests-2.25.1-10.el9.noarch. 5.1 MB/s | 126 kB 00:00 2026-02-18T05:24:55.520 INFO:teuthology.orchestra.run.trial070.stdout:(26/94): python3-urllib3-1.26.5-7.el9.noarch.rp 8.7 MB/s | 218 kB 00:00 2026-02-18T05:24:55.521 INFO:teuthology.orchestra.run.trial070.stdout:(27/94): unzip-6.0-59.el9.x86_64.rpm 8.2 MB/s | 182 kB 00:00 2026-02-18T05:24:55.528 INFO:teuthology.orchestra.run.trial070.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-18T05:24:55.573 INFO:teuthology.orchestra.run.trial070.stdout:(29/94): flexiblas-3.0.4-9.el9.x86_64.rpm 561 kB/s | 30 kB 00:00 2026-02-18T05:24:55.586 INFO:teuthology.orchestra.run.trial070.stdout:(30/94): flexiblas-openblas-openmp-3.0.4-9.el9. 257 kB/s | 15 kB 00:00 2026-02-18T05:24:55.605 INFO:teuthology.orchestra.run.trial070.stdout:(31/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.5 MB/s | 246 kB 00:00 2026-02-18T05:24:55.609 INFO:teuthology.orchestra.run.trial070.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 7.9 MB/s | 188 kB 00:00 2026-02-18T05:24:55.613 INFO:teuthology.orchestra.run.trial070.stdout:(33/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 32 MB/s | 3.0 MB 00:00 2026-02-18T05:24:55.629 INFO:teuthology.orchestra.run.trial070.stdout:(34/94): openblas-0.3.29-1.el9.x86_64.rpm 1.7 MB/s | 42 kB 00:00 2026-02-18T05:24:55.649 INFO:teuthology.orchestra.run.trial070.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 28 MB/s | 1.0 MB 00:00 2026-02-18T05:24:55.674 INFO:teuthology.orchestra.run.trial070.stdout:(36/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 82 MB/s | 5.3 MB 00:00 2026-02-18T05:24:55.682 INFO:teuthology.orchestra.run.trial070.stdout:(37/94): python3-babel-2.9.1-2.el9.noarch.rpm 113 MB/s | 6.0 MB 00:00 2026-02-18T05:24:55.682 INFO:teuthology.orchestra.run.trial070.stdout:(38/94): python3-devel-3.9.25-2.el9.x86_64.rpm 7.6 MB/s | 244 kB 00:00 2026-02-18T05:24:55.697 INFO:teuthology.orchestra.run.trial070.stdout:(39/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 11 MB/s | 249 kB 00:00 2026-02-18T05:24:55.701 INFO:teuthology.orchestra.run.trial070.stdout:(40/94): python3-jmespath-1.0.1-1.el9.noarch.rp 2.4 MB/s | 48 kB 00:00 2026-02-18T05:24:55.709 INFO:teuthology.orchestra.run.trial070.stdout:(41/94): python3-libstoragemgmt-1.10.1-1.el9.x8 6.4 MB/s | 177 kB 00:00 2026-02-18T05:24:55.721 INFO:teuthology.orchestra.run.trial070.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 1.7 MB/s | 35 kB 00:00 2026-02-18T05:24:55.730 INFO:teuthology.orchestra.run.trial070.stdout:(43/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 37 MB/s | 1.2 MB 00:00 2026-02-18T05:24:55.752 INFO:teuthology.orchestra.run.trial070.stdout:(44/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 144 MB/s | 6.1 MB 00:00 2026-02-18T05:24:55.753 INFO:teuthology.orchestra.run.trial070.stdout:(45/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 14 MB/s | 442 kB 00:00 2026-02-18T05:24:55.754 INFO:teuthology.orchestra.run.trial070.stdout:(46/94): python3-packaging-20.9-5.el9.noarch.rp 3.2 MB/s | 77 kB 00:00 2026-02-18T05:24:55.762 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:24:55.763 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:24:55.778 INFO:teuthology.orchestra.run.trial070.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 6.2 MB/s | 159 kB 00:00 2026-02-18T05:24:55.781 INFO:teuthology.orchestra.run.trial070.stdout:(48/94): python3-pyasn1-modules-0.4.8-6.el9.noa 10 MB/s | 279 kB 00:00 2026-02-18T05:24:55.785 INFO:teuthology.orchestra.run.trial070.stdout:(49/94): python3-protobuf-3.14.0-17.el9.noarch. 8.1 MB/s | 267 kB 00:00 2026-02-18T05:24:55.797 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:15 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:24:55.799 INFO:teuthology.orchestra.run.trial070.stdout:(50/94): python3-requests-oauthlib-1.3.0-12.el9 2.5 MB/s | 54 kB 00:00 2026-02-18T05:24:55.809 INFO:teuthology.orchestra.run.trial070.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 1.7 MB/s | 42 kB 00:00 2026-02-18T05:24:55.829 INFO:teuthology.orchestra.run.trial070.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 6.3 MB/s | 189 kB 00:00 2026-02-18T05:24:55.831 INFO:teuthology.orchestra.run.trial070.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 4.1 MB/s | 90 kB 00:00 2026-02-18T05:24:55.862 INFO:teuthology.orchestra.run.trial070.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 677 kB/s | 22 kB 00:00 2026-02-18T05:24:55.878 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repository Size 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout:Installing dependencies: 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T05:24:55.879 INFO:teuthology.orchestra.run.trial038.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout:Install 5 Packages 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 85 M 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 364 M 2026-02-18T05:24:55.880 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:24:55.900 INFO:teuthology.orchestra.run.trial070.stdout:(55/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 161 MB/s | 19 MB 00:00 2026-02-18T05:24:55.928 INFO:teuthology.orchestra.run.trial070.stdout:(56/94): protobuf-compiler-3.14.0-17.el9.x86_64 8.7 MB/s | 862 kB 00:00 2026-02-18T05:24:55.985 INFO:teuthology.orchestra.run.trial070.stdout:(57/94): grpc-data-1.46.7-10.el9.noarch.rpm 237 kB/s | 19 kB 00:00 2026-02-18T05:24:55.997 INFO:teuthology.orchestra.run.trial038.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 4.1 MB/s | 233 kB 00:00 2026-02-18T05:24:56.015 INFO:teuthology.orchestra.run.trial038.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 2026-02-18T05:24:56.025 INFO:teuthology.orchestra.run.trial038.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.7 MB/s | 64 kB 00:00 2026-02-18T05:24:56.026 INFO:teuthology.orchestra.run.trial038.stdout:(4/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.9 MB/s | 164 kB 00:00 2026-02-18T05:24:56.045 INFO:teuthology.orchestra.run.trial070.stdout:(58/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 3.0 MB/s | 551 kB 00:00 2026-02-18T05:24:56.053 INFO:teuthology.orchestra.run.trial070.stdout:(59/94): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2026-02-18T05:24:56.065 INFO:teuthology.orchestra.run.trial070.stdout:(60/94): python3-autocommand-2.2.2-8.el9.noarch 1.4 MB/s | 29 kB 00:00 2026-02-18T05:24:56.077 INFO:teuthology.orchestra.run.trial070.stdout:(61/94): python3-backports-tarfile-1.2.0-1.el9. 2.5 MB/s | 60 kB 00:00 2026-02-18T05:24:56.084 INFO:teuthology.orchestra.run.trial070.stdout:(62/94): python3-asyncssh-2.13.2-5.el9.noarch.r 5.4 MB/s | 548 kB 00:00 2026-02-18T05:24:56.085 INFO:teuthology.orchestra.run.trial070.stdout:(63/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 2.2 MB/s | 43 kB 00:00 2026-02-18T05:24:56.088 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:24:56.097 INFO:teuthology.orchestra.run.trial070.stdout:(64/94): python3-cachetools-4.2.4-1.el9.noarch. 1.5 MB/s | 32 kB 00:00 2026-02-18T05:24:56.100 INFO:teuthology.orchestra.run.trial053.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T05:24:56.104 INFO:teuthology.orchestra.run.trial070.stdout:(65/94): python3-certifi-2023.05.07-4.el9.noarc 727 kB/s | 14 kB 00:00 2026-02-18T05:24:56.108 INFO:teuthology.orchestra.run.trial070.stdout:(66/94): python3-cheroot-10.0.1-4.el9.noarch.rp 7.4 MB/s | 173 kB 00:00 2026-02-18T05:24:56.129 INFO:teuthology.orchestra.run.trial070.stdout:(67/94): python3-google-auth-2.45.0-1.el9.noarc 10 MB/s | 254 kB 00:00 2026-02-18T05:24:56.146 INFO:teuthology.orchestra.run.trial070.stdout:(68/94): python3-cherrypy-18.6.1-2.el9.noarch.r 7.2 MB/s | 358 kB 00:00 2026-02-18T05:24:56.151 INFO:teuthology.orchestra.run.trial070.stdout:(69/94): python3-grpcio-tools-1.46.7-10.el9.x86 6.4 MB/s | 144 kB 00:00 2026-02-18T05:24:56.169 INFO:teuthology.orchestra.run.trial070.stdout:(70/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 33 MB/s | 2.0 MB 00:00 2026-02-18T05:24:56.169 INFO:teuthology.orchestra.run.trial070.stdout:(71/94): python3-influxdb-5.3.1-1.el9.noarch.rp 5.9 MB/s | 139 kB 00:00 2026-02-18T05:24:56.170 INFO:teuthology.orchestra.run.trial070.stdout:(72/94): python3-isodate-0.6.1-3.el9.noarch.rpm 2.8 MB/s | 56 kB 00:00 2026-02-18T05:24:56.188 INFO:teuthology.orchestra.run.trial070.stdout:(73/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 558 kB/s | 11 kB 00:00 2026-02-18T05:24:56.189 INFO:teuthology.orchestra.run.trial070.stdout:(74/94): python3-jaraco-classes-3.2.1-5.el9.noa 919 kB/s | 18 kB 00:00 2026-02-18T05:24:56.190 INFO:teuthology.orchestra.run.trial070.stdout:(75/94): python3-jaraco-collections-3.0.0-8.el9 1.2 MB/s | 23 kB 00:00 2026-02-18T05:24:56.208 INFO:teuthology.orchestra.run.trial070.stdout:(76/94): python3-jaraco-context-6.0.1-3.el9.noa 1.0 MB/s | 20 kB 00:00 2026-02-18T05:24:56.208 INFO:teuthology.orchestra.run.trial070.stdout:(77/94): python3-jaraco-functools-3.5.0-2.el9.n 1.0 MB/s | 19 kB 00:00 2026-02-18T05:24:56.209 INFO:teuthology.orchestra.run.trial070.stdout:(78/94): python3-jaraco-text-4.0.0-2.el9.noarch 1.3 MB/s | 26 kB 00:00 2026-02-18T05:24:56.229 INFO:teuthology.orchestra.run.trial070.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 3.8 MB/s | 79 kB 00:00 2026-02-18T05:24:56.231 INFO:teuthology.orchestra.run.trial070.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.9 MB/s | 86 kB 00:00 2026-02-18T05:24:56.234 INFO:teuthology.orchestra.run.trial070.stdout:(81/94): python3-kubernetes-26.1.0-3.el9.noarch 39 MB/s | 1.0 MB 00:00 2026-02-18T05:24:56.249 INFO:teuthology.orchestra.run.trial070.stdout:(82/94): python3-natsort-7.1.1-5.el9.noarch.rpm 2.8 MB/s | 58 kB 00:00 2026-02-18T05:24:56.250 INFO:teuthology.orchestra.run.trial070.stdout:(83/94): python3-portend-3.1.0-2.el9.noarch.rpm 854 kB/s | 16 kB 00:00 2026-02-18T05:24:56.254 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T05:24:56.254 INFO:teuthology.orchestra.run.trial070.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 4.5 MB/s | 90 kB 00:00 2026-02-18T05:24:56.258 INFO:teuthology.orchestra.run.trial053.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:56.268 INFO:teuthology.orchestra.run.trial070.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.5 MB/s | 31 kB 00:00 2026-02-18T05:24:56.273 INFO:teuthology.orchestra.run.trial070.stdout:(86/94): python3-rsa-4.9-2.el9.noarch.rpm 3.0 MB/s | 59 kB 00:00 2026-02-18T05:24:56.274 INFO:teuthology.orchestra.run.trial070.stdout:(87/94): python3-routes-2.5.1-5.el9.noarch.rpm 7.9 MB/s | 188 kB 00:00 2026-02-18T05:24:56.291 INFO:teuthology.orchestra.run.trial070.stdout:(88/94): python3-saml-1.16.0-1.el9.noarch.rpm 5.5 MB/s | 125 kB 00:00 2026-02-18T05:24:56.292 INFO:teuthology.orchestra.run.trial070.stdout:(89/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.8 MB/s | 36 kB 00:00 2026-02-18T05:24:56.294 INFO:teuthology.orchestra.run.trial070.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 4.1 MB/s | 86 kB 00:00 2026-02-18T05:24:56.308 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:24:56.309 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:56.312 INFO:teuthology.orchestra.run.trial070.stdout:(91/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.5 MB/s | 48 kB 00:00 2026-02-18T05:24:56.312 INFO:teuthology.orchestra.run.trial070.stdout:(92/94): python3-websocket-client-1.2.3-2.el9.n 4.1 MB/s | 90 kB 00:00 2026-02-18T05:24:56.314 INFO:teuthology.orchestra.run.trial070.stdout:(93/94): python3-xmltodict-0.12.0-15.el9.noarch 1.1 MB/s | 22 kB 00:00 2026-02-18T05:24:56.321 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:24:56.323 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:24:56.324 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:56.331 INFO:teuthology.orchestra.run.trial070.stdout:(94/94): python3-zc-lockfile-2.0-10.el9.noarch. 1.0 MB/s | 20 kB 00:00 2026-02-18T05:24:56.334 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:56.334 INFO:teuthology.orchestra.run.trial070.stdout:Total 37 MB/s | 101 MB 00:02 2026-02-18T05:24:56.350 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:24:56.352 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:24:56.360 INFO:teuthology.orchestra.run.trial053.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T05:24:56.362 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T05:24:56.365 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T05:24:56.370 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T05:24:56.379 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T05:24:56.391 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:24:56.392 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:56.405 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:24:56.436 INFO:teuthology.orchestra.run.trial053.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T05:24:56.442 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T05:24:56.449 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T05:24:56.451 INFO:teuthology.orchestra.run.trial053.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T05:24:56.456 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T05:24:56.578 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T05:24:56.579 INFO:teuthology.orchestra.run.trial053.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:24:56.605 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:24:56.607 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T05:24:56.613 INFO:teuthology.orchestra.run.trial053.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T05:24:56.756 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:24:56.792 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:24:56.792 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:24:56.892 INFO:teuthology.orchestra.run.trial053.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T05:24:56.894 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:24:56.910 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:24:56.916 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T05:24:56.921 INFO:teuthology.orchestra.run.trial053.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T05:24:56.924 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T05:24:56.925 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:24:56.941 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:24:56.944 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T05:24:56.976 INFO:teuthology.orchestra.run.trial053.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T05:24:56.978 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T05:24:57.219 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:24:57.219 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:24:57.590 INFO:teuthology.orchestra.run.trial038.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 51 MB/s | 84 MB 00:01 2026-02-18T05:24:57.591 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:24:57.592 INFO:teuthology.orchestra.run.trial038.stdout:Total 49 MB/s | 85 MB 00:01 2026-02-18T05:24:57.619 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:24:57.628 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:24:57.628 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:24:57.669 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:24:57.671 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T05:24:57.676 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T05:24:57.698 INFO:teuthology.orchestra.run.trial070.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T05:24:57.709 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T05:24:57.742 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T05:24:57.751 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T05:24:57.756 INFO:teuthology.orchestra.run.trial070.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T05:24:57.759 INFO:teuthology.orchestra.run.trial070.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T05:24:57.763 INFO:teuthology.orchestra.run.trial070.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T05:24:57.786 INFO:teuthology.orchestra.run.trial070.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T05:24:57.799 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T05:24:57.802 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T05:24:57.808 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T05:24:57.809 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T05:24:57.820 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T05:24:57.826 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T05:24:57.850 INFO:teuthology.orchestra.run.trial070.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T05:24:57.854 INFO:teuthology.orchestra.run.trial070.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T05:24:57.861 INFO:teuthology.orchestra.run.trial070.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T05:24:57.912 INFO:teuthology.orchestra.run.trial070.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T05:24:57.914 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:24:57.914 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:24:57.924 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T05:24:57.927 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T05:24:57.932 INFO:teuthology.orchestra.run.trial070.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T05:24:57.937 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T05:24:57.941 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T05:24:57.945 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T05:24:57.959 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T05:24:57.964 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T05:24:57.969 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T05:24:57.980 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T05:24:57.989 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T05:24:57.995 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T05:24:58.016 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T05:24:58.027 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T05:24:58.042 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T05:24:58.047 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T05:24:58.053 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:58.055 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T05:24:58.055 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:58.096 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T05:24:58.225 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:24:58.231 INFO:teuthology.orchestra.run.trial038.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T05:24:58.235 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T05:24:58.243 INFO:teuthology.orchestra.run.trial038.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T05:24:58.244 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:24:58.355 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:24:58.359 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:24:58.398 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:24:58.398 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T05:24:58.399 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T05:24:58.399 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:24:58.401 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:24:58.426 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T05:24:58.436 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T05:24:58.440 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T05:24:58.446 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T05:24:58.448 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T05:24:58.476 INFO:teuthology.orchestra.run.trial070.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T05:24:58.520 INFO:teuthology.orchestra.run.trial070.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T05:24:58.526 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T05:24:58.530 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T05:24:58.536 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T05:24:58.539 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T05:24:58.547 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T05:24:58.550 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T05:24:58.578 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T05:24:58.588 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T05:24:58.594 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T05:24:58.601 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T05:24:58.635 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T05:24:58.865 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T05:24:58.889 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T05:24:58.893 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T05:24:58.951 INFO:teuthology.orchestra.run.trial070.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T05:24:58.953 INFO:teuthology.orchestra.run.trial070.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T05:24:58.975 INFO:teuthology.orchestra.run.trial070.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T05:24:59.302 INFO:teuthology.orchestra.run.trial070.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T05:24:59.376 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T05:25:00.054 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T05:25:00.072 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T05:25:00.086 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T05:25:00.102 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T05:25:00.178 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T05:25:00.187 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T05:25:00.210 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T05:25:00.242 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T05:25:00.293 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T05:25:00.299 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T05:25:00.302 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T05:25:00.303 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T05:25:00.322 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:00.322 INFO:teuthology.orchestra.run.trial070.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T05:25:00.323 INFO:teuthology.orchestra.run.trial070.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T05:25:00.323 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:00.332 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:00.358 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:00.358 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T05:25:00.358 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:00.393 INFO:teuthology.orchestra.run.trial070.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T05:25:00.457 INFO:teuthology.orchestra.run.trial070.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T05:25:00.459 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:25:00.472 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:25:00.472 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:00.473 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T05:25:00.473 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:01.184 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:25:01.209 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:25:01.209 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:01.209 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T05:25:01.209 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:25:01.209 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:25:01.209 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:01.268 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:25:01.271 INFO:teuthology.orchestra.run.trial070.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:25:01.278 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T05:25:01.301 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T05:25:01.303 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:25:01.958 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:25:01.976 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:25:02.293 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:25:02.294 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T05:25:02.294 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T05:25:02.294 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T05:25:02.294 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T05:25:02.345 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T05:25:02.345 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:02.345 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:02.345 INFO:teuthology.orchestra.run.trial038.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:02.345 INFO:teuthology.orchestra.run.trial038.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:02.346 INFO:teuthology.orchestra.run.trial038.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T05:25:02.346 INFO:teuthology.orchestra.run.trial038.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T05:25:02.346 INFO:teuthology.orchestra.run.trial038.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T05:25:02.346 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:02.346 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:02.382 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph 2026-02-18T05:25:02.459 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:25:02.464 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:25:02.685 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:02.769 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:02.772 INFO:teuthology.orchestra.run.trial038.stdout:====================================================================================== 2026-02-18T05:25:02.772 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repository Size 2026-02-18T05:25:02.772 INFO:teuthology.orchestra.run.trial038.stdout:====================================================================================== 2026-02-18T05:25:02.772 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:02.772 INFO:teuthology.orchestra.run.trial038.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T05:25:02.772 INFO:teuthology.orchestra.run.trial038.stdout:Installing dependencies: 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T05:25:02.773 INFO:teuthology.orchestra.run.trial038.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T05:25:02.774 INFO:teuthology.orchestra.run.trial038.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T05:25:02.775 INFO:teuthology.orchestra.run.trial038.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T05:25:02.776 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T05:25:02.777 INFO:teuthology.orchestra.run.trial038.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T05:25:02.778 INFO:teuthology.orchestra.run.trial038.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T05:25:02.779 INFO:teuthology.orchestra.run.trial038.stdout:Installing weak dependencies: 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout:====================================================================================== 2026-02-18T05:25:02.780 INFO:teuthology.orchestra.run.trial038.stdout:Install 94 Packages 2026-02-18T05:25:02.781 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:02.781 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 101 M 2026-02-18T05:25:02.781 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 560 M 2026-02-18T05:25:02.782 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:02.926 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:25:02.926 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /sys 2026-02-18T05:25:02.927 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /proc 2026-02-18T05:25:02.927 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /mnt 2026-02-18T05:25:02.927 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /var/tmp 2026-02-18T05:25:02.927 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /home 2026-02-18T05:25:02.927 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /root 2026-02-18T05:25:02.927 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /tmp 2026-02-18T05:25:02.927 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:02.935 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:25:02.936 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:25:02.948 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:25:02.949 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:25:03.006 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:25:03.051 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T05:25:03.052 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:25:03.073 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:25:03.074 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:03.074 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T05:25:03.074 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:25:03.074 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:25:03.074 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:03.085 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:25:03.133 INFO:teuthology.orchestra.run.trial038.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 123 kB/s | 6.5 kB 00:00 2026-02-18T05:25:03.196 INFO:teuthology.orchestra.run.trial038.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 8.1 MB/s | 961 kB 00:00 2026-02-18T05:25:03.261 INFO:teuthology.orchestra.run.trial038.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 13 MB/s | 2.3 MB 00:00 2026-02-18T05:25:03.298 INFO:teuthology.orchestra.run.trial038.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 1.1 MB/s | 43 kB 00:00 2026-02-18T05:25:03.315 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:25:03.317 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:25:03.339 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:25:03.339 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:03.339 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T05:25:03.339 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:25:03.340 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:25:03.340 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:03.340 INFO:teuthology.orchestra.run.trial038.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 4.1 MB/s | 173 kB 00:00 2026-02-18T05:25:03.426 INFO:teuthology.orchestra.run.trial038.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 17 MB/s | 5.1 MB 00:00 2026-02-18T05:25:03.445 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:25:03.466 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:25:03.466 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:03.466 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T05:25:03.466 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:25:03.466 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:25:03.466 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:03.484 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:25:03.871 INFO:teuthology.orchestra.run.trial038.stdout:(7/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 20 MB/s | 11 MB 00:00 2026-02-18T05:25:03.888 INFO:teuthology.orchestra.run.trial038.stdout:(8/94): ceph-mgr-diskprediction-local-20.2.0-67 16 MB/s | 7.4 MB 00:00 2026-02-18T05:25:03.889 INFO:teuthology.orchestra.run.trial038.stdout:(9/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 1.2 MB/s | 22 kB 00:00 2026-02-18T05:25:03.925 INFO:teuthology.orchestra.run.trial038.stdout:(10/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 23 MB/s | 17 MB 00:00 2026-02-18T05:25:03.926 INFO:teuthology.orchestra.run.trial038.stdout:(11/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 1.3 MB/s | 50 kB 00:00 2026-02-18T05:25:03.927 INFO:teuthology.orchestra.run.trial038.stdout:(12/94): ceph-mgr-modules-core-20.2.0-670.gadc1 7.4 MB/s | 290 kB 00:00 2026-02-18T05:25:03.937 INFO:teuthology.orchestra.run.trial038.stdout:(13/94): ceph-prometheus-alerts-20.2.0-670.gadc 1.5 MB/s | 17 kB 00:00 2026-02-18T05:25:03.938 INFO:teuthology.orchestra.run.trial038.stdout:(14/94): ceph-volume-20.2.0-670.gadc19233.el9.n 24 MB/s | 297 kB 00:00 2026-02-18T05:25:03.951 INFO:teuthology.orchestra.run.trial038.stdout:(15/94): cephadm-20.2.0-670.gadc19233.el9.noarc 42 MB/s | 1.0 MB 00:00 2026-02-18T05:25:03.955 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:25:03.967 INFO:teuthology.orchestra.run.trial038.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.4 MB/s | 40 kB 00:00 2026-02-18T05:25:03.979 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:25:03.979 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:03.979 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T05:25:03.979 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:25:03.979 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:25:03.979 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:03.981 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:25:03.983 INFO:teuthology.orchestra.run.trial038.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 2.2 MB/s | 72 kB 00:00 2026-02-18T05:25:03.987 INFO:teuthology.orchestra.run.trial038.stdout:(18/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 6.8 MB/s | 350 kB 00:00 2026-02-18T05:25:03.994 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:25:03.994 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:25:03.998 INFO:teuthology.orchestra.run.trial038.stdout:(19/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 23 MB/s | 253 kB 00:00 2026-02-18T05:25:04.004 INFO:teuthology.orchestra.run.trial038.stdout:(20/94): libquadmath-11.5.0-14.el9.x86_64.rpm 8.6 MB/s | 184 kB 00:00 2026-02-18T05:25:04.015 INFO:teuthology.orchestra.run.trial038.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 16 MB/s | 794 kB 00:00 2026-02-18T05:25:04.016 INFO:teuthology.orchestra.run.trial038.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 9.1 MB/s | 106 kB 00:00 2026-02-18T05:25:04.027 INFO:teuthology.orchestra.run.trial038.stdout:(23/94): python3-requests-2.25.1-10.el9.noarch. 11 MB/s | 126 kB 00:00 2026-02-18T05:25:04.027 INFO:teuthology.orchestra.run.trial038.stdout:(24/94): python3-pycparser-2.20-6.el9.noarch.rp 11 MB/s | 135 kB 00:00 2026-02-18T05:25:04.031 INFO:teuthology.orchestra.run.trial038.stdout:(25/94): python3-cryptography-36.0.1-5.el9.x86_ 37 MB/s | 1.2 MB 00:00 2026-02-18T05:25:04.037 INFO:teuthology.orchestra.run.trial038.stdout:(26/94): python3-urllib3-1.26.5-7.el9.noarch.rp 20 MB/s | 218 kB 00:00 2026-02-18T05:25:04.038 INFO:teuthology.orchestra.run.trial038.stdout:(27/94): unzip-6.0-59.el9.x86_64.rpm 16 MB/s | 182 kB 00:00 2026-02-18T05:25:04.042 INFO:teuthology.orchestra.run.trial038.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 25 MB/s | 266 kB 00:00 2026-02-18T05:25:04.050 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:25:04.050 INFO:teuthology.orchestra.run.trial053.stdout:Creating group 'qat' with GID 992. 2026-02-18T05:25:04.050 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:04.122 INFO:teuthology.orchestra.run.trial038.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 186 kB/s | 15 kB 00:00 2026-02-18T05:25:04.166 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T05:25:04.167 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T05:25:04.168 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T05:25:04.169 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T05:25:04.170 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T05:25:04.171 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T05:25:04.172 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T05:25:04.173 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T05:25:04.174 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T05:25:04.228 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T05:25:04.228 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:04.229 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:04.229 INFO:teuthology.orchestra.run.trial070.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T05:25:04.229 INFO:teuthology.orchestra.run.trial070.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.229 INFO:teuthology.orchestra.run.trial070.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.229 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.229 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.229 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.230 INFO:teuthology.orchestra.run.trial070.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T05:25:04.231 INFO:teuthology.orchestra.run.trial070.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T05:25:04.232 INFO:teuthology.orchestra.run.trial070.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T05:25:04.233 INFO:teuthology.orchestra.run.trial070.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T05:25:04.234 INFO:teuthology.orchestra.run.trial070.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T05:25:04.235 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T05:25:04.236 INFO:teuthology.orchestra.run.trial070.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T05:25:04.237 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T05:25:04.238 INFO:teuthology.orchestra.run.trial070.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T05:25:04.239 INFO:teuthology.orchestra.run.trial070.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T05:25:04.240 INFO:teuthology.orchestra.run.trial070.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T05:25:04.240 INFO:teuthology.orchestra.run.trial070.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T05:25:04.240 INFO:teuthology.orchestra.run.trial070.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T05:25:04.240 INFO:teuthology.orchestra.run.trial070.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T05:25:04.240 INFO:teuthology.orchestra.run.trial070.stdout: zip-3.0-35.el9.x86_64 2026-02-18T05:25:04.240 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:04.240 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:04.241 INFO:teuthology.orchestra.run.trial038.stdout:(30/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 2.2 MB/s | 246 kB 00:00 2026-02-18T05:25:04.247 INFO:teuthology.orchestra.run.trial038.stdout:(31/94): flexiblas-3.0.4-9.el9.x86_64.rpm 142 kB/s | 30 kB 00:00 2026-02-18T05:25:04.283 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-base 2026-02-18T05:25:04.285 INFO:teuthology.orchestra.run.trial038.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 3.4 MB/s | 188 kB 00:00 2026-02-18T05:25:04.290 INFO:teuthology.orchestra.run.trial038.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 964 kB/s | 42 kB 00:00 2026-02-18T05:25:04.302 INFO:teuthology.orchestra.run.trial038.stdout:(34/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 11 MB/s | 3.0 MB 00:00 2026-02-18T05:25:04.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T05:25:04.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T05:25:04.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:25:04.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:25:04.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:25:04.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T05:25:04.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T05:25:04.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T05:25:04.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T05:25:04.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T05:25:04.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T05:25:04.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T05:25:04.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:25:04.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T05:25:04.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T05:25:04.434 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:25:04.434 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout:Upgraded: 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.435 INFO:teuthology.orchestra.run.trial053.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.436 INFO:teuthology.orchestra.run.trial053.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.437 INFO:teuthology.orchestra.run.trial053.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:04.438 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T05:25:04.438 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T05:25:04.438 INFO:teuthology.orchestra.run.trial053.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T05:25:04.438 INFO:teuthology.orchestra.run.trial053.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T05:25:04.438 INFO:teuthology.orchestra.run.trial053.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T05:25:04.438 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:04.438 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:04.459 INFO:teuthology.orchestra.run.trial038.stdout:(35/94): python3-babel-2.9.1-2.el9.noarch.rpm 38 MB/s | 6.0 MB 00:00 2026-02-18T05:25:04.465 INFO:teuthology.orchestra.run.trial038.stdout:(36/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 29 MB/s | 5.3 MB 00:00 2026-02-18T05:25:04.478 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-test 2026-02-18T05:25:04.481 INFO:teuthology.orchestra.run.trial038.stdout:(37/94): protobuf-3.14.0-17.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2026-02-18T05:25:04.510 INFO:teuthology.orchestra.run.trial038.stdout:(38/94): python3-devel-3.9.25-2.el9.x86_64.rpm 4.7 MB/s | 244 kB 00:00 2026-02-18T05:25:04.515 INFO:teuthology.orchestra.run.trial038.stdout:(39/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 4.8 MB/s | 249 kB 00:00 2026-02-18T05:25:04.556 INFO:teuthology.orchestra.run.trial038.stdout:(40/94): python3-jmespath-1.0.1-1.el9.noarch.rp 633 kB/s | 48 kB 00:00 2026-02-18T05:25:04.559 INFO:teuthology.orchestra.run.trial038.stdout:(41/94): python3-libstoragemgmt-1.10.1-1.el9.x8 3.6 MB/s | 177 kB 00:00 2026-02-18T05:25:04.580 INFO:teuthology.orchestra.run.trial038.stdout:(42/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 19 MB/s | 1.2 MB 00:00 2026-02-18T05:25:04.590 INFO:teuthology.orchestra.run.trial038.stdout:(43/94): python3-markupsafe-1.1.1-12.el9.x86_64 1.0 MB/s | 35 kB 00:00 2026-02-18T05:25:04.590 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:04.625 INFO:teuthology.orchestra.run.trial038.stdout:(44/94): python3-packaging-20.9-5.el9.noarch.rp 2.1 MB/s | 77 kB 00:00 2026-02-18T05:25:04.631 INFO:teuthology.orchestra.run.trial038.stdout:(45/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 8.5 MB/s | 442 kB 00:00 2026-02-18T05:25:04.654 INFO:teuthology.orchestra.run.trial070.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:04.672 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:04.672 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:04.673 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:04.678 INFO:teuthology.orchestra.run.trial038.stdout:(46/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.3 MB/s | 159 kB 00:00 2026-02-18T05:25:04.693 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install cephadm 2026-02-18T05:25:04.714 INFO:teuthology.orchestra.run.trial038.stdout:(47/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 40 MB/s | 6.1 MB 00:00 2026-02-18T05:25:04.726 INFO:teuthology.orchestra.run.trial038.stdout:(48/94): python3-pyasn1-modules-0.4.8-6.el9.noa 5.7 MB/s | 279 kB 00:00 2026-02-18T05:25:04.749 INFO:teuthology.orchestra.run.trial038.stdout:(49/94): python3-requests-oauthlib-1.3.0-12.el9 1.5 MB/s | 54 kB 00:00 2026-02-18T05:25:04.770 INFO:teuthology.orchestra.run.trial038.stdout:(50/94): python3-protobuf-3.14.0-17.el9.noarch. 1.8 MB/s | 267 kB 00:00 2026-02-18T05:25:04.783 INFO:teuthology.orchestra.run.trial038.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 1.2 MB/s | 42 kB 00:00 2026-02-18T05:25:04.785 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:13 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:04.815 INFO:teuthology.orchestra.run.trial038.stdout:(52/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 2.8 MB/s | 90 kB 00:00 2026-02-18T05:25:04.840 INFO:teuthology.orchestra.run.trial038.stdout:(53/94): lua-devel-5.4.4-4.el9.x86_64.rpm 913 kB/s | 22 kB 00:00 2026-02-18T05:25:04.865 INFO:teuthology.orchestra.run.trial038.stdout:(54/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.9 MB/s | 189 kB 00:00 2026-02-18T05:25:04.867 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T05:25:04.868 INFO:teuthology.orchestra.run.trial053.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout:Install 5 Packages 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 85 M 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 364 M 2026-02-18T05:25:04.869 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:04.880 INFO:teuthology.orchestra.run.trial038.stdout:(55/94): protobuf-compiler-3.14.0-17.el9.x86_64 21 MB/s | 862 kB 00:00 2026-02-18T05:25:04.913 INFO:teuthology.orchestra.run.trial038.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 593 kB/s | 19 kB 00:00 2026-02-18T05:25:04.936 INFO:teuthology.orchestra.run.trial038.stdout:(57/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 7.7 MB/s | 551 kB 00:00 2026-02-18T05:25:04.938 INFO:teuthology.orchestra.run.trial038.stdout:(58/94): luarocks-3.9.2-5.el9.noarch.rpm 6.0 MB/s | 151 kB 00:00 2026-02-18T05:25:04.949 INFO:teuthology.orchestra.run.trial038.stdout:(59/94): python3-asyncssh-2.13.2-5.el9.noarch.r 41 MB/s | 548 kB 00:00 2026-02-18T05:25:04.949 INFO:teuthology.orchestra.run.trial038.stdout:(60/94): python3-autocommand-2.2.2-8.el9.noarch 2.5 MB/s | 29 kB 00:00 2026-02-18T05:25:04.957 INFO:teuthology.orchestra.run.trial038.stdout:(61/94): python3-backports-tarfile-1.2.0-1.el9. 6.9 MB/s | 60 kB 00:00 2026-02-18T05:25:04.958 INFO:teuthology.orchestra.run.trial038.stdout:(62/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 5.0 MB/s | 43 kB 00:00 2026-02-18T05:25:04.966 INFO:teuthology.orchestra.run.trial038.stdout:(63/94): python3-cachetools-4.2.4-1.el9.noarch. 3.8 MB/s | 32 kB 00:00 2026-02-18T05:25:04.966 INFO:teuthology.orchestra.run.trial038.stdout:(64/94): python3-certifi-2023.05.07-4.el9.noarc 1.6 MB/s | 14 kB 00:00 2026-02-18T05:25:04.975 INFO:teuthology.orchestra.run.trial038.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 18 MB/s | 173 kB 00:00 2026-02-18T05:25:04.978 INFO:teuthology.orchestra.run.trial038.stdout:(66/94): python3-cherrypy-18.6.1-2.el9.noarch.r 31 MB/s | 358 kB 00:00 2026-02-18T05:25:04.985 INFO:teuthology.orchestra.run.trial038.stdout:(67/94): python3-google-auth-2.45.0-1.el9.noarc 25 MB/s | 254 kB 00:00 2026-02-18T05:25:05.000 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:05.001 INFO:teuthology.orchestra.run.trial038.stdout:(68/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 87 MB/s | 2.0 MB 00:00 2026-02-18T05:25:05.002 INFO:teuthology.orchestra.run.trial038.stdout:(69/94): python3-grpcio-tools-1.46.7-10.el9.x86 8.7 MB/s | 144 kB 00:00 2026-02-18T05:25:05.010 INFO:teuthology.orchestra.run.trial038.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 16 MB/s | 139 kB 00:00 2026-02-18T05:25:05.011 INFO:teuthology.orchestra.run.trial038.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 6.3 MB/s | 56 kB 00:00 2026-02-18T05:25:05.015 INFO:teuthology.orchestra.run.trial053.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 3.9 MB/s | 233 kB 00:00 2026-02-18T05:25:05.018 INFO:teuthology.orchestra.run.trial038.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.3 MB/s | 11 kB 00:00 2026-02-18T05:25:05.019 INFO:teuthology.orchestra.run.trial038.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 2.1 MB/s | 18 kB 00:00 2026-02-18T05:25:05.027 INFO:teuthology.orchestra.run.trial038.stdout:(74/94): python3-jaraco-collections-3.0.0-8.el9 2.8 MB/s | 23 kB 00:00 2026-02-18T05:25:05.027 INFO:teuthology.orchestra.run.trial038.stdout:(75/94): python3-jaraco-context-6.0.1-3.el9.noa 2.3 MB/s | 20 kB 00:00 2026-02-18T05:25:05.035 INFO:teuthology.orchestra.run.trial038.stdout:(76/94): python3-jaraco-functools-3.5.0-2.el9.n 2.3 MB/s | 19 kB 00:00 2026-02-18T05:25:05.035 INFO:teuthology.orchestra.run.trial038.stdout:(77/94): python3-jaraco-text-4.0.0-2.el9.noarch 3.1 MB/s | 26 kB 00:00 2026-02-18T05:25:05.043 INFO:teuthology.orchestra.run.trial053.stdout:(2/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.9 MB/s | 164 kB 00:00 2026-02-18T05:25:05.047 INFO:teuthology.orchestra.run.trial038.stdout:(78/94): python3-kubernetes-26.1.0-3.el9.noarch 89 MB/s | 1.0 MB 00:00 2026-02-18T05:25:05.047 INFO:teuthology.orchestra.run.trial038.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 6.7 MB/s | 79 kB 00:00 2026-02-18T05:25:05.047 INFO:teuthology.orchestra.run.trial053.stdout:(3/5): socat-1.7.4.1-8.el9.x86_64.rpm 9.2 MB/s | 303 kB 00:00 2026-02-18T05:25:05.055 INFO:teuthology.orchestra.run.trial038.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 9.9 MB/s | 86 kB 00:00 2026-02-18T05:25:05.056 INFO:teuthology.orchestra.run.trial038.stdout:(81/94): python3-natsort-7.1.1-5.el9.noarch.rpm 6.6 MB/s | 58 kB 00:00 2026-02-18T05:25:05.064 INFO:teuthology.orchestra.run.trial038.stdout:(82/94): python3-portend-3.1.0-2.el9.noarch.rpm 2.0 MB/s | 16 kB 00:00 2026-02-18T05:25:05.064 INFO:teuthology.orchestra.run.trial038.stdout:(83/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 10 MB/s | 90 kB 00:00 2026-02-18T05:25:05.066 INFO:teuthology.orchestra.run.trial070.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:05.069 INFO:teuthology.orchestra.run.trial053.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.4 MB/s | 64 kB 00:00 2026-02-18T05:25:05.072 INFO:teuthology.orchestra.run.trial038.stdout:(84/94): python3-repoze-lru-0.7-16.el9.noarch.r 3.6 MB/s | 31 kB 00:00 2026-02-18T05:25:05.073 INFO:teuthology.orchestra.run.trial038.stdout:(85/94): python3-routes-2.5.1-5.el9.noarch.rpm 21 MB/s | 188 kB 00:00 2026-02-18T05:25:05.081 INFO:teuthology.orchestra.run.trial038.stdout:(86/94): python3-rsa-4.9-2.el9.noarch.rpm 6.8 MB/s | 59 kB 00:00 2026-02-18T05:25:05.082 INFO:teuthology.orchestra.run.trial038.stdout:(87/94): python3-saml-1.16.0-1.el9.noarch.rpm 14 MB/s | 125 kB 00:00 2026-02-18T05:25:05.084 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:05.084 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:05.084 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:05.089 INFO:teuthology.orchestra.run.trial038.stdout:(88/94): python3-tempora-5.0.0-2.el9.noarch.rpm 4.2 MB/s | 36 kB 00:00 2026-02-18T05:25:05.091 INFO:teuthology.orchestra.run.trial038.stdout:(89/94): python3-typing-extensions-4.15.0-1.el9 10 MB/s | 86 kB 00:00 2026-02-18T05:25:05.098 INFO:teuthology.orchestra.run.trial038.stdout:(90/94): python3-websocket-client-1.2.3-2.el9.n 10 MB/s | 90 kB 00:00 2026-02-18T05:25:05.099 INFO:teuthology.orchestra.run.trial038.stdout:(91/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 5.7 MB/s | 48 kB 00:00 2026-02-18T05:25:05.105 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T05:25:05.107 INFO:teuthology.orchestra.run.trial038.stdout:(92/94): python3-xmltodict-0.12.0-15.el9.noarch 2.6 MB/s | 22 kB 00:00 2026-02-18T05:25:05.108 INFO:teuthology.orchestra.run.trial038.stdout:(93/94): python3-zc-lockfile-2.0-10.el9.noarch. 2.2 MB/s | 20 kB 00:00 2026-02-18T05:25:05.136 INFO:teuthology.orchestra.run.trial038.stdout:(94/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 47 MB/s | 19 MB 00:00 2026-02-18T05:25:05.138 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:05.138 INFO:teuthology.orchestra.run.trial038.stdout:Total 43 MB/s | 101 MB 00:02 2026-02-18T05:25:05.419 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:32 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:05.500 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:05.501 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:05.501 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repo Size 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout:Install 1 Package 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 154 k 2026-02-18T05:25:05.502 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 447 k 2026-02-18T05:25:05.503 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:25:05.560 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:05.599 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:05.599 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:05.879 INFO:teuthology.orchestra.run.trial070.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 407 kB/s | 154 kB 00:00 2026-02-18T05:25:05.879 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:05.880 INFO:teuthology.orchestra.run.trial070.stdout:Total 406 kB/s | 154 kB 00:00 2026-02-18T05:25:05.880 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:25:05.884 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:25:05.884 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:25:05.915 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:25:05.915 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:25:05.971 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:25:05.972 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:05.994 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:05.994 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:05.994 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T05:25:05.994 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:06.031 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:06.032 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:06.293 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:06.293 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:06.293 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:06.293 INFO:teuthology.orchestra.run.trial070.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:06.293 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:06.293 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:06.320 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-mgr 2026-02-18T05:25:06.485 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:06.487 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T05:25:06.491 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T05:25:06.513 INFO:teuthology.orchestra.run.trial038.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T05:25:06.523 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T05:25:06.556 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T05:25:06.566 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T05:25:06.571 INFO:teuthology.orchestra.run.trial038.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T05:25:06.573 INFO:teuthology.orchestra.run.trial038.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T05:25:06.577 INFO:teuthology.orchestra.run.trial038.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T05:25:06.601 INFO:teuthology.orchestra.run.trial038.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T05:25:06.613 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T05:25:06.614 INFO:teuthology.orchestra.run.trial053.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 51 MB/s | 84 MB 00:01 2026-02-18T05:25:06.616 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:06.617 INFO:teuthology.orchestra.run.trial053.stdout:Total 48 MB/s | 85 MB 00:01 2026-02-18T05:25:06.617 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T05:25:06.623 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T05:25:06.625 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T05:25:06.635 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:06.636 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T05:25:06.642 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T05:25:06.644 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:06.654 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:06.654 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:06.666 INFO:teuthology.orchestra.run.trial038.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T05:25:06.670 INFO:teuthology.orchestra.run.trial038.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T05:25:06.676 INFO:teuthology.orchestra.run.trial038.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T05:25:06.700 INFO:teuthology.orchestra.run.trial070.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:06.718 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:06.719 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:06.719 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:06.727 INFO:teuthology.orchestra.run.trial038.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T05:25:06.740 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T05:25:06.741 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T05:25:06.742 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T05:25:06.747 INFO:teuthology.orchestra.run.trial038.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T05:25:06.752 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T05:25:06.757 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T05:25:06.760 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T05:25:06.775 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T05:25:06.779 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T05:25:06.784 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T05:25:06.795 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T05:25:06.804 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T05:25:06.810 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T05:25:06.830 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T05:25:06.841 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T05:25:06.857 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T05:25:06.861 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T05:25:06.869 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T05:25:06.908 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T05:25:06.944 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:06.944 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:07.048 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:07.112 INFO:teuthology.orchestra.run.trial070.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:07.130 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:07.130 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:07.130 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:07.151 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T05:25:07.233 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T05:25:07.243 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T05:25:07.247 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T05:25:07.253 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T05:25:07.255 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:07.255 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T05:25:07.261 INFO:teuthology.orchestra.run.trial053.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T05:25:07.265 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T05:25:07.273 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T05:25:07.273 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:25:07.283 INFO:teuthology.orchestra.run.trial038.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T05:25:07.327 INFO:teuthology.orchestra.run.trial038.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T05:25:07.333 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T05:25:07.337 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T05:25:07.343 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T05:25:07.346 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T05:25:07.353 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T05:25:07.356 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T05:25:07.384 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T05:25:07.394 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T05:25:07.402 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T05:25:07.408 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T05:25:07.443 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T05:25:07.458 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:07.523 INFO:teuthology.orchestra.run.trial070.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:07.541 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:07.542 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:07.542 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:07.562 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-mgr-rook 2026-02-18T05:25:07.667 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T05:25:07.691 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T05:25:07.694 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T05:25:07.753 INFO:teuthology.orchestra.run.trial038.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T05:25:07.756 INFO:teuthology.orchestra.run.trial038.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T05:25:07.777 INFO:teuthology.orchestra.run.trial038.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T05:25:07.868 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:07.933 INFO:teuthology.orchestra.run.trial070.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:07.951 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:07.952 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:07.952 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:07.972 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T05:25:08.103 INFO:teuthology.orchestra.run.trial038.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T05:25:08.176 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T05:25:08.284 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:08.350 INFO:teuthology.orchestra.run.trial070.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:08.368 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:08.368 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:08.368 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:08.389 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-fuse 2026-02-18T05:25:08.699 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:08.783 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:08.783 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:08.783 INFO:teuthology.orchestra.run.trial070.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:08.783 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout:Install 1 Package 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 942 k 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 2.7 M 2026-02-18T05:25:08.784 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:25:08.849 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T05:25:08.868 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T05:25:08.881 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T05:25:08.897 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T05:25:08.901 INFO:teuthology.orchestra.run.trial070.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.9 MB/s | 942 kB 00:00 2026-02-18T05:25:08.902 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:08.902 INFO:teuthology.orchestra.run.trial070.stdout:Total 7.8 MB/s | 942 kB 00:00 2026-02-18T05:25:08.902 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:25:08.907 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:25:08.907 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:25:08.941 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:25:08.941 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:25:08.972 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T05:25:08.981 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T05:25:09.004 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T05:25:09.031 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:25:09.034 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T05:25:09.048 INFO:teuthology.orchestra.run.trial070.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:09.085 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T05:25:09.091 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T05:25:09.094 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T05:25:09.095 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T05:25:09.114 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:09.114 INFO:teuthology.orchestra.run.trial038.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T05:25:09.114 INFO:teuthology.orchestra.run.trial038.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T05:25:09.115 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:09.123 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:09.149 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:09.149 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T05:25:09.150 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:09.183 INFO:teuthology.orchestra.run.trial038.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T05:25:09.247 INFO:teuthology.orchestra.run.trial038.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T05:25:09.249 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:25:09.261 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:25:09.261 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:09.262 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T05:25:09.262 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:09.268 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:09.324 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:09.325 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:09.325 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:09.325 INFO:teuthology.orchestra.run.trial070.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:09.325 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:09.325 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:09.353 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install ceph-volume 2026-02-18T05:25:09.668 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:09.732 INFO:teuthology.orchestra.run.trial070.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:09.750 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:09.750 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:09.751 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:09.772 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install librados-devel 2026-02-18T05:25:09.935 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:25:09.959 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:25:09.959 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:09.960 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T05:25:09.960 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:25:09.960 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:25:09.960 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:10.020 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:25:10.022 INFO:teuthology.orchestra.run.trial038.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:25:10.029 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T05:25:10.052 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T05:25:10.053 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:25:10.080 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repo Size 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:10.165 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:25:10.166 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:10.166 INFO:teuthology.orchestra.run.trial070.stdout:Install 1 Package 2026-02-18T05:25:10.166 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:10.166 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 126 k 2026-02-18T05:25:10.166 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 449 k 2026-02-18T05:25:10.166 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:25:10.250 INFO:teuthology.orchestra.run.trial070.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.5 MB/s | 126 kB 00:00 2026-02-18T05:25:10.251 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:10.251 INFO:teuthology.orchestra.run.trial070.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T05:25:10.251 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:25:10.253 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:25:10.254 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:25:10.285 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:25:10.285 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:25:10.339 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:25:10.356 INFO:teuthology.orchestra.run.trial070.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:10.440 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:10.498 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:10.498 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:10.498 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:10.498 INFO:teuthology.orchestra.run.trial070.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:10.498 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:10.498 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:10.525 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install libcephfs2 2026-02-18T05:25:10.839 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:10.903 INFO:teuthology.orchestra.run.trial070.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:10.921 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:10.922 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:10.922 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:10.943 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install libcephfs-devel 2026-02-18T05:25:10.976 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:25:10.994 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:25:11.197 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:25:11.202 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:25:11.255 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:11.313 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:25:11.313 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T05:25:11.313 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T05:25:11.313 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T05:25:11.313 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T05:25:11.339 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:11.339 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:11.339 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repo Size 2026-02-18T05:25:11.339 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:11.339 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:25:11.339 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout:Install 1 Package 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 34 k 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 155 k 2026-02-18T05:25:11.340 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:25:11.371 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T05:25:11.372 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:11.372 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:11.372 INFO:teuthology.orchestra.run.trial053.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:11.373 INFO:teuthology.orchestra.run.trial053.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:11.373 INFO:teuthology.orchestra.run.trial053.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T05:25:11.373 INFO:teuthology.orchestra.run.trial053.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T05:25:11.373 INFO:teuthology.orchestra.run.trial053.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T05:25:11.373 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:11.373 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:11.403 INFO:teuthology.orchestra.run.trial070.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 539 kB/s | 34 kB 00:00 2026-02-18T05:25:11.403 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:11.403 INFO:teuthology.orchestra.run.trial070.stdout:Total 532 kB/s | 34 kB 00:00 2026-02-18T05:25:11.404 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:25:11.406 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph 2026-02-18T05:25:11.408 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:25:11.408 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:25:11.409 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:25:11.409 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:25:11.428 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:25:11.445 INFO:teuthology.orchestra.run.trial070.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:11.501 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:11.557 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:11.558 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:11.558 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:11.558 INFO:teuthology.orchestra.run.trial070.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:11.558 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:11.558 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:11.585 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install librados2 2026-02-18T05:25:11.654 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:25:11.655 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:25:11.667 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:25:11.668 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:25:11.715 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:20 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:11.726 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:25:11.770 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T05:25:11.771 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:25:11.793 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:25:11.793 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:11.793 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T05:25:11.793 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:25:11.793 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:25:11.793 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:11.799 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout:====================================================================================== 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout:====================================================================================== 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T05:25:11.802 INFO:teuthology.orchestra.run.trial053.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T05:25:11.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout:Installing weak dependencies: 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout:====================================================================================== 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout:Install 94 Packages 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:11.804 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:25:11.805 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 101 M 2026-02-18T05:25:11.805 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 560 M 2026-02-18T05:25:11.805 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:11.898 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:11.965 INFO:teuthology.orchestra.run.trial070.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:11.982 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:11.983 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:11.983 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:12.004 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install librbd1 2026-02-18T05:25:12.029 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:25:12.031 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:25:12.053 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:25:12.053 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:12.053 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T05:25:12.053 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:25:12.053 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:25:12.053 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:12.150 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:25:12.170 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:25:12.170 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:12.170 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T05:25:12.171 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:25:12.171 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:25:12.171 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:12.189 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:25:12.312 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:12.377 INFO:teuthology.orchestra.run.trial070.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:12.395 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:12.395 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:12.395 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:12.418 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install python3-rados 2026-02-18T05:25:12.456 INFO:teuthology.orchestra.run.trial053.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 120 kB/s | 6.5 kB 00:00 2026-02-18T05:25:12.669 INFO:teuthology.orchestra.run.trial053.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 3.5 MB/s | 961 kB 00:00 2026-02-18T05:25:12.729 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:12.794 INFO:teuthology.orchestra.run.trial070.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:12.812 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:12.812 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:12.812 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:12.834 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install python3-rgw 2026-02-18T05:25:12.874 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:25:12.874 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T05:25:12.875 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T05:25:12.876 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T05:25:12.877 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T05:25:12.878 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T05:25:12.879 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T05:25:12.880 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T05:25:12.881 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T05:25:12.882 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T05:25:12.940 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T05:25:12.940 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:12.940 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:12.940 INFO:teuthology.orchestra.run.trial038.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T05:25:12.940 INFO:teuthology.orchestra.run.trial038.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:12.940 INFO:teuthology.orchestra.run.trial038.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.941 INFO:teuthology.orchestra.run.trial038.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T05:25:12.942 INFO:teuthology.orchestra.run.trial038.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T05:25:12.943 INFO:teuthology.orchestra.run.trial038.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T05:25:12.944 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T05:25:12.945 INFO:teuthology.orchestra.run.trial038.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T05:25:12.946 INFO:teuthology.orchestra.run.trial038.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T05:25:12.947 INFO:teuthology.orchestra.run.trial038.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T05:25:12.948 INFO:teuthology.orchestra.run.trial038.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T05:25:12.948 INFO:teuthology.orchestra.run.trial038.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T05:25:12.948 INFO:teuthology.orchestra.run.trial038.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T05:25:12.948 INFO:teuthology.orchestra.run.trial038.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T05:25:12.948 INFO:teuthology.orchestra.run.trial038.stdout: zip-3.0-35.el9.x86_64 2026-02-18T05:25:12.948 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:12.948 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:12.996 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-base 2026-02-18T05:25:13.140 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:13.143 INFO:teuthology.orchestra.run.trial053.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 3.2 MB/s | 2.3 MB 00:00 2026-02-18T05:25:13.189 INFO:teuthology.orchestra.run.trial053.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 935 kB/s | 43 kB 00:00 2026-02-18T05:25:13.204 INFO:teuthology.orchestra.run.trial070.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:13.222 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:13.222 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:13.222 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:13.243 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install python3-cephfs 2026-02-18T05:25:13.248 INFO:teuthology.orchestra.run.trial053.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 2.9 MB/s | 173 kB 00:00 2026-02-18T05:25:13.312 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:13.376 INFO:teuthology.orchestra.run.trial038.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:13.394 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:13.395 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:13.395 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:13.417 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install cephadm 2026-02-18T05:25:13.555 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:13.619 INFO:teuthology.orchestra.run.trial070.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:13.637 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:13.638 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:13.638 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:13.638 INFO:teuthology.orchestra.run.trial053.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 4.3 MB/s | 5.1 MB 00:01 2026-02-18T05:25:13.659 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install python3-rbd 2026-02-18T05:25:13.719 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:13.783 INFO:teuthology.orchestra.run.trial038.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:13.801 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:13.801 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:13.802 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:13.822 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T05:25:13.971 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:14.036 INFO:teuthology.orchestra.run.trial070.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:14.053 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:14.054 INFO:teuthology.orchestra.run.trial070.stdout:Nothing to do. 2026-02-18T05:25:14.054 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:14.075 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install rbd-fuse 2026-02-18T05:25:14.133 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:14.216 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:14.217 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:14.217 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repo Size 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout:Install 1 Package 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 154 k 2026-02-18T05:25:14.218 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 447 k 2026-02-18T05:25:14.219 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:14.387 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:14.471 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:14.472 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:14.472 INFO:teuthology.orchestra.run.trial070.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:14.472 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:14.472 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:25:14.472 INFO:teuthology.orchestra.run.trial070.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T05:25:14.473 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:14.473 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:25:14.473 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:14.473 INFO:teuthology.orchestra.run.trial070.stdout:Install 1 Package 2026-02-18T05:25:14.473 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:14.473 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 91 k 2026-02-18T05:25:14.474 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 238 k 2026-02-18T05:25:14.474 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:25:14.496 INFO:teuthology.orchestra.run.trial053.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-67 8.6 MB/s | 7.4 MB 00:00 2026-02-18T05:25:14.551 INFO:teuthology.orchestra.run.trial053.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 401 kB/s | 22 kB 00:00 2026-02-18T05:25:14.611 INFO:teuthology.orchestra.run.trial053.stdout:(9/94): ceph-mgr-modules-core-20.2.0-670.gadc19 4.7 MB/s | 290 kB 00:00 2026-02-18T05:25:14.626 INFO:teuthology.orchestra.run.trial038.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 377 kB/s | 154 kB 00:00 2026-02-18T05:25:14.627 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:14.627 INFO:teuthology.orchestra.run.trial038.stdout:Total 376 kB/s | 154 kB 00:00 2026-02-18T05:25:14.627 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:14.632 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:14.632 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:14.637 INFO:teuthology.orchestra.run.trial053.stdout:(10/94): ceph-mgr-dashboard-20.2.0-670.gadc1923 7.6 MB/s | 11 MB 00:01 2026-02-18T05:25:14.638 INFO:teuthology.orchestra.run.trial053.stdout:(11/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 1.8 MB/s | 50 kB 00:00 2026-02-18T05:25:14.649 INFO:teuthology.orchestra.run.trial053.stdout:(12/94): ceph-prometheus-alerts-20.2.0-670.gadc 1.4 MB/s | 17 kB 00:00 2026-02-18T05:25:14.653 INFO:teuthology.orchestra.run.trial053.stdout:(13/94): ceph-volume-20.2.0-670.gadc19233.el9.n 19 MB/s | 297 kB 00:00 2026-02-18T05:25:14.659 INFO:teuthology.orchestra.run.trial070.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 487 kB/s | 91 kB 00:00 2026-02-18T05:25:14.660 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:14.660 INFO:teuthology.orchestra.run.trial070.stdout:Total 485 kB/s | 91 kB 00:00 2026-02-18T05:25:14.660 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:25:14.663 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:14.664 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:14.664 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:25:14.664 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:25:14.680 INFO:teuthology.orchestra.run.trial053.stdout:(14/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 8.4 MB/s | 17 MB 00:02 2026-02-18T05:25:14.693 INFO:teuthology.orchestra.run.trial053.stdout:(15/94): cephadm-20.2.0-670.gadc19233.el9.noarc 23 MB/s | 1.0 MB 00:00 2026-02-18T05:25:14.696 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:25:14.696 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:25:14.718 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:14.719 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:14.741 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:14.741 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:14.741 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T05:25:14.741 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:14.748 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:25:14.765 INFO:teuthology.orchestra.run.trial070.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:14.846 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:14.902 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:14.902 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:14.903 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:14.903 INFO:teuthology.orchestra.run.trial070.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:14.903 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:14.903 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:14.930 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install rbd-mirror 2026-02-18T05:25:15.058 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:15.058 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:15.059 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:15.059 INFO:teuthology.orchestra.run.trial038.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:15.059 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:15.059 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:15.087 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-mgr 2026-02-18T05:25:15.122 INFO:teuthology.orchestra.run.trial053.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 92 kB/s | 40 kB 00:00 2026-02-18T05:25:15.259 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:15.287 INFO:teuthology.orchestra.run.trial053.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 121 kB/s | 72 kB 00:00 2026-02-18T05:25:15.342 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:15.343 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:15.343 INFO:teuthology.orchestra.run.trial070.stdout: Package Arch Version Repo Size 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:Install 1 Package 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 2.9 M 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 11 M 2026-02-18T05:25:15.344 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:25:15.397 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:15.467 INFO:teuthology.orchestra.run.trial038.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:15.485 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:15.485 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:15.486 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:15.491 INFO:teuthology.orchestra.run.trial070.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T05:25:15.492 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:15.492 INFO:teuthology.orchestra.run.trial070.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T05:25:15.492 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:25:15.497 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:25:15.497 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:25:15.508 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T05:25:15.512 INFO:teuthology.orchestra.run.trial053.stdout:(18/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 408 kB/s | 350 kB 00:00 2026-02-18T05:25:15.536 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:25:15.537 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:25:15.622 INFO:teuthology.orchestra.run.trial053.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 552 kB/s | 184 kB 00:00 2026-02-18T05:25:15.716 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:25:15.717 INFO:teuthology.orchestra.run.trial070.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:15.739 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:15.739 INFO:teuthology.orchestra.run.trial070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:15.739 INFO:teuthology.orchestra.run.trial070.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T05:25:15.740 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:25:15.740 INFO:teuthology.orchestra.run.trial070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:25:15.740 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:15.824 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:15.847 INFO:teuthology.orchestra.run.trial053.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 755 kB/s | 253 kB 00:00 2026-02-18T05:25:15.890 INFO:teuthology.orchestra.run.trial038.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:15.908 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:15.908 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:15.908 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:15.931 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T05:25:16.024 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:16.025 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:16.025 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:16.025 INFO:teuthology.orchestra.run.trial070.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:16.025 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:16.025 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:16.025 INFO:teuthology.orchestra.run.trial053.stdout:(21/94): python3-ply-3.11-14.el9.noarch.rpm 599 kB/s | 106 kB 00:00 2026-02-18T05:25:16.052 DEBUG:teuthology.orchestra.run.trial070:> sudo yum -y install rbd-nbd 2026-02-18T05:25:16.084 INFO:teuthology.orchestra.run.trial053.stdout:(22/94): libgfortran-11.5.0-14.el9.x86_64.rpm 826 kB/s | 794 kB 00:00 2026-02-18T05:25:16.204 INFO:teuthology.orchestra.run.trial053.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 758 kB/s | 135 kB 00:00 2026-02-18T05:25:16.239 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:16.263 INFO:teuthology.orchestra.run.trial053.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 709 kB/s | 126 kB 00:00 2026-02-18T05:25:16.303 INFO:teuthology.orchestra.run.trial038.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:16.320 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:16.320 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:16.320 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:16.341 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-mgr-rook 2026-02-18T05:25:16.362 INFO:teuthology.orchestra.run.trial070.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:24:33 AM UTC. 2026-02-18T05:25:16.429 INFO:teuthology.orchestra.run.trial053.stdout:(25/94): python3-cryptography-36.0.1-5.el9.x86_ 1.5 MB/s | 1.2 MB 00:00 2026-02-18T05:25:16.445 INFO:teuthology.orchestra.run.trial070.stdout:Dependencies resolved. 2026-02-18T05:25:16.446 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:16.446 INFO:teuthology.orchestra.run.trial070.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:16.446 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:16.446 INFO:teuthology.orchestra.run.trial070.stdout:Installing: 2026-02-18T05:25:16.446 INFO:teuthology.orchestra.run.trial070.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout:Transaction Summary 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout:================================================================================ 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout:Install 1 Package 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout:Total download size: 180 k 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout:Installed size: 498 k 2026-02-18T05:25:16.447 INFO:teuthology.orchestra.run.trial070.stdout:Downloading Packages: 2026-02-18T05:25:16.519 INFO:teuthology.orchestra.run.trial053.stdout:(26/94): unzip-6.0-59.el9.x86_64.rpm 711 kB/s | 182 kB 00:00 2026-02-18T05:25:16.529 INFO:teuthology.orchestra.run.trial053.stdout:(27/94): zip-3.0-35.el9.x86_64.rpm 2.6 MB/s | 266 kB 00:00 2026-02-18T05:25:16.530 INFO:teuthology.orchestra.run.trial070.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T05:25:16.531 INFO:teuthology.orchestra.run.trial070.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:16.531 INFO:teuthology.orchestra.run.trial070.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-18T05:25:16.531 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction check 2026-02-18T05:25:16.535 INFO:teuthology.orchestra.run.trial070.stdout:Transaction check succeeded. 2026-02-18T05:25:16.535 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction test 2026-02-18T05:25:16.538 INFO:teuthology.orchestra.run.trial053.stdout:(28/94): python3-urllib3-1.26.5-7.el9.noarch.rp 651 kB/s | 218 kB 00:00 2026-02-18T05:25:16.564 INFO:teuthology.orchestra.run.trial053.stdout:(29/94): flexiblas-3.0.4-9.el9.x86_64.rpm 647 kB/s | 30 kB 00:00 2026-02-18T05:25:16.567 INFO:teuthology.orchestra.run.trial070.stdout:Transaction test succeeded. 2026-02-18T05:25:16.567 INFO:teuthology.orchestra.run.trial070.stdout:Running transaction 2026-02-18T05:25:16.581 INFO:teuthology.orchestra.run.trial053.stdout:(30/94): flexiblas-openblas-openmp-3.0.4-9.el9. 353 kB/s | 15 kB 00:00 2026-02-18T05:25:16.623 INFO:teuthology.orchestra.run.trial070.stdout: Preparing : 1/1 2026-02-18T05:25:16.624 INFO:teuthology.orchestra.run.trial053.stdout:(31/94): lua-5.4.4-4.el9.x86_64.rpm 4.2 MB/s | 188 kB 00:00 2026-02-18T05:25:16.629 INFO:teuthology.orchestra.run.trial053.stdout:(32/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 3.8 MB/s | 246 kB 00:00 2026-02-18T05:25:16.640 INFO:teuthology.orchestra.run.trial070.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:16.646 INFO:teuthology.orchestra.run.trial053.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 1.9 MB/s | 42 kB 00:00 2026-02-18T05:25:16.650 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:16.701 INFO:teuthology.orchestra.run.trial053.stdout:(34/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 17 MB/s | 3.0 MB 00:00 2026-02-18T05:25:16.713 INFO:teuthology.orchestra.run.trial038.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:16.723 INFO:teuthology.orchestra.run.trial070.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:16.725 INFO:teuthology.orchestra.run.trial053.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 13 MB/s | 1.0 MB 00:00 2026-02-18T05:25:16.731 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:16.731 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:16.731 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:16.750 INFO:teuthology.orchestra.run.trial053.stdout:(36/94): python3-devel-3.9.25-2.el9.x86_64.rpm 9.6 MB/s | 244 kB 00:00 2026-02-18T05:25:16.752 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T05:25:16.774 INFO:teuthology.orchestra.run.trial053.stdout:(37/94): python3-babel-2.9.1-2.el9.noarch.rpm 81 MB/s | 6.0 MB 00:00 2026-02-18T05:25:16.777 INFO:teuthology.orchestra.run.trial053.stdout:(38/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 9.2 MB/s | 249 kB 00:00 2026-02-18T05:25:16.780 INFO:teuthology.orchestra.run.trial070.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:16.780 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:16.781 INFO:teuthology.orchestra.run.trial070.stdout:Installed: 2026-02-18T05:25:16.781 INFO:teuthology.orchestra.run.trial070.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:16.781 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:25:16.781 INFO:teuthology.orchestra.run.trial070.stdout:Complete! 2026-02-18T05:25:16.803 INFO:teuthology.orchestra.run.trial053.stdout:(39/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 30 MB/s | 5.3 MB 00:00 2026-02-18T05:25:16.803 INFO:teuthology.orchestra.run.trial053.stdout:(40/94): python3-jmespath-1.0.1-1.el9.noarch.rp 1.6 MB/s | 48 kB 00:00 2026-02-18T05:25:16.804 INFO:teuthology.orchestra.run.trial053.stdout:(41/94): python3-libstoragemgmt-1.10.1-1.el9.x8 6.4 MB/s | 177 kB 00:00 2026-02-18T05:25:16.817 DEBUG:teuthology.parallel:result is None 2026-02-18T05:25:16.826 INFO:teuthology.orchestra.run.trial053.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 1.5 MB/s | 35 kB 00:00 2026-02-18T05:25:16.830 INFO:teuthology.orchestra.run.trial053.stdout:(43/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 44 MB/s | 1.2 MB 00:00 2026-02-18T05:25:16.852 INFO:teuthology.orchestra.run.trial053.stdout:(44/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 17 MB/s | 442 kB 00:00 2026-02-18T05:25:16.853 INFO:teuthology.orchestra.run.trial053.stdout:(45/94): python3-packaging-20.9-5.el9.noarch.rp 3.3 MB/s | 77 kB 00:00 2026-02-18T05:25:16.876 INFO:teuthology.orchestra.run.trial053.stdout:(46/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 6.7 MB/s | 159 kB 00:00 2026-02-18T05:25:16.877 INFO:teuthology.orchestra.run.trial053.stdout:(47/94): python3-protobuf-3.14.0-17.el9.noarch. 10 MB/s | 267 kB 00:00 2026-02-18T05:25:16.900 INFO:teuthology.orchestra.run.trial053.stdout:(48/94): python3-requests-oauthlib-1.3.0-12.el9 2.4 MB/s | 54 kB 00:00 2026-02-18T05:25:16.901 INFO:teuthology.orchestra.run.trial053.stdout:(49/94): python3-pyasn1-modules-0.4.8-6.el9.noa 11 MB/s | 279 kB 00:00 2026-02-18T05:25:16.923 INFO:teuthology.orchestra.run.trial053.stdout:(50/94): python3-toml-0.10.2-6.el9.noarch.rpm 1.8 MB/s | 42 kB 00:00 2026-02-18T05:25:16.946 INFO:teuthology.orchestra.run.trial053.stdout:(51/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 8.0 MB/s | 189 kB 00:00 2026-02-18T05:25:16.962 INFO:teuthology.orchestra.run.trial053.stdout:(52/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 39 MB/s | 6.1 MB 00:00 2026-02-18T05:25:16.970 INFO:teuthology.orchestra.run.trial053.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 3.8 MB/s | 90 kB 00:00 2026-02-18T05:25:16.991 INFO:teuthology.orchestra.run.trial053.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 802 kB/s | 22 kB 00:00 2026-02-18T05:25:17.030 INFO:teuthology.orchestra.run.trial053.stdout:(55/94): protobuf-compiler-3.14.0-17.el9.x86_64 14 MB/s | 862 kB 00:00 2026-02-18T05:25:17.055 INFO:teuthology.orchestra.run.trial053.stdout:(56/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 125 MB/s | 19 MB 00:00 2026-02-18T05:25:17.069 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:17.120 INFO:teuthology.orchestra.run.trial053.stdout:(57/94): grpc-data-1.46.7-10.el9.noarch.rpm 216 kB/s | 19 kB 00:00 2026-02-18T05:25:17.133 INFO:teuthology.orchestra.run.trial038.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:17.151 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:17.151 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:17.152 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:17.173 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-fuse 2026-02-18T05:25:17.178 INFO:teuthology.orchestra.run.trial053.stdout:(58/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.9 MB/s | 551 kB 00:00 2026-02-18T05:25:17.182 INFO:teuthology.orchestra.run.trial053.stdout:(59/94): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2026-02-18T05:25:17.202 INFO:teuthology.orchestra.run.trial053.stdout:(60/94): python3-autocommand-2.2.2-8.el9.noarch 1.2 MB/s | 29 kB 00:00 2026-02-18T05:25:17.211 INFO:teuthology.orchestra.run.trial053.stdout:(61/94): python3-backports-tarfile-1.2.0-1.el9. 2.0 MB/s | 60 kB 00:00 2026-02-18T05:25:17.226 INFO:teuthology.orchestra.run.trial053.stdout:(62/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.8 MB/s | 43 kB 00:00 2026-02-18T05:25:17.236 INFO:teuthology.orchestra.run.trial053.stdout:(63/94): python3-cachetools-4.2.4-1.el9.noarch. 1.3 MB/s | 32 kB 00:00 2026-02-18T05:25:17.249 INFO:teuthology.orchestra.run.trial053.stdout:(64/94): python3-certifi-2023.05.07-4.el9.noarc 604 kB/s | 14 kB 00:00 2026-02-18T05:25:17.276 INFO:teuthology.orchestra.run.trial053.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 4.2 MB/s | 173 kB 00:00 2026-02-18T05:25:17.282 INFO:teuthology.orchestra.run.trial053.stdout:(66/94): python3-asyncssh-2.13.2-5.el9.noarch.r 3.3 MB/s | 548 kB 00:00 2026-02-18T05:25:17.283 INFO:teuthology.orchestra.run.trial053.stdout:(67/94): python3-cherrypy-18.6.1-2.el9.noarch.r 10 MB/s | 358 kB 00:00 2026-02-18T05:25:17.318 INFO:teuthology.orchestra.run.trial053.stdout:(68/94): python3-grpcio-tools-1.46.7-10.el9.x86 4.0 MB/s | 144 kB 00:00 2026-02-18T05:25:17.319 INFO:teuthology.orchestra.run.trial053.stdout:(69/94): python3-google-auth-2.45.0-1.el9.noarc 5.9 MB/s | 254 kB 00:00 2026-02-18T05:25:17.344 INFO:teuthology.orchestra.run.trial053.stdout:(70/94): python3-isodate-0.6.1-3.el9.noarch.rpm 2.2 MB/s | 56 kB 00:00 2026-02-18T05:25:17.353 INFO:teuthology.orchestra.run.trial053.stdout:(71/94): python3-influxdb-5.3.1-1.el9.noarch.rp 3.9 MB/s | 139 kB 00:00 2026-02-18T05:25:17.359 INFO:teuthology.orchestra.run.trial053.stdout:(72/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 27 MB/s | 2.0 MB 00:00 2026-02-18T05:25:17.367 INFO:teuthology.orchestra.run.trial053.stdout:(73/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 452 kB/s | 11 kB 00:00 2026-02-18T05:25:17.383 INFO:teuthology.orchestra.run.trial053.stdout:(74/94): python3-jaraco-collections-3.0.0-8.el9 964 kB/s | 23 kB 00:00 2026-02-18T05:25:17.383 INFO:teuthology.orchestra.run.trial053.stdout:(75/94): python3-jaraco-classes-3.2.1-5.el9.noa 578 kB/s | 18 kB 00:00 2026-02-18T05:25:17.390 INFO:teuthology.orchestra.run.trial053.stdout:(76/94): python3-jaraco-context-6.0.1-3.el9.noa 859 kB/s | 20 kB 00:00 2026-02-18T05:25:17.407 INFO:teuthology.orchestra.run.trial053.stdout:(77/94): python3-jaraco-functools-3.5.0-2.el9.n 823 kB/s | 19 kB 00:00 2026-02-18T05:25:17.415 INFO:teuthology.orchestra.run.trial053.stdout:(78/94): python3-jaraco-text-4.0.0-2.el9.noarch 848 kB/s | 26 kB 00:00 2026-02-18T05:25:17.432 INFO:teuthology.orchestra.run.trial053.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 3.0 MB/s | 79 kB 00:00 2026-02-18T05:25:17.447 INFO:teuthology.orchestra.run.trial053.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.6 MB/s | 86 kB 00:00 2026-02-18T05:25:17.457 INFO:teuthology.orchestra.run.trial053.stdout:(81/94): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2026-02-18T05:25:17.462 INFO:teuthology.orchestra.run.trial053.stdout:(82/94): python3-kubernetes-26.1.0-3.el9.noarch 14 MB/s | 1.0 MB 00:00 2026-02-18T05:25:17.478 INFO:teuthology.orchestra.run.trial053.stdout:(83/94): python3-portend-3.1.0-2.el9.noarch.rpm 534 kB/s | 16 kB 00:00 2026-02-18T05:25:17.482 INFO:teuthology.orchestra.run.trial053.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.5 MB/s | 90 kB 00:00 2026-02-18T05:25:17.485 INFO:teuthology.orchestra.run.trial053.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.3 MB/s | 31 kB 00:00 2026-02-18T05:25:17.487 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:17.507 INFO:teuthology.orchestra.run.trial053.stdout:(86/94): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2026-02-18T05:25:17.510 INFO:teuthology.orchestra.run.trial053.stdout:(87/94): python3-saml-1.16.0-1.el9.noarch.rpm 4.9 MB/s | 125 kB 00:00 2026-02-18T05:25:17.515 INFO:teuthology.orchestra.run.trial053.stdout:(88/94): python3-routes-2.5.1-5.el9.noarch.rpm 5.0 MB/s | 188 kB 00:00 2026-02-18T05:25:17.531 INFO:teuthology.orchestra.run.trial053.stdout:(89/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.5 MB/s | 36 kB 00:00 2026-02-18T05:25:17.535 INFO:teuthology.orchestra.run.trial053.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 3.5 MB/s | 86 kB 00:00 2026-02-18T05:25:17.548 INFO:teuthology.orchestra.run.trial053.stdout:(91/94): python3-websocket-client-1.2.3-2.el9.n 2.6 MB/s | 90 kB 00:00 2026-02-18T05:25:17.555 INFO:teuthology.orchestra.run.trial053.stdout:(92/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.0 MB/s | 48 kB 00:00 2026-02-18T05:25:17.558 INFO:teuthology.orchestra.run.trial053.stdout:(93/94): python3-xmltodict-0.12.0-15.el9.noarch 969 kB/s | 22 kB 00:00 2026-02-18T05:25:17.571 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout:Install 1 Package 2026-02-18T05:25:17.572 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:17.573 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 942 k 2026-02-18T05:25:17.573 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 2.7 M 2026-02-18T05:25:17.573 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:17.579 INFO:teuthology.orchestra.run.trial053.stdout:(94/94): python3-zc-lockfile-2.0-10.el9.noarch. 637 kB/s | 20 kB 00:00 2026-02-18T05:25:17.581 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:17.581 INFO:teuthology.orchestra.run.trial053.stdout:Total 18 MB/s | 101 MB 00:05 2026-02-18T05:25:17.691 INFO:teuthology.orchestra.run.trial038.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.8 MB/s | 942 kB 00:00 2026-02-18T05:25:17.692 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:17.692 INFO:teuthology.orchestra.run.trial038.stdout:Total 7.7 MB/s | 942 kB 00:00 2026-02-18T05:25:17.692 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:17.696 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:17.696 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:17.730 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:17.730 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:17.820 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:17.837 INFO:teuthology.orchestra.run.trial038.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:18.002 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:18.040 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:18.040 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:18.051 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:18.108 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:18.108 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:18.109 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:18.109 INFO:teuthology.orchestra.run.trial038.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:18.109 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:18.109 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:18.139 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install ceph-volume 2026-02-18T05:25:18.444 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:18.472 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:18.472 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:18.508 INFO:teuthology.orchestra.run.trial038.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:18.526 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:18.527 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:18.527 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:18.548 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install librados-devel 2026-02-18T05:25:18.867 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:18.928 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:18.930 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T05:25:18.934 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T05:25:18.949 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repo Size 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:18.950 INFO:teuthology.orchestra.run.trial038.stdout:Install 1 Package 2026-02-18T05:25:18.951 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:18.951 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 126 k 2026-02-18T05:25:18.951 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 449 k 2026-02-18T05:25:18.951 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:18.955 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T05:25:18.966 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T05:25:18.998 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T05:25:19.007 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T05:25:19.013 INFO:teuthology.orchestra.run.trial053.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T05:25:19.015 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T05:25:19.020 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T05:25:19.036 INFO:teuthology.orchestra.run.trial038.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-18T05:25:19.036 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:19.037 INFO:teuthology.orchestra.run.trial038.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T05:25:19.037 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:19.039 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:19.039 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:19.043 INFO:teuthology.orchestra.run.trial053.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T05:25:19.056 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T05:25:19.059 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T05:25:19.065 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T05:25:19.067 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T05:25:19.072 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:19.072 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:19.078 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T05:25:19.084 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T05:25:19.109 INFO:teuthology.orchestra.run.trial053.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T05:25:19.112 INFO:teuthology.orchestra.run.trial053.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T05:25:19.119 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T05:25:19.127 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:19.143 INFO:teuthology.orchestra.run.trial038.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:19.171 INFO:teuthology.orchestra.run.trial053.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T05:25:19.184 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T05:25:19.187 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T05:25:19.191 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T05:25:19.197 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T05:25:19.201 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T05:25:19.204 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T05:25:19.219 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T05:25:19.222 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:19.223 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T05:25:19.229 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T05:25:19.240 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T05:25:19.249 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T05:25:19.255 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T05:25:19.275 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T05:25:19.280 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:19.280 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:19.280 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:19.280 INFO:teuthology.orchestra.run.trial038.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:19.280 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:19.280 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:19.287 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T05:25:19.302 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T05:25:19.307 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T05:25:19.309 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install libcephfs2 2026-02-18T05:25:19.315 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T05:25:19.355 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T05:25:19.621 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:19.685 INFO:teuthology.orchestra.run.trial038.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:19.685 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T05:25:19.696 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T05:25:19.700 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T05:25:19.703 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:19.703 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:19.703 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:19.706 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T05:25:19.708 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T05:25:19.725 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install libcephfs-devel 2026-02-18T05:25:19.736 INFO:teuthology.orchestra.run.trial053.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T05:25:19.780 INFO:teuthology.orchestra.run.trial053.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T05:25:19.786 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T05:25:19.790 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T05:25:19.796 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T05:25:19.799 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T05:25:19.806 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T05:25:19.810 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T05:25:19.841 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T05:25:19.850 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T05:25:19.856 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T05:25:19.863 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T05:25:19.897 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T05:25:20.032 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:20.114 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repo Size 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:20.115 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:20.116 INFO:teuthology.orchestra.run.trial038.stdout:Install 1 Package 2026-02-18T05:25:20.116 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:20.116 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 34 k 2026-02-18T05:25:20.116 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 155 k 2026-02-18T05:25:20.116 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:20.122 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T05:25:20.145 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T05:25:20.149 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T05:25:20.178 INFO:teuthology.orchestra.run.trial038.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 545 kB/s | 34 kB 00:00 2026-02-18T05:25:20.178 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:20.178 INFO:teuthology.orchestra.run.trial038.stdout:Total 537 kB/s | 34 kB 00:00 2026-02-18T05:25:20.179 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:20.181 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:20.181 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:20.183 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:20.183 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:20.203 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:20.207 INFO:teuthology.orchestra.run.trial053.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T05:25:20.209 INFO:teuthology.orchestra.run.trial053.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T05:25:20.219 INFO:teuthology.orchestra.run.trial038.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:20.230 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T05:25:20.275 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:20.331 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:20.331 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:20.331 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:20.332 INFO:teuthology.orchestra.run.trial038.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:20.332 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:20.332 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:20.358 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install librados2 2026-02-18T05:25:20.555 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T05:25:20.628 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T05:25:20.665 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:20.729 INFO:teuthology.orchestra.run.trial038.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:20.747 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:20.747 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:20.747 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:20.770 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install librbd1 2026-02-18T05:25:21.078 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:21.142 INFO:teuthology.orchestra.run.trial038.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:21.160 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:21.161 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:21.161 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:21.182 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install python3-rados 2026-02-18T05:25:21.300 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T05:25:21.319 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T05:25:21.332 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T05:25:21.348 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T05:25:21.425 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T05:25:21.434 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T05:25:21.458 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T05:25:21.485 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:21.488 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T05:25:21.540 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T05:25:21.546 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T05:25:21.549 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T05:25:21.550 INFO:teuthology.orchestra.run.trial038.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:21.550 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T05:25:21.568 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:21.568 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:21.568 INFO:teuthology.orchestra.run.trial053.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T05:25:21.568 INFO:teuthology.orchestra.run.trial053.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T05:25:21.568 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:21.569 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:21.569 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:21.577 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:21.590 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install python3-rgw 2026-02-18T05:25:21.603 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:25:21.603 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T05:25:21.603 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:21.638 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T05:25:21.702 INFO:teuthology.orchestra.run.trial053.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T05:25:21.704 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:25:21.717 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:25:21.717 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:21.717 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T05:25:21.717 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:21.899 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:21.963 INFO:teuthology.orchestra.run.trial038.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:21.981 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:21.982 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:21.982 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:22.004 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install python3-cephfs 2026-02-18T05:25:22.316 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:22.380 INFO:teuthology.orchestra.run.trial038.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:22.390 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:25:22.398 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:22.399 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:22.399 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:22.416 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:25:22.416 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:22.416 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T05:25:22.416 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:25:22.416 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:25:22.416 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:22.420 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install python3-rbd 2026-02-18T05:25:22.474 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:25:22.476 INFO:teuthology.orchestra.run.trial053.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:25:22.483 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T05:25:22.506 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T05:25:22.508 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:25:22.728 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:22.793 INFO:teuthology.orchestra.run.trial038.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:22.810 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:22.811 INFO:teuthology.orchestra.run.trial038.stdout:Nothing to do. 2026-02-18T05:25:22.811 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:22.834 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install rbd-fuse 2026-02-18T05:25:23.145 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:23.227 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:23.228 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:23.229 INFO:teuthology.orchestra.run.trial038.stdout:Install 1 Package 2026-02-18T05:25:23.229 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:23.229 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 91 k 2026-02-18T05:25:23.229 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 238 k 2026-02-18T05:25:23.229 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:23.301 INFO:teuthology.orchestra.run.trial038.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-18T05:25:23.302 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:23.302 INFO:teuthology.orchestra.run.trial038.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-18T05:25:23.302 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:23.306 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:23.306 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:23.337 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:23.337 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:23.389 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:23.405 INFO:teuthology.orchestra.run.trial038.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:23.485 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:23.542 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:23.543 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:23.543 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:23.543 INFO:teuthology.orchestra.run.trial038.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:23.543 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:23.543 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:23.571 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install rbd-mirror 2026-02-18T05:25:23.664 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:25:23.669 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:25:23.883 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:23.965 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:23.966 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout: Package Arch Version Repo Size 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout:Install 1 Package 2026-02-18T05:25:23.967 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:23.968 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 2.9 M 2026-02-18T05:25:23.968 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 11 M 2026-02-18T05:25:23.968 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:24.115 INFO:teuthology.orchestra.run.trial038.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T05:25:24.115 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:24.115 INFO:teuthology.orchestra.run.trial038.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T05:25:24.115 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:24.120 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:24.120 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:24.138 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:25:24.139 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:25:24.152 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:25:24.153 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:25:24.159 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:24.159 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:24.210 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:25:24.253 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T05:25:24.254 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:25:24.276 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:25:24.277 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:24.277 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T05:25:24.277 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:25:24.277 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:25:24.277 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:24.289 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:25:24.340 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:24.342 INFO:teuthology.orchestra.run.trial038.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:24.364 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:24.364 INFO:teuthology.orchestra.run.trial038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:24.364 INFO:teuthology.orchestra.run.trial038.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T05:25:24.364 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:25:24.365 INFO:teuthology.orchestra.run.trial038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:25:24.365 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:24.514 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:25:24.516 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:25:24.538 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:25:24.538 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:24.538 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T05:25:24.538 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:25:24.538 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:25:24.538 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:24.635 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:25:24.656 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:25:24.656 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:24.656 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T05:25:24.656 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:25:24.656 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:25:24.656 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:24.658 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:24.658 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:24.658 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:24.658 INFO:teuthology.orchestra.run.trial038.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:24.658 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:24.658 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:24.674 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:25:24.688 DEBUG:teuthology.orchestra.run.trial038:> sudo yum -y install rbd-nbd 2026-02-18T05:25:25.002 INFO:teuthology.orchestra.run.trial038.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 05:24:40 AM UTC. 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:Dependencies resolved. 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:Installing: 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:Transaction Summary 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:================================================================================ 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:Install 1 Package 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:25.084 INFO:teuthology.orchestra.run.trial038.stdout:Total download size: 180 k 2026-02-18T05:25:25.085 INFO:teuthology.orchestra.run.trial038.stdout:Installed size: 498 k 2026-02-18T05:25:25.085 INFO:teuthology.orchestra.run.trial038.stdout:Downloading Packages: 2026-02-18T05:25:25.170 INFO:teuthology.orchestra.run.trial038.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T05:25:25.170 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:25.171 INFO:teuthology.orchestra.run.trial038.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-18T05:25:25.171 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction check 2026-02-18T05:25:25.175 INFO:teuthology.orchestra.run.trial038.stdout:Transaction check succeeded. 2026-02-18T05:25:25.175 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction test 2026-02-18T05:25:25.207 INFO:teuthology.orchestra.run.trial038.stdout:Transaction test succeeded. 2026-02-18T05:25:25.207 INFO:teuthology.orchestra.run.trial038.stdout:Running transaction 2026-02-18T05:25:25.263 INFO:teuthology.orchestra.run.trial038.stdout: Preparing : 1/1 2026-02-18T05:25:25.280 INFO:teuthology.orchestra.run.trial038.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:25.361 INFO:teuthology.orchestra.run.trial038.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T05:25:25.375 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T05:25:25.376 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T05:25:25.377 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T05:25:25.378 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T05:25:25.379 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T05:25:25.380 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T05:25:25.381 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T05:25:25.382 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T05:25:25.419 INFO:teuthology.orchestra.run.trial038.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:25.419 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:25.419 INFO:teuthology.orchestra.run.trial038.stdout:Installed: 2026-02-18T05:25:25.419 INFO:teuthology.orchestra.run.trial038.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:25.419 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:25.420 INFO:teuthology.orchestra.run.trial038.stdout:Complete! 2026-02-18T05:25:25.439 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T05:25:25.439 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:25.439 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:25.439 INFO:teuthology.orchestra.run.trial053.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T05:25:25.439 INFO:teuthology.orchestra.run.trial053.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:25.439 INFO:teuthology.orchestra.run.trial053.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.439 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:25:25.440 INFO:teuthology.orchestra.run.trial053.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T05:25:25.441 INFO:teuthology.orchestra.run.trial053.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T05:25:25.442 INFO:teuthology.orchestra.run.trial053.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T05:25:25.443 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T05:25:25.444 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T05:25:25.445 INFO:teuthology.orchestra.run.trial053.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T05:25:25.446 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T05:25:25.447 INFO:teuthology.orchestra.run.trial053.stdout: zip-3.0-35.el9.x86_64 2026-02-18T05:25:25.447 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:25.447 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:25.452 DEBUG:teuthology.parallel:result is None 2026-02-18T05:25:25.497 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-base 2026-02-18T05:25:25.809 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:25.874 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:25.892 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:25.893 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:25.893 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:25.914 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install cephadm 2026-02-18T05:25:26.218 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:26.282 INFO:teuthology.orchestra.run.trial053.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:26.300 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:26.301 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:26.301 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:26.321 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T05:25:26.636 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:26.720 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:26.720 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:26.720 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-18T05:25:26.720 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:26.720 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 154 k 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 447 k 2026-02-18T05:25:26.721 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:26.806 INFO:teuthology.orchestra.run.trial053.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.8 MB/s | 154 kB 00:00 2026-02-18T05:25:26.806 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:26.806 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.8 MB/s | 154 kB 00:00 2026-02-18T05:25:26.806 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:26.810 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:26.810 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:26.842 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:26.842 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:26.898 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:26.899 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:26.923 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:26.923 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:26.923 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T05:25:26.923 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:27.238 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:25:27.239 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:27.239 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:27.239 INFO:teuthology.orchestra.run.trial053.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:27.239 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:27.239 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:27.266 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr 2026-02-18T05:25:27.580 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:27.645 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:27.663 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:27.663 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:27.664 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:27.684 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T05:25:27.992 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:28.055 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:28.074 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:28.074 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:28.074 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:28.095 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T05:25:28.406 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:28.471 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:28.489 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:28.490 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:28.490 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:28.511 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-rook 2026-02-18T05:25:28.824 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:28.889 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:28.907 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:28.908 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:28.908 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:28.930 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T05:25:29.244 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:29.309 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:29.327 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:29.328 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:29.328 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:29.349 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-fuse 2026-02-18T05:25:29.656 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:29.739 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:29.739 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:29.739 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:29.739 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 942 k 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 2.7 M 2026-02-18T05:25:29.740 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:29.861 INFO:teuthology.orchestra.run.trial053.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.5 MB/s | 942 kB 00:00 2026-02-18T05:25:29.862 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:29.863 INFO:teuthology.orchestra.run.trial053.stdout:Total 7.5 MB/s | 942 kB 00:00 2026-02-18T05:25:29.863 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:29.867 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:29.867 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:29.902 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:29.902 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:29.994 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:30.011 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:30.227 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:30.284 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:30.284 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:30.284 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:30.284 INFO:teuthology.orchestra.run.trial053.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:30.285 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:30.285 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:30.311 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-volume 2026-02-18T05:25:30.624 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:30.688 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:25:30.706 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:30.707 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:30.707 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:30.729 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librados-devel 2026-02-18T05:25:31.041 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:31.127 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:31.127 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:31.127 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-18T05:25:31.127 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:31.127 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:31.127 INFO:teuthology.orchestra.run.trial053.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T05:25:31.127 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:31.128 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:31.128 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:31.128 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-18T05:25:31.128 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:31.128 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 126 k 2026-02-18T05:25:31.128 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 449 k 2026-02-18T05:25:31.128 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:31.213 INFO:teuthology.orchestra.run.trial053.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-18T05:25:31.214 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:31.214 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T05:25:31.214 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:31.216 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:31.216 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:31.249 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:31.249 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:31.306 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:31.323 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:31.408 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:31.468 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:31.468 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:31.468 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:31.468 INFO:teuthology.orchestra.run.trial053.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:31.469 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:31.469 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:31.497 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install libcephfs2 2026-02-18T05:25:31.809 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:31.873 INFO:teuthology.orchestra.run.trial053.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:31.891 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:31.891 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:31.892 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:31.913 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install libcephfs-devel 2026-02-18T05:25:32.222 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:32.304 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:32.305 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:32.305 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-18T05:25:32.305 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:32.305 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 34 k 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 155 k 2026-02-18T05:25:32.306 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:32.368 INFO:teuthology.orchestra.run.trial053.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 549 kB/s | 34 kB 00:00 2026-02-18T05:25:32.368 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:32.369 INFO:teuthology.orchestra.run.trial053.stdout:Total 542 kB/s | 34 kB 00:00 2026-02-18T05:25:32.369 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:32.371 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:32.371 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:32.373 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:32.373 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:32.394 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:32.410 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:32.469 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:32.528 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:32.528 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:32.528 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:32.528 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:32.528 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:32.528 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:32.557 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librados2 2026-02-18T05:25:32.871 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:32.935 INFO:teuthology.orchestra.run.trial053.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:32.953 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:32.954 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:32.954 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:32.976 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librbd1 2026-02-18T05:25:33.284 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:33.349 INFO:teuthology.orchestra.run.trial053.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:33.367 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:33.367 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:33.367 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:33.390 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rados 2026-02-18T05:25:33.696 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:33.760 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:33.777 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:33.778 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:33.778 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:33.800 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rgw 2026-02-18T05:25:34.114 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:34.177 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:34.195 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:34.196 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:34.196 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:34.218 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-cephfs 2026-02-18T05:25:34.537 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:34.601 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:34.619 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:34.620 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:34.620 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:34.642 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rbd 2026-02-18T05:25:34.953 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:35.016 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:25:35.034 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:35.035 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-18T05:25:35.035 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:35.057 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-fuse 2026-02-18T05:25:35.369 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:35.453 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:35.453 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:35.453 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:35.453 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:35.453 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:35.453 INFO:teuthology.orchestra.run.trial053.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 91 k 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 238 k 2026-02-18T05:25:35.454 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:35.538 INFO:teuthology.orchestra.run.trial053.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.1 MB/s | 91 kB 00:00 2026-02-18T05:25:35.538 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:35.538 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.0 MB/s | 91 kB 00:00 2026-02-18T05:25:35.538 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:35.542 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:35.542 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:35.574 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:35.574 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:35.626 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:35.643 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:35.728 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:35.788 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:35.789 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:35.789 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:35.789 INFO:teuthology.orchestra.run.trial053.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:35.789 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:35.789 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:35.816 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-mirror 2026-02-18T05:25:36.132 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:36.214 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:36.215 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:36.216 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-18T05:25:36.216 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:36.216 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 2.9 M 2026-02-18T05:25:36.216 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 11 M 2026-02-18T05:25:36.216 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:36.359 INFO:teuthology.orchestra.run.trial053.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T05:25:36.360 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:36.361 INFO:teuthology.orchestra.run.trial053.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T05:25:36.361 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:36.365 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:36.365 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:36.405 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:36.405 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:36.588 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:36.589 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:36.612 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:36.612 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:25:36.613 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T05:25:36.613 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:25:36.613 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:25:36.613 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:36.931 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:36.931 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:36.931 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:36.932 INFO:teuthology.orchestra.run.trial053.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:36.932 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:36.932 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:36.960 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-nbd 2026-02-18T05:25:37.273 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 05:24:51 AM UTC. 2026-02-18T05:25:37.357 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-18T05:25:37.358 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-18T05:25:37.359 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:37.359 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 180 k 2026-02-18T05:25:37.359 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 498 k 2026-02-18T05:25:37.359 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-18T05:25:37.443 INFO:teuthology.orchestra.run.trial053.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T05:25:37.445 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:37.445 INFO:teuthology.orchestra.run.trial053.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-18T05:25:37.445 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-18T05:25:37.449 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-18T05:25:37.449 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-18T05:25:37.481 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-18T05:25:37.482 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-18T05:25:37.540 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-18T05:25:37.558 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:37.641 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:37.701 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:25:37.702 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:37.702 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-18T05:25:37.702 INFO:teuthology.orchestra.run.trial053.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:25:37.702 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:25:37.702 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-18T05:25:37.732 DEBUG:teuthology.parallel:result is None 2026-02-18T05:25:37.732 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:25:37.861 DEBUG:teuthology.orchestra.run.trial038:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T05:25:37.882 INFO:teuthology.orchestra.run.trial038.stdout:20.2.0-670.gadc19233.el9 2026-02-18T05:25:37.882 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T05:25:37.882 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T05:25:37.884 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:25:38.023 DEBUG:teuthology.orchestra.run.trial053:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T05:25:38.044 INFO:teuthology.orchestra.run.trial053.stdout:20.2.0-670.gadc19233.el9 2026-02-18T05:25:38.044 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T05:25:38.044 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T05:25:38.046 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:25:38.167 DEBUG:teuthology.orchestra.run.trial070:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T05:25:38.188 INFO:teuthology.orchestra.run.trial070.stdout:20.2.0-670.gadc19233.el9 2026-02-18T05:25:38.188 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T05:25:38.189 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T05:25:38.190 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T05:25:38.190 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:25:38.190 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T05:25:38.217 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:25:38.217 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T05:25:38.243 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:25:38.243 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T05:25:38.267 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T05:25:38.268 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:25:38.268 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T05:25:38.293 DEBUG:teuthology.orchestra.run.trial038:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T05:25:38.359 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:25:38.359 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T05:25:38.384 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T05:25:38.450 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:25:38.450 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T05:25:38.476 DEBUG:teuthology.orchestra.run.trial070:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T05:25:38.540 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T05:25:38.540 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:25:38.541 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T05:25:38.566 DEBUG:teuthology.orchestra.run.trial038:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T05:25:38.630 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:25:38.630 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T05:25:38.656 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T05:25:38.719 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:25:38.719 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T05:25:38.742 DEBUG:teuthology.orchestra.run.trial070:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T05:25:38.806 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T05:25:38.807 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:25:38.807 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T05:25:38.831 DEBUG:teuthology.orchestra.run.trial038:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T05:25:38.894 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:25:38.894 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T05:25:38.918 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T05:25:38.982 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:25:38.982 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T05:25:39.006 DEBUG:teuthology.orchestra.run.trial070:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T05:25:39.069 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T05:25:39.162 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, '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'], 'log-only-match': ['CEPHADM_'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T05:25:39.162 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:25:39.164 INFO:tasks.cephadm:Cluster fsid is 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:39.164 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T05:25:39.164 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.38', 'mon.b': '10.20.193.53', 'mon.c': '10.20.193.70'} 2026-02-18T05:25:39.164 INFO:tasks.cephadm:First mon is mon.a on trial038 2026-02-18T05:25:39.164 INFO:tasks.cephadm:First mgr is a 2026-02-18T05:25:39.164 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T05:25:39.164 DEBUG:teuthology.orchestra.run.trial038:> sudo hostname $(hostname -s) 2026-02-18T05:25:39.189 DEBUG:teuthology.orchestra.run.trial053:> sudo hostname $(hostname -s) 2026-02-18T05:25:39.214 DEBUG:teuthology.orchestra.run.trial070:> sudo hostname $(hostname -s) 2026-02-18T05:25:39.239 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-18T05:25:39.240 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:25:39.360 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'ref': '20.2.1_2.17.26-baseline_2', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-17 18:19:08.791671', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.2.0-670-gadc19233', 'package_manager_version': '20.2.0-670.gadc19233', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3038/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-18T05:25:39.480 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref 20.2.1_2.17.26-baseline_2, sha1 adc1923395f2bcd6ae89b5d331d278364d1848ed from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:25:39.481 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm 2026-02-18T05:25:39.481 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm 2026-02-18T05:25:39.481 DEBUG:teuthology.orchestra.run.trial038:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:39.770 INFO:teuthology.orchestra.run.trial038.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:25 /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:39.770 DEBUG:teuthology.orchestra.run.trial053:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:40.067 INFO:teuthology.orchestra.run.trial053.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:25 /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:40.068 DEBUG:teuthology.orchestra.run.trial070:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:40.352 INFO:teuthology.orchestra.run.trial070.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:25 /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:40.352 DEBUG:teuthology.orchestra.run.trial038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:40.369 DEBUG:teuthology.orchestra.run.trial053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:40.388 DEBUG:teuthology.orchestra.run.trial070:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:25:40.413 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed on all hosts... 2026-02-18T05:25:40.413 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:25:40.414 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:25:40.430 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:25:40.566 INFO:teuthology.orchestra.run.trial038.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:25:40.575 INFO:teuthology.orchestra.run.trial053.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:25:40.601 INFO:teuthology.orchestra.run.trial070.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:25:49.024 INFO:teuthology.orchestra.run.trial070.stdout:{ 2026-02-18T05:25:49.024 INFO:teuthology.orchestra.run.trial070.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:25:49.024 INFO:teuthology.orchestra.run.trial070.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:25:49.024 INFO:teuthology.orchestra.run.trial070.stdout: "repo_digests": [ 2026-02-18T05:25:49.024 INFO:teuthology.orchestra.run.trial070.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:25:49.025 INFO:teuthology.orchestra.run.trial070.stdout: ] 2026-02-18T05:25:49.025 INFO:teuthology.orchestra.run.trial070.stdout:} 2026-02-18T05:25:49.037 INFO:teuthology.orchestra.run.trial053.stdout:{ 2026-02-18T05:25:49.038 INFO:teuthology.orchestra.run.trial053.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:25:49.038 INFO:teuthology.orchestra.run.trial053.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:25:49.038 INFO:teuthology.orchestra.run.trial053.stdout: "repo_digests": [ 2026-02-18T05:25:49.038 INFO:teuthology.orchestra.run.trial053.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:25:49.038 INFO:teuthology.orchestra.run.trial053.stdout: ] 2026-02-18T05:25:49.038 INFO:teuthology.orchestra.run.trial053.stdout:} 2026-02-18T05:25:49.040 INFO:teuthology.orchestra.run.trial038.stdout:{ 2026-02-18T05:25:49.040 INFO:teuthology.orchestra.run.trial038.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:25:49.040 INFO:teuthology.orchestra.run.trial038.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:25:49.040 INFO:teuthology.orchestra.run.trial038.stdout: "repo_digests": [ 2026-02-18T05:25:49.040 INFO:teuthology.orchestra.run.trial038.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:25:49.040 INFO:teuthology.orchestra.run.trial038.stdout: ] 2026-02-18T05:25:49.040 INFO:teuthology.orchestra.run.trial038.stdout:} 2026-02-18T05:25:49.059 DEBUG:teuthology.orchestra.run.trial038:> sudo mkdir -p /etc/ceph 2026-02-18T05:25:49.122 DEBUG:teuthology.orchestra.run.trial053:> sudo mkdir -p /etc/ceph 2026-02-18T05:25:49.149 DEBUG:teuthology.orchestra.run.trial070:> sudo mkdir -p /etc/ceph 2026-02-18T05:25:49.177 DEBUG:teuthology.orchestra.run.trial038:> sudo chmod 777 /etc/ceph 2026-02-18T05:25:49.203 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod 777 /etc/ceph 2026-02-18T05:25:49.228 DEBUG:teuthology.orchestra.run.trial070:> sudo chmod 777 /etc/ceph 2026-02-18T05:25:49.252 INFO:tasks.cephadm:Writing seed config... 2026-02-18T05:25:49.254 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-18T05:25:49.254 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-18T05:25:49.254 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-18T05:25:49.254 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-18T05:25:49.255 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-18T05:25:49.255 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-18T05:25:49.255 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-18T05:25:49.255 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-18T05:25:49.255 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-18T05:25:49.256 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:25:49.256 DEBUG:teuthology.orchestra.run.trial038:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-18T05:25:49.272 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 = 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = 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-18T05:25:49.273 DEBUG:teuthology.orchestra.run.trial038:mon.a> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a.service 2026-02-18T05:25:49.314 DEBUG:teuthology.orchestra.run.trial038:mgr.a> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.a.service 2026-02-18T05:25:49.358 INFO:tasks.cephadm:Bootstrapping... 2026-02-18T05:25:49.358 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed -v bootstrap --fsid 42d7561b-0c8a-11f1-a3d0-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.38 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:25:49.496 INFO:teuthology.orchestra.run.trial038.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:25:49.496 INFO:teuthology.orchestra.run.trial038.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed', '-v', 'bootstrap', '--fsid', '42d7561b-0c8a-11f1-a3d0-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.38', '--skip-admin-label'] 2026-02-18T05:25:49.496 INFO:teuthology.orchestra.run.trial038.stdout:Verifying podman|docker is present... 2026-02-18T05:25:49.496 INFO:teuthology.orchestra.run.trial038.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-18T05:25:49.511 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stdout 5.6.0 2026-02-18T05:25:49.511 INFO:teuthology.orchestra.run.trial038.stdout:Verifying lvm2 is present... 2026-02-18T05:25:49.511 INFO:teuthology.orchestra.run.trial038.stdout:Verifying time synchronization is in place... 2026-02-18T05:25:49.518 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T05:25:49.518 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T05:25:49.523 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T05:25:49.524 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout inactive 2026-02-18T05:25:49.530 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout enabled 2026-02-18T05:25:49.536 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout active 2026-02-18T05:25:49.536 INFO:teuthology.orchestra.run.trial038.stdout:Unit chronyd.service is enabled and running 2026-02-18T05:25:49.536 INFO:teuthology.orchestra.run.trial038.stdout:Repeating the final host check... 2026-02-18T05:25:49.552 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stdout 5.6.0 2026-02-18T05:25:49.552 INFO:teuthology.orchestra.run.trial038.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-18T05:25:49.552 INFO:teuthology.orchestra.run.trial038.stdout:systemctl is present 2026-02-18T05:25:49.552 INFO:teuthology.orchestra.run.trial038.stdout:lvcreate is present 2026-02-18T05:25:49.557 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T05:25:49.557 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T05:25:49.562 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T05:25:49.562 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout inactive 2026-02-18T05:25:49.568 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout enabled 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout active 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:Unit chronyd.service is enabled and running 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:Host looks OK 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:Cluster fsid: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:Acquiring lock 139905236034320 on /run/cephadm/42d7561b-0c8a-11f1-a3d0-d404e6e7d460.lock 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:Lock 139905236034320 acquired on /run/cephadm/42d7561b-0c8a-11f1-a3d0-d404e6e7d460.lock 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:Verifying IP 10.20.193.38 port 3300 ... 2026-02-18T05:25:49.575 INFO:teuthology.orchestra.run.trial038.stdout:Verifying IP 10.20.193.38 port 6789 ... 2026-02-18T05:25:49.576 INFO:teuthology.orchestra.run.trial038.stdout:Base mon IP(s) is [10.20.193.38:3300, 10.20.193.38:6789], mon addrv is [v2:10.20.193.38:3300,v1:10.20.193.38:6789] 2026-02-18T05:25:49.578 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.38 metric 102 2026-02-18T05:25:49.578 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.38 metric 102 2026-02-18T05:25:49.578 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-18T05:25:49.580 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-18T05:25:49.581 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-18T05:25:49.581 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-18T05:25:49.584 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-18T05:25:49.584 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-18T05:25:49.584 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:25:49.584 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-18T05:25:49.584 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout inet6 fe80::b28c:4e9f:b3ce:46d7/64 scope link noprefixroute 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5ed4/64 scope link 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:Mon IP `10.20.193.38` is in CIDR network `10.20.192.0/20` 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:Mon IP `10.20.193.38` is in CIDR network `10.20.192.0/20` 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-18T05:25:49.585 INFO:teuthology.orchestra.run.trial038.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:25:49.807 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stdout c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T05:25:49.807 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:25:49.807 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stderr Getting image source signatures 2026-02-18T05:25:49.807 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-18T05:25:49.807 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stderr Copying blob sha256:ddefcddf6ef03d04de1b3dcc9836d89822cd11e5095471fffeae38220180f545 2026-02-18T05:25:49.808 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stderr Copying config sha256:c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T05:25:49.808 INFO:teuthology.orchestra.run.trial038.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-18T05:25:50.061 INFO:teuthology.orchestra.run.trial038.stdout:ceph: stdout ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T05:25:50.061 INFO:teuthology.orchestra.run.trial038.stdout:Ceph version: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T05:25:50.061 INFO:teuthology.orchestra.run.trial038.stdout:Extracting ceph user uid/gid from container image... 2026-02-18T05:25:50.315 INFO:teuthology.orchestra.run.trial038.stdout:stat: stdout 167 167 2026-02-18T05:25:50.316 INFO:teuthology.orchestra.run.trial038.stdout:Creating initial keys... 2026-02-18T05:25:50.580 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph-authtool: stdout AQBeTZVpxg+bGxAAqjdxtYgqkCC6mBapq3lNLQ== 2026-02-18T05:25:50.854 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph-authtool: stdout AQBeTZVphyreKxAAyD4GoOSc2Ta20XqwJoGSIQ== 2026-02-18T05:25:51.141 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph-authtool: stdout AQBfTZVpbcF5ABAAKMgQU5HpcxPccvFtyQUnGQ== 2026-02-18T05:25:51.142 INFO:teuthology.orchestra.run.trial038.stdout:Creating initial monmap... 2026-02-18T05:25:51.424 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T05:25:51.424 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-18T05:25:51.424 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:51.425 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T05:25:51.425 INFO:teuthology.orchestra.run.trial038.stdout:monmaptool for a [v2:10.20.193.38:3300,v1:10.20.193.38:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T05:25:51.425 INFO:teuthology.orchestra.run.trial038.stdout:setting min_mon_release = tentacle 2026-02-18T05:25:51.425 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/monmaptool: set fsid to 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:51.425 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T05:25:51.425 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:25:51.425 INFO:teuthology.orchestra.run.trial038.stdout:Creating mon... 2026-02-18T05:25:51.707 INFO:teuthology.orchestra.run.trial038.stdout:create mon.a on 2026-02-18T05:25:51.872 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-18T05:25:51.974 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-18T05:25:52.082 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460.target → /etc/systemd/system/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460.target. 2026-02-18T05:25:52.082 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460.target → /etc/systemd/system/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460.target. 2026-02-18T05:25:52.205 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a 2026-02-18T05:25:52.205 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Failed to reset failed state of unit ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a.service: Unit ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a.service not loaded. 2026-02-18T05:25:52.321 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460.target.wants/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@.service. 2026-02-18T05:25:52.476 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:25:52.476 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout disabled 2026-02-18T05:25:52.483 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:25:52.483 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout inactive 2026-02-18T05:25:52.483 INFO:teuthology.orchestra.run.trial038.stdout:firewalld.service is not enabled 2026-02-18T05:25:52.483 INFO:teuthology.orchestra.run.trial038.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T05:25:52.483 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for mon to start... 2026-02-18T05:25:52.483 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for mon... 2026-02-18T05:25:52.780 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout cluster: 2026-02-18T05:25:52.780 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout id: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:52.780 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-18T05:25:52.780 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:52.780 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout services: 2026-02-18T05:25:52.780 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.157511s) [leader: a] 2026-02-18T05:25:52.780 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout data: 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout pgs: 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:mon is available 2026-02-18T05:25:52.781 INFO:teuthology.orchestra.run.trial038.stdout:Assimilating anything we can from ceph.conf... 2026-02-18T05:25:53.072 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:53.072 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T05:25:53.072 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout fsid = 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:53.072 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T05:25:53.072 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.38:3300,v1:10.20.193.38:6789] 2026-02-18T05:25:53.072 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T05:25:53.072 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T05:25:53.073 INFO:teuthology.orchestra.run.trial038.stdout:Generating new minimal ceph.conf... 2026-02-18T05:25:53.350 INFO:teuthology.orchestra.run.trial038.stdout:Restarting the monitor... 2026-02-18T05:25:53.657 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a[20938]: 2026-02-18T05:25:53.432+0000 7f691f9c4640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-18T05:25:53.657 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 podman[21333]: 2026-02-18 05:25:53.656134128 +0000 UTC m=+0.238663175 container died 956bd83a425a6a391f9df64c929735de66a5cb9e3a025a9ee8977f65c2966035 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2) 2026-02-18T05:25:53.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 podman[21333]: 2026-02-18 05:25:53.766534431 +0000 UTC m=+0.349063468 container remove 956bd83a425a6a391f9df64c929735de66a5cb9e3a025a9ee8977f65c2966035 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2026-02-18T05:25:53.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 bash[21333]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a 2026-02-18T05:25:53.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 systemd[1]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-18T05:25:53.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 systemd[1]: Stopped Ceph mon.a for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460. 2026-02-18T05:25:53.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 systemd[1]: Starting Ceph mon.a for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:25:53.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 podman[21471]: 2026-02-18 05:25:53.905003745 +0000 UTC m=+0.016429122 container create 2d8e3d4295b5db1c39e8a7d6038259d8710cdc67086477833c20dcc7cac65dd7 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, OSD_FLAVOR=debug) 2026-02-18T05:25:53.943 INFO:teuthology.orchestra.run.trial038.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-18T05:25:54.251 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 podman[21471]: 2026-02-18 05:25:53.934725371 +0000 UTC m=+0.046150688 container init 2d8e3d4295b5db1c39e8a7d6038259d8710cdc67086477833c20dcc7cac65dd7 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:25:54.251 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 podman[21471]: 2026-02-18 05:25:53.938120719 +0000 UTC m=+0.049546036 container start 2d8e3d4295b5db1c39e8a7d6038259d8710cdc67086477833c20dcc7cac65dd7 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0) 2026-02-18T05:25:54.251 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 bash[21471]: 2d8e3d4295b5db1c39e8a7d6038259d8710cdc67086477833c20dcc7cac65dd7 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 podman[21471]: 2026-02-18 05:25:53.897754055 +0000 UTC m=+0.009179362 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 systemd[1]: Started Ceph mon.a for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460. 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: set uid:gid to 167:167 (ceph:ceph) 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: pidfile_write: ignore empty --pid-file 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: load: jerasure load: lrc 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: RocksDB version: 7.9.2 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Git sha 0 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-18T05:25:54.252 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: DB SUMMARY 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: DB Session ID: W4ZZ4ROUS1Q6P1RNGV3E 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: CURRENT file: CURRENT 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: IDENTITY file: IDENTITY 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76499 ; 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.error_if_exists: 0 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.create_if_missing: 0 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.paranoid_checks: 1 2026-02-18T05:25:54.253 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.env: 0x5593d50c7100 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.fs: PosixFileSystem 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.info_log: 0x5593da2d1b00 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_file_opening_threads: 16 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.statistics: (nil) 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.use_fsync: 0 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_log_file_size: 0 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-18T05:25:54.254 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.keep_log_file_num: 1000 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.recycle_log_file_num: 0 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.allow_fallocate: 1 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.allow_mmap_reads: 0 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.allow_mmap_writes: 0 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.use_direct_reads: 0 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.create_missing_column_families: 0 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.db_log_dir: 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.wal_dir: 2026-02-18T05:25:54.255 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.advise_random_on_open: 1 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.db_write_buffer_size: 0 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.write_buffer_manager: 0x5593da2d4500 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-18T05:25:54.256 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.rate_limiter: (nil) 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.wal_recovery_mode: 2 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.enable_thread_tracking: 0 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.enable_pipelined_write: 0 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.unordered_write: 0 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.row_cache: None 2026-02-18T05:25:54.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.wal_filter: None 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.allow_ingest_behind: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.two_write_queues: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.manual_wal_flush: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.wal_compression: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.atomic_flush: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.log_readahead_size: 0 2026-02-18T05:25:54.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.best_efforts_recovery: 0 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.allow_data_in_errors: 0 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.db_host_id: __hostname__ 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_background_jobs: 2 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_background_compactions: -1 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_subcompactions: 1 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-18T05:25:54.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_total_wal_size: 0 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_open_files: -1 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bytes_per_sync: 0 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_readahead_size: 0 2026-02-18T05:25:54.260 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_background_flushes: -1 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Compression algorithms supported: 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kZSTD supported: 0 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kXpressCompression supported: 0 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kBZip2Compression supported: 0 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kLZ4Compression supported: 1 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kZlibCompression supported: 1 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kLZ4HCCompression supported: 1 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: kSnappyCompression supported: 1 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-18T05:25:54.261 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.merge_operator: 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_filter: None 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_filter_factory: None 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.sst_partitioner_factory: None 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5593da2d03c0) 2026-02-18T05:25:54.262 INFO:journalctl@ceph.mon.a.trial038.stdout: cache_index_and_filter_blocks: 1 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: pin_top_level_index_and_filter: 1 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: index_type: 0 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: data_block_index_type: 0 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: index_shortening: 1 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: checksum: 4 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: no_block_cache: 0 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: block_cache: 0x5593da2f1b90 2026-02-18T05:25:54.263 INFO:journalctl@ceph.mon.a.trial038.stdout: block_cache_name: BinnedLRUCache 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: block_cache_options: 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: capacity : 536870912 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: num_shard_bits : 4 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: strict_capacity_limit : 0 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: high_pri_pool_ratio: 0.000 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: block_cache_compressed: (nil) 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: persistent_cache: (nil) 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: block_size: 4096 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: block_size_deviation: 10 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: block_restart_interval: 16 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: index_block_restart_interval: 1 2026-02-18T05:25:54.264 INFO:journalctl@ceph.mon.a.trial038.stdout: metadata_block_size: 4096 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: partition_filters: 0 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: use_delta_encoding: 1 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: filter_policy: bloomfilter 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: whole_key_filtering: 1 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: verify_compression: 0 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: read_amp_bytes_per_bit: 0 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: format_version: 5 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: enable_index_compression: 1 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: block_align: 0 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: max_auto_readahead_size: 262144 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: prepopulate_block_cache: 0 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: initial_auto_readahead_size: 8192 2026-02-18T05:25:54.265 INFO:journalctl@ceph.mon.a.trial038.stdout: num_file_reads_for_auto_readahead: 2 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.write_buffer_size: 33554432 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_write_buffer_number: 2 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression: NoCompression 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression: Disabled 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.prefix_extractor: nullptr 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.num_levels: 7 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-18T05:25:54.266 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.level: 32767 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.strategy: 0 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:25:54.267 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.enabled: false 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.target_file_size_base: 67108864 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-18T05:25:54.268 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.arena_block_size: 1048576 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.disable_auto_compactions: 0 2026-02-18T05:25:54.269 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.inplace_update_support: 0 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-18T05:25:54.270 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.bloom_locality: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.max_successive_merges: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.paranoid_file_checks: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.force_consistency_checks: 1 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.report_bg_io_stats: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.ttl: 2592000 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-18T05:25:54.271 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.enable_blob_files: false 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.min_blob_size: 0 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.blob_file_size: 268435456 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.blob_file_starting_level: 0 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2026-02-18T05:25:54.272 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b8c5d2f2-648e-4d55-9b5d-dd821cf284fb 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392353966602, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392353967261, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73591, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71866, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9783, "raw_average_key_size": 48, "raw_value_size": 66280, "raw_average_value_size": 331, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771392353, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b8c5d2f2-648e-4d55-9b5d-dd821cf284fb", "db_session_id": "W4ZZ4ROUS1Q6P1RNGV3E", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392353967316, "job": 1, "event": "recovery_finished"} 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5593da2f4700 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: DB pointer 0x5593da306000 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-18T05:25:54.273 INFO:journalctl@ceph.mon.a.trial038.stdout: ** DB Stats ** 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: ** Compaction Stats [default] ** 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: L0 2/0 73.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 155.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:25:54.274 INFO:journalctl@ceph.mon.a.trial038.stdout: Sum 2/0 73.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 155.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 155.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: ** Compaction Stats [default] ** 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 155.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-18T05:25:54.275 INFO:journalctl@ceph.mon.a.trial038.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: Cumulative compaction: 0.00 GB write, 26.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: Interval compaction: 0.00 GB write, 26.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: Block cache BinnedLRUCache@0x5593da2f1b90#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.72 KB,0.000137091%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-18T05:25:54.276 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: starting mon.a rank 0 at public addrs [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] at bind addrs [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???) e1 preinit fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???).mds e1 new map 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???).mds e1 print_map 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout: e1 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout: btime 2026-02-18T05:25:52:499312+0000 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout: legacy client fscid: -1 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout: 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout: No filesystems configured 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-18T05:25:54.277 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:53 trial038 ceph-mon[21520]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: monmap epoch 1 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: last_changed 2026-02-18T05:25:51.293944+0000 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: min_mon_release 20 (tentacle) 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: election_strategy: 1 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: fsmap 2026-02-18T05:25:54.278 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: osdmap e1: 0 total, 0 up, 0 in 2026-02-18T05:25:54.279 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:54 trial038 ceph-mon[21520]: mgrmap e1: no daemons active 2026-02-18T05:25:54.280 INFO:teuthology.orchestra.run.trial038.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-18T05:25:54.280 INFO:teuthology.orchestra.run.trial038.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:25:54.280 INFO:teuthology.orchestra.run.trial038.stdout:Creating mgr... 2026-02-18T05:25:54.280 INFO:teuthology.orchestra.run.trial038.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-18T05:25:54.280 INFO:teuthology.orchestra.run.trial038.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-18T05:25:54.390 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.a 2026-02-18T05:25:54.390 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Failed to reset failed state of unit ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.a.service: Unit ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.a.service not loaded. 2026-02-18T05:25:54.503 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460.target.wants/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@.service. 2026-02-18T05:25:54.668 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:25:54.669 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout disabled 2026-02-18T05:25:54.675 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:25:54.675 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout inactive 2026-02-18T05:25:54.676 INFO:teuthology.orchestra.run.trial038.stdout:firewalld.service is not enabled 2026-02-18T05:25:54.676 INFO:teuthology.orchestra.run.trial038.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T05:25:54.683 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:25:54.683 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout disabled 2026-02-18T05:25:54.689 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:25:54.689 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout inactive 2026-02-18T05:25:54.690 INFO:teuthology.orchestra.run.trial038.stdout:firewalld.service is not enabled 2026-02-18T05:25:54.690 INFO:teuthology.orchestra.run.trial038.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-18T05:25:54.690 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for mgr to start... 2026-02-18T05:25:54.690 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for mgr... 2026-02-18T05:25:54.996 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:54.996 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:25:54.996 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "fsid": "42d7561b-0c8a-11f1-a3d0-d404e6e7d460", 2026-02-18T05:25:54.996 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:25:54.996 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:25:54.996 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:54.997 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:54.998 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:25:52:499312+0000", 2026-02-18T05:25:54.999 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:55.000 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:25:55.001 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:55.001 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:25:52.499986+0000", 2026-02-18T05:25:55.001 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:25:55.001 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:55.001 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:25:55.001 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:25:55.001 INFO:teuthology.orchestra.run.trial038.stdout:mgr not available, waiting (1/15)... 2026-02-18T05:25:55.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:55 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/33564279' entity='client.admin' 2026-02-18T05:25:55.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:55 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/4271680569' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:25:55.928 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:25:55 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: from numpy import show_config as show_numpy_config 2026-02-18T05:25:57.281 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:57 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3144218066' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:25:57.291 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "fsid": "42d7561b-0c8a-11f1-a3d0-d404e6e7d460", 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:25:57.292 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:57.293 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:25:57.294 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:25:52:499312+0000", 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T05:25:57.295 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:25:52.499986+0000", 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:25:57.296 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:25:57.297 INFO:teuthology.orchestra.run.trial038.stdout:mgr not available, waiting (2/15)... 2026-02-18T05:25:58.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: Activating manager daemon a 2026-02-18T05:25:58.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: mgrmap e2: a(active, starting, since 0.00333749s) 2026-02-18T05:25:58.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: Manager daemon a is now available 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' 2026-02-18T05:25:58.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:58 trial038 ceph-mon[21520]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' 2026-02-18T05:25:59.577 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:25:59 trial038 ceph-mon[21520]: mgrmap e3: a(active, since 1.0064s) 2026-02-18T05:25:59.707 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:25:59.707 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:25:59.707 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "fsid": "42d7561b-0c8a-11f1-a3d0-d404e6e7d460", 2026-02-18T05:25:59.707 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:25:59.708 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:25:59.709 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:59.710 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:25:52:499312+0000", 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:25:59.711 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:25:52.499986+0000", 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:25:59.712 INFO:teuthology.orchestra.run.trial038.stdout:mgr is available 2026-02-18T05:26:00.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:26:00.073 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout fsid = 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.38:3300,v1:10.20.193.38:6789] 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 2026-02-18T05:26:00.074 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T05:26:00.075 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T05:26:00.075 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T05:26:00.075 INFO:teuthology.orchestra.run.trial038.stdout:Enabling cephadm module... 2026-02-18T05:26:00.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:00 trial038 ceph-mon[21520]: mgrmap e4: a(active, since 2s) 2026-02-18T05:26:00.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:00 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1746021423' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:26:00.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:00 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2444189881' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-18T05:26:00.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:00 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2444189881' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-18T05:26:00.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:00 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/212296801' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-18T05:26:01.357 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: ignoring --setuser ceph since I am not root 2026-02-18T05:26:01.358 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: ignoring --setgroup ceph since I am not root 2026-02-18T05:26:01.483 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:26:01.483 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-18T05:26:01.483 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:26:01.483 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-18T05:26:01.483 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T05:26:01.484 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:26:01.484 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for the mgr to restart... 2026-02-18T05:26:01.484 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for mgr epoch 5... 2026-02-18T05:26:02.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/212296801' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-18T05:26:02.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-mon[21520]: mgrmap e5: a(active, since 3s) 2026-02-18T05:26:02.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3190209478' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:26:02.429 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-18T05:26:02.429 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-18T05:26:02.429 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:01 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: from numpy import show_config as show_numpy_config 2026-02-18T05:26:04.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: Active manager daemon a restarted 2026-02-18T05:26:04.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: Activating manager daemon a 2026-02-18T05:26:04.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: osdmap e2: 0 total, 0 up, 0 in 2026-02-18T05:26:04.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: mgrmap e6: a(active, starting, since 0.00318051s) 2026-02-18T05:26:04.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:04.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:26:04.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:26:04.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:26:04.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:26:04.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:03 trial038 ceph-mon[21520]: Manager daemon a is now available 2026-02-18T05:26:04.873 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:26:04.873 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-18T05:26:04.873 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T05:26:04.873 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:26:04.874 INFO:teuthology.orchestra.run.trial038.stdout:mgr epoch 5 is available 2026-02-18T05:26:04.874 INFO:teuthology.orchestra.run.trial038.stdout:Verifying orchestrator module is enabled... 2026-02-18T05:26:05.866 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: Found migration_current of "None". Setting to last migration. 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:26:05.867 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: mgrmap e7: a(active, since 1.00432s) 2026-02-18T05:26:05.868 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:26:05.868 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/984015162' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-18T05:26:05.868 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:05 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:05.871 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-18T05:26:05.872 INFO:teuthology.orchestra.run.trial038.stdout:Setting orchestrator backend to cephadm... 2026-02-18T05:26:06.619 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-18T05:26:06.619 INFO:teuthology.orchestra.run.trial038.stdout:Generating ssh key... 2026-02-18T05:26:06.999 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:05] ENGINE Bus STARTING 2026-02-18T05:26:06.999 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:05] ENGINE Serving on http://10.20.193.38:8765 2026-02-18T05:26:06.999 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:05] ENGINE Serving on https://10.20.193.38:7150 2026-02-18T05:26:07.000 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:05] ENGINE Bus STARTED 2026-02-18T05:26:07.000 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:05] ENGINE Client ('10.20.193.38', 58816) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:26:07.000 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/984015162' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-18T05:26:07.000 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: mgrmap e8: a(active, since 2s) 2026-02-18T05:26:07.000 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:07.000 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:07.000 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: Generating public/private ed25519 key pair. 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: Your identification has been saved in /tmp/tmpw0nrbok9/key 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: Your public key has been saved in /tmp/tmpw0nrbok9/key.pub 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: The key fingerprint is: 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: SHA256:8zrvHVT1b7d8qFEH4eK3KNze2r4mpxK2+5n/Ch6TCzc ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: The key's randomart image is: 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: +--[ED25519 256]--+ 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | . .| 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | . o.| 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | . + .| 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | . o ..| 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | S o o =| 2026-02-18T05:26:07.001 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | +oo =.=o| 2026-02-18T05:26:07.002 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | .=oE oo.| 2026-02-18T05:26:07.002 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | ..oB.#o .| 2026-02-18T05:26:07.002 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: | .+++%OB+.| 2026-02-18T05:26:07.002 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:06 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: +----[SHA256]-----+ 2026-02-18T05:26:07.364 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID66yC9pQYnZnp2ZI1a9LYCuJH4C48chxf1OHRZbSlTx ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:07.364 INFO:teuthology.orchestra.run.trial038.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:26:07.364 INFO:teuthology.orchestra.run.trial038.stdout:Adding key to root@localhost authorized_keys... 2026-02-18T05:26:07.365 INFO:teuthology.orchestra.run.trial038.stdout:Adding host trial038... 2026-02-18T05:26:08.125 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:07 trial038 ceph-mon[21520]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:08.125 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:07 trial038 ceph-mon[21520]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:08.125 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:07 trial038 ceph-mon[21520]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:08.125 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:07 trial038 ceph-mon[21520]: Generating ssh key... 2026-02-18T05:26:08.125 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:07 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:08.125 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:07 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:09.157 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:08 trial038 ceph-mon[21520]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:09.157 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:08 trial038 ceph-mon[21520]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial038", "addr": "10.20.193.38", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:09.157 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:08 trial038 ceph-mon[21520]: Deploying cephadm binary to trial038 2026-02-18T05:26:09.283 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout Added host 'trial038' with addr '10.20.193.38' 2026-02-18T05:26:09.283 INFO:teuthology.orchestra.run.trial038.stdout:Deploying unmanaged mon service... 2026-02-18T05:26:09.669 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-18T05:26:09.669 INFO:teuthology.orchestra.run.trial038.stdout:Deploying unmanaged mgr service... 2026-02-18T05:26:10.045 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-18T05:26:10.317 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:10.317 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: Added host trial038 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: Saving service mon spec with placement count:5 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: Saving service mgr spec with placement count:2 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:10.318 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:10 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:10.828 INFO:teuthology.orchestra.run.trial038.stdout:Enabling the dashboard module... 2026-02-18T05:26:11.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:11 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1862743709' entity='client.admin' 2026-02-18T05:26:11.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:11 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:11.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:11 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/4014122671' entity='client.admin' 2026-02-18T05:26:11.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:11 trial038 ceph-mon[21520]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:11.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:11 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3016477708' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-18T05:26:12.166 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:11 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: ignoring --setuser ceph since I am not root 2026-02-18T05:26:12.166 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:11 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: ignoring --setgroup ceph since I am not root 2026-02-18T05:26:12.559 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:26:12.559 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-18T05:26:12.559 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:26:12.559 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-18T05:26:12.559 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T05:26:12.560 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:26:12.560 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for the mgr to restart... 2026-02-18T05:26:12.560 INFO:teuthology.orchestra.run.trial038.stdout:Waiting for mgr epoch 9... 2026-02-18T05:26:12.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:12 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3016477708' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-18T05:26:12.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:12 trial038 ceph-mon[21520]: mgrmap e9: a(active, since 8s) 2026-02-18T05:26:12.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:12 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/122611637' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:26:12.928 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:12 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-18T05:26:12.929 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:12 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-18T05:26:12.929 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:12 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: from numpy import show_config as show_numpy_config 2026-02-18T05:26:14.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: Active manager daemon a restarted 2026-02-18T05:26:14.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: Activating manager daemon a 2026-02-18T05:26:14.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: osdmap e3: 0 total, 0 up, 0 in 2026-02-18T05:26:14.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: mgrmap e10: a(active, starting, since 0.00310173s) 2026-02-18T05:26:14.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:14.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:26:14.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:26:14.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:26:14.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:26:14.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:14 trial038 ceph-mon[21520]: Manager daemon a is now available 2026-02-18T05:26:15.746 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:26:15.746 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-18T05:26:15.746 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T05:26:15.746 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:26:15.746 INFO:teuthology.orchestra.run.trial038.stdout:mgr epoch 9 is available 2026-02-18T05:26:15.746 INFO:teuthology.orchestra.run.trial038.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-18T05:26:15.861 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:15.861 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:26:15.861 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:26:15.861 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:15.861 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:15 trial038 ceph-mon[21520]: mgrmap e11: a(active, since 1.00566s) 2026-02-18T05:26:15.861 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:16.389 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUY73/y+/D9dWjwEqITIN/eMM+eBAwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDIxODA1MjYxNloXDTI5\nMDIxNzA1MjYxNlowFzEVMBMGA1UEAwwMMTAuMjAuMTkzLjM4MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAsHRY0SQIencCiR+11sVa9D8bEU3qA1Tgav7g\n+pVkl0YI/YmPMpRkA4MfO/E8eF8QZ+xTDrcKjWQ7xp/dTCZglxFMZ6MfPAVN4Ys3\nWs1xPv9tMySxwKdfv1ShbH+Ne1Gs74b5ncxq4bR+zKVfyB1OVPJMaNc2Zl4sb/GY\n9R3sd83MpXgNbY3aC5n9TMs9+4zqyVUBmTC0BPfoBioHLhf1uOzMIWWFr1O9t28S\n5eHuLP/hNI7bXFHap26FMuy7MXg+HtvhBNj6qv+XNf+FNZNgGW8jmBO7Se0NUGwq\ncMTx5qS8iMTSaYwHvtH9ObHODrznVi1bg99j/v/8QX+ZEx2rUcn//+OdKYG8FQRZ\nPv18IS8kMFn4eN86B/ogxHh0NOIXHZRRzjsRot6RAKd2S33OeK+pVTRv7y4k5IGH\nWKJQ2zYp8mTo6Dq1HD+BL07vYy3zo8sn9B8MTwviTCUF0wjfZe7ywzdpCBVPreXt\nDcHyVZRbPOdlWjxQ5i0ABprwB6Cp+y8GZ83eCPHOKaEG3aCrH88Q2AjsPL+SkoqS\nbYGL1d/fzbVhU5R5cf5RGEsDu5XIkGxqXL0g0a9ATv1KAMgikKg539PbhY5K2fJ8\ngR9v8PJRv9GoosKbfJS6Olmb1SC8lOcu/EThdJbYIIW9Aluh6bE6RXLDzU04qGBq\nQimPeV8CAwEAAaM+MDwwLAYDVR0RBCUwI4IIdHJpYWwwMziCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwQKFMEmMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAEXS\n5tSvHcMo6b/bv+/ETBgUxaN6/FEdfsEh8+5b7tjds40CJyRYpEo4A8Sl8uogqcn4\n3NtwGs8CEAMp9nxtKMghxsT4fw2xsno1U+qCPdNja/HFJ7OHDx2cBp6gSc8+Q/++\n1dOYOGtrECJXgy6xbmjhEtmRuy/usqgArnhxbIuyiU0dM3zeA02gQIr/U1KFDT7u\nRfROiIGHp83tnH0XmC3puc02cGxmjtcoym59J/c16IIqsgb48PL57KUIgggHseyh\nUduDpcfVkm+h78KeseqmNHSt1SoIM4+77WyqeM3A4w0OUi6yfsHBC4wG9mWgUD4u\nJdCCeVblnOeKUkkzK1HSKsVn22SaFM2jxcySOh3SyrJqI9eGbIDUYJAZBsiVX5Qf\nnWEXw5yNV7Q030MZMXVxPUQWlfyYXeujPrEuGu4jYLHwf+72WSEywi63vEUz7FRV\nFFD0NxkoG1Bf7OLDoBNH4bcPi+UIpC/DeIxfMTa/O3MwCLSoWYEuT7qKo430W0mA\nVY+RYZnhvIvB1eGjEi1ogmuqPNu6SDbpagoCDe7AahIH7dvt5PQvmyKY3+86noof\nsZAiVjcNnuG3ghTC4Y8VRO+/wbpI7QSUnfn6WXomKoxBI6cW8T4eQzbVh2uunBA1\nwY9Qs4K+hYMUCkL8j6HyYVt/UiODvZNTDVQS9f9A\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAsHRY0SQIencCiR+11sVa9D8bEU3qA1Tgav7g+pVkl0YI/YmP\nMpRkA4MfO/E8eF8QZ+xTDrcKjWQ7xp/dTCZglxFMZ6MfPAVN4Ys3Ws1xPv9tMySx\nwKdfv1ShbH+Ne1Gs74b5ncxq4bR+zKVfyB1OVPJMaNc2Zl4sb/GY9R3sd83MpXgN\nbY3aC5n9TMs9+4zqyVUBmTC0BPfoBioHLhf1uOzMIWWFr1O9t28S5eHuLP/hNI7b\nXFHap26FMuy7MXg+HtvhBNj6qv+XNf+FNZNgGW8jmBO7Se0NUGwqcMTx5qS8iMTS\naYwHvtH9ObHODrznVi1bg99j/v/8QX+ZEx2rUcn//+OdKYG8FQRZPv18IS8kMFn4\neN86B/ogxHh0NOIXHZRRzjsRot6RAKd2S33OeK+pVTRv7y4k5IGHWKJQ2zYp8mTo\n6Dq1HD+BL07vYy3zo8sn9B8MTwviTCUF0wjfZe7ywzdpCBVPreXtDcHyVZRbPOdl\nWjxQ5i0ABprwB6Cp+y8GZ83eCPHOKaEG3aCrH88Q2AjsPL+SkoqSbYGL1d/fzbVh\nU5R5cf5RGEsDu5XIkGxqXL0g0a9ATv1KAMgikKg539PbhY5K2fJ8gR9v8PJRv9Go\nosKbfJS6Olmb1SC8lOcu/EThdJbYIIW9Aluh6bE6RXLDzU04qGBqQimPeV8CAwEA\nAQKCAgAWgC+XM7YVD7n2DGIeqfnoLWfhNANEO32Gh0vfCE/UbmzVD8Z/16ZNQFoq\nRZ/FZbHs3pjUxoiE8SQiNt58SGSGvwD0MjvYZoDA4wTDAnGPa/jbzbEQ9QbjmgIf\nmMBM2mRoAtkvwxJaB68nn2rwVLRZZrBRqifYs+eMus0bbJ5rxIV1EDL+JlmIozFG\nqqATxKtn0vwqMaiy/X3L024o9Ysy8pcxJwX+Dnqhuns5by709AgesJzOT+3G7fP0\nQ3W3YDLjsnwmJxkH1yHME/JDm7BkbeSnDtUSHzVUbQaYbLTACX+1HQwLw3x1W8ej\npMW24WXKemwyC7lvmerr2z6EzoK67AaOh2NCY7FH7D73IhXEhI/1kVzFCEcNkJpU\nJSATz0No+R4wZ+C8g7wquT1+OHp61gZpyp38UFGRVe7YSj6/zhfyHioErf4K554h\nLlBrYO+09YU9VWiVeer97NYAWAHX8k+zkHJDHKN+FXQxYhYnUQRVY+MqSefvSatw\nzDVB/HIgLoVES+NvpXf5KoAvUuTQhQfcVwUIYp7fZzkBdn/U2+36Nr4gyOp1OpUy\nJ3WbWwnIxo8kN7KwPEvMkoo62MtoR8uylKu/KapG+eJ5xFlpRaFSmZfC8kW+xqkm\nPfwZrx/uXQrvtGq28WWYXHN9cdvrcMHvbYWL2ozOlMyDbWGPEQKCAQEA13zVDVwL\ng1EM8BsvrnNicB04NVsWXkDe2V3jKLJQudjzJYz+4mfbi8ZhtLYmIgSbpkUgVQcx\nh8bpzmbT+v1g2Fbde7DoHTEpcpSEImi7NjSYeCFeDbh/3DipZtgIjU8E9lYlVFCo\n6asv6l6bObCif3ExrxGD/QdH4fjcmBmLw+tT2DERTm1D/OfJ/opPCAERH77VMEkT\nncrVTKnOeiADtuTvdundpk4A5REc+Au6KNU0FzdW0mQO8Nj/MWD2diB8rXqjKVjt\n9GNENB3QzpZoCpxogi7QHHCzWmxAP1xtrEolK2utPl+HohsD5miwLfWfCvUN6/ng\nw+Zoy3+7FoQI1wKCAQEA0aDlHi/ogpQ2zxOXQaaMQL5NyHXbKm60TeMNcJbSv0mV\nqaP0kDoj0hTUoqtU/mXOcJ30krX/1qX6OZHafApbAMy78ww7DYiTwbY1l0N8w6rk\nE5QlUYGMRLFzsiRxP5wFT/zma+hSdfhnh8FVc/YN50BLPHoADyAqe1g0aAwtc2zQ\nTm0ZcQVDA605PK6tkFvHAiPtf6rt1krotQckLNh+8AHwoeQRsqRwDk0KGYoJ6/s9\nMvwa3/UYytbpaR/77A2/NjTTVqhWT0Tnb9f5t8Vrpjo4T/xNjDMluhuWsb99qCrV\nCZ9x94PgBoUfQWHs3Ufl6E26KYruVz8o9Lu2ppLauQKCAQA7o2brrZ/aFiJ4iW2m\n4HRMByo5Sh5ks5t5mUx3RPKmnO6eY+lfC9NtWdhMxWTEYXYajGMoZTdGFr06zKa6\nfknBVjkyNIHpImQQPB5dz5KQq/nOtZ1sOrXYYy4vMncbdNUwwCLQtQoqsaAvQ0O+\nsa4ni1Ju23AmJU+1sMSMq/VMoeKwoNPjWsZIRnZXJjw9QN5WZOBn3rG5KBvkfdKR\nZi7g/Xdw98TKdCg3PYdA9y3sgyVJj51N2TdxXP0z01wi0VbwRFLH7L7etmJ38hCK\nPIJK/YLHFOGwHVjmG7OkVZZc6qBi5ggqjRHiwYtQx4SLE8GSrMPPnXahgTFbsNw8\nnQo9AoIBAHSlx1jI5+ThfK42BJDvkFPmkXneuxodiA9fLPddtd/jnnhLV6d58rzQ\nApKSLDVziTB5dMK+q6JRsa+fTaiASqtjQaK5R5L8UNwV/DQzxZVL3qZWZX25TMhc\nxjh2tt3if8JGxCF/oYMrutB78IUaghoQWM1KRgYkq/7+0gqj3BbCkhdR9jpB50yA\nc70kpkgSCedS/rFv9/CqtlsloieiQOBk8/Xh50c04XXTwK79dQ/vOdrJFltRE36r\noC5zMcfkzmXnd0JdYcmyWeaOk9KC9KgG9ZbsmmpNe8zX1T8Lg2y0iN9V7iEBLQPz\nx7SmPRvVCkX+Gn1LZdz+tFearMR8K2ECggEBAKg2Z8X185cjUTTs8AM/4hLvaeb2\nXRIOZm1zv5erNIUtVSx4JLG5GPNFTArZ0WsFY1YgSpNlpWFvKMVMaqkQQ3dGy4+q\nyjf9dNoNEn/rZbAH58/T6xRSSh4VcbvQ8E4RWMtuZPqZpzi5iszSZg3raU475MtY\ncuTlZL08Vmh9a18YWLxWayu3NevtM+EkRHZzfT+gD56EAX+S2oeU4YHHji5cfaE5\nbMg6tsHrwJ2rUIIVyXx19WRyvRohukCa4UhcryU7Rmh6EX4y03EPjHtu9vQ6u9c1\nDbIkd/AZJvCftX9286h31tpQUiPAYzFif4EZlom63SQCOgP012Y6tgB4RLI=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-18T05:26:16.768 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-18T05:26:16.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:16 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:15] ENGINE Bus STARTING 2026-02-18T05:26:16.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:16 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:15] ENGINE Serving on http://10.20.193.38:8765 2026-02-18T05:26:16.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:16 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:15] ENGINE Serving on https://10.20.193.38:7150 2026-02-18T05:26:16.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:16 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:15] ENGINE Bus STARTED 2026-02-18T05:26:16.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:16 trial038 ceph-mon[21520]: [18/Feb/2026:05:26:15] ENGINE Client ('10.20.193.38', 39264) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:26:16.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:16 trial038 ceph-mon[21520]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:26:16.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:16 trial038 ceph-mon[21520]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:26:17.143 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-18T05:26:17.143 INFO:teuthology.orchestra.run.trial038.stdout:Creating initial admin user... 2026-02-18T05:26:17.728 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$sc5MGPeiL8/yYV6DV.EZH.jJF7gcDODD6PXm.ASnhUcU/4rc5o9Ta", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771392377, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-18T05:26:17.728 INFO:teuthology.orchestra.run.trial038.stdout:Fetching dashboard port number... 2026-02-18T05:26:17.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:17 trial038 ceph-mon[21520]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:17.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:17 trial038 ceph-mon[21520]: mgrmap e12: a(active, since 2s) 2026-02-18T05:26:17.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:17 trial038 ceph-mon[21520]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:17.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:17.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:17.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:18.095 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stdout 8443 2026-02-18T05:26:18.104 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:26:18.104 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout disabled 2026-02-18T05:26:18.110 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:26:18.110 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout inactive 2026-02-18T05:26:18.110 INFO:teuthology.orchestra.run.trial038.stdout:firewalld.service is not enabled 2026-02-18T05:26:18.111 INFO:teuthology.orchestra.run.trial038.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-18T05:26:18.111 INFO:teuthology.orchestra.run.trial038.stdout:Ceph Dashboard is now available at: 2026-02-18T05:26:18.111 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.112 INFO:teuthology.orchestra.run.trial038.stdout: URL: https://trial038:8443/ 2026-02-18T05:26:18.112 INFO:teuthology.orchestra.run.trial038.stdout: User: admin 2026-02-18T05:26:18.112 INFO:teuthology.orchestra.run.trial038.stdout: Password: u3e5blh1t3 2026-02-18T05:26:18.112 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.112 INFO:teuthology.orchestra.run.trial038.stdout:Saving cluster configuration to /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config directory 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout:Or, if you are only running a single cluster on this host: 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.537 INFO:teuthology.orchestra.run.trial038.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout: ceph telemetry on 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout:For more information see: 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:18.538 INFO:teuthology.orchestra.run.trial038.stdout:Bootstrap complete. 2026-02-18T05:26:18.545 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout static 2026-02-18T05:26:18.552 INFO:teuthology.orchestra.run.trial038.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-18T05:26:18.552 INFO:teuthology.orchestra.run.trial038.stdout:systemctl: stdout inactive 2026-02-18T05:26:18.552 INFO:teuthology.orchestra.run.trial038.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-18T05:26:18.707 INFO:tasks.cephadm:Fetching config... 2026-02-18T05:26:18.708 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:26:18.708 DEBUG:teuthology.orchestra.run.trial038:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-18T05:26:18.725 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-18T05:26:18.725 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:26:18.725 DEBUG:teuthology.orchestra.run.trial038:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-18T05:26:18.782 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-18T05:26:18.783 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:26:18.783 DEBUG:teuthology.orchestra.run.trial038:> sudo dd if=/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-18T05:26:18.785 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:18 trial038 ceph-mon[21520]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:18.785 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:18 trial038 ceph-mon[21520]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:18.785 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:18 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2787386347' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-18T05:26:18.785 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:18 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3471139110' entity='client.admin' 2026-02-18T05:26:18.810 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-18T05:26:18.810 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:26:18.810 DEBUG:teuthology.orchestra.run.trial038:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-18T05:26:18.865 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-18T05:26:18.865 DEBUG:teuthology.orchestra.run.trial038:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID66yC9pQYnZnp2ZI1a9LYCuJH4C48chxf1OHRZbSlTx ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:26:18.939 INFO:teuthology.orchestra.run.trial038.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID66yC9pQYnZnp2ZI1a9LYCuJH4C48chxf1OHRZbSlTx ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:18.948 DEBUG:teuthology.orchestra.run.trial053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID66yC9pQYnZnp2ZI1a9LYCuJH4C48chxf1OHRZbSlTx ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:26:18.983 INFO:teuthology.orchestra.run.trial053.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID66yC9pQYnZnp2ZI1a9LYCuJH4C48chxf1OHRZbSlTx ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:18.994 DEBUG:teuthology.orchestra.run.trial070:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID66yC9pQYnZnp2ZI1a9LYCuJH4C48chxf1OHRZbSlTx ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:26:19.029 INFO:teuthology.orchestra.run.trial070.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID66yC9pQYnZnp2ZI1a9LYCuJH4C48chxf1OHRZbSlTx ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:19.039 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-18T05:26:19.156 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:19.562 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-18T05:26:19.562 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-18T05:26:19.679 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:20.085 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial053 2026-02-18T05:26:20.086 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:26:20.086 DEBUG:teuthology.orchestra.run.trial053:> dd of=/etc/ceph/ceph.conf 2026-02-18T05:26:20.104 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:26:20.104 DEBUG:teuthology.orchestra.run.trial053:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:20.162 INFO:tasks.cephadm:Adding host trial053 to orchestrator... 2026-02-18T05:26:20.162 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch host add trial053 2026-02-18T05:26:20.281 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:20.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:20.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:20.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial038", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2884059504' entity='client.admin' 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:20.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:21.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:21.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: Updating trial038:/etc/ceph/ceph.conf 2026-02-18T05:26:21.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:21.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: Updating trial038:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:21.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:26:21.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:21.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:21.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:21.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:21 trial038 ceph-mon[21520]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial053", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:22.113 INFO:teuthology.orchestra.run.trial038.stdout:Added host 'trial053' with addr '10.20.193.53' 2026-02-18T05:26:22.261 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-18T05:26:22.378 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:22.631 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:22.631 INFO:teuthology.orchestra.run.trial038.stdout:[{"addr": "10.20.193.38", "hostname": "trial038", "labels": [], "status": ""}, {"addr": "10.20.193.53", "hostname": "trial053", "labels": [], "status": ""}] 2026-02-18T05:26:22.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:22 trial038 ceph-mon[21520]: Deploying cephadm binary to trial053 2026-02-18T05:26:22.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:22 trial038 ceph-mon[21520]: mgrmap e13: a(active, since 6s) 2026-02-18T05:26:22.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:22.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:22.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:22.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:22.771 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial070 2026-02-18T05:26:22.771 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:26:22.772 DEBUG:teuthology.orchestra.run.trial070:> dd of=/etc/ceph/ceph.conf 2026-02-18T05:26:22.790 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:26:22.790 DEBUG:teuthology.orchestra.run.trial070:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:22.847 INFO:tasks.cephadm:Adding host trial070 to orchestrator... 2026-02-18T05:26:22.848 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch host add trial070 2026-02-18T05:26:22.965 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:23.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:23 trial038 ceph-mon[21520]: Added host trial053 2026-02-18T05:26:23.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:23 trial038 ceph-mon[21520]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:26:23.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:24.830 INFO:teuthology.orchestra.run.trial038.stdout:Added host 'trial070' with addr '10.20.193.70' 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: Deploying cephadm binary to trial070 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial053", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:24.831 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:24.972 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-18T05:26:25.087 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:25.334 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:25.334 INFO:teuthology.orchestra.run.trial038.stdout:[{"addr": "10.20.193.38", "hostname": "trial038", "labels": [], "status": ""}, {"addr": "10.20.193.53", "hostname": "trial053", "labels": [], "status": ""}, {"addr": "10.20.193.70", "hostname": "trial070", "labels": [], "status": ""}] 2026-02-18T05:26:25.474 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-18T05:26:25.475 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd crush tunables default 2026-02-18T05:26:25.591 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:25.706 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:25.706 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: Updating trial053:/etc/ceph/ceph.conf 2026-02-18T05:26:25.706 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:25.706 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: Updating trial053:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:25.706 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:25.706 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:25.706 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:25.707 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:25.707 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:25.707 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:25.707 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:26.494 INFO:teuthology.orchestra.run.trial038.stderr:adjusted tunables profile to default 2026-02-18T05:26:26.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:26 trial038 ceph-mon[21520]: Added host trial070 2026-02-18T05:26:26.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:26 trial038 ceph-mon[21520]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:26:26.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:26 trial038 ceph-mon[21520]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:26:26.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:26 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2034599006' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-18T05:26:26.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:26 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:26.637 INFO:tasks.cephadm:Adding mon.a on trial038 2026-02-18T05:26:26.637 INFO:tasks.cephadm:Adding mon.b on trial053 2026-02-18T05:26:26.638 INFO:tasks.cephadm:Adding mon.c on trial070 2026-02-18T05:26:26.638 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch apply mon '3;trial038:10.20.193.38=a;trial053:10.20.193.53=b;trial070:10.20.193.70=c' 2026-02-18T05:26:26.755 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-18T05:26:26.755 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-18T05:26:27.025 INFO:teuthology.orchestra.run.trial070.stdout:Scheduled mon update... 2026-02-18T05:26:27.166 DEBUG:teuthology.orchestra.run.trial053:mon.b> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.b.service 2026-02-18T05:26:27.169 DEBUG:teuthology.orchestra.run.trial070:mon.c> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.c.service 2026-02-18T05:26:27.171 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-18T05:26:27.171 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T05:26:27.340 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:27.678 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:26:27.679 INFO:teuthology.orchestra.run.trial070.stdout:{"epoch":1,"fsid":"42d7561b-0c8a-11f1-a3d0-d404e6e7d460","modified":"2026-02-18T05:25:51.293944Z","created":"2026-02-18T05:25:51.293944Z","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.38:3300","nonce":0},{"type":"v1","addr":"10.20.193.38:6789","nonce":0}]},"addr":"10.20.193.38:6789/0","public_addr":"10.20.193.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-18T05:26:27.679 INFO:teuthology.orchestra.run.trial070.stderr:dumped monmap epoch 1 2026-02-18T05:26:27.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2034599006' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-18T05:26:27.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:27.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial070", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:27.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:27.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:28.763 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 podman[23310]: 2026-02-18 05:26:28.725998329 +0000 UTC m=+0.015327426 container create 747296ca85fc460bbe14bb2e5405ad7476f973876e17257fdb6b5ac13838faec (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, ceph=True, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:26:28.822 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-18T05:26:28.822 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T05:26:28.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: Updating trial070:/etc/ceph/ceph.conf 2026-02-18T05:26:28.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial038:10.20.193.38=a;trial053:10.20.193.53=b;trial070:10.20.193.70=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:28.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: Saving service mon spec with placement trial038:10.20.193.38=a;trial053:10.20.193.53=b;trial070:10.20.193.70=c;count:3 2026-02-18T05:26:28.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: Updating trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:28.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: Updating trial070:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:28.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: Updating trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:26:28.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: Deploying daemon mon.c on trial070 2026-02-18T05:26:28.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:28 trial038 ceph-mon[21520]: from='client.? 10.20.193.70:0/1381278719' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:26:28.940 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.c/config 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 podman[23310]: 2026-02-18 05:26:28.764001169 +0000 UTC m=+0.053330266 container init 747296ca85fc460bbe14bb2e5405ad7476f973876e17257fdb6b5ac13838faec (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-c, org.label-schema.build-date=20260216, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 podman[23310]: 2026-02-18 05:26:28.767328794 +0000 UTC m=+0.056657901 container start 747296ca85fc460bbe14bb2e5405ad7476f973876e17257fdb6b5ac13838faec (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-c, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 bash[23310]: 747296ca85fc460bbe14bb2e5405ad7476f973876e17257fdb6b5ac13838faec 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 podman[23310]: 2026-02-18 05:26:28.719995995 +0000 UTC m=+0.009325102 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 systemd[1]: Started Ceph mon.c for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460. 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: set uid:gid to 167:167 (ceph:ceph) 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-18T05:26:29.018 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: pidfile_write: ignore empty --pid-file 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: load: jerasure load: lrc 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: RocksDB version: 7.9.2 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Git sha 0 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: DB SUMMARY 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: DB Session ID: EQ30KWL6PY7RFIS2L387 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: CURRENT file: CURRENT 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: IDENTITY file: IDENTITY 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.error_if_exists: 0 2026-02-18T05:26:29.019 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.create_if_missing: 0 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.paranoid_checks: 1 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.env: 0x555c9b952100 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.fs: PosixFileSystem 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.info_log: 0x555ca2162e80 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_file_opening_threads: 16 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.statistics: (nil) 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.use_fsync: 0 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_log_file_size: 0 2026-02-18T05:26:29.020 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.keep_log_file_num: 1000 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.recycle_log_file_num: 0 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.allow_fallocate: 1 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.allow_mmap_reads: 0 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.allow_mmap_writes: 0 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.use_direct_reads: 0 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.create_missing_column_families: 0 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.db_log_dir: 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.wal_dir: 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-18T05:26:29.021 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.advise_random_on_open: 1 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.db_write_buffer_size: 0 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.write_buffer_manager: 0x555ca2166500 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.rate_limiter: (nil) 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-18T05:26:29.022 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.wal_recovery_mode: 2 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.enable_thread_tracking: 0 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.enable_pipelined_write: 0 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.unordered_write: 0 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.row_cache: None 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.wal_filter: None 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.allow_ingest_behind: 0 2026-02-18T05:26:29.023 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.two_write_queues: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.manual_wal_flush: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.wal_compression: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.atomic_flush: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.log_readahead_size: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.best_efforts_recovery: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.allow_data_in_errors: 0 2026-02-18T05:26:29.024 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.db_host_id: __hostname__ 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_background_jobs: 2 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_background_compactions: -1 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_subcompactions: 1 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_total_wal_size: 0 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-18T05:26:29.025 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_open_files: -1 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bytes_per_sync: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_readahead_size: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_background_flushes: -1 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Compression algorithms supported: 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kZSTD supported: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kXpressCompression supported: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kBZip2Compression supported: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kLZ4Compression supported: 1 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kZlibCompression supported: 1 2026-02-18T05:26:29.026 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kLZ4HCCompression supported: 1 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: kSnappyCompression supported: 1 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.merge_operator: 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_filter: None 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_filter_factory: None 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.sst_partitioner_factory: None 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-18T05:26:29.027 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555ca21623c0) 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: cache_index_and_filter_blocks: 1 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: pin_top_level_index_and_filter: 1 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: index_type: 0 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: data_block_index_type: 0 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: index_shortening: 1 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: checksum: 4 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: no_block_cache: 0 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: block_cache: 0x555ca2183b90 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: block_cache_name: BinnedLRUCache 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: block_cache_options: 2026-02-18T05:26:29.028 INFO:journalctl@ceph.mon.c.trial070.stdout: capacity : 536870912 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: num_shard_bits : 4 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: strict_capacity_limit : 0 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: high_pri_pool_ratio: 0.000 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: block_cache_compressed: (nil) 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: persistent_cache: (nil) 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: block_size: 4096 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: block_size_deviation: 10 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: block_restart_interval: 16 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: index_block_restart_interval: 1 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: metadata_block_size: 4096 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: partition_filters: 0 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: use_delta_encoding: 1 2026-02-18T05:26:29.029 INFO:journalctl@ceph.mon.c.trial070.stdout: filter_policy: bloomfilter 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: whole_key_filtering: 1 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: verify_compression: 0 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: read_amp_bytes_per_bit: 0 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: format_version: 5 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: enable_index_compression: 1 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: block_align: 0 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: max_auto_readahead_size: 262144 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: prepopulate_block_cache: 0 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: initial_auto_readahead_size: 8192 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout: num_file_reads_for_auto_readahead: 2 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.write_buffer_size: 33554432 2026-02-18T05:26:29.030 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_write_buffer_number: 2 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression: NoCompression 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression: Disabled 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.prefix_extractor: nullptr 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.num_levels: 7 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-18T05:26:29.031 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.level: 32767 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.strategy: 0 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.enabled: false 2026-02-18T05:26:29.032 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.target_file_size_base: 67108864 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-18T05:26:29.033 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.arena_block_size: 1048576 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.disable_auto_compactions: 0 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-18T05:26:29.034 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.inplace_update_support: 0 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.bloom_locality: 0 2026-02-18T05:26:29.035 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.max_successive_merges: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.paranoid_file_checks: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.force_consistency_checks: 1 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.report_bg_io_stats: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.ttl: 2592000 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.enable_blob_files: false 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.min_blob_size: 0 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.blob_file_size: 268435456 2026-02-18T05:26:29.036 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.blob_file_starting_level: 0 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d1c5932f-1590-4733-8124-573514b0fd5e 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392388796531, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392388796979, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1647, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771392388, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d1c5932f-1590-4733-8124-573514b0fd5e", "db_session_id": "EQ30KWL6PY7RFIS2L387", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-18T05:26:29.037 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392388797060, "job": 1, "event": "recovery_finished"} 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555ca2186700 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: DB pointer 0x555ca2198000 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout: ** DB Stats ** 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:26:29.038 INFO:journalctl@ceph.mon.c.trial070.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: ** Compaction Stats [default] ** 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: ** Compaction Stats [default] ** 2026-02-18T05:26:29.039 INFO:journalctl@ceph.mon.c.trial070.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-18T05:26:29.040 INFO:journalctl@ceph.mon.c.trial070.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout: Block cache BinnedLRUCache@0x555ca2183b90#7 capacity: 512.00 MB usage: 0.23 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.12 KB,2.23517e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout: 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c does not exist in monmap, will attempt to join an existing cluster 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: using public_addr v2:10.20.193.70:0/0 -> [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: starting mon.c rank -1 at public addrs [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] at bind addrs [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(???) e0 preinit fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).mds e1 new map 2026-02-18T05:26:29.041 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).mds e1 print_map 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout: e1 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout: btime 2026-02-18T05:25:52:499312+0000 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout: legacy client fscid: -1 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout: 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout: No filesystems configured 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-18T05:26:29.042 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mkfs 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: monmap epoch 1 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: last_changed 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:29.043 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: min_mon_release 20 (tentacle) 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: election_strategy: 1 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: fsmap 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: osdmap e1: 0 total, 0 up, 0 in 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e1: no daemons active 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/33564279' entity='client.admin' 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/4271680569' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3144218066' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Activating manager daemon a 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e2: a(active, starting, since 0.00333749s) 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:26:29.044 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Manager daemon a is now available 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14100 10.20.193.38:0/388300751' entity='mgr.a' 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e3: a(active, since 1.0064s) 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e4: a(active, since 2s) 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1746021423' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2444189881' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-18T05:26:29.045 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2444189881' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/212296801' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/212296801' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e5: a(active, since 3s) 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3190209478' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Active manager daemon a restarted 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Activating manager daemon a 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: osdmap e2: 0 total, 0 up, 0 in 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e6: a(active, starting, since 0.00318051s) 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:26:29.046 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Manager daemon a is now available 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Found migration_current of "None". Setting to last migration. 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:26:29.047 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e7: a(active, since 1.00432s) 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/984015162' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:05] ENGINE Bus STARTING 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:05] ENGINE Serving on http://10.20.193.38:8765 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:05] ENGINE Serving on https://10.20.193.38:7150 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:05] ENGINE Bus STARTED 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:05] ENGINE Client ('10.20.193.38', 58816) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/984015162' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e8: a(active, since 2s) 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.048 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Generating ssh key... 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial038", "addr": "10.20.193.38", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Deploying cephadm binary to trial038 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Added host trial038 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.049 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Saving service mon spec with placement count:5 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Saving service mgr spec with placement count:2 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1862743709' entity='client.admin' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/4014122671' entity='client.admin' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14118 10.20.193.38:0/1693147492' entity='mgr.a' 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3016477708' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-18T05:26:29.050 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3016477708' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e9: a(active, since 8s) 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/122611637' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Active manager daemon a restarted 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Activating manager daemon a 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: osdmap e3: 0 total, 0 up, 0 in 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e10: a(active, starting, since 0.00310173s) 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Manager daemon a is now available 2026-02-18T05:26:29.051 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e11: a(active, since 1.00566s) 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:15] ENGINE Bus STARTING 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:15] ENGINE Serving on http://10.20.193.38:8765 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:15] ENGINE Serving on https://10.20.193.38:7150 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:15] ENGINE Bus STARTED 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: [18/Feb/2026:05:26:15] ENGINE Client ('10.20.193.38', 39264) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.052 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e12: a(active, since 2s) 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2787386347' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3471139110' entity='client.admin' 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial038", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2884059504' entity='client.admin' 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial038:/etc/ceph/ceph.conf 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial038:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:29.054 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial053", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Deploying cephadm binary to trial053 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mgrmap e13: a(active, since 6s) 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Added host trial053 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.055 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Deploying cephadm binary to trial070 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial053", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial053:/etc/ceph/ceph.conf 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial053:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.056 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Added host trial070 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2034599006' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2034599006' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.057 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial070", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial070:/etc/ceph/ceph.conf 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial038:10.20.193.38=a;trial053:10.20.193.53=b;trial070:10.20.193.70=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Saving service mon spec with placement trial038:10.20.193.38=a;trial053:10.20.193.53=b;trial070:10.20.193.70=c;count:3 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:29.058 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial070:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:29.059 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Updating trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:26:29.059 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: Deploying daemon mon.c on trial070 2026-02-18T05:26:29.059 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: from='client.? 10.20.193.70:0/1381278719' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:26:29.059 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:28 trial070 ceph-mon[23360]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-18T05:26:30.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:30 trial053 ceph-mon[22981]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-18T05:26:34.148 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.148 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:34.148 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: mon.a calling monitor election 2026-02-18T05:26:34.148 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.148 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: mon.c calling monitor election 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: monmap epoch 2 2026-02-18T05:26:34.149 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: last_changed 2026-02-18T05:26:28.818670+0000 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: min_mon_release 20 (tentacle) 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: election_strategy: 1 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: fsmap 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: mgrmap e13: a(active, since 19s) 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: overall HEALTH_OK 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:34.150 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:34.151 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:34.151 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:34.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:34.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: mon.a calling monitor election 2026-02-18T05:26:34.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: mon.c calling monitor election 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:26:34.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: monmap epoch 2 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: last_changed 2026-02-18T05:26:28.818670+0000 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: min_mon_release 20 (tentacle) 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: election_strategy: 1 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: fsmap 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: mgrmap e13: a(active, since 19s) 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: overall HEALTH_OK 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:34.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:34.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:34.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:35.178 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:26:34 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: 2026-02-18T05:26:34.819+0000 7fc32d1e6640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-02-18T05:26:39.614 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: Updating trial038:/etc/ceph/ceph.conf 2026-02-18T05:26:39.614 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: Updating trial053:/etc/ceph/ceph.conf 2026-02-18T05:26:39.614 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: Updating trial070:/etc/ceph/ceph.conf 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: mon.c calling monitor election 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: mon.a calling monitor election 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: Updating trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.615 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: monmap epoch 3 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: last_changed 2026-02-18T05:26:34.287427+0000 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: min_mon_release 20 (tentacle) 2026-02-18T05:26:39.616 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: election_strategy: 1 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: 2: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: fsmap 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: mgrmap e13: a(active, since 24s) 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: overall HEALTH_OK 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.617 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.618 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.618 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.618 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.618 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:39 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.631 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:26:39.631 INFO:teuthology.orchestra.run.trial070.stdout:{"epoch":3,"fsid":"42d7561b-0c8a-11f1-a3d0-d404e6e7d460","modified":"2026-02-18T05:26:34.287427Z","created":"2026-02-18T05:25:51.293944Z","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.38:3300","nonce":0},{"type":"v1","addr":"10.20.193.38:6789","nonce":0}]},"addr":"10.20.193.38:6789/0","public_addr":"10.20.193.38:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:3300","nonce":0},{"type":"v1","addr":"10.20.193.70:6789","nonce":0}]},"addr":"10.20.193.70:6789/0","public_addr":"10.20.193.70:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:3300","nonce":0},{"type":"v1","addr":"10.20.193.53:6789","nonce":0}]},"addr":"10.20.193.53:6789/0","public_addr":"10.20.193.53:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-02-18T05:26:39.631 INFO:teuthology.orchestra.run.trial070.stderr:dumped monmap epoch 3 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: Updating trial038:/etc/ceph/ceph.conf 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: Updating trial053:/etc/ceph/ceph.conf 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: Updating trial070:/etc/ceph/ceph.conf 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: mon.c calling monitor election 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: mon.a calling monitor election 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:39.632 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: Updating trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: monmap epoch 3 2026-02-18T05:26:39.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: last_changed 2026-02-18T05:26:34.287427+0000 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: min_mon_release 20 (tentacle) 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: election_strategy: 1 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: 2: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: fsmap 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: mgrmap e13: a(active, since 24s) 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: overall HEALTH_OK 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.635 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.635 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.635 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.635 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.635 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.635 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:39 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:39.798 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-18T05:26:39.798 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-18T05:26:39.921 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:40.170 INFO:teuthology.orchestra.run.trial038.stdout:# minimal ceph.conf for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:40.170 INFO:teuthology.orchestra.run.trial038.stdout:[global] 2026-02-18T05:26:40.170 INFO:teuthology.orchestra.run.trial038.stdout: fsid = 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:40.171 INFO:teuthology.orchestra.run.trial038.stdout: mon_host = [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] 2026-02-18T05:26:40.311 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-18T05:26:40.311 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:26:40.311 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T05:26:40.337 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:26:40.338 DEBUG:teuthology.orchestra.run.trial038:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:40.403 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:26:40.403 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T05:26:40.432 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:26:40.432 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:40.497 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:26:40.497 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T05:26:40.520 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: Reconfiguring daemon mon.a on trial038 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='client.? 10.20.193.70:0/674780013' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.521 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: Reconfiguring daemon mon.b on trial053 2026-02-18T05:26:40.522 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.522 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.522 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:40.522 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:40.522 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.522 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2988449265' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.522 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:40.525 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:26:40.525 DEBUG:teuthology.orchestra.run.trial070:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:26:40.588 INFO:tasks.cephadm:Adding mgr.a on trial038 2026-02-18T05:26:40.588 INFO:tasks.cephadm:Adding mgr.b on trial053 2026-02-18T05:26:40.588 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch apply mgr '2;trial038=a;trial053=b' 2026-02-18T05:26:40.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T05:26:40.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:40.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: Reconfiguring daemon mon.a on trial038 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='client.? 10.20.193.70:0/674780013' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: Reconfiguring daemon mon.b on trial053 2026-02-18T05:26:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:40.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:40.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:40.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2988449265' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:40.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:40.741 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.c/config 2026-02-18T05:26:40.996 INFO:teuthology.orchestra.run.trial070.stdout:Scheduled mgr update... 2026-02-18T05:26:41.140 DEBUG:teuthology.orchestra.run.trial053:mgr.b> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.b.service 2026-02-18T05:26:41.143 DEBUG:tasks.cephadm:set 0 configs 2026-02-18T05:26:41.143 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph config dump 2026-02-18T05:26:41.260 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:41.502 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mon.a calling monitor election 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mon.c calling monitor election 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.503 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: monmap epoch 2 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: last_changed 2026-02-18T05:26:28.818670+0000 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: min_mon_release 20 (tentacle) 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: election_strategy: 1 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:41.504 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: fsmap 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mgrmap e13: a(active, since 19s) 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: overall HEALTH_OK 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Updating trial038:/etc/ceph/ceph.conf 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Updating trial053:/etc/ceph/ceph.conf 2026-02-18T05:26:41.505 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Updating trial070:/etc/ceph/ceph.conf 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mon.c calling monitor election 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mon.a calling monitor election 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Updating trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.506 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: monmap epoch 3 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: last_changed 2026-02-18T05:26:34.287427+0000 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: min_mon_release 20 (tentacle) 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: election_strategy: 1 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:41.507 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: 2: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: fsmap 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: mgrmap e13: a(active, since 24s) 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: overall HEALTH_OK 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.508 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Reconfiguring daemon mon.a on trial038 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='client.? 10.20.193.70:0/674780013' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:41.509 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: Reconfiguring daemon mon.b on trial053 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/2988449265' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:41.510 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:41.511 INFO:teuthology.orchestra.run.trial038.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-18T05:26:41.511 INFO:teuthology.orchestra.run.trial038.stdout:global dev auth_debug true 2026-02-18T05:26:41.511 INFO:teuthology.orchestra.run.trial038.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c * 2026-02-18T05:26:41.511 INFO:teuthology.orchestra.run.trial038.stdout:global dev debug_asserts_on_shutdown true 2026-02-18T05:26:41.511 INFO:teuthology.orchestra.run.trial038.stdout:global basic log_to_file true 2026-02-18T05:26:41.511 INFO:teuthology.orchestra.run.trial038.stdout:global basic log_to_journald false 2026-02-18T05:26:41.511 INFO:teuthology.orchestra.run.trial038.stdout:global basic log_to_stderr false 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_allow_pool_delete true 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_cluster_log_to_file true 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_election_default_strategy 3 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global dev ms_die_on_bug true 2026-02-18T05:26:41.512 INFO:teuthology.orchestra.run.trial038.stdout:global dev ms_die_on_old_message true 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced debug_mon 20/20 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced debug_ms 1/1 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced debug_paxos 20/20 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced mon_data_avail_warn 5 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-18T05:26:41.513 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced debug_mgr 20/20 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced debug_ms 1/1 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-18T05:26:41.514 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev bdev_debug_aio true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced debug_ms 1/1 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced debug_osd 20/20 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_debug_misdirected_ops true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_debug_op_order true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_debug_shutdown true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-18T05:26:41.515 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_memory_target_autotune true 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_op_queue debug_random * 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_recover_clone_overlap true 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-18T05:26:41.516 INFO:teuthology.orchestra.run.trial038.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-18T05:26:41.648 INFO:tasks.cephadm:Deploying OSDs... 2026-02-18T05:26:41.648 DEBUG:teuthology.orchestra.run.trial038:> set -ex 2026-02-18T05:26:41.648 DEBUG:teuthology.orchestra.run.trial038:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T05:26:41.666 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-18T05:26:41.666 DEBUG:teuthology.orchestra.run.trial038:> stat /dev/vg_nvme/lv_1 2026-02-18T05:26:41.722 INFO:teuthology.orchestra.run.trial038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout:Access: 2026-02-18 05:26:19.657141853 +0000 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout:Modify: 2026-02-18 05:24:11.681078437 +0000 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout:Change: 2026-02-18 05:24:11.681078437 +0000 2026-02-18T05:26:41.723 INFO:teuthology.orchestra.run.trial038.stdout: Birth: 2026-02-18 05:24:11.681078437 +0000 2026-02-18T05:26:41.724 DEBUG:teuthology.orchestra.run.trial038:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T05:26:41.762 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:41 trial053 podman[24453]: 2026-02-18 05:26:41.718391156 +0000 UTC m=+0.016025598 container create 2cce33387fe69138688b13cb758596152943423eb9c700f6e374b7e6aaec4e07 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:26:41.762 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:41 trial053 podman[24453]: 2026-02-18 05:26:41.761122141 +0000 UTC m=+0.058756583 container init 2cce33387fe69138688b13cb758596152943423eb9c700f6e374b7e6aaec4e07 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:26:41.787 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records in 2026-02-18T05:26:41.787 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records out 2026-02-18T05:26:41.787 INFO:teuthology.orchestra.run.trial038.stderr:512 bytes copied, 0.000160135 s, 3.2 MB/s 2026-02-18T05:26:41.788 DEBUG:teuthology.orchestra.run.trial038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T05:26:41.846 DEBUG:teuthology.orchestra.run.trial038:> stat /dev/vg_nvme/lv_2 2026-02-18T05:26:41.902 INFO:teuthology.orchestra.run.trial038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout:Access: 2026-02-18 05:26:19.657141853 +0000 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout:Modify: 2026-02-18 05:24:11.682078413 +0000 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout:Change: 2026-02-18 05:24:11.682078413 +0000 2026-02-18T05:26:41.903 INFO:teuthology.orchestra.run.trial038.stdout: Birth: 2026-02-18 05:24:11.682078413 +0000 2026-02-18T05:26:41.904 DEBUG:teuthology.orchestra.run.trial038:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T05:26:41.966 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records in 2026-02-18T05:26:41.966 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records out 2026-02-18T05:26:41.966 INFO:teuthology.orchestra.run.trial038.stderr:512 bytes copied, 0.000158402 s, 3.2 MB/s 2026-02-18T05:26:41.967 DEBUG:teuthology.orchestra.run.trial038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T05:26:42.024 DEBUG:teuthology.orchestra.run.trial038:> stat /dev/vg_nvme/lv_3 2026-02-18T05:26:42.081 INFO:teuthology.orchestra.run.trial038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T05:26:42.081 INFO:teuthology.orchestra.run.trial038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:42.081 INFO:teuthology.orchestra.run.trial038.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-18T05:26:42.081 INFO:teuthology.orchestra.run.trial038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:42.081 INFO:teuthology.orchestra.run.trial038.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:42.081 INFO:teuthology.orchestra.run.trial038.stdout:Access: 2026-02-18 05:26:19.657141853 +0000 2026-02-18T05:26:42.081 INFO:teuthology.orchestra.run.trial038.stdout:Modify: 2026-02-18 05:24:11.681078437 +0000 2026-02-18T05:26:42.082 INFO:teuthology.orchestra.run.trial038.stdout:Change: 2026-02-18 05:24:11.681078437 +0000 2026-02-18T05:26:42.082 INFO:teuthology.orchestra.run.trial038.stdout: Birth: 2026-02-18 05:24:11.681078437 +0000 2026-02-18T05:26:42.082 DEBUG:teuthology.orchestra.run.trial038:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T05:26:42.087 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:41 trial053 podman[24453]: 2026-02-18 05:26:41.764603051 +0000 UTC m=+0.062237493 container start 2cce33387fe69138688b13cb758596152943423eb9c700f6e374b7e6aaec4e07 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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/, OSD_FLAVOR=debug, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7) 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:41 trial053 bash[24453]: 2cce33387fe69138688b13cb758596152943423eb9c700f6e374b7e6aaec4e07 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:41 trial053 podman[24453]: 2026-02-18 05:26:41.711635569 +0000 UTC m=+0.009270021 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:41 trial053 systemd[1]: Started Ceph mgr.b for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460. 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:41 trial053 ceph-mgr[24504]: -- 10.20.193.53:0/274202759 <== mon.0 v2:10.20.193.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563970d585a0 con 0x563970d37400 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: mon.b calling monitor election 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial038=a;trial053=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: Saving service mgr spec with placement trial038=a;trial053=b;count:2 2026-02-18T05:26:42.088 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: Deploying daemon mgr.b on trial053 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: mon.b calling monitor election 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: mon.c calling monitor election 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: mon.a calling monitor election 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: monmap epoch 3 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: last_changed 2026-02-18T05:26:34.287427+0000 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: min_mon_release 20 (tentacle) 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: election_strategy: 1 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:42.089 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: 2: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: fsmap 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: mgrmap e13: a(active, since 26s) 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: overall HEALTH_OK 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/1447927197' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.090 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:42.142 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: mon.b calling monitor election 2026-02-18T05:26:42.142 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial038=a;trial053=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:42.142 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: Saving service mgr spec with placement trial038=a;trial053=b;count:2 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: Deploying daemon mgr.b on trial053 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: mon.b calling monitor election 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: mon.c calling monitor election 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: mon.a calling monitor election 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: monmap epoch 3 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: last_changed 2026-02-18T05:26:34.287427+0000 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: min_mon_release 20 (tentacle) 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: election_strategy: 1 2026-02-18T05:26:42.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: 2: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: fsmap 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: mgrmap e13: a(active, since 26s) 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: overall HEALTH_OK 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1447927197' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.144 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:42.145 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records in 2026-02-18T05:26:42.146 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records out 2026-02-18T05:26:42.146 INFO:teuthology.orchestra.run.trial038.stderr:512 bytes copied, 0.000149365 s, 3.4 MB/s 2026-02-18T05:26:42.146 DEBUG:teuthology.orchestra.run.trial038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T05:26:42.203 DEBUG:teuthology.orchestra.run.trial038:> stat /dev/vg_nvme/lv_4 2026-02-18T05:26:42.260 INFO:teuthology.orchestra.run.trial038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T05:26:42.260 INFO:teuthology.orchestra.run.trial038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:42.260 INFO:teuthology.orchestra.run.trial038.stdout:Device: 6h/6d Inode: 1309 Links: 1 2026-02-18T05:26:42.260 INFO:teuthology.orchestra.run.trial038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:42.260 INFO:teuthology.orchestra.run.trial038.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:42.260 INFO:teuthology.orchestra.run.trial038.stdout:Access: 2026-02-18 05:26:19.657141853 +0000 2026-02-18T05:26:42.261 INFO:teuthology.orchestra.run.trial038.stdout:Modify: 2026-02-18 05:24:11.682078413 +0000 2026-02-18T05:26:42.261 INFO:teuthology.orchestra.run.trial038.stdout:Change: 2026-02-18 05:24:11.682078413 +0000 2026-02-18T05:26:42.261 INFO:teuthology.orchestra.run.trial038.stdout: Birth: 2026-02-18 05:24:11.682078413 +0000 2026-02-18T05:26:42.261 DEBUG:teuthology.orchestra.run.trial038:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T05:26:42.323 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records in 2026-02-18T05:26:42.323 INFO:teuthology.orchestra.run.trial038.stderr:1+0 records out 2026-02-18T05:26:42.324 INFO:teuthology.orchestra.run.trial038.stderr:512 bytes copied, 0.000142773 s, 3.6 MB/s 2026-02-18T05:26:42.325 DEBUG:teuthology.orchestra.run.trial038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T05:26:42.383 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-18T05:26:42.383 DEBUG:teuthology.orchestra.run.trial053:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T05:26:42.400 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-18T05:26:42.400 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_1 2026-02-18T05:26:42.455 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T05:26:42.455 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:42.455 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-18T05:26:42.455 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:42.456 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:42.456 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-18 05:26:41.585609625 +0000 2026-02-18T05:26:42.456 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-18 05:24:10.234532631 +0000 2026-02-18T05:26:42.456 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-18 05:24:10.234532631 +0000 2026-02-18T05:26:42.456 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-18 05:24:10.234532631 +0000 2026-02-18T05:26:42.456 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T05:26:42.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: mon.b calling monitor election 2026-02-18T05:26:42.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial038=a;trial053=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: Saving service mgr spec with placement trial038=a;trial053=b;count:2 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: Deploying daemon mgr.b on trial053 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: mon.b calling monitor election 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: mon.c calling monitor election 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: mon.a calling monitor election 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: monmap epoch 3 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: last_changed 2026-02-18T05:26:34.287427+0000 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: min_mon_release 20 (tentacle) 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: election_strategy: 1 2026-02-18T05:26:42.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: 1: [v2:10.20.193.70:3300/0,v1:10.20.193.70:6789/0] mon.c 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: 2: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: fsmap 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: mgrmap e13: a(active, since 26s) 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: overall HEALTH_OK 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1447927197' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:42.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:42.520 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-18T05:26:42.520 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-18T05:26:42.520 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.000167832 s, 3.1 MB/s 2026-02-18T05:26:42.522 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T05:26:42.578 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_2 2026-02-18T05:26:42.634 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-18 05:26:41.586609612 +0000 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-18 05:24:10.234532631 +0000 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-18 05:24:10.234532631 +0000 2026-02-18T05:26:42.635 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-18 05:24:10.234532631 +0000 2026-02-18T05:26:42.636 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T05:26:42.697 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-18T05:26:42.697 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-18T05:26:42.697 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.000162552 s, 3.1 MB/s 2026-02-18T05:26:42.698 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T05:26:42.755 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_3 2026-02-18T05:26:42.811 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-18 05:26:41.586609612 +0000 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-18 05:24:10.232532680 +0000 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-18 05:24:10.232532680 +0000 2026-02-18T05:26:42.812 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-18 05:24:10.232532680 +0000 2026-02-18T05:26:42.813 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T05:26:42.874 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-18T05:26:42.874 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-18T05:26:42.874 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.000156651 s, 3.3 MB/s 2026-02-18T05:26:42.875 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T05:26:42.932 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_4 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-18 05:26:41.586609612 +0000 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-18 05:24:10.232532680 +0000 2026-02-18T05:26:42.988 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-18 05:24:10.232532680 +0000 2026-02-18T05:26:42.989 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-18 05:24:10.232532680 +0000 2026-02-18T05:26:42.989 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T05:26:43.050 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b[24478]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-18T05:26:43.051 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b[24478]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-18T05:26:43.051 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:26:42 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b[24478]: from numpy import show_config as show_numpy_config 2026-02-18T05:26:43.052 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-18T05:26:43.052 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-18T05:26:43.052 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.000141994 s, 3.6 MB/s 2026-02-18T05:26:43.054 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T05:26:43.110 DEBUG:teuthology.orchestra.run.trial070:> set -ex 2026-02-18T05:26:43.110 DEBUG:teuthology.orchestra.run.trial070:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T05:26:43.128 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-18T05:26:43.128 DEBUG:teuthology.orchestra.run.trial070:> stat /dev/vg_nvme/lv_1 2026-02-18T05:26:43.184 INFO:teuthology.orchestra.run.trial070.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T05:26:43.184 INFO:teuthology.orchestra.run.trial070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:43.184 INFO:teuthology.orchestra.run.trial070.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-18T05:26:43.184 INFO:teuthology.orchestra.run.trial070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:43.184 INFO:teuthology.orchestra.run.trial070.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:43.184 INFO:teuthology.orchestra.run.trial070.stdout:Access: 2026-02-18 05:26:28.580585564 +0000 2026-02-18T05:26:43.184 INFO:teuthology.orchestra.run.trial070.stdout:Modify: 2026-02-18 05:24:05.024966097 +0000 2026-02-18T05:26:43.185 INFO:teuthology.orchestra.run.trial070.stdout:Change: 2026-02-18 05:24:05.024966097 +0000 2026-02-18T05:26:43.185 INFO:teuthology.orchestra.run.trial070.stdout: Birth: 2026-02-18 05:24:05.024966097 +0000 2026-02-18T05:26:43.185 DEBUG:teuthology.orchestra.run.trial070:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T05:26:43.248 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records in 2026-02-18T05:26:43.249 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records out 2026-02-18T05:26:43.249 INFO:teuthology.orchestra.run.trial070.stderr:512 bytes copied, 0.000163877 s, 3.1 MB/s 2026-02-18T05:26:43.250 DEBUG:teuthology.orchestra.run.trial070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T05:26:43.307 DEBUG:teuthology.orchestra.run.trial070:> stat /dev/vg_nvme/lv_2 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T05:26:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: Reconfiguring daemon mgr.a on trial038 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.363 INFO:teuthology.orchestra.run.trial070.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T05:26:43.363 INFO:teuthology.orchestra.run.trial070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:43.363 INFO:teuthology.orchestra.run.trial070.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-18T05:26:43.363 INFO:teuthology.orchestra.run.trial070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:43.363 INFO:teuthology.orchestra.run.trial070.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:43.364 INFO:teuthology.orchestra.run.trial070.stdout:Access: 2026-02-18 05:26:28.581585565 +0000 2026-02-18T05:26:43.364 INFO:teuthology.orchestra.run.trial070.stdout:Modify: 2026-02-18 05:24:05.024966097 +0000 2026-02-18T05:26:43.364 INFO:teuthology.orchestra.run.trial070.stdout:Change: 2026-02-18 05:24:05.024966097 +0000 2026-02-18T05:26:43.364 INFO:teuthology.orchestra.run.trial070.stdout: Birth: 2026-02-18 05:24:05.024966097 +0000 2026-02-18T05:26:43.364 DEBUG:teuthology.orchestra.run.trial070:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T05:26:43.425 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records in 2026-02-18T05:26:43.426 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records out 2026-02-18T05:26:43.426 INFO:teuthology.orchestra.run.trial070.stderr:512 bytes copied, 0.000151625 s, 3.4 MB/s 2026-02-18T05:26:43.427 DEBUG:teuthology.orchestra.run.trial070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T05:26:43.484 DEBUG:teuthology.orchestra.run.trial070:> stat /dev/vg_nvme/lv_3 2026-02-18T05:26:43.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:26:43.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: Reconfiguring daemon mgr.a on trial038 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:43.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.511 INFO:teuthology.orchestra.run.trial070.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T05:26:43.511 INFO:teuthology.orchestra.run.trial070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:43.511 INFO:teuthology.orchestra.run.trial070.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-18T05:26:43.511 INFO:teuthology.orchestra.run.trial070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:43.511 INFO:teuthology.orchestra.run.trial070.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:43.512 INFO:teuthology.orchestra.run.trial070.stdout:Access: 2026-02-18 05:26:28.581585565 +0000 2026-02-18T05:26:43.512 INFO:teuthology.orchestra.run.trial070.stdout:Modify: 2026-02-18 05:24:05.025966096 +0000 2026-02-18T05:26:43.512 INFO:teuthology.orchestra.run.trial070.stdout:Change: 2026-02-18 05:24:05.025966096 +0000 2026-02-18T05:26:43.512 INFO:teuthology.orchestra.run.trial070.stdout: Birth: 2026-02-18 05:24:05.025966096 +0000 2026-02-18T05:26:43.512 DEBUG:teuthology.orchestra.run.trial070:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T05:26:43.573 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records in 2026-02-18T05:26:43.574 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records out 2026-02-18T05:26:43.574 INFO:teuthology.orchestra.run.trial070.stderr:512 bytes copied, 0.00015946 s, 3.2 MB/s 2026-02-18T05:26:43.575 DEBUG:teuthology.orchestra.run.trial070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T05:26:43.633 DEBUG:teuthology.orchestra.run.trial070:> stat /dev/vg_nvme/lv_4 2026-02-18T05:26:43.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: Reconfiguring daemon mgr.a on trial038 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:43.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:43.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:43.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:43.690 INFO:teuthology.orchestra.run.trial070.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T05:26:43.690 INFO:teuthology.orchestra.run.trial070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:26:43.690 INFO:teuthology.orchestra.run.trial070.stdout:Device: 6h/6d Inode: 1319 Links: 1 2026-02-18T05:26:43.690 INFO:teuthology.orchestra.run.trial070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:26:43.691 INFO:teuthology.orchestra.run.trial070.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:26:43.691 INFO:teuthology.orchestra.run.trial070.stdout:Access: 2026-02-18 05:26:28.581585565 +0000 2026-02-18T05:26:43.691 INFO:teuthology.orchestra.run.trial070.stdout:Modify: 2026-02-18 05:24:05.025966096 +0000 2026-02-18T05:26:43.691 INFO:teuthology.orchestra.run.trial070.stdout:Change: 2026-02-18 05:24:05.025966096 +0000 2026-02-18T05:26:43.691 INFO:teuthology.orchestra.run.trial070.stdout: Birth: 2026-02-18 05:24:05.025966096 +0000 2026-02-18T05:26:43.691 DEBUG:teuthology.orchestra.run.trial070:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T05:26:43.752 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records in 2026-02-18T05:26:43.753 INFO:teuthology.orchestra.run.trial070.stderr:1+0 records out 2026-02-18T05:26:43.753 INFO:teuthology.orchestra.run.trial070.stderr:512 bytes copied, 0.000147847 s, 3.5 MB/s 2026-02-18T05:26:43.754 DEBUG:teuthology.orchestra.run.trial070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T05:26:43.811 INFO:tasks.cephadm:Deploying osd.0 on trial038 with /dev/vg_nvme/lv_4... 2026-02-18T05:26:43.811 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T05:26:43.930 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:44.605 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:44.621 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch daemon add osd trial038:vg_nvme/lv_4 --skip-validation 2026-02-18T05:26:44.742 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:45.405 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: Standby manager daemon b started 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.406 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.407 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:45.408 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:45.408 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: Standby manager daemon b started 2026-02-18T05:26:45.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T05:26:45.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T05:26:45.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T05:26:45.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:45.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:45.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: Standby manager daemon b started 2026-02-18T05:26:45.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T05:26:45.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T05:26:45.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T05:26:45.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.? 10.20.193.53:0/559449885' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T05:26:45.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:45.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:45.746 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:45.746 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:45.746 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:46.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial038:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: osd.default does not exist. Creating it now. 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: Creating OSDs with service ID: default on trial038:['vg_nvme/lv_4'] 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: Marking host: trial038 for OSDSpec preview refresh. 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: Saving service osd.default spec with placement trial038 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: mgrmap e14: a(active, since 30s), standbys: b 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3701942462' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "643ae8d9-d46f-409b-a679-86c1bd9d132f"} : dispatch 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3701942462' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "643ae8d9-d46f-409b-a679-86c1bd9d132f"}]': finished 2026-02-18T05:26:46.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T05:26:46.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:46.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:46 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1106917251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:26:46.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial038:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:46.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: osd.default does not exist. Creating it now. 2026-02-18T05:26:46.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: Creating OSDs with service ID: default on trial038:['vg_nvme/lv_4'] 2026-02-18T05:26:46.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: Marking host: trial038 for OSDSpec preview refresh. 2026-02-18T05:26:46.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: Saving service osd.default spec with placement trial038 2026-02-18T05:26:46.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: mgrmap e14: a(active, since 30s), standbys: b 2026-02-18T05:26:46.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T05:26:46.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/3701942462' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "643ae8d9-d46f-409b-a679-86c1bd9d132f"} : dispatch 2026-02-18T05:26:46.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/3701942462' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "643ae8d9-d46f-409b-a679-86c1bd9d132f"}]': finished 2026-02-18T05:26:46.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T05:26:46.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:46.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:46 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/1106917251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:26:46.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial038:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: osd.default does not exist. Creating it now. 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: Creating OSDs with service ID: default on trial038:['vg_nvme/lv_4'] 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: Marking host: trial038 for OSDSpec preview refresh. 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: Saving service osd.default spec with placement trial038 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: mgrmap e14: a(active, since 30s), standbys: b 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3701942462' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "643ae8d9-d46f-409b-a679-86c1bd9d132f"} : dispatch 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3701942462' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "643ae8d9-d46f-409b-a679-86c1bd9d132f"}]': finished 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T05:26:46.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:46.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:46 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1106917251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:26:47.546 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:47 trial038 ceph-mon[21520]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:47.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:47 trial053 ceph-mon[22981]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:47.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:47 trial070 ceph-mon[23360]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:48.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:48 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:26:48.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:48 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:48.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:48 trial038 ceph-mon[21520]: Deploying daemon osd.0 on trial038 2026-02-18T05:26:48.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:48 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:26:48.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:48 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:48.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:48 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:26:48.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:48 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:48.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:48 trial053 ceph-mon[22981]: Deploying daemon osd.0 on trial038 2026-02-18T05:26:48.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:48 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:26:48.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:48 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:48.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:48 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:26:48.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:48 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:48.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:48 trial070 ceph-mon[23360]: Deploying daemon osd.0 on trial038 2026-02-18T05:26:48.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:48 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:26:48.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:48 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:49.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:49 trial038 ceph-mon[21520]: Deploying daemon osd.0 on trial038 2026-02-18T05:26:49.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:49 trial038 ceph-mon[21520]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:49.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:49 trial053 ceph-mon[22981]: Deploying daemon osd.0 on trial038 2026-02-18T05:26:49.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:49 trial053 ceph-mon[22981]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:49.644 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:49 trial070 ceph-mon[23360]: Deploying daemon osd.0 on trial038 2026-02-18T05:26:49.644 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:49 trial070 ceph-mon[23360]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:51.608 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:51 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:51.608 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:51 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:51.608 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:51 trial038 ceph-mon[21520]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:51.608 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:51 trial038 ceph-mon[21520]: from='osd.0 [v2:10.20.193.38:6802/4260070896,v1:10.20.193.38:6803/4260070896]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:26:51.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:51 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:51.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:51 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:51.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:51 trial053 ceph-mon[22981]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:51.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:51 trial053 ceph-mon[22981]: from='osd.0 [v2:10.20.193.38:6802/4260070896,v1:10.20.193.38:6803/4260070896]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:26:51.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:51 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:51.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:51 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:51.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:51 trial070 ceph-mon[23360]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:51.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:51 trial070 ceph-mon[23360]: from='osd.0 [v2:10.20.193.38:6802/4260070896,v1:10.20.193.38:6803/4260070896]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:26:52.594 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:52 trial038 ceph-mon[21520]: from='osd.0 [v2:10.20.193.38:6802/4260070896,v1:10.20.193.38:6803/4260070896]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:26:52.594 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:52 trial038 ceph-mon[21520]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T05:26:52.595 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:52 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:52.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:52 trial053 ceph-mon[22981]: from='osd.0 [v2:10.20.193.38:6802/4260070896,v1:10.20.193.38:6803/4260070896]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:26:52.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:52 trial053 ceph-mon[22981]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T05:26:52.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:52 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:52.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:52 trial070 ceph-mon[23360]: from='osd.0 [v2:10.20.193.38:6802/4260070896,v1:10.20.193.38:6803/4260070896]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:26:52.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:52 trial070 ceph-mon[23360]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T05:26:52.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:52 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:53.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:53 trial038 ceph-mon[21520]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:53.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:53 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:53.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:53 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:53.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:53 trial053 ceph-mon[22981]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:53.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:53 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:53.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:53 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:53.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:53 trial070 ceph-mon[23360]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:53.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:53 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:53.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:53 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:54.592 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:54 trial038 ceph-mon[21520]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:26:54.592 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:54.593 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:54.593 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:54.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:54 trial053 ceph-mon[22981]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:26:54.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:54.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:54.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:54.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:54 trial070 ceph-mon[23360]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:26:54.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:54.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:54.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:26:54.782 INFO:teuthology.orchestra.run.trial038.stdout:Created osd(s) 0 on host 'trial038' 2026-02-18T05:26:54.928 DEBUG:teuthology.orchestra.run.trial038:osd.0> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.0.service 2026-02-18T05:26:54.931 INFO:tasks.cephadm:Deploying osd.1 on trial038 with /dev/vg_nvme/lv_3... 2026-02-18T05:26:54.932 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-18T05:26:55.090 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:55.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial038", "root=default"]} : dispatch 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.430 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:26:55 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0[37628]: 2026-02-18T05:26:55.340+0000 7f8658be4640 -1 osd.0 0 waiting for initial osdmap 2026-02-18T05:26:55.430 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:26:55 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0[37628]: 2026-02-18T05:26:55.342+0000 7f86501c4640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial038", "root=default"]} : dispatch 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:26:55.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T05:26:55.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial038", "root=default"]} : dispatch 2026-02-18T05:26:55.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:55.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:55.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:55.921 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:26:55.938 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch daemon add osd trial038:vg_nvme/lv_3 --skip-validation 2026-02-18T05:26:56.058 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:26:56.481 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial038", "root=default"]}]': finished 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: Detected new or changed devices on trial038 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: Adjusting osd_memory_target on trial038 to 84047M 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.482 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:56.483 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial038", "root=default"]}]': finished 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: Detected new or changed devices on trial038 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: Adjusting osd_memory_target on trial038 to 84047M 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:56.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:56.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial038", "root=default"]}]': finished 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: Detected new or changed devices on trial038 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: Adjusting osd_memory_target on trial038 to 84047M 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:26:56.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:57.535 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: purged_snaps scrub starts 2026-02-18T05:26:57.535 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:26:57.535 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: from='client.14259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial038:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:57.535 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: osd.default does not exist. Creating it now. 2026-02-18T05:26:57.535 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: Creating OSDs with service ID: default on trial038:['vg_nvme/lv_3'] 2026-02-18T05:26:57.535 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: Marking host: trial038 for OSDSpec preview refresh. 2026-02-18T05:26:57.535 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: Saving service osd.default spec with placement trial038 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746] boot 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: osdmap e9: 1 total, 1 up, 1 in 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/866485064' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fd004da7-77bd-4ffc-9dca-363f785124c4"} : dispatch 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/866485064' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd004da7-77bd-4ffc-9dca-363f785124c4"}]': finished 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T05:26:57.536 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:57 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:26:57.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: purged_snaps scrub starts 2026-02-18T05:26:57.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:26:57.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: from='client.14259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial038:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:57.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: osd.default does not exist. Creating it now. 2026-02-18T05:26:57.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: Creating OSDs with service ID: default on trial038:['vg_nvme/lv_3'] 2026-02-18T05:26:57.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: Marking host: trial038 for OSDSpec preview refresh. 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: Saving service osd.default spec with placement trial038 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746] boot 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: osdmap e9: 1 total, 1 up, 1 in 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/866485064' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fd004da7-77bd-4ffc-9dca-363f785124c4"} : dispatch 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/866485064' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd004da7-77bd-4ffc-9dca-363f785124c4"}]': finished 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T05:26:57.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:57 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:26:57.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: purged_snaps scrub starts 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: purged_snaps scrub ok 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: from='client.14259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial038:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: osd.default does not exist. Creating it now. 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: Creating OSDs with service ID: default on trial038:['vg_nvme/lv_3'] 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: Marking host: trial038 for OSDSpec preview refresh. 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: Saving service osd.default spec with placement trial038 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: osd.0 [v2:10.20.193.38:6802/674025746,v1:10.20.193.38:6803/674025746] boot 2026-02-18T05:26:57.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: osdmap e9: 1 total, 1 up, 1 in 2026-02-18T05:26:57.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:26:57.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:26:57.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/866485064' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fd004da7-77bd-4ffc-9dca-363f785124c4"} : dispatch 2026-02-18T05:26:57.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/866485064' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd004da7-77bd-4ffc-9dca-363f785124c4"}]': finished 2026-02-18T05:26:57.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T05:26:57.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:57 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:26:58.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:58 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/2935469430' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:26:58.629 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:58 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2935469430' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:26:58.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:58 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2935469430' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:26:59.470 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:59 trial038 ceph-mon[21520]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:26:59.470 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:26:59.470 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:59.470 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:59 trial038 ceph-mon[21520]: Deploying daemon osd.1 on trial038 2026-02-18T05:26:59.470 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:26:59.470 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:26:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:59.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:59 trial053 ceph-mon[22981]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:26:59.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:26:59.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:59.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:59 trial053 ceph-mon[22981]: Deploying daemon osd.1 on trial038 2026-02-18T05:26:59.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:26:59.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:26:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:59.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:59 trial070 ceph-mon[23360]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:26:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:26:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:26:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:59 trial070 ceph-mon[23360]: Deploying daemon osd.1 on trial038 2026-02-18T05:26:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:26:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:26:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:00.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:00 trial053 ceph-mon[22981]: Deploying daemon osd.1 on trial038 2026-02-18T05:27:00.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:00 trial038 ceph-mon[21520]: Deploying daemon osd.1 on trial038 2026-02-18T05:27:00.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:00 trial070 ceph-mon[23360]: Deploying daemon osd.1 on trial038 2026-02-18T05:27:01.564 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:01 trial038 ceph-mon[21520]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:01.564 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:01 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:01.564 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:01 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:01.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:01 trial053 ceph-mon[22981]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:01.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:01 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:01.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:01 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:01.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:01 trial070 ceph-mon[23360]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:01.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:01 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:01.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:01 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:02.502 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:02 trial038 ceph-mon[21520]: from='osd.1 [v2:10.20.193.38:6810/1553355751,v1:10.20.193.38:6811/1553355751]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:02.502 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:02 trial038 ceph-mon[21520]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:02 trial053 ceph-mon[22981]: from='osd.1 [v2:10.20.193.38:6810/1553355751,v1:10.20.193.38:6811/1553355751]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:02 trial053 ceph-mon[22981]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:02.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:02 trial070 ceph-mon[23360]: from='osd.1 [v2:10.20.193.38:6810/1553355751,v1:10.20.193.38:6811/1553355751]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:02.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:02 trial070 ceph-mon[23360]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:03.612 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:03 trial038 ceph-mon[21520]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:27:03.613 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:03 trial038 ceph-mon[21520]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T05:27:03.613 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:03 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:03.613 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:03 trial038 ceph-mon[21520]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:03.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:03 trial070 ceph-mon[23360]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:27:03.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:03 trial070 ceph-mon[23360]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T05:27:03.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:03 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:03.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:03 trial070 ceph-mon[23360]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:03.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:03 trial053 ceph-mon[22981]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:27:03.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:03 trial053 ceph-mon[22981]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T05:27:03.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:03 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:03.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:03 trial053 ceph-mon[22981]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:05.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:04 trial038 ceph-mon[21520]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:05.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:04 trial038 ceph-mon[21520]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:05.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:05.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:04 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:04 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:04 trial070 ceph-mon[23360]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:05.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:04 trial070 ceph-mon[23360]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:05.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:04 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:04 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:04 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:05.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:04 trial053 ceph-mon[22981]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:05.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:04 trial053 ceph-mon[22981]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:27:05.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:05.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:05.659 INFO:teuthology.orchestra.run.trial038.stdout:Created osd(s) 1 on host 'trial038' 2026-02-18T05:27:05.811 DEBUG:teuthology.orchestra.run.trial038:osd.1> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.1.service 2026-02-18T05:27:05.814 INFO:tasks.cephadm:Deploying osd.2 on trial053 with /dev/vg_nvme/lv_4... 2026-02-18T05:27:05.814 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T05:27:05.931 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.b/config 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: osdmap e12: 2 total, 1 up, 2 in 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial038", "root=default"]} : dispatch 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.122 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:27:06.123 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: osdmap e12: 2 total, 1 up, 2 in 2026-02-18T05:27:06.123 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial038", "root=default"]} : dispatch 2026-02-18T05:27:06.123 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:06.123 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.123 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.123 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.123 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.123 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:05 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1[45475]: 2026-02-18T05:27:05.963+0000 7f7b7b735640 -1 osd.1 0 waiting for initial osdmap 2026-02-18T05:27:06.124 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:05 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1[45475]: 2026-02-18T05:27:05.965+0000 7f7b76d1d640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:27:06.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:27:06.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: osdmap e12: 2 total, 1 up, 2 in 2026-02-18T05:27:06.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial038", "root=default"]} : dispatch 2026-02-18T05:27:06.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:06.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:05 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:06.627 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:27:06.644 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch daemon add osd trial053:vg_nvme/lv_4 --skip-validation 2026-02-18T05:27:06.762 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.b/config 2026-02-18T05:27:07.220 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial038", "root=default"]}]': finished 2026-02-18T05:27:07.220 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: osdmap e13: 2 total, 1 up, 2 in 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: Detected new or changed devices on trial038 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: Adjusting osd_memory_target on trial038 to 42023M 2026-02-18T05:27:07.221 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.222 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:07.222 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:07.222 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.222 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:07.222 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:07.222 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:07.222 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:06 trial038 ceph-mon[21520]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial038", "root=default"]}]': finished 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: osdmap e13: 2 total, 1 up, 2 in 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: Detected new or changed devices on trial038 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.223 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: Adjusting osd_memory_target on trial038 to 42023M 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:07.224 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:06 trial053 ceph-mon[22981]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:07.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial038", "root=default"]}]': finished 2026-02-18T05:27:07.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: osdmap e13: 2 total, 1 up, 2 in 2026-02-18T05:27:07.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: Detected new or changed devices on trial038 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: Adjusting osd_memory_target on trial038 to 42023M 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:07.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:07.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:07.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:07.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:07.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:07.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:06 trial070 ceph-mon[23360]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:27:08.056 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: purged_snaps scrub starts 2026-02-18T05:27:08.056 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:27:08.056 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992] boot 2026-02-18T05:27:08.056 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: osdmap e14: 2 total, 2 up, 2 in 2026-02-18T05:27:08.056 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:08.056 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:08.056 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: osd.default does not exist. Creating it now. 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_4'] 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: Saving service osd.default spec with placement trial053 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='client.? 10.20.193.53:0/306085386' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"} : dispatch 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"} : dispatch 2026-02-18T05:27:08.057 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"}]': finished 2026-02-18T05:27:08.058 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: osdmap e15: 3 total, 2 up, 3 in 2026-02-18T05:27:08.058 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:08.203 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: purged_snaps scrub starts 2026-02-18T05:27:08.203 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:27:08.203 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992] boot 2026-02-18T05:27:08.203 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: osdmap e14: 2 total, 2 up, 2 in 2026-02-18T05:27:08.203 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:08.203 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: osd.default does not exist. Creating it now. 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_4'] 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: Saving service osd.default spec with placement trial053 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='client.? 10.20.193.53:0/306085386' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"} : dispatch 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"} : dispatch 2026-02-18T05:27:08.204 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"}]': finished 2026-02-18T05:27:08.205 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: osdmap e15: 3 total, 2 up, 3 in 2026-02-18T05:27:08.205 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:08.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: purged_snaps scrub starts 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: purged_snaps scrub ok 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: osd.1 [v2:10.20.193.38:6810/2569923992,v1:10.20.193.38:6811/2569923992] boot 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: osdmap e14: 2 total, 2 up, 2 in 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: osd.default does not exist. Creating it now. 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_4'] 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: Saving service osd.default spec with placement trial053 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:08.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:08.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:08.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:08.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='client.? 10.20.193.53:0/306085386' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"} : dispatch 2026-02-18T05:27:08.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"} : dispatch 2026-02-18T05:27:08.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26"}]': finished 2026-02-18T05:27:08.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: osdmap e15: 3 total, 2 up, 3 in 2026-02-18T05:27:08.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:07 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:08 trial053 ceph-mon[22981]: from='client.? 10.20.193.53:0/1900768271' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:08 trial053 ceph-mon[22981]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:08 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:08 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:08 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:08 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:08 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:08 trial070 ceph-mon[23360]: from='client.? 10.20.193.53:0/1900768271' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:09.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:08 trial070 ceph-mon[23360]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:09.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:08 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:08 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:08 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:09.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:08 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:08 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.400 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:08 trial038 ceph-mon[21520]: from='client.? 10.20.193.53:0/1900768271' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:09.401 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:08 trial038 ceph-mon[21520]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:09.401 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:08 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.401 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:08 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.401 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:08 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:09.401 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:08 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:09.401 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:08 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: Deploying daemon osd.2 on trial053 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:10.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:10.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:10.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.497 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.514 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.514 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:27:10.514 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.514 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: Deploying daemon osd.2 on trial053 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:10.515 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: Deploying daemon osd.2 on trial053 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:10.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:10 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:11.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:11 trial053 ceph-mon[22981]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:11.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:11 trial038 ceph-mon[21520]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:11.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:11 trial070 ceph-mon[23360]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:13.308 INFO:teuthology.orchestra.run.trial053.stdout:Created osd(s) 2 on host 'trial053' 2026-02-18T05:27:13.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:13.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:13.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:13 trial053 ceph-mon[22981]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:13.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:13 trial053 ceph-mon[22981]: from='osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:27:13.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:13 trial053 ceph-mon[22981]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:27:13.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:13.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:13.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:13 trial038 ceph-mon[21520]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:13.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:13 trial038 ceph-mon[21520]: from='osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:27:13.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:13 trial038 ceph-mon[21520]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:27:13.452 DEBUG:teuthology.orchestra.run.trial053:osd.2> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.2.service 2026-02-18T05:27:13.454 INFO:tasks.cephadm:Deploying osd.3 on trial053 with /dev/vg_nvme/lv_3... 2026-02-18T05:27:13.454 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-18T05:27:13.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:13 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:13.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:13 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:13.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:13 trial070 ceph-mon[23360]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:13.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:13 trial070 ceph-mon[23360]: from='osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:27:13.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:13 trial070 ceph-mon[23360]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:27:13.614 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.b/config 2026-02-18T05:27:14.149 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:14 trial053 ceph-mon[22981]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:27:14.149 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:14 trial053 ceph-mon[22981]: osdmap e16: 3 total, 2 up, 3 in 2026-02-18T05:27:14.149 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:14.149 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:14 trial053 ceph-mon[22981]: from='osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:14.149 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:14 trial053 ceph-mon[22981]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:14.149 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:14.149 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:14.150 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:14 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2[28018]: 2026-02-18T05:27:14.087+0000 7fc691262640 -1 osd.2 0 waiting for initial osdmap 2026-02-18T05:27:14.150 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:14 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2[28018]: 2026-02-18T05:27:14.089+0000 7fc68802e640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:27:14.317 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-18T05:27:14.332 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch daemon add osd trial053:vg_nvme/lv_3 --skip-validation 2026-02-18T05:27:14.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:14 trial038 ceph-mon[21520]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:27:14.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:14 trial038 ceph-mon[21520]: osdmap e16: 3 total, 2 up, 3 in 2026-02-18T05:27:14.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:14.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:14 trial038 ceph-mon[21520]: from='osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:14.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:14 trial038 ceph-mon[21520]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:14.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:14.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:14.452 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.b/config 2026-02-18T05:27:14.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:14 trial070 ceph-mon[23360]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:27:14.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:14 trial070 ceph-mon[23360]: osdmap e16: 3 total, 2 up, 3 in 2026-02-18T05:27:14.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:14 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:14.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:14 trial070 ceph-mon[23360]: from='osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:14.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:14 trial070 ceph-mon[23360]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:14.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:14 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:14.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:14 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: osdmap e17: 3 total, 2 up, 3 in 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: osd.default does not exist. Creating it now. 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_3'] 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: Saving service osd.default spec with placement trial053 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:15.138 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:15 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:15.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: osdmap e17: 3 total, 2 up, 3 in 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: osd.default does not exist. Creating it now. 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_3'] 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:15.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-18T05:27:15.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: Saving service osd.default spec with placement trial053 2026-02-18T05:27:15.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:15.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:15.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:15.430 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:15 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:15.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: osdmap e17: 3 total, 2 up, 3 in 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: osd.default does not exist. Creating it now. 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_3'] 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-18T05:27:15.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: Saving service osd.default spec with placement trial053 2026-02-18T05:27:15.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:15.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:15.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:15.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:15 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:16.283 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: purged_snaps scrub starts 2026-02-18T05:27:16.283 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:27:16.283 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:16.283 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022] boot 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: osdmap e18: 3 total, 3 up, 3 in 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='client.? 10.20.193.53:0/2105010337' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"} : dispatch 2026-02-18T05:27:16.284 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"} : dispatch 2026-02-18T05:27:16.285 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"}]': finished 2026-02-18T05:27:16.285 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: osdmap e19: 4 total, 3 up, 4 in 2026-02-18T05:27:16.285 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:16.285 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:16 trial038 ceph-mon[21520]: from='client.? 10.20.193.53:0/1413672242' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:16.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: purged_snaps scrub starts 2026-02-18T05:27:16.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:27:16.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022] boot 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: osdmap e18: 3 total, 3 up, 3 in 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='client.? 10.20.193.53:0/2105010337' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"} : dispatch 2026-02-18T05:27:16.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"} : dispatch 2026-02-18T05:27:16.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"}]': finished 2026-02-18T05:27:16.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: osdmap e19: 4 total, 3 up, 4 in 2026-02-18T05:27:16.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:16.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:16 trial053 ceph-mon[22981]: from='client.? 10.20.193.53:0/1413672242' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:16.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: purged_snaps scrub starts 2026-02-18T05:27:16.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: purged_snaps scrub ok 2026-02-18T05:27:16.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:16.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: osd.2 [v2:10.20.193.53:6800/1307526022,v1:10.20.193.53:6801/1307526022] boot 2026-02-18T05:27:16.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: osdmap e18: 3 total, 3 up, 3 in 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='client.? 10.20.193.53:0/2105010337' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"} : dispatch 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"} : dispatch 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44a40873-eeb7-4331-9f3e-d790db4baec4"}]': finished 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: osdmap e19: 4 total, 3 up, 4 in 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:16.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:16 trial070 ceph-mon[23360]: from='client.? 10.20.193.53:0/1413672242' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:17.766 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: pgmap v40: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: osdmap e20: 4 total, 3 up, 4 in 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.767 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:17.768 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.768 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:17.768 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:17.768 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.768 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:17.768 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:17.768 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:17 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:17.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: pgmap v40: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: osdmap e20: 4 total, 3 up, 4 in 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:17.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:17 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:18.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: pgmap v40: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: osdmap e20: 4 total, 3 up, 4 in 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:18.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:17 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:18.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: Detected new or changed devices on trial053 2026-02-18T05:27:18.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: Adjusting osd_memory_target on trial053 to 84047M 2026-02-18T05:27:18.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:18.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: osdmap e21: 4 total, 3 up, 4 in 2026-02-18T05:27:18.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:18.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:18.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-18T05:27:18.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:18 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:18.992 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: Detected new or changed devices on trial053 2026-02-18T05:27:18.992 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: Adjusting osd_memory_target on trial053 to 84047M 2026-02-18T05:27:18.992 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:18.992 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: osdmap e21: 4 total, 3 up, 4 in 2026-02-18T05:27:18.992 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:18.992 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:18.992 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-18T05:27:18.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:19.079 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52943]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T05:27:19.080 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52943]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.080 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52943]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.080 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52943]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.080 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52947]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T05:27:19.080 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52947]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.080 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52947]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.080 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52947]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52951]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52951]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52951]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52951]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52955]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52955]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52955]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.081 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52955]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.081 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: Detected new or changed devices on trial053 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: Adjusting osd_memory_target on trial053 to 84047M 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: osdmap e21: 4 total, 3 up, 4 in 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52959]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52959]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52959]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52959]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.082 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52963]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-18T05:27:19.083 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52963]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.083 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52963]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.083 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:18 trial038 sudo[52963]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.152 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33850]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-18T05:27:19.153 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33850]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.153 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33850]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.153 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33850]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.153 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33854]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-18T05:27:19.153 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33854]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.153 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33854]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.153 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 sudo[33854]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.153 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33793]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T05:27:19.154 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33793]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.154 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33793]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.154 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33793]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.154 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33799]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T05:27:19.154 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33799]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.154 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33799]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.154 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:27:18 trial053 sudo[33799]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 sudo[25264]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-18T05:27:19.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 sudo[25264]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:18 trial070 sudo[25264]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 sudo[25264]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 sudo[25268]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-18T05:27:19.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 sudo[25268]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:27:19.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 sudo[25268]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:27:19.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 sudo[25268]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:27:19.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: Deploying daemon osd.3 on trial053 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: osdmap e22: 4 total, 3 up, 4 in 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:19.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:19.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:19.996 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:19.996 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:19.996 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:19 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.019 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: Deploying daemon osd.3 on trial053 2026-02-18T05:27:20.019 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:20.019 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:20.019 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: osdmap e22: 4 total, 3 up, 4 in 2026-02-18T05:27:20.019 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:20.020 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:20.021 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:19 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: Deploying daemon osd.3 on trial053 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: osdmap e22: 4 total, 3 up, 4 in 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:20.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:27:20.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:27:20.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:27:20.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:27:20.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:27:20.181 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:19 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.843 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:20 trial053 ceph-mon[22981]: osdmap e23: 4 total, 3 up, 4 in 2026-02-18T05:27:20.843 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:20 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:20.843 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:20 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.843 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:20 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:20 trial070 ceph-mon[23360]: osdmap e23: 4 total, 3 up, 4 in 2026-02-18T05:27:20.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:20 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:20.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:20 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:20.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:20 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:21.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:20 trial038 ceph-mon[21520]: osdmap e23: 4 total, 3 up, 4 in 2026-02-18T05:27:21.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:21.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:21.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:20 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:21.575 INFO:teuthology.orchestra.run.trial053.stdout:Created osd(s) 3 on host 'trial053' 2026-02-18T05:27:21.720 DEBUG:teuthology.orchestra.run.trial053:osd.3> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.3.service 2026-02-18T05:27:21.723 INFO:tasks.cephadm:Deploying osd.4 on trial070 with /dev/vg_nvme/lv_4... 2026-02-18T05:27:21.723 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T05:27:21.839 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.c/config 2026-02-18T05:27:21.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:21 trial070 ceph-mon[23360]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:21.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:21 trial070 ceph-mon[23360]: from='osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-18T05:27:21.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:21 trial070 ceph-mon[23360]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-18T05:27:21.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:21 trial070 ceph-mon[23360]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-18T05:27:21.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:21 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:21.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:21 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:21 trial053 ceph-mon[22981]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:22.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:21 trial053 ceph-mon[22981]: from='osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-18T05:27:22.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:21 trial053 ceph-mon[22981]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-18T05:27:22.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:21 trial053 ceph-mon[22981]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-18T05:27:22.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:21 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:21 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:21 trial038 ceph-mon[21520]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:22.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:21 trial038 ceph-mon[21520]: from='osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-18T05:27:22.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:21 trial038 ceph-mon[21520]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-18T05:27:22.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:21 trial038 ceph-mon[21520]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-18T05:27:22.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:21 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:21 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.531 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:27:22.546 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch daemon add osd trial070:vg_nvme/lv_4 --skip-validation 2026-02-18T05:27:22.661 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.c/config 2026-02-18T05:27:22.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-18T05:27:22.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: osdmap e24: 4 total, 3 up, 4 in 2026-02-18T05:27:22.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:22.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: from='osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:22.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:22.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:22 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:22.859 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:27:22 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3[34328]: 2026-02-18T05:27:22.746+0000 7f9050ade640 -1 osd.3 0 waiting for initial osdmap 2026-02-18T05:27:22.859 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:27:22 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3[34328]: 2026-02-18T05:27:22.749+0000 7f904c0c6640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:27:22.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-18T05:27:22.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: osdmap e24: 4 total, 3 up, 4 in 2026-02-18T05:27:22.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:22.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: from='osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:22.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:22.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:22.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:22 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:23.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-18T05:27:23.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: osdmap e24: 4 total, 3 up, 4 in 2026-02-18T05:27:23.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:23.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: from='osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:23.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-18T05:27:23.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:22 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:23.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:23.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: osdmap e25: 4 total, 3 up, 4 in 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198] boot 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: osdmap e26: 4 total, 4 up, 4 in 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:23.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:23 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:23.862 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: osdmap e25: 4 total, 3 up, 4 in 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:23.863 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198] boot 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: osdmap e26: 4 total, 4 up, 4 in 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:23.864 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:23.865 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:23 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:24.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: osdmap e25: 4 total, 3 up, 4 in 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: osd.3 [v2:10.20.193.53:6808/4261255198,v1:10.20.193.53:6809/4261255198] boot 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: osdmap e26: 4 total, 4 up, 4 in 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-18T05:27:24.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:23 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:24.975 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: purged_snaps scrub starts 2026-02-18T05:27:24.975 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: purged_snaps scrub ok 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial070:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: osd.default does not exist. Creating it now. 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: Creating OSDs with service ID: default on trial070:['vg_nvme/lv_4'] 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: Marking host: trial070 for OSDSpec preview refresh. 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: Saving service osd.default spec with placement trial070 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: Adjusting osd_memory_target on trial053 to 42023M 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: from='client.? 10.20.193.70:0/2409169256' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"} : dispatch 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"} : dispatch 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"}]': finished 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: osdmap e27: 5 total, 4 up, 5 in 2026-02-18T05:27:24.976 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:24.977 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: osdmap e28: 5 total, 4 up, 5 in 2026-02-18T05:27:24.977 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:24.977 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:24 trial070 ceph-mon[23360]: from='client.? 10.20.193.70:0/386667438' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: purged_snaps scrub starts 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial070:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: osd.default does not exist. Creating it now. 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: Creating OSDs with service ID: default on trial070:['vg_nvme/lv_4'] 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: Marking host: trial070 for OSDSpec preview refresh. 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: Saving service osd.default spec with placement trial070 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: Adjusting osd_memory_target on trial053 to 42023M 2026-02-18T05:27:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: from='client.? 10.20.193.70:0/2409169256' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"} : dispatch 2026-02-18T05:27:25.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"} : dispatch 2026-02-18T05:27:25.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"}]': finished 2026-02-18T05:27:25.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: osdmap e27: 5 total, 4 up, 5 in 2026-02-18T05:27:25.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:25.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: osdmap e28: 5 total, 4 up, 5 in 2026-02-18T05:27:25.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:25.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:24 trial053 ceph-mon[22981]: from='client.? 10.20.193.70:0/386667438' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:25.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: purged_snaps scrub starts 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial070:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: osd.default does not exist. Creating it now. 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: Creating OSDs with service ID: default on trial070:['vg_nvme/lv_4'] 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: Marking host: trial070 for OSDSpec preview refresh. 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: Saving service osd.default spec with placement trial070 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: Adjusting osd_memory_target on trial053 to 42023M 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: from='client.? 10.20.193.70:0/2409169256' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"} : dispatch 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"} : dispatch 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "847300c8-d63d-48c5-b8e4-965068e45a26"}]': finished 2026-02-18T05:27:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: osdmap e27: 5 total, 4 up, 5 in 2026-02-18T05:27:25.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:25.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: osdmap e28: 5 total, 4 up, 5 in 2026-02-18T05:27:25.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:25.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:24 trial038 ceph-mon[21520]: from='client.? 10.20.193.70:0/386667438' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:25.810 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:25 trial070 ceph-mon[23360]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:25.810 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:25 trial070 ceph-mon[23360]: osdmap e29: 5 total, 4 up, 5 in 2026-02-18T05:27:25.810 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:25 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:25.810 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:25 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-18T05:27:25.810 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:25 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:26.107 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:25 trial053 ceph-mon[22981]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:26.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:25 trial053 ceph-mon[22981]: osdmap e29: 5 total, 4 up, 5 in 2026-02-18T05:27:26.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:26.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-18T05:27:26.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:26.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:25 trial038 ceph-mon[21520]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:26.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:25 trial038 ceph-mon[21520]: osdmap e29: 5 total, 4 up, 5 in 2026-02-18T05:27:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-18T05:27:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:26.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:26 trial070 ceph-mon[23360]: Deploying daemon osd.4 on trial070 2026-02-18T05:27:26.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:26 trial070 ceph-mon[23360]: osdmap e30: 5 total, 4 up, 5 in 2026-02-18T05:27:26.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:26 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:26.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:26 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-18T05:27:26.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:26 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:27.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:26 trial053 ceph-mon[22981]: Deploying daemon osd.4 on trial070 2026-02-18T05:27:27.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:26 trial053 ceph-mon[22981]: osdmap e30: 5 total, 4 up, 5 in 2026-02-18T05:27:27.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:26 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:27.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:26 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-18T05:27:27.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:26 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:27.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:26 trial038 ceph-mon[21520]: Deploying daemon osd.4 on trial070 2026-02-18T05:27:27.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:26 trial038 ceph-mon[21520]: osdmap e30: 5 total, 4 up, 5 in 2026-02-18T05:27:27.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:26 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:27.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:26 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-18T05:27:27.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:26 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:28.007 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:27 trial070 ceph-mon[23360]: Deploying daemon osd.4 on trial070 2026-02-18T05:27:28.007 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:27 trial070 ceph-mon[23360]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:28.008 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:27 trial070 ceph-mon[23360]: osdmap e31: 5 total, 4 up, 5 in 2026-02-18T05:27:28.008 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:27 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:28.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:27 trial053 ceph-mon[22981]: Deploying daemon osd.4 on trial070 2026-02-18T05:27:28.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:27 trial053 ceph-mon[22981]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:28.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:27 trial053 ceph-mon[22981]: osdmap e31: 5 total, 4 up, 5 in 2026-02-18T05:27:28.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:27 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:28.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:27 trial038 ceph-mon[21520]: Deploying daemon osd.4 on trial070 2026-02-18T05:27:28.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:27 trial038 ceph-mon[21520]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:28.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:27 trial038 ceph-mon[21520]: osdmap e31: 5 total, 4 up, 5 in 2026-02-18T05:27:28.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:27 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:29.375 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:29 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:29.375 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:29 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:29.375 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:29 trial070 ceph-mon[23360]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:29.375 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:29 trial070 ceph-mon[23360]: from='osd.4 [v2:10.20.193.70:6800/1333754971,v1:10.20.193.70:6801/1333754971]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:29.375 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:29 trial070 ceph-mon[23360]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:29.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:29 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:29.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:29 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:29.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:29 trial053 ceph-mon[22981]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:29.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:29 trial053 ceph-mon[22981]: from='osd.4 [v2:10.20.193.70:6800/1333754971,v1:10.20.193.70:6801/1333754971]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:29.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:29 trial053 ceph-mon[22981]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:29.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:29 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:29.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:29 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:29.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:29 trial038 ceph-mon[21520]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:27:29.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:29 trial038 ceph-mon[21520]: from='osd.4 [v2:10.20.193.70:6800/1333754971,v1:10.20.193.70:6801/1333754971]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:29.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:29 trial038 ceph-mon[21520]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:30.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:30 trial053 ceph-mon[22981]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-18T05:27:30.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:30 trial053 ceph-mon[22981]: osdmap e32: 5 total, 4 up, 5 in 2026-02-18T05:27:30.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:30 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:30.633 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:30 trial070 ceph-mon[23360]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-18T05:27:30.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:30 trial070 ceph-mon[23360]: osdmap e32: 5 total, 4 up, 5 in 2026-02-18T05:27:30.634 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:30 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:30.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:30 trial038 ceph-mon[21520]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-18T05:27:30.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:30 trial038 ceph-mon[21520]: osdmap e32: 5 total, 4 up, 5 in 2026-02-18T05:27:30.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:30 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:31.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:31 trial070 ceph-mon[23360]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-18T05:27:31.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:31 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:31.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:31 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:31.607 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:31 trial053 ceph-mon[22981]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-18T05:27:31.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:31 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:31.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:31 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:31.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:31 trial038 ceph-mon[21520]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-18T05:27:31.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:31 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:31.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:31 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:31.908 INFO:teuthology.orchestra.run.trial070.stdout:Created osd(s) 4 on host 'trial070' 2026-02-18T05:27:32.052 DEBUG:teuthology.orchestra.run.trial070:osd.4> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.4.service 2026-02-18T05:27:32.053 INFO:tasks.cephadm:Deploying osd.5 on trial070 with /dev/vg_nvme/lv_3... 2026-02-18T05:27:32.053 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-18T05:27:32.210 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.c/config 2026-02-18T05:27:32.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:32 trial053 ceph-mon[22981]: from='osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:32.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:32 trial053 ceph-mon[22981]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:32.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:32 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:32.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:32 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:32.609 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:32 trial070 ceph-mon[23360]: from='osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:32.609 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:32 trial070 ceph-mon[23360]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:32.609 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:32 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:32.609 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:32 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:32.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:32 trial038 ceph-mon[21520]: from='osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:32.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:32 trial038 ceph-mon[21520]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-18T05:27:32.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:32 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:32.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:32 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.291 INFO:teuthology.orchestra.run.trial070.stdout: 2026-02-18T05:27:33.307 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph orch daemon add osd trial070:vg_nvme/lv_3 --skip-validation 2026-02-18T05:27:33.425 INFO:teuthology.orchestra.run.trial070.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.c/config 2026-02-18T05:27:33.447 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:33 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4[30043]: 2026-02-18T05:27:33.317+0000 7f640de53640 -1 osd.4 0 waiting for initial osdmap 2026-02-18T05:27:33.447 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:33 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4[30043]: 2026-02-18T05:27:33.320+0000 7f6405433640 -1 osd.4 34 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:27:33.447 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-18T05:27:33.447 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: osdmap e33: 5 total, 4 up, 5 in 2026-02-18T05:27:33.447 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:33.447 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:33.447 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:33.448 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-18T05:27:33.448 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.448 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.448 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:33.448 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.448 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:33 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-18T05:27:33.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: osdmap e33: 5 total, 4 up, 5 in 2026-02-18T05:27:33.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:33 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: osdmap e33: 5 total, 4 up, 5 in 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 2.7 TiB / 2.7 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:33.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:33 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]}]': finished 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: osdmap e34: 5 total, 4 up, 5 in 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial070:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: osd.default does not exist. Creating it now. 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: Creating OSDs with service ID: default on trial070:['vg_nvme/lv_3'] 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: Marking host: trial070 for OSDSpec preview refresh. 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: Saving service osd.default spec with placement trial070 2026-02-18T05:27:34.576 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:34.577 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:34.577 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:34.577 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:34.577 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800] boot 2026-02-18T05:27:34.577 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: osdmap e35: 5 total, 5 up, 5 in 2026-02-18T05:27:34.577 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:34 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]}]': finished 2026-02-18T05:27:34.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: osdmap e34: 5 total, 4 up, 5 in 2026-02-18T05:27:34.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial070:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:34.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: osd.default does not exist. Creating it now. 2026-02-18T05:27:34.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: Creating OSDs with service ID: default on trial070:['vg_nvme/lv_3'] 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: Marking host: trial070 for OSDSpec preview refresh. 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: Saving service osd.default spec with placement trial070 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800] boot 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: osdmap e35: 5 total, 5 up, 5 in 2026-02-18T05:27:34.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:34 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial070", "root=default"]}]': finished 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: osdmap e34: 5 total, 4 up, 5 in 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial070:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: osd.default does not exist. Creating it now. 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: Creating OSDs with service ID: default on trial070:['vg_nvme/lv_3'] 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: Marking host: trial070 for OSDSpec preview refresh. 2026-02-18T05:27:34.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: Saving service osd.default spec with placement trial070 2026-02-18T05:27:34.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:34.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:34.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:34.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:34.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: osd.4 [v2:10.20.193.70:6800/121472800,v1:10.20.193.70:6801/121472800] boot 2026-02-18T05:27:34.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: osdmap e35: 5 total, 5 up, 5 in 2026-02-18T05:27:34.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:34 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: purged_snaps scrub starts 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: purged_snaps scrub ok 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: Detected new or changed devices on trial070 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: Adjusting osd_memory_target on trial070 to 88143M 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: pgmap v65: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='client.? 10.20.193.70:0/109000268' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"} : dispatch 2026-02-18T05:27:35.495 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"}]': finished 2026-02-18T05:27:35.496 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: osdmap e36: 6 total, 5 up, 6 in 2026-02-18T05:27:35.496 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:35.496 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:35 trial070 ceph-mon[23360]: from='client.? 10.20.193.70:0/1279615161' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: purged_snaps scrub starts 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: Detected new or changed devices on trial070 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: Adjusting osd_memory_target on trial070 to 88143M 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: pgmap v65: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='client.? 10.20.193.70:0/109000268' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"}]': finished 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: osdmap e36: 6 total, 5 up, 6 in 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:35.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:35 trial053 ceph-mon[22981]: from='client.? 10.20.193.70:0/1279615161' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:35.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: purged_snaps scrub starts 2026-02-18T05:27:35.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:27:35.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: Detected new or changed devices on trial070 2026-02-18T05:27:35.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: Adjusting osd_memory_target on trial070 to 88143M 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: pgmap v65: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:35.680 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='client.? 10.20.193.70:0/109000268' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"} : dispatch 2026-02-18T05:27:35.681 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"} : dispatch 2026-02-18T05:27:35.681 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27ff9307-b665-44f2-99d3-ea661cadaebc"}]': finished 2026-02-18T05:27:35.681 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: osdmap e36: 6 total, 5 up, 6 in 2026-02-18T05:27:35.681 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:35.681 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:35 trial038 ceph-mon[21520]: from='client.? 10.20.193.70:0/1279615161' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:27:36.894 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:36 trial070 ceph-mon[23360]: osdmap e37: 6 total, 5 up, 6 in 2026-02-18T05:27:36.895 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:36 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:36.895 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:36 trial070 ceph-mon[23360]: pgmap v68: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:36.895 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:36 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:27:36.895 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:36 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:36.895 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:36 trial070 ceph-mon[23360]: Deploying daemon osd.5 on trial070 2026-02-18T05:27:37.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:36 trial038 ceph-mon[21520]: osdmap e37: 6 total, 5 up, 6 in 2026-02-18T05:27:37.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:36 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:37.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:36 trial038 ceph-mon[21520]: pgmap v68: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:37.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:36 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:27:37.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:36 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:37.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:36 trial038 ceph-mon[21520]: Deploying daemon osd.5 on trial070 2026-02-18T05:27:37.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:36 trial053 ceph-mon[22981]: osdmap e37: 6 total, 5 up, 6 in 2026-02-18T05:27:37.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:36 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:37.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:36 trial053 ceph-mon[22981]: pgmap v68: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:37.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:36 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:27:37.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:36 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:37.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:36 trial053 ceph-mon[22981]: Deploying daemon osd.5 on trial070 2026-02-18T05:27:38.002 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:37 trial070 ceph-mon[23360]: osdmap e38: 6 total, 5 up, 6 in 2026-02-18T05:27:38.002 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:37 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:38.002 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:37 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:27:38.003 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:37 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:38.003 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:37 trial070 ceph-mon[23360]: Deploying daemon osd.5 on trial070 2026-02-18T05:27:38.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:37 trial038 ceph-mon[21520]: osdmap e38: 6 total, 5 up, 6 in 2026-02-18T05:27:38.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:37 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:38.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:37 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:27:38.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:37 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:38.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:37 trial038 ceph-mon[21520]: Deploying daemon osd.5 on trial070 2026-02-18T05:27:38.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:37 trial053 ceph-mon[22981]: osdmap e38: 6 total, 5 up, 6 in 2026-02-18T05:27:38.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:37 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:38.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:37 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:27:38.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:37 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:38.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:37 trial053 ceph-mon[22981]: Deploying daemon osd.5 on trial070 2026-02-18T05:27:39.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:38 trial070 ceph-mon[23360]: osdmap e39: 6 total, 5 up, 6 in 2026-02-18T05:27:39.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:38 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:39.053 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:38 trial070 ceph-mon[23360]: pgmap v71: 1 pgs: 1 peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:39.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:38 trial038 ceph-mon[21520]: osdmap e39: 6 total, 5 up, 6 in 2026-02-18T05:27:39.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:38 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:39.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:38 trial038 ceph-mon[21520]: pgmap v71: 1 pgs: 1 peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:39.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:38 trial053 ceph-mon[22981]: osdmap e39: 6 total, 5 up, 6 in 2026-02-18T05:27:39.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:38 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:39.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:38 trial053 ceph-mon[22981]: pgmap v71: 1 pgs: 1 peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:40.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:40.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:40 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:40.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:40 trial070 ceph-mon[23360]: from='osd.5 [v2:10.20.193.70:6808/3123825981,v1:10.20.193.70:6809/3123825981]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:40.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:40 trial070 ceph-mon[23360]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:40.607 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:40 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:40.607 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:40 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:40.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:40 trial053 ceph-mon[22981]: from='osd.5 [v2:10.20.193.70:6808/3123825981,v1:10.20.193.70:6809/3123825981]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:40.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:40 trial053 ceph-mon[22981]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:40.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:40 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:40 trial038 ceph-mon[21520]: from='osd.5 [v2:10.20.193.70:6808/3123825981,v1:10.20.193.70:6809/3123825981]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:40.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:40 trial038 ceph-mon[21520]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:41.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:41 trial070 ceph-mon[23360]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-18T05:27:41.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:41 trial070 ceph-mon[23360]: osdmap e40: 6 total, 5 up, 6 in 2026-02-18T05:27:41.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:41 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:41.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:41 trial070 ceph-mon[23360]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail; 122 KiB/s, 0 objects/s recovering 2026-02-18T05:27:41.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:41 trial053 ceph-mon[22981]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-18T05:27:41.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:41 trial053 ceph-mon[22981]: osdmap e40: 6 total, 5 up, 6 in 2026-02-18T05:27:41.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:41 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:41.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:41 trial053 ceph-mon[22981]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail; 122 KiB/s, 0 objects/s recovering 2026-02-18T05:27:41.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:41 trial038 ceph-mon[21520]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-18T05:27:41.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:41 trial038 ceph-mon[21520]: osdmap e40: 6 total, 5 up, 6 in 2026-02-18T05:27:41.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:41 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:41.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:41 trial038 ceph-mon[21520]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail; 122 KiB/s, 0 objects/s recovering 2026-02-18T05:27:42.814 INFO:teuthology.orchestra.run.trial070.stdout:Created osd(s) 5 on host 'trial070' 2026-02-18T05:27:42.956 DEBUG:teuthology.orchestra.run.trial070:osd.5> sudo journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.5.service 2026-02-18T05:27:42.958 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2026-02-18T05:27:42.959 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:27:43.080 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:43.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:42 trial070 ceph-mon[23360]: pgmap v74: 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-18T05:27:43.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:42 trial070 ceph-mon[23360]: from='osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:43.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:42 trial070 ceph-mon[23360]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:43.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:42 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.325 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:43.325 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.325 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.326 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:42 trial038 ceph-mon[21520]: pgmap v74: 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-18T05:27:43.326 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:42 trial038 ceph-mon[21520]: from='osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:43.326 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:42 trial038 ceph-mon[21520]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:43.326 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.326 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:42 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:42 trial053 ceph-mon[22981]: pgmap v74: 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-18T05:27:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:42 trial053 ceph-mon[22981]: from='osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:42 trial053 ceph-mon[22981]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-18T05:27:43.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:42 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:43.467 INFO:teuthology.orchestra.run.trial038.stdout:{"epoch":41,"num_osds":6,"num_up_osds":5,"osd_up_since":1771392453,"num_in_osds":6,"osd_in_since":1771392454,"num_remapped_pgs":0} 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: osdmap e41: 6 total, 5 up, 6 in 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1111045955' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:44.240 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:43 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:44.240 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:27:43 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5[37704]: 2026-02-18T05:27:43.963+0000 7fbbe8885640 -1 osd.5 0 waiting for initial osdmap 2026-02-18T05:27:44.240 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:27:43 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5[37704]: 2026-02-18T05:27:43.967+0000 7fbbe3e6d640 -1 osd.5 42 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: osdmap e41: 6 total, 5 up, 6 in 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/1111045955' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:44.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:44.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:43 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:44.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: osdmap e41: 6 total, 5 up, 6 in 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]} : dispatch 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1111045955' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:44.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:43 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:44.468 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:27:44.590 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:44.856 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:44.998 INFO:teuthology.orchestra.run.trial038.stdout:{"epoch":43,"num_osds":6,"num_up_osds":6,"osd_up_since":1771392463,"num_in_osds":6,"osd_in_since":1771392454,"num_remapped_pgs":1} 2026-02-18T05:27:44.999 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:27:45.120 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:45.142 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]}]': finished 2026-02-18T05:27:45.142 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: osdmap e42: 6 total, 5 up, 6 in 2026-02-18T05:27:45.142 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.142 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867] boot 2026-02-18T05:27:45.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: osdmap e43: 6 total, 6 up, 6 in 2026-02-18T05:27:45.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:45.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:45.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:45.143 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:44 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1019927192' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]}]': finished 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: osdmap e42: 6 total, 5 up, 6 in 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867] boot 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: osdmap e43: 6 total, 6 up, 6 in 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:45.169 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:44 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1019927192' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:27:45.357 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial070", "root=default"]}]': finished 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: osdmap e42: 6 total, 5 up, 6 in 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: osd.5 [v2:10.20.193.70:6808/1459354867,v1:10.20.193.70:6809/1459354867] boot 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: osdmap e43: 6 total, 6 up, 6 in 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:45.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:44 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/1019927192' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:27:45.360 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:45.361 INFO:teuthology.orchestra.run.trial038.stdout:{"epoch":44,"fsid":"42d7561b-0c8a-11f1-a3d0-d404e6e7d460","created":"2026-02-18T05:25:52.499475+0000","modified":"2026-02-18T05:27:44.984114+0000","last_up_change":"2026-02-18T05:27:43.983147+0000","last_in_change":"2026-02-18T05:27:34.857828+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-18T05:27:16.794325+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"643ae8d9-d46f-409b-a679-86c1bd9d132f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6802","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6803","nonce":674025746}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6804","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6805","nonce":674025746}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6808","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6809","nonce":674025746}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6806","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6807","nonce":674025746}]},"public_addr":"10.20.193.38:6803/674025746","cluster_addr":"10.20.193.38:6805/674025746","heartbeat_back_addr":"10.20.193.38:6809/674025746","heartbeat_front_addr":"10.20.193.38:6807/674025746","state":["exists","up"]},{"osd":1,"uuid":"fd004da7-77bd-4ffc-9dca-363f785124c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6810","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6811","nonce":2569923992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6812","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6813","nonce":2569923992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6816","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6817","nonce":2569923992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6814","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6815","nonce":2569923992}]},"public_addr":"10.20.193.38:6811/2569923992","cluster_addr":"10.20.193.38:6813/2569923992","heartbeat_back_addr":"10.20.193.38:6817/2569923992","heartbeat_front_addr":"10.20.193.38:6815/2569923992","state":["exists","up"]},{"osd":2,"uuid":"aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6800","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6801","nonce":1307526022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6802","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6803","nonce":1307526022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6806","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6807","nonce":1307526022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6804","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6805","nonce":1307526022}]},"public_addr":"10.20.193.53:6801/1307526022","cluster_addr":"10.20.193.53:6803/1307526022","heartbeat_back_addr":"10.20.193.53:6807/1307526022","heartbeat_front_addr":"10.20.193.53:6805/1307526022","state":["exists","up"]},{"osd":3,"uuid":"44a40873-eeb7-4331-9f3e-d790db4baec4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6808","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6809","nonce":4261255198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6810","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6811","nonce":4261255198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6814","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6815","nonce":4261255198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6812","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6813","nonce":4261255198}]},"public_addr":"10.20.193.53:6809/4261255198","cluster_addr":"10.20.193.53:6811/4261255198","heartbeat_back_addr":"10.20.193.53:6815/4261255198","heartbeat_front_addr":"10.20.193.53:6813/4261255198","state":["exists","up"]},{"osd":4,"uuid":"847300c8-d63d-48c5-b8e4-965068e45a26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6800","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6801","nonce":121472800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6802","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6803","nonce":121472800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6806","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6807","nonce":121472800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6804","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6805","nonce":121472800}]},"public_addr":"10.20.193.70:6801/121472800","cluster_addr":"10.20.193.70:6803/121472800","heartbeat_back_addr":"10.20.193.70:6807/121472800","heartbeat_front_addr":"10.20.193.70:6805/121472800","state":["exists","up"]},{"osd":5,"uuid":"27ff9307-b665-44f2-99d3-ea661cadaebc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6808","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6809","nonce":1459354867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6810","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6811","nonce":1459354867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6814","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6815","nonce":1459354867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6812","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6813","nonce":1459354867}]},"public_addr":"10.20.193.70:6809/1459354867","cluster_addr":"10.20.193.70:6811/1459354867","heartbeat_back_addr":"10.20.193.70:6815/1459354867","heartbeat_front_addr":"10.20.193.70:6813/1459354867","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-18T05:26:54.818399+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-18T05:27:05.667247+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-18T05:27:13.733923+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-18T05:27:22.125760+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-18T05:27:32.774380+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-18T05:27:43.664321+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.38:0/86370259":"2026-02-19T05:26:14.584579+0000","10.20.193.38:6801/807761597":"2026-02-19T05:26:14.584579+0000","10.20.193.38:6800/807761597":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/1045345050":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/1952185581":"2026-02-19T05:26:03.742801+0000","10.20.193.38:6800/3612021160":"2026-02-19T05:26:03.742801+0000","10.20.193.38:6801/3612021160":"2026-02-19T05:26:03.742801+0000","10.20.193.38:0/2948091237":"2026-02-19T05:26:03.742801+0000","10.20.193.38:0/3304527431":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/2080136986":"2026-02-19T05:26:03.742801+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-18T05:27:45.501 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-02-18T05:27:16.794325+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'nonprimary_shards': '{}', 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 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-18T05:27:45.501 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd pool get .mgr pg_num 2026-02-18T05:27:45.617 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:45.866 INFO:teuthology.orchestra.run.trial038.stdout:pg_num: 1 2026-02-18T05:27:46.024 INFO:tasks.cephadm:Setting up client nodes... 2026-02-18T05:27:46.025 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-18T05:27:46.141 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:46.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: purged_snaps scrub starts 2026-02-18T05:27:46.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: purged_snaps scrub ok 2026-02-18T05:27:46.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: osdmap e44: 6 total, 6 up, 6 in 2026-02-18T05:27:46.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: Detected new or changed devices on trial070 2026-02-18T05:27:46.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: Adjusting osd_memory_target on trial070 to 44071M 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1640082803' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:46.245 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:45 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/610899058' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-18T05:27:46.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: purged_snaps scrub starts 2026-02-18T05:27:46.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:27:46.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: osdmap e44: 6 total, 6 up, 6 in 2026-02-18T05:27:46.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: Detected new or changed devices on trial070 2026-02-18T05:27:46.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.257 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: Adjusting osd_memory_target on trial070 to 44071M 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:46.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1640082803' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:46.259 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:45 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/610899058' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-18T05:27:46.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: purged_snaps scrub starts 2026-02-18T05:27:46.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:27:46.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: osdmap e44: 6 total, 6 up, 6 in 2026-02-18T05:27:46.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: Detected new or changed devices on trial070 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: Adjusting osd_memory_target on trial070 to 44071M 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:46.359 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:27:46.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:27:46.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:46.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/1640082803' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:46.360 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:45 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/610899058' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-18T05:27:46.387 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:46.531 INFO:teuthology.orchestra.run.trial038.stdout:[{"version":16,"timestamp":"2026-02-18T05:27:45.012858+0000","name":"","changes":[{"name":"osd/host:trial070/osd_memory_target","previous_value":"92424893235","new_value":"46212446617"}]}] 2026-02-18T05:27:46.532 INFO:tasks.ceph_manager:config epoch is 16 2026-02-18T05:27:46.532 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-18T05:27:46.532 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-18T05:27:46.532 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-18T05:27:46.649 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:46.931 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:47.049 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:46 trial038 ceph-mon[21520]: osdmap e45: 6 total, 6 up, 6 in 2026-02-18T05:27:47.049 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:46 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/54954667' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T05:27:47.049 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:46 trial038 ceph-mon[21520]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-18T05:27:47.049 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:46 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2581774396' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T05:27:47.068 INFO:teuthology.orchestra.run.trial038.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6800","nonce":1501463155},{"type":"v1","addr":"10.20.193.38:6801","nonce":1501463155}]},"active_addr":"10.20.193.38:6801/1501463155","active_change":"2026-02-18T05:26:14.584713+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14220,"name":"b","mgr_features":4544132024016699391,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.38: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.38:0","nonce":1569425239}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.38:0","nonce":2283912947}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.38:0","nonce":441427769}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.38:0","nonce":4151670796}]}]} 2026-02-18T05:27:47.107 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-18T05:27:47.107 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-18T05:27:47.107 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:27:47.224 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:47.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:46 trial070 ceph-mon[23360]: osdmap e45: 6 total, 6 up, 6 in 2026-02-18T05:27:47.243 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:46 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/54954667' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T05:27:47.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:46 trial070 ceph-mon[23360]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-18T05:27:47.244 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:46 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2581774396' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T05:27:47.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:46 trial053 ceph-mon[22981]: osdmap e45: 6 total, 6 up, 6 in 2026-02-18T05:27:47.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:46 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/54954667' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T05:27:47.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:46 trial053 ceph-mon[22981]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-18T05:27:47.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:46 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/2581774396' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T05:27:47.466 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:47.466 INFO:teuthology.orchestra.run.trial038.stdout:{"epoch":46,"fsid":"42d7561b-0c8a-11f1-a3d0-d404e6e7d460","created":"2026-02-18T05:25:52.499475+0000","modified":"2026-02-18T05:27:46.991538+0000","last_up_change":"2026-02-18T05:27:43.983147+0000","last_in_change":"2026-02-18T05:27:34.857828+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-18T05:27:16.794325+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"643ae8d9-d46f-409b-a679-86c1bd9d132f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6802","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6803","nonce":674025746}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6804","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6805","nonce":674025746}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6808","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6809","nonce":674025746}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6806","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6807","nonce":674025746}]},"public_addr":"10.20.193.38:6803/674025746","cluster_addr":"10.20.193.38:6805/674025746","heartbeat_back_addr":"10.20.193.38:6809/674025746","heartbeat_front_addr":"10.20.193.38:6807/674025746","state":["exists","up"]},{"osd":1,"uuid":"fd004da7-77bd-4ffc-9dca-363f785124c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6810","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6811","nonce":2569923992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6812","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6813","nonce":2569923992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6816","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6817","nonce":2569923992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6814","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6815","nonce":2569923992}]},"public_addr":"10.20.193.38:6811/2569923992","cluster_addr":"10.20.193.38:6813/2569923992","heartbeat_back_addr":"10.20.193.38:6817/2569923992","heartbeat_front_addr":"10.20.193.38:6815/2569923992","state":["exists","up"]},{"osd":2,"uuid":"aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6800","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6801","nonce":1307526022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6802","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6803","nonce":1307526022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6806","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6807","nonce":1307526022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6804","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6805","nonce":1307526022}]},"public_addr":"10.20.193.53:6801/1307526022","cluster_addr":"10.20.193.53:6803/1307526022","heartbeat_back_addr":"10.20.193.53:6807/1307526022","heartbeat_front_addr":"10.20.193.53:6805/1307526022","state":["exists","up"]},{"osd":3,"uuid":"44a40873-eeb7-4331-9f3e-d790db4baec4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6808","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6809","nonce":4261255198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6810","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6811","nonce":4261255198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6814","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6815","nonce":4261255198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6812","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6813","nonce":4261255198}]},"public_addr":"10.20.193.53:6809/4261255198","cluster_addr":"10.20.193.53:6811/4261255198","heartbeat_back_addr":"10.20.193.53:6815/4261255198","heartbeat_front_addr":"10.20.193.53:6813/4261255198","state":["exists","up"]},{"osd":4,"uuid":"847300c8-d63d-48c5-b8e4-965068e45a26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6800","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6801","nonce":121472800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6802","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6803","nonce":121472800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6806","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6807","nonce":121472800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6804","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6805","nonce":121472800}]},"public_addr":"10.20.193.70:6801/121472800","cluster_addr":"10.20.193.70:6803/121472800","heartbeat_back_addr":"10.20.193.70:6807/121472800","heartbeat_front_addr":"10.20.193.70:6805/121472800","state":["exists","up"]},{"osd":5,"uuid":"27ff9307-b665-44f2-99d3-ea661cadaebc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6808","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6809","nonce":1459354867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6810","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6811","nonce":1459354867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6814","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6815","nonce":1459354867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6812","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6813","nonce":1459354867}]},"public_addr":"10.20.193.70:6809/1459354867","cluster_addr":"10.20.193.70:6811/1459354867","heartbeat_back_addr":"10.20.193.70:6815/1459354867","heartbeat_front_addr":"10.20.193.70:6813/1459354867","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-18T05:26:54.818399+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-18T05:27:05.667247+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-18T05:27:13.733923+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-18T05:27:22.125760+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-18T05:27:32.774380+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-18T05:27:43.664321+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.38:0/86370259":"2026-02-19T05:26:14.584579+0000","10.20.193.38:6801/807761597":"2026-02-19T05:26:14.584579+0000","10.20.193.38:6800/807761597":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/1045345050":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/1952185581":"2026-02-19T05:26:03.742801+0000","10.20.193.38:6800/3612021160":"2026-02-19T05:26:03.742801+0000","10.20.193.38:6801/3612021160":"2026-02-19T05:26:03.742801+0000","10.20.193.38:0/2948091237":"2026-02-19T05:26:03.742801+0000","10.20.193.38:0/3304527431":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/2080136986":"2026-02-19T05:26:03.742801+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-18T05:27:47.605 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-18T05:27:47.605 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:27:47.720 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:47.967 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:47.967 INFO:teuthology.orchestra.run.trial038.stdout:{"epoch":46,"fsid":"42d7561b-0c8a-11f1-a3d0-d404e6e7d460","created":"2026-02-18T05:25:52.499475+0000","modified":"2026-02-18T05:27:46.991538+0000","last_up_change":"2026-02-18T05:27:43.983147+0000","last_in_change":"2026-02-18T05:27:34.857828+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-18T05:27:16.794325+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"643ae8d9-d46f-409b-a679-86c1bd9d132f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6802","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6803","nonce":674025746}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6804","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6805","nonce":674025746}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6808","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6809","nonce":674025746}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6806","nonce":674025746},{"type":"v1","addr":"10.20.193.38:6807","nonce":674025746}]},"public_addr":"10.20.193.38:6803/674025746","cluster_addr":"10.20.193.38:6805/674025746","heartbeat_back_addr":"10.20.193.38:6809/674025746","heartbeat_front_addr":"10.20.193.38:6807/674025746","state":["exists","up"]},{"osd":1,"uuid":"fd004da7-77bd-4ffc-9dca-363f785124c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6810","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6811","nonce":2569923992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6812","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6813","nonce":2569923992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6816","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6817","nonce":2569923992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.38:6814","nonce":2569923992},{"type":"v1","addr":"10.20.193.38:6815","nonce":2569923992}]},"public_addr":"10.20.193.38:6811/2569923992","cluster_addr":"10.20.193.38:6813/2569923992","heartbeat_back_addr":"10.20.193.38:6817/2569923992","heartbeat_front_addr":"10.20.193.38:6815/2569923992","state":["exists","up"]},{"osd":2,"uuid":"aa2e06ef-1b02-442e-9bec-9bc7c8d7cf26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6800","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6801","nonce":1307526022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6802","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6803","nonce":1307526022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6806","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6807","nonce":1307526022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6804","nonce":1307526022},{"type":"v1","addr":"10.20.193.53:6805","nonce":1307526022}]},"public_addr":"10.20.193.53:6801/1307526022","cluster_addr":"10.20.193.53:6803/1307526022","heartbeat_back_addr":"10.20.193.53:6807/1307526022","heartbeat_front_addr":"10.20.193.53:6805/1307526022","state":["exists","up"]},{"osd":3,"uuid":"44a40873-eeb7-4331-9f3e-d790db4baec4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6808","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6809","nonce":4261255198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6810","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6811","nonce":4261255198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6814","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6815","nonce":4261255198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6812","nonce":4261255198},{"type":"v1","addr":"10.20.193.53:6813","nonce":4261255198}]},"public_addr":"10.20.193.53:6809/4261255198","cluster_addr":"10.20.193.53:6811/4261255198","heartbeat_back_addr":"10.20.193.53:6815/4261255198","heartbeat_front_addr":"10.20.193.53:6813/4261255198","state":["exists","up"]},{"osd":4,"uuid":"847300c8-d63d-48c5-b8e4-965068e45a26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6800","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6801","nonce":121472800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6802","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6803","nonce":121472800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6806","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6807","nonce":121472800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6804","nonce":121472800},{"type":"v1","addr":"10.20.193.70:6805","nonce":121472800}]},"public_addr":"10.20.193.70:6801/121472800","cluster_addr":"10.20.193.70:6803/121472800","heartbeat_back_addr":"10.20.193.70:6807/121472800","heartbeat_front_addr":"10.20.193.70:6805/121472800","state":["exists","up"]},{"osd":5,"uuid":"27ff9307-b665-44f2-99d3-ea661cadaebc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6808","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6809","nonce":1459354867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6810","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6811","nonce":1459354867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6814","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6815","nonce":1459354867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.70:6812","nonce":1459354867},{"type":"v1","addr":"10.20.193.70:6813","nonce":1459354867}]},"public_addr":"10.20.193.70:6809/1459354867","cluster_addr":"10.20.193.70:6811/1459354867","heartbeat_back_addr":"10.20.193.70:6815/1459354867","heartbeat_front_addr":"10.20.193.70:6813/1459354867","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-18T05:26:54.818399+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-18T05:27:05.667247+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-18T05:27:13.733923+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-18T05:27:22.125760+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-18T05:27:32.774380+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-18T05:27:43.664321+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.38:0/86370259":"2026-02-19T05:26:14.584579+0000","10.20.193.38:6801/807761597":"2026-02-19T05:26:14.584579+0000","10.20.193.38:6800/807761597":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/1045345050":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/1952185581":"2026-02-19T05:26:03.742801+0000","10.20.193.38:6800/3612021160":"2026-02-19T05:26:03.742801+0000","10.20.193.38:6801/3612021160":"2026-02-19T05:26:03.742801+0000","10.20.193.38:0/2948091237":"2026-02-19T05:26:03.742801+0000","10.20.193.38:0/3304527431":"2026-02-19T05:26:14.584579+0000","10.20.193.38:0/2080136986":"2026-02-19T05:26:03.742801+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-18T05:27:48.086 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:47 trial038 ceph-mon[21520]: osdmap e46: 6 total, 6 up, 6 in 2026-02-18T05:27:48.086 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:47 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1651118328' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:48.086 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:47 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:48.086 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:47 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:48.086 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:47 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2015842792' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:48.108 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-18T05:27:48.109 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-18T05:27:48.109 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-18T05:27:48.110 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph tell osd.3 flush_pg_stats 2026-02-18T05:27:48.110 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph tell osd.4 flush_pg_stats 2026-02-18T05:27:48.111 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph tell osd.5 flush_pg_stats 2026-02-18T05:27:48.234 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.235 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.235 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.236 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.236 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.241 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:47 trial053 ceph-mon[22981]: osdmap e46: 6 total, 6 up, 6 in 2026-02-18T05:27:48.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:47 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/1651118328' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:48.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:47 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:48.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:47 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:48.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:47 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/2015842792' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:48.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:48 trial070 ceph-mon[23360]: osdmap e46: 6 total, 6 up, 6 in 2026-02-18T05:27:48.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:48 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/1651118328' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:48.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:48 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:48.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:48 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:48.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:48 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2015842792' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:27:48.547 INFO:teuthology.orchestra.run.trial038.stdout:111669149703 2026-02-18T05:27:48.548 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-18T05:27:48.555 INFO:teuthology.orchestra.run.trial038.stdout:150323855365 2026-02-18T05:27:48.556 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-18T05:27:48.557 INFO:teuthology.orchestra.run.trial038.stdout:77309411337 2026-02-18T05:27:48.558 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-18T05:27:48.568 INFO:teuthology.orchestra.run.trial038.stdout:38654705678 2026-02-18T05:27:48.568 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T05:27:48.570 INFO:teuthology.orchestra.run.trial038.stdout:184683593731 2026-02-18T05:27:48.571 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-18T05:27:48.575 INFO:teuthology.orchestra.run.trial038.stdout:60129542156 2026-02-18T05:27:48.575 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T05:27:48.668 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.684 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.701 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.738 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.739 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.740 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:48.945 INFO:teuthology.orchestra.run.trial038.stdout:150323855364 2026-02-18T05:27:48.946 INFO:teuthology.orchestra.run.trial038.stdout:111669149702 2026-02-18T05:27:48.954 INFO:teuthology.orchestra.run.trial038.stdout:77309411336 2026-02-18T05:27:49.007 INFO:teuthology.orchestra.run.trial038.stdout:60129542156 2026-02-18T05:27:49.012 INFO:teuthology.orchestra.run.trial038.stdout:38654705678 2026-02-18T05:27:49.015 INFO:teuthology.orchestra.run.trial038.stdout:184683593731 2026-02-18T05:27:49.090 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149703 got 111669149702 for osd.3 2026-02-18T05:27:49.096 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411336 for osd.2 2026-02-18T05:27:49.102 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855365 got 150323855364 for osd.4 2026-02-18T05:27:49.152 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542156 got 60129542156 for osd.1 2026-02-18T05:27:49.153 DEBUG:teuthology.parallel:result is None 2026-02-18T05:27:49.156 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705678 got 38654705678 for osd.0 2026-02-18T05:27:49.156 DEBUG:teuthology.parallel:result is None 2026-02-18T05:27:49.159 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593731 got 184683593731 for osd.5 2026-02-18T05:27:49.159 DEBUG:teuthology.parallel:result is None 2026-02-18T05:27:49.259 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:49 trial053 ceph-mon[22981]: osdmap e47: 6 total, 6 up, 6 in 2026-02-18T05:27:49.259 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:49 trial053 ceph-mon[22981]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 164 MiB used, 4.1 TiB / 4.1 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-18T05:27:49.259 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:49 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/3960924085' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-18T05:27:49.259 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:49 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/3578350358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-18T05:27:49.260 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:49 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/318679673' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:27:49.395 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:49 trial070 ceph-mon[23360]: osdmap e47: 6 total, 6 up, 6 in 2026-02-18T05:27:49.395 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:49 trial070 ceph-mon[23360]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 164 MiB used, 4.1 TiB / 4.1 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-18T05:27:49.395 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:49 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3960924085' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-18T05:27:49.395 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:49 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3578350358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-18T05:27:49.395 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:49 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/318679673' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:27:49.428 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:49 trial038 ceph-mon[21520]: osdmap e47: 6 total, 6 up, 6 in 2026-02-18T05:27:49.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:49 trial038 ceph-mon[21520]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 164 MiB used, 4.1 TiB / 4.1 TiB avail; 144 KiB/s, 0 objects/s recovering 2026-02-18T05:27:49.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:49 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3960924085' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-18T05:27:49.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:49 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3578350358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-18T05:27:49.429 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:49 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/318679673' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:27:50.092 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-18T05:27:50.097 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-18T05:27:50.102 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-18T05:27:50.209 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:50.251 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:50.253 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:50.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:50 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/4213307311' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:27:50.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:50 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2793890804' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:27:50.258 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:50 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3593066888' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-18T05:27:50.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:50 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/4213307311' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:27:50.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:50 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/2793890804' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:27:50.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:50 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/3593066888' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-18T05:27:50.457 INFO:teuthology.orchestra.run.trial038.stdout:111669149703 2026-02-18T05:27:50.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:50 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/4213307311' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:27:50.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:50 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2793890804' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:27:50.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:50 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3593066888' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-18T05:27:50.510 INFO:teuthology.orchestra.run.trial038.stdout:77309411337 2026-02-18T05:27:50.512 INFO:teuthology.orchestra.run.trial038.stdout:150323855365 2026-02-18T05:27:50.597 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149703 got 111669149703 for osd.3 2026-02-18T05:27:50.597 DEBUG:teuthology.parallel:result is None 2026-02-18T05:27:50.654 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855365 got 150323855365 for osd.4 2026-02-18T05:27:50.654 DEBUG:teuthology.parallel:result is None 2026-02-18T05:27:50.661 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411337 for osd.2 2026-02-18T05:27:50.661 DEBUG:teuthology.parallel:result is None 2026-02-18T05:27:50.661 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-18T05:27:50.661 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T05:27:50.817 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:51.057 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:51.058 INFO:teuthology.orchestra.run.trial038.stderr:dumped all 2026-02-18T05:27:51.176 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:51 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/3739047104' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-18T05:27:51.177 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:51 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2477712358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:27:51.177 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:51 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/607867304' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-18T05:27:51.177 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:51 trial038 ceph-mon[21520]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-18T05:27:51.199 INFO:teuthology.orchestra.run.trial038.stdout:{"pg_ready":true,"pg_map":{"version":85,"stamp":"2026-02-18T05:27:50.599952+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":4,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":4404019200,"kb_used":167104,"kb_used_data":4296,"kb_used_omap":104,"kb_used_meta":162583,"kb_avail":4403852096,"statfs":{"total":4509715660800,"available":4509544546304,"internally_reserved":0,"allocated":4399104,"data_stored":2776161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":106726,"internal_metadata":166485786},"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":"5.614687"},"pg_stats":[{"pgid":"1.0","version":"22'132","reported_seq":248,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-18T05:27:48.000068+0000","last_change":"2026-02-18T05:27:48.000010+0000","last_active":"2026-02-18T05:27:48.000068+0000","last_peered":"2026-02-18T05:27:48.000068+0000","last_clean":"2026-02-18T05:27:48.000068+0000","last_became_active":"2026-02-18T05:27:47.999800+0000","last_became_peered":"2026-02-18T05:27:47.999800+0000","last_unstale":"2026-02-18T05:27:48.000068+0000","last_undegraded":"2026-02-18T05:27:48.000068+0000","last_fullsized":"2026-02-18T05:27:48.000068+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T05:27:17.721358+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T05:27:17.721358+0000","last_clean_scrub_stamp":"2026-02-18T05:27:17.721358+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-19T14:38:05.278573+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":2969600,"data_stored":2951840,"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":43,"seq":184683593732,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28232,"kb_used_data":1012,"kb_used_omap":8,"kb_used_meta":27191,"kb_avail":733974968,"statfs":{"total":751619276800,"available":751590367232,"internally_reserved":0,"allocated":1036288,"data_stored":760244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"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":35,"seq":150323855366,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27652,"kb_used_data":432,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733975548,"statfs":{"total":751619276800,"available":751590961152,"internally_reserved":0,"allocated":442368,"data_stored":169876,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13013,"internal_metadata":27839787},"hb_peers":[0,1,2,3],"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":26,"seq":111669149704,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27976,"kb_used_data":1012,"kb_used_omap":17,"kb_used_meta":26926,"kb_avail":733975224,"statfs":{"total":751619276800,"available":751590629376,"internally_reserved":0,"allocated":1036288,"data_stored":760244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":17897,"internal_metadata":27572759},"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":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27964,"kb_used_data":1000,"kb_used_omap":15,"kb_used_meta":26928,"kb_avail":733975236,"statfs":{"total":751619276800,"available":751590641664,"internally_reserved":0,"allocated":1024000,"data_stored":755511,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":15947,"internal_metadata":27574709},"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":14,"seq":60129542156,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27640,"kb_used_data":420,"kb_used_omap":23,"kb_used_meta":27176,"kb_avail":733975560,"statfs":{"total":751619276800,"available":751590973440,"internally_reserved":0,"allocated":430080,"data_stored":165143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24078,"internal_metadata":27828722},"hb_peers":[0,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":0,"up_from":9,"seq":38654705678,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27640,"kb_used_data":420,"kb_used_omap":26,"kb_used_meta":27173,"kb_avail":733975560,"statfs":{"total":751619276800,"available":751590973440,"internally_reserved":0,"allocated":430080,"data_stored":165143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":27335,"internal_metadata":27825465},"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"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-18T05:27:51.200 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T05:27:51.315 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:51.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:51 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/3739047104' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-18T05:27:51.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:51 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/2477712358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:27:51.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:51 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/607867304' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-18T05:27:51.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:51 trial053 ceph-mon[22981]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-18T05:27:51.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:51 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/3739047104' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-18T05:27:51.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:51 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2477712358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:27:51.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:51 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/607867304' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-18T05:27:51.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:51 trial070 ceph-mon[23360]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 103 KiB/s, 0 objects/s recovering 2026-02-18T05:27:51.557 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:51.557 INFO:teuthology.orchestra.run.trial038.stderr:dumped all 2026-02-18T05:27:51.698 INFO:teuthology.orchestra.run.trial038.stdout:{"pg_ready":true,"pg_map":{"version":85,"stamp":"2026-02-18T05:27:50.599952+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":4,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":4404019200,"kb_used":167104,"kb_used_data":4296,"kb_used_omap":104,"kb_used_meta":162583,"kb_avail":4403852096,"statfs":{"total":4509715660800,"available":4509544546304,"internally_reserved":0,"allocated":4399104,"data_stored":2776161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":106726,"internal_metadata":166485786},"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":"5.614687"},"pg_stats":[{"pgid":"1.0","version":"22'132","reported_seq":248,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-18T05:27:48.000068+0000","last_change":"2026-02-18T05:27:48.000010+0000","last_active":"2026-02-18T05:27:48.000068+0000","last_peered":"2026-02-18T05:27:48.000068+0000","last_clean":"2026-02-18T05:27:48.000068+0000","last_became_active":"2026-02-18T05:27:47.999800+0000","last_became_peered":"2026-02-18T05:27:47.999800+0000","last_unstale":"2026-02-18T05:27:48.000068+0000","last_undegraded":"2026-02-18T05:27:48.000068+0000","last_fullsized":"2026-02-18T05:27:48.000068+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T05:27:17.721358+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T05:27:17.721358+0000","last_clean_scrub_stamp":"2026-02-18T05:27:17.721358+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-19T14:38:05.278573+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":2969600,"data_stored":2951840,"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":43,"seq":184683593732,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28232,"kb_used_data":1012,"kb_used_omap":8,"kb_used_meta":27191,"kb_avail":733974968,"statfs":{"total":751619276800,"available":751590367232,"internally_reserved":0,"allocated":1036288,"data_stored":760244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"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":35,"seq":150323855366,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27652,"kb_used_data":432,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733975548,"statfs":{"total":751619276800,"available":751590961152,"internally_reserved":0,"allocated":442368,"data_stored":169876,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13013,"internal_metadata":27839787},"hb_peers":[0,1,2,3],"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":26,"seq":111669149704,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27976,"kb_used_data":1012,"kb_used_omap":17,"kb_used_meta":26926,"kb_avail":733975224,"statfs":{"total":751619276800,"available":751590629376,"internally_reserved":0,"allocated":1036288,"data_stored":760244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":17897,"internal_metadata":27572759},"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":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27964,"kb_used_data":1000,"kb_used_omap":15,"kb_used_meta":26928,"kb_avail":733975236,"statfs":{"total":751619276800,"available":751590641664,"internally_reserved":0,"allocated":1024000,"data_stored":755511,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":15947,"internal_metadata":27574709},"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":14,"seq":60129542156,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27640,"kb_used_data":420,"kb_used_omap":23,"kb_used_meta":27176,"kb_avail":733975560,"statfs":{"total":751619276800,"available":751590973440,"internally_reserved":0,"allocated":430080,"data_stored":165143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24078,"internal_metadata":27828722},"hb_peers":[0,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":0,"up_from":9,"seq":38654705678,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27640,"kb_used_data":420,"kb_used_omap":26,"kb_used_meta":27173,"kb_avail":733975560,"statfs":{"total":751619276800,"available":751590973440,"internally_reserved":0,"allocated":430080,"data_stored":165143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":27335,"internal_metadata":27825465},"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"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-18T05:27:51.699 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-18T05:27:51.699 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-18T05:27:51.699 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-18T05:27:51.699 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph health --format=json 2026-02-18T05:27:51.817 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:52.090 INFO:teuthology.orchestra.run.trial038.stdout: 2026-02-18T05:27:52.091 INFO:teuthology.orchestra.run.trial038.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-18T05:27:52.212 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:52 trial038 ceph-mon[21520]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:52.212 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:52 trial038 ceph-mon[21520]: from='client.14553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:52.236 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-18T05:27:52.236 INFO:tasks.cephadm:Setup complete, yielding 2026-02-18T05:27:52.236 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-18T05:27:52.250 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial038.front.sepia.ceph.com 2026-02-18T05:27:52.250 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- bash -c 'set -ex 2026-02-18T05:27:52.250 DEBUG:teuthology.orchestra.run.trial038:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2026-02-18T05:27:52.250 DEBUG:teuthology.orchestra.run.trial038:> for host in $HOSTNAMES; do 2026-02-18T05:27:52.250 DEBUG:teuthology.orchestra.run.trial038:> # find the hostname for "host.c" which will have no mgr 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> if [ "$HAS_MGRS" == "false" ]; then 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> HOST_C="${host}" 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> fi 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> done 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> # One last thing to worry about before draining the host 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> # is that the teuthology test tends to put the explicit 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> # hostnames in the placement for the mon service. 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> # We want to make sure we can drain without providing 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> # --force and there is a check for the host being removed 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> # being listed explicitly in the placements. Therefore, 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> # we should remove it from the mon placement. 2026-02-18T05:27:52.251 DEBUG:teuthology.orchestra.run.trial038:> ceph orch ls mon --export > mon.yaml 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> ceph orch apply -i mon_adjusted.yaml 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> # now drain that host 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> ceph orch host drain $HOST_C --zap-osd-devices 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> # wait for drain to complete 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> sleep 15 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> done 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> # we want to check the ability to remove the host from 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> # the CRUSH map, so we should first verify the host is in 2026-02-18T05:27:52.252 DEBUG:teuthology.orchestra.run.trial038:> # the CRUSH map. 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> ceph osd getcrushmap -o compiled-crushmap 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> crushtool -d compiled-crushmap -o crushmap.txt 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> CRUSH_MAP=$(cat crushmap.txt) 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> exit 1 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> fi 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> # If the drain was successful, we should be able to remove the 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> # host without force with no issues. If there are still daemons 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> # we will get a response telling us to drain the host and a 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> # non-zero return code 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> ceph orch host rm $HOST_C --rm-crush-entry 2026-02-18T05:27:52.253 DEBUG:teuthology.orchestra.run.trial038:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> sleep 30 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> ceph osd getcrushmap -o compiled-crushmap 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> crushtool -d compiled-crushmap -o crushmap.txt 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> CRUSH_MAP=$(cat crushmap.txt) 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> exit 1 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> fi 2026-02-18T05:27:52.254 DEBUG:teuthology.orchestra.run.trial038:> ' 2026-02-18T05:27:52.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:52 trial053 ceph-mon[22981]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:52.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:52 trial053 ceph-mon[22981]: from='client.14553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:52.371 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:27:52.448 INFO:teuthology.orchestra.run.trial038.stderr:++ ceph orch host ls --format json 2026-02-18T05:27:52.449 INFO:teuthology.orchestra.run.trial038.stderr:++ jq -r '.[] | .hostname' 2026-02-18T05:27:52.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:52 trial070 ceph-mon[23360]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:52.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:52 trial070 ceph-mon[23360]: from='client.14553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:52.628 INFO:teuthology.orchestra.run.trial038.stderr:+ HOSTNAMES='trial038 2026-02-18T05:27:52.629 INFO:teuthology.orchestra.run.trial038.stderr:trial053 2026-02-18T05:27:52.629 INFO:teuthology.orchestra.run.trial038.stderr:trial070' 2026-02-18T05:27:52.629 INFO:teuthology.orchestra.run.trial038.stderr:+ for host in $HOSTNAMES 2026-02-18T05:27:52.630 INFO:teuthology.orchestra.run.trial038.stderr:++ ceph orch ps --hostname trial038 --format json 2026-02-18T05:27:52.630 INFO:teuthology.orchestra.run.trial038.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-02-18T05:27:52.811 INFO:teuthology.orchestra.run.trial038.stderr:+ HAS_MGRS=true 2026-02-18T05:27:52.811 INFO:teuthology.orchestra.run.trial038.stderr:+ '[' true == false ']' 2026-02-18T05:27:52.811 INFO:teuthology.orchestra.run.trial038.stderr:+ for host in $HOSTNAMES 2026-02-18T05:27:52.811 INFO:teuthology.orchestra.run.trial038.stderr:++ ceph orch ps --hostname trial053 --format json 2026-02-18T05:27:52.811 INFO:teuthology.orchestra.run.trial038.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-02-18T05:27:52.994 INFO:teuthology.orchestra.run.trial038.stderr:+ HAS_MGRS=true 2026-02-18T05:27:52.994 INFO:teuthology.orchestra.run.trial038.stderr:+ '[' true == false ']' 2026-02-18T05:27:52.994 INFO:teuthology.orchestra.run.trial038.stderr:+ for host in $HOSTNAMES 2026-02-18T05:27:52.995 INFO:teuthology.orchestra.run.trial038.stderr:++ ceph orch ps --hostname trial070 --format json 2026-02-18T05:27:52.995 INFO:teuthology.orchestra.run.trial038.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-02-18T05:27:53.175 INFO:teuthology.orchestra.run.trial038.stderr:+ HAS_MGRS=false 2026-02-18T05:27:53.176 INFO:teuthology.orchestra.run.trial038.stderr:+ '[' false == false ']' 2026-02-18T05:27:53.176 INFO:teuthology.orchestra.run.trial038.stderr:+ HOST_C=trial070 2026-02-18T05:27:53.176 INFO:teuthology.orchestra.run.trial038.stderr:+ ceph orch ls mon --export 2026-02-18T05:27:53.177 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:53 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/2751228359' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:27:53.177 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:53 trial038 ceph-mon[21520]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 87 KiB/s, 0 objects/s recovering 2026-02-18T05:27:53.177 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:53 trial038 ceph-mon[21520]: from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:53.177 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:53 trial038 ceph-mon[21520]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial038", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:53.355 INFO:teuthology.orchestra.run.trial038.stderr:+ sed /trial070/d mon.yaml 2026-02-18T05:27:53.356 INFO:teuthology.orchestra.run.trial038.stderr:+ ceph orch apply -i mon_adjusted.yaml 2026-02-18T05:27:53.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:53 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/2751228359' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:27:53.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:53 trial053 ceph-mon[22981]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 87 KiB/s, 0 objects/s recovering 2026-02-18T05:27:53.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:53 trial053 ceph-mon[22981]: from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:53.358 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:53 trial053 ceph-mon[22981]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial038", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:53.493 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:53 trial070 ceph-mon[23360]: from='client.? 10.20.193.38:0/2751228359' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:27:53.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:53 trial070 ceph-mon[23360]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 87 KiB/s, 0 objects/s recovering 2026-02-18T05:27:53.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:53 trial070 ceph-mon[23360]: from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:53.494 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:53 trial070 ceph-mon[23360]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial038", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:53.534 INFO:teuthology.orchestra.run.trial038.stdout:Scheduled mon update... 2026-02-18T05:27:53.543 INFO:teuthology.orchestra.run.trial038.stderr:+ ceph orch host drain trial070 --zap-osd-devices 2026-02-18T05:27:53.718 INFO:teuthology.orchestra.run.trial038.stdout:Scheduled to remove the following daemons from host 'trial070' 2026-02-18T05:27:53.718 INFO:teuthology.orchestra.run.trial038.stdout:type id 2026-02-18T05:27:53.719 INFO:teuthology.orchestra.run.trial038.stdout:-------------------- --------------- 2026-02-18T05:27:53.719 INFO:teuthology.orchestra.run.trial038.stdout:mon c 2026-02-18T05:27:53.719 INFO:teuthology.orchestra.run.trial038.stdout:osd 4 2026-02-18T05:27:53.719 INFO:teuthology.orchestra.run.trial038.stdout:osd 5 2026-02-18T05:27:53.727 INFO:teuthology.orchestra.run.trial038.stderr:++ ceph orch ps --hostname trial070 2026-02-18T05:27:53.906 INFO:teuthology.orchestra.run.trial038.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-18T05:27:53.906 INFO:teuthology.orchestra.run.trial038.stderr:mon.c trial070 running (85s) 9s ago 85s 110M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 747296ca85fc 2026-02-18T05:27:53.906 INFO:teuthology.orchestra.run.trial038.stderr:osd.4 trial070 running (22s) 9s ago 25s 103M 43.0G 20.2.0-670-gadc19233 c2bc6184fe25 5b1aa626c41b 2026-02-18T05:27:53.907 INFO:teuthology.orchestra.run.trial038.stderr:osd.5 trial070 running (12s) 9s ago 14s 101M 43.0G 20.2.0-670-gadc19233 c2bc6184fe25 5d1bb979ac70 ' 2026-02-18T05:27:53.907 INFO:teuthology.orchestra.run.trial038.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-18T05:27:53.907 INFO:teuthology.orchestra.run.trial038.stderr:mon.c trial070 running (85s) 9s ago 85s 110M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 747296ca85fc 2026-02-18T05:27:53.907 INFO:teuthology.orchestra.run.trial038.stderr:osd.4 trial070 running (22s) 9s ago 25s 103M 43.0G 20.2.0-670-gadc19233 c2bc6184fe25 5b1aa626c41b 2026-02-18T05:27:53.907 INFO:teuthology.orchestra.run.trial038.stderr:osd.5 trial070 running (12s) 9s ago 14s 101M 43.0G 20.2.0-670-gadc19233 c2bc6184fe25 5d1bb979ac70 ' '!=' 'No daemons reported' ']' 2026-02-18T05:27:53.907 INFO:teuthology.orchestra.run.trial038.stderr:+ sleep 15 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial053", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: Saving service mon spec with placement trial038:10.20.193.38=a;trial053:10.20.193.53=b;count:3 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:54.688 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "trial070", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: Added label _no_schedule to host trial070 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: Added label _no_conf_keyring to host trial070 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: osd.4 crush weight is 0.68359375 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: osd.5 crush weight is 0.68359375 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.689 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:54 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial053", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:54.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:54.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: Saving service mon spec with placement trial038:10.20.193.38=a;trial053:10.20.193.53=b;count:3 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "trial070", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: Added label _no_schedule to host trial070 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: Added label _no_conf_keyring to host trial070 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: osd.4 crush weight is 0.68359375 2026-02-18T05:27:54.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-18T05:27:54.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: osd.5 crush weight is 0.68359375 2026-02-18T05:27:54.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.860 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:54 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial053", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: Saving service mon spec with placement trial038:10.20.193.38=a;trial053:10.20.193.53=b;count:3 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "trial070", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: Added label _no_schedule to host trial070 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: Added label _no_conf_keyring to host trial070 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: osd.4 crush weight is 0.68359375 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: osd.5 crush weight is 0.68359375 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:54.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:54 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='client.14607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:55.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 72 KiB/s, 0 objects/s recovering 2026-02-18T05:27:55.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:55.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:55.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:55.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:55.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2026-02-18T05:27:55.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:55 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2026-02-18T05:27:55.899 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='client.14607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:55.899 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 72 KiB/s, 0 objects/s recovering 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2026-02-18T05:27:55.900 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='client.14607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 72 KiB/s, 0 objects/s recovering 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.993 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:55.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:55.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:55.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2026-02-18T05:27:55.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:55 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2026-02-18T05:27:56.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:55 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a[21494]: 2026-02-18T05:27:55.896+0000 7f8128a19640 -1 mon.a@0(leader).osd e48 definitely_dead 0 2026-02-18T05:27:56.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: Removing trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:27:56.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: Removing trial070:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:27:56.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: Removing trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:27:56.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:56.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:56.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-02-18T05:27:56.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-02-18T05:27:56.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: osdmap e48: 6 total, 6 up, 6 in 2026-02-18T05:27:56.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:56.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2026-02-18T05:27:56.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:56 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2026-02-18T05:27:56.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: Removing trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:27:56.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: Removing trial070:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:27:56.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: Removing trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:27:56.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:56.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:56.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-02-18T05:27:56.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-02-18T05:27:56.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: osdmap e48: 6 total, 6 up, 6 in 2026-02-18T05:27:56.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:56.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2026-02-18T05:27:56.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:56 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2026-02-18T05:27:56.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: Removing trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:27:56.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: Removing trial070:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:27:56.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: Removing trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:27:56.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:56.994 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:56.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-02-18T05:27:56.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-02-18T05:27:56.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: osdmap e48: 6 total, 6 up, 6 in 2026-02-18T05:27:56.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:56.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2026-02-18T05:27:56.995 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:56 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2026-02-18T05:27:57.309 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 systemd[1]: Stopping Ceph osd.4 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:27:57.309 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4[30043]: 2026-02-18T05:27:57.109+0000 7f640ee68640 -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-18T05:27:57.309 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4[30043]: 2026-02-18T05:27:57.109+0000 7f640ee68640 -1 osd.4 48 *** Got signal Terminated *** 2026-02-18T05:27:57.309 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4[30043]: 2026-02-18T05:27:57.109+0000 7f640ee68640 -1 osd.4 48 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:27:57.309 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43271]: 2026-02-18 05:27:57.18105541 +0000 UTC m=+0.085474490 container died 5b1aa626c41b655e2cd051031824dede038cf753de81d37717149b8eb58463a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:27:57.309 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43271]: 2026-02-18 05:27:57.293716045 +0000 UTC m=+0.198135115 container remove 5b1aa626c41b655e2cd051031824dede038cf753de81d37717149b8eb58463a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , ceph=True, io.buildah.version=1.33.7, org.label-schema.license=GPLv2) 2026-02-18T05:27:57.310 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 bash[43271]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4 2026-02-18T05:27:57.722 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:57 trial070 ceph-mon[23360]: osd.5 weight is now 0.0 2026-02-18T05:27:57.722 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:57 trial070 ceph-mon[23360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:57.722 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:57 trial070 ceph-mon[23360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-02-18T05:27:57.723 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:57 trial070 ceph-mon[23360]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 67 KiB/s, 0 objects/s recovering 2026-02-18T05:27:57.723 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:57 trial070 ceph-mon[23360]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:27:57.723 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:57 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-02-18T05:27:57.723 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:57 trial070 ceph-mon[23360]: osdmap e49: 6 total, 5 up, 6 in 2026-02-18T05:27:57.724 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43409]: 2026-02-18 05:27:57.41634449 +0000 UTC m=+0.015353208 container create b83728dcc2497d70445c3f034901d8183075d555aba74ea335cfa189e9fba8c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4-deactivate, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:27:57.724 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43409]: 2026-02-18 05:27:57.455877507 +0000 UTC m=+0.054886225 container init b83728dcc2497d70445c3f034901d8183075d555aba74ea335cfa189e9fba8c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4-deactivate, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, 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.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True) 2026-02-18T05:27:57.724 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43409]: 2026-02-18 05:27:57.459010832 +0000 UTC m=+0.058019550 container start b83728dcc2497d70445c3f034901d8183075d555aba74ea335cfa189e9fba8c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:27:57.724 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43409]: 2026-02-18 05:27:57.459514126 +0000 UTC m=+0.058522834 container attach b83728dcc2497d70445c3f034901d8183075d555aba74ea335cfa189e9fba8c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216) 2026-02-18T05:27:57.724 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43409]: 2026-02-18 05:27:57.409874409 +0000 UTC m=+0.008883127 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:27:57.724 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43461]: 2026-02-18 05:27:57.596496755 +0000 UTC m=+0.010202661 container died b83728dcc2497d70445c3f034901d8183075d555aba74ea335cfa189e9fba8c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4-deactivate, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0) 2026-02-18T05:27:57.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:57 trial053 ceph-mon[22981]: osd.5 weight is now 0.0 2026-02-18T05:27:57.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:57 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:57.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:57 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-02-18T05:27:57.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:57 trial053 ceph-mon[22981]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 67 KiB/s, 0 objects/s recovering 2026-02-18T05:27:57.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:57 trial053 ceph-mon[22981]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:27:57.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:57 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-02-18T05:27:57.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:57 trial053 ceph-mon[22981]: osdmap e49: 6 total, 5 up, 6 in 2026-02-18T05:27:57.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:57 trial038 ceph-mon[21520]: osd.5 weight is now 0.0 2026-02-18T05:27:57.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:57 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:27:57.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:57 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-02-18T05:27:57.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:57 trial038 ceph-mon[21520]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 4.1 TiB / 4.1 TiB avail; 67 KiB/s, 0 objects/s recovering 2026-02-18T05:27:57.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:57 trial038 ceph-mon[21520]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:27:57.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:57 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-02-18T05:27:57.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:57 trial038 ceph-mon[21520]: osdmap e49: 6 total, 5 up, 6 in 2026-02-18T05:27:57.993 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 podman[43461]: 2026-02-18 05:27:57.724865464 +0000 UTC m=+0.138571370 container remove b83728dcc2497d70445c3f034901d8183075d555aba74ea335cfa189e9fba8c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-4-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug) 2026-02-18T05:27:57.994 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 systemd[1]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.4.service: Deactivated successfully. 2026-02-18T05:27:57.994 INFO:journalctl@ceph.osd.4.trial070.stdout:Feb 18 05:27:57 trial070 systemd[1]: Stopped Ceph osd.4 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460. 2026-02-18T05:27:58.585 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: osd.4 now down 2026-02-18T05:27:58.585 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: Removing daemon osd.4 from trial070 -- ports [] 2026-02-18T05:27:58.585 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: osdmap e50: 6 total, 5 up, 6 in 2026-02-18T05:27:58.585 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2026-02-18T05:27:58.585 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-02-18T05:27:58.585 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:58.585 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:27:58.586 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: Cluster is now healthy 2026-02-18T05:27:58.586 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:58.586 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:58 trial070 ceph-mon[23360]: osdmap e51: 5 total, 5 up, 5 in 2026-02-18T05:27:58.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: osd.4 now down 2026-02-18T05:27:58.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: Removing daemon osd.4 from trial070 -- ports [] 2026-02-18T05:27:58.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: osdmap e50: 6 total, 5 up, 6 in 2026-02-18T05:27:58.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2026-02-18T05:27:58.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-02-18T05:27:58.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:58.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:27:58.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: Cluster is now healthy 2026-02-18T05:27:58.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:58.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:58 trial053 ceph-mon[22981]: osdmap e51: 5 total, 5 up, 5 in 2026-02-18T05:27:58.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: osd.4 now down 2026-02-18T05:27:58.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: Removing daemon osd.4 from trial070 -- ports [] 2026-02-18T05:27:58.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: osdmap e50: 6 total, 5 up, 6 in 2026-02-18T05:27:58.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2026-02-18T05:27:58.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-02-18T05:27:58.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:27:58.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:27:58.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: Cluster is now healthy 2026-02-18T05:27:58.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:27:58.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:58 trial038 ceph-mon[21520]: osdmap e51: 5 total, 5 up, 5 in 2026-02-18T05:27:59.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: Removing key for osd.4 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: Successfully removed osd.4 on trial070 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: Successfully purged osd.4 on trial070 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: Zapping devices for osd.4 on trial070 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: osdmap e52: 5 total, 5 up, 5 in 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.744 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:59.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.745 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:27:59 trial070 ceph-mon[23360]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: Removing key for osd.4 2026-02-18T05:27:59.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: Successfully removed osd.4 on trial070 2026-02-18T05:27:59.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: Successfully purged osd.4 on trial070 2026-02-18T05:27:59.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: Zapping devices for osd.4 on trial070 2026-02-18T05:27:59.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:59.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: osdmap e52: 5 total, 5 up, 5 in 2026-02-18T05:27:59.858 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:59.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:59.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.859 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:27:59 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: Removing key for osd.4 2026-02-18T05:27:59.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: Successfully removed osd.4 on trial070 2026-02-18T05:27:59.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: Successfully purged osd.4 on trial070 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: Zapping devices for osd.4 on trial070 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: osdmap e52: 5 total, 5 up, 5 in 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:27:59.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:27:59 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:00.357 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:28:00 trial070 podman[45502]: 2026-02-18 05:28:00.248831898 +0000 UTC m=+0.010913274 container died 747296ca85fc460bbe14bb2e5405ad7476f973876e17257fdb6b5ac13838faec (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-c, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2) 2026-02-18T05:28:00.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:28:00 trial070 podman[45502]: 2026-02-18 05:28:00.361324517 +0000 UTC m=+0.123405893 container remove 747296ca85fc460bbe14bb2e5405ad7476f973876e17257fdb6b5ac13838faec (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-c, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:28:00.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:28:00 trial070 systemd[1]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.c.service: Deactivated successfully. 2026-02-18T05:28:00.743 INFO:journalctl@ceph.mon.c.trial070.stdout:Feb 18 05:28:00 trial070 systemd[1]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.c.service: Consumed 1.477s CPU time. 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: purged_snaps scrub ok 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: Detected new or changed devices on trial070 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: Removing monitor c from monmap... 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: mon.b calling monitor election 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: mon.a calling monitor election 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-18T05:28:02.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: monmap epoch 4 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: last_changed 2026-02-18T05:28:00.221554+0000 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: min_mon_release 20 (tentacle) 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: election_strategy: 1 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: 1: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: fsmap 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: osdmap e53: 5 total, 5 up, 5 in 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: mgrmap e15: a(active, since 107s), standbys: b 2026-02-18T05:28:02.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:02 trial053 ceph-mon[22981]: overall HEALTH_OK 2026-02-18T05:28:02.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:28:02.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:28:02.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: purged_snaps scrub ok 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: Detected new or changed devices on trial070 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: Removing monitor c from monmap... 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: mon.b calling monitor election 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: mon.a calling monitor election 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: monmap epoch 4 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: last_changed 2026-02-18T05:28:00.221554+0000 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: created 2026-02-18T05:25:51.293944+0000 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: min_mon_release 20 (tentacle) 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: election_strategy: 1 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: 0: [v2:10.20.193.38:3300/0,v1:10.20.193.38:6789/0] mon.a 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: 1: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.b 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: fsmap 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: osdmap e53: 5 total, 5 up, 5 in 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: mgrmap e15: a(active, since 107s), standbys: b 2026-02-18T05:28:02.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:02 trial038 ceph-mon[21520]: overall HEALTH_OK 2026-02-18T05:28:03.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: Removing daemon mon.c from trial070 -- ports [] 2026-02-18T05:28:03.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: osdmap e54: 5 total, 5 up, 5 in 2026-02-18T05:28:03.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:03.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:03.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:03.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:28:03.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:03.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:03 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:03.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: Removing daemon mon.c from trial070 -- ports [] 2026-02-18T05:28:03.678 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: osdmap e54: 5 total, 5 up, 5 in 2026-02-18T05:28:03.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:03.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:03.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:03.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-18T05:28:03.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:03.679 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:03 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: osdmap e55: 5 total, 5 up, 5 in 2026-02-18T05:28:04.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:04.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: Updating trial038:/etc/ceph/ceph.conf 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: Updating trial053:/etc/ceph/ceph.conf 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:28:04.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:28:04.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:04 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: osdmap e55: 5 total, 5 up, 5 in 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: Updating trial038:/etc/ceph/ceph.conf 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: Updating trial053:/etc/ceph/ceph.conf 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:28:04.651 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:04 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:05.603 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: Reconfiguring mon.a (monmap changed)... 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: Reconfiguring daemon mon.a on trial038 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.604 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: Reconfiguring daemon mgr.a on trial038 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: pgmap v100: 1 pgs: 1 active+clean+wait; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 102 KiB/s, 0 objects/s recovering 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:05.605 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.606 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.606 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:28:05.606 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:05 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: Updating trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: Updating trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/config/ceph.conf 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: Reconfiguring mon.a (monmap changed)... 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: Reconfiguring daemon mon.a on trial038 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.608 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: Reconfiguring daemon mgr.a on trial038 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: pgmap v100: 1 pgs: 1 active+clean+wait; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 102 KiB/s, 0 objects/s recovering 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:28:05.609 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:05.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:05.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:28:05.610 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:05 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:06.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: Reconfiguring daemon osd.0 on trial038 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: Reconfiguring daemon osd.1 on trial038 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:28:06.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: Reconfiguring daemon mon.b on trial053 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:28:06.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:06 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:06.998 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T05:28:06.998 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: Reconfiguring daemon osd.0 on trial038 2026-02-18T05:28:06.998 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T05:28:06.998 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: Reconfiguring daemon osd.1 on trial038 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: Reconfiguring daemon mon.b on trial053 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:28:06.999 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:07.000 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.000 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.000 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:28:07.000 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:06 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:07.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: Reconfiguring daemon mgr.b on trial053 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: Reconfiguring daemon osd.2 on trial053 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: pgmap v101: 1 pgs: 1 active+clean+wait; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 86 KiB/s, 0 objects/s recovering 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:28:07.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:07.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:07.930 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:07 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:08.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T05:28:08.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: Reconfiguring daemon mgr.b on trial053 2026-02-18T05:28:08.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T05:28:08.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: Reconfiguring daemon osd.2 on trial053 2026-02-18T05:28:08.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: pgmap v101: 1 pgs: 1 active+clean+wait; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 86 KiB/s, 0 objects/s recovering 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:07 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:08.908 INFO:teuthology.orchestra.run.trial038.stderr:++ ceph orch ps --hostname trial070 2026-02-18T05:28:08.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:08 trial038 ceph-mon[21520]: Reconfiguring osd.3 (monmap changed)... 2026-02-18T05:28:08.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:08 trial038 ceph-mon[21520]: Reconfiguring daemon osd.3 on trial053 2026-02-18T05:28:08.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:08 trial038 ceph-mon[21520]: Reconfiguring osd.5 (monmap changed)... 2026-02-18T05:28:08.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:08 trial038 ceph-mon[21520]: Reconfiguring daemon osd.5 on trial070 2026-02-18T05:28:08.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:08 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:08 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:08.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:08 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a[21494]: 2026-02-18T05:28:08.882+0000 7f8128a19640 -1 mon.a@0(leader).osd e55 definitely_dead 0 2026-02-18T05:28:09.090 INFO:teuthology.orchestra.run.trial038.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-18T05:28:09.090 INFO:teuthology.orchestra.run.trial038.stderr:osd.5 trial070 running (27s) 1s ago 29s 109M 43.0G 20.2.0-670-gadc19233 c2bc6184fe25 5d1bb979ac70 ' 2026-02-18T05:28:09.090 INFO:teuthology.orchestra.run.trial038.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-18T05:28:09.090 INFO:teuthology.orchestra.run.trial038.stderr:osd.5 trial070 running (27s) 1s ago 29s 109M 43.0G 20.2.0-670-gadc19233 c2bc6184fe25 5d1bb979ac70 ' '!=' 'No daemons reported' ']' 2026-02-18T05:28:09.090 INFO:teuthology.orchestra.run.trial038.stderr:+ sleep 15 2026-02-18T05:28:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:08 trial053 ceph-mon[22981]: Reconfiguring osd.3 (monmap changed)... 2026-02-18T05:28:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:08 trial053 ceph-mon[22981]: Reconfiguring daemon osd.3 on trial053 2026-02-18T05:28:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:08 trial053 ceph-mon[22981]: Reconfiguring osd.5 (monmap changed)... 2026-02-18T05:28:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:08 trial053 ceph-mon[22981]: Reconfiguring daemon osd.5 on trial070 2026-02-18T05:28:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:08 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:09.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:08 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:09.928 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: pgmap v102: 1 pgs: 1 active+clean+wait; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 72 KiB/s, 0 objects/s recovering 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2026-02-18T05:28:09.929 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:09 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2026-02-18T05:28:10.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: pgmap v102: 1 pgs: 1 active+clean+wait; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 72 KiB/s, 0 objects/s recovering 2026-02-18T05:28:10.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:10.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:10.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:10.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:10.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:10.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:10.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-02-18T05:28:10.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2026-02-18T05:28:10.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:09 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2026-02-18T05:28:10.286 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 systemd[1]: Stopping Ceph osd.5 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:28:10.286 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5[37704]: 2026-02-18T05:28:10.091+0000 7fbbe989a640 -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-18T05:28:10.286 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5[37704]: 2026-02-18T05:28:10.091+0000 7fbbe989a640 -1 osd.5 56 *** Got signal Terminated *** 2026-02-18T05:28:10.286 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5[37704]: 2026-02-18T05:28:10.091+0000 7fbbe989a640 -1 osd.5 56 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:28:10.287 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49629]: 2026-02-18 05:28:10.173107849 +0000 UTC m=+0.095944742 container died 5d1bb979ac70573ad656e11b3169f8ff9ea8a7c1ed6ce7b13ba4dafcbe9212d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:28:10.287 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49629]: 2026-02-18 05:28:10.285193385 +0000 UTC m=+0.208030279 container remove 5d1bb979ac70573ad656e11b3169f8ff9ea8a7c1ed6ce7b13ba4dafcbe9212d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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 , org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:28:10.287 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 bash[49629]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5 2026-02-18T05:28:10.600 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49766]: 2026-02-18 05:28:10.423897463 +0000 UTC m=+0.016106842 container create ba456f7e031fa29145de20b3e41da3e5f5e59f6265057dd9f0068d405545e561 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug) 2026-02-18T05:28:10.600 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49766]: 2026-02-18 05:28:10.4681876 +0000 UTC m=+0.060396989 container init ba456f7e031fa29145de20b3e41da3e5f5e59f6265057dd9f0068d405545e561 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug) 2026-02-18T05:28:10.600 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49766]: 2026-02-18 05:28:10.472097461 +0000 UTC m=+0.064306840 container start ba456f7e031fa29145de20b3e41da3e5f5e59f6265057dd9f0068d405545e561 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:28:10.600 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49766]: 2026-02-18 05:28:10.472613258 +0000 UTC m=+0.064822657 container attach ba456f7e031fa29145de20b3e41da3e5f5e59f6265057dd9f0068d405545e561 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5-deactivate, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:28:10.601 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49766]: 2026-02-18 05:28:10.4173252 +0000 UTC m=+0.009534579 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:28:10.601 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49766]: 2026-02-18 05:28:10.600049838 +0000 UTC m=+0.192259227 container died ba456f7e031fa29145de20b3e41da3e5f5e59f6265057dd9f0068d405545e561 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5-deactivate, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:28:10.994 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 podman[49766]: 2026-02-18 05:28:10.712917381 +0000 UTC m=+0.305126770 container remove ba456f7e031fa29145de20b3e41da3e5f5e59f6265057dd9f0068d405545e561 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-5-deactivate, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:28:10.994 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 systemd[1]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.5.service: Deactivated successfully. 2026-02-18T05:28:10.994 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 systemd[1]: Stopped Ceph osd.5 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460. 2026-02-18T05:28:10.994 INFO:journalctl@ceph.osd.5.trial070.stdout:Feb 18 05:28:10 trial070 systemd[1]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.5.service: Consumed 1.017s CPU time, 186.1M memory peak. 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-02-18T05:28:11.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-02-18T05:28:11.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: osdmap e56: 5 total, 4 up, 5 in 2026-02-18T05:28:11.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:10 trial053 ceph-mon[22981]: osd.5 marked itself dead as of e56 2026-02-18T05:28:11.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: osdmap e56: 5 total, 4 up, 5 in 2026-02-18T05:28:11.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:10 trial038 ceph-mon[21520]: osd.5 marked itself dead as of e56 2026-02-18T05:28:12.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: osd.5 now down 2026-02-18T05:28:12.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: Removing daemon osd.5 from trial070 -- ports [] 2026-02-18T05:28:12.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 72 KiB/s, 0 objects/s recovering 2026-02-18T05:28:12.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: osdmap e57: 5 total, 4 up, 5 in 2026-02-18T05:28:12.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2026-02-18T05:28:12.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-02-18T05:28:12.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:28:12.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:28:12.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-02-18T05:28:12.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: Cluster is now healthy 2026-02-18T05:28:12.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:28:12.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:11 trial053 ceph-mon[22981]: osdmap e58: 4 total, 4 up, 4 in 2026-02-18T05:28:12.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: osd.5 now down 2026-02-18T05:28:12.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: Removing daemon osd.5 from trial070 -- ports [] 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 137 MiB used, 3.4 TiB / 3.4 TiB avail; 72 KiB/s, 0 objects/s recovering 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: osdmap e57: 5 total, 4 up, 5 in 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: Cluster is now healthy 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-02-18T05:28:12.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:11 trial038 ceph-mon[21520]: osdmap e58: 4 total, 4 up, 4 in 2026-02-18T05:28:13.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: Removing key for osd.5 2026-02-18T05:28:13.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: Successfully removed osd.5 on trial070 2026-02-18T05:28:13.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: Successfully purged osd.5 on trial070 2026-02-18T05:28:13.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: Zapping devices for osd.5 on trial070 2026-02-18T05:28:13.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:13.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:13.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:13.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:12 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: Removing key for osd.5 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: Successfully removed osd.5 on trial070 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: Successfully purged osd.5 on trial070 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: Zapping devices for osd.5 on trial070 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:13.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:12 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:14.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: Successfully zapped devices for osd.5 on trial070 2026-02-18T05:28:14.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:14.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:14.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:14.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:14.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:14.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:14.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:14.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:13 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:14.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: Successfully zapped devices for osd.5 on trial070 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:14.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:13 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:15.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:14 trial053 ceph-mon[22981]: Detected new or changed devices on trial070 2026-02-18T05:28:15.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:15.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:15.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:15.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:15.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:15.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:14 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:15.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:14 trial038 ceph-mon[21520]: Detected new or changed devices on trial070 2026-02-18T05:28:15.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:15.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:15.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:15.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:15.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:15.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:14 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:16.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:15 trial053 ceph-mon[22981]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:16.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:15 trial038 ceph-mon[21520]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:18.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:17 trial053 ceph-mon[22981]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:18.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:17 trial038 ceph-mon[21520]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:19.980 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:19 trial038 ceph-mon[21520]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:20.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:19 trial053 ceph-mon[22981]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:22.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:21 trial053 ceph-mon[22981]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:22.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:21 trial038 ceph-mon[21520]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:24.091 INFO:teuthology.orchestra.run.trial038.stderr:++ ceph orch ps --hostname trial070 2026-02-18T05:28:24.092 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:23 trial038 ceph-mon[21520]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:24.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:23 trial053 ceph-mon[22981]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:24.270 INFO:teuthology.orchestra.run.trial038.stderr:+ HOST_C_DAEMONS='No daemons reported' 2026-02-18T05:28:24.270 INFO:teuthology.orchestra.run.trial038.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2026-02-18T05:28:24.270 INFO:teuthology.orchestra.run.trial038.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-02-18T05:28:24.437 INFO:teuthology.orchestra.run.trial038.stderr:21 2026-02-18T05:28:24.445 INFO:teuthology.orchestra.run.trial038.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-02-18T05:28:24.464 INFO:teuthology.orchestra.run.trial038.stderr:++ cat crushmap.txt 2026-02-18T05:28:24.465 INFO:teuthology.orchestra.run.trial038.stderr:+ CRUSH_MAP='# begin crush map 2026-02-18T05:28:24.465 INFO:teuthology.orchestra.run.trial038.stderr:tunable choose_local_tries 0 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:tunable choose_local_fallback_tries 0 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:tunable choose_total_tries 50 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:tunable chooseleaf_descend_once 1 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:tunable chooseleaf_vary_r 1 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:tunable chooseleaf_stable 1 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:tunable straw_calc_version 1 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:tunable allowed_bucket_algs 54 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:# devices 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:device 0 osd.0 class ssd 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:device 1 osd.1 class ssd 2026-02-18T05:28:24.466 INFO:teuthology.orchestra.run.trial038.stderr:device 2 osd.2 class ssd 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:device 3 osd.3 class ssd 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:# types 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 0 osd 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 1 host 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 2 chassis 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 3 rack 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 4 row 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 5 pdu 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 6 pod 2026-02-18T05:28:24.467 INFO:teuthology.orchestra.run.trial038.stderr:type 7 room 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr:type 8 datacenter 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr:type 9 zone 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr:type 10 region 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr:type 11 root 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr:# buckets 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr:host trial038 { 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr: id -3 # do not change unnecessarily 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr: id -4 class ssd # do not change unnecessarily 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr: # weight 1.36719 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr: alg straw2 2026-02-18T05:28:24.468 INFO:teuthology.orchestra.run.trial038.stderr: hash 0 # rjenkins1 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: item osd.0 weight 0.68359 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: item osd.1 weight 0.68359 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr:host trial053 { 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: id -5 # do not change unnecessarily 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: id -6 class ssd # do not change unnecessarily 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: # weight 1.36719 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: alg straw2 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: hash 0 # rjenkins1 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: item osd.2 weight 0.68359 2026-02-18T05:28:24.469 INFO:teuthology.orchestra.run.trial038.stderr: item osd.3 weight 0.68359 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr:host trial070 { 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: id -7 # do not change unnecessarily 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: id -8 class ssd # do not change unnecessarily 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: # weight 0.00000 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: alg straw2 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: hash 0 # rjenkins1 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr:root default { 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: id -1 # do not change unnecessarily 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: id -2 class ssd # do not change unnecessarily 2026-02-18T05:28:24.470 INFO:teuthology.orchestra.run.trial038.stderr: # weight 2.73438 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: alg straw2 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: hash 0 # rjenkins1 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: item trial038 weight 1.36719 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: item trial053 weight 1.36719 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: item trial070 weight 0.00000 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr:# rules 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr:rule replicated_rule { 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: id 0 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: type replicated 2026-02-18T05:28:24.471 INFO:teuthology.orchestra.run.trial038.stderr: step take default 2026-02-18T05:28:24.472 INFO:teuthology.orchestra.run.trial038.stderr: step choose firstn 0 type osd 2026-02-18T05:28:24.472 INFO:teuthology.orchestra.run.trial038.stderr: step emit 2026-02-18T05:28:24.472 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:24.472 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:24.472 INFO:teuthology.orchestra.run.trial038.stderr:# end crush map' 2026-02-18T05:28:24.472 INFO:teuthology.orchestra.run.trial038.stderr:+ grep -q trial070 2026-02-18T05:28:24.473 INFO:teuthology.orchestra.run.trial038.stderr:+ ceph orch host rm trial070 --rm-crush-entry 2026-02-18T05:28:24.698 INFO:teuthology.orchestra.run.trial038.stdout:Removed host 'trial070' 2026-02-18T05:28:24.708 INFO:teuthology.orchestra.run.trial038.stderr:+ sleep 30 2026-02-18T05:28:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:24 trial053 ceph-mon[22981]: from='client.? 10.20.193.38:0/1850878538' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2026-02-18T05:28:25.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:24 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "trial070"} : dispatch 2026-02-18T05:28:25.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:24 trial038 ceph-mon[21520]: from='client.? 10.20.193.38:0/1850878538' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2026-02-18T05:28:25.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:24 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "trial070"} : dispatch 2026-02-18T05:28:26.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:28:26.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "trial070", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "trial070"}]': finished 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: osdmap e59: 4 total, 4 up, 4 in 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.trial070"} : dispatch 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.trial070"}]': finished 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: Removed host trial070 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:26.109 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:26.110 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:26.110 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:26.110 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:25 trial053 ceph-mon[22981]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:26.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "trial070", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:28:26.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "trial070", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "trial070"}]': finished 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: osdmap e59: 4 total, 4 up, 4 in 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.trial070"} : dispatch 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.trial070"}]': finished 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: Removed host trial070 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:28:26.179 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' 2026-02-18T05:28:26.180 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:25 trial038 ceph-mon[21520]: from='mgr.14152 10.20.193.38:0/825113421' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:28:28.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:27 trial053 ceph-mon[22981]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:28.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:27 trial038 ceph-mon[21520]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:30.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:29 trial053 ceph-mon[22981]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:30.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:29 trial038 ceph-mon[21520]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:32.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:31 trial053 ceph-mon[22981]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:32.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:31 trial038 ceph-mon[21520]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:34.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:33 trial053 ceph-mon[22981]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:34.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:33 trial038 ceph-mon[21520]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:36.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:35 trial053 ceph-mon[22981]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:36.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:35 trial038 ceph-mon[21520]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:38.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:37 trial053 ceph-mon[22981]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:38.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:37 trial038 ceph-mon[21520]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:40.107 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:39 trial053 ceph-mon[22981]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:40.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:39 trial038 ceph-mon[21520]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:42.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:41 trial053 ceph-mon[22981]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:42.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:41 trial038 ceph-mon[21520]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:44.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:43 trial053 ceph-mon[22981]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:44.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:43 trial038 ceph-mon[21520]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:46.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:45 trial053 ceph-mon[22981]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:46.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:45 trial038 ceph-mon[21520]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:48.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:47 trial053 ceph-mon[22981]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:48.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:47 trial038 ceph-mon[21520]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:49.980 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:49 trial038 ceph-mon[21520]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:50.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:49 trial053 ceph-mon[22981]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:52.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:51 trial053 ceph-mon[22981]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:52.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:51 trial038 ceph-mon[21520]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:54.108 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:53 trial053 ceph-mon[22981]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:54.178 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:53 trial038 ceph-mon[21520]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 110 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-18T05:28:54.710 INFO:teuthology.orchestra.run.trial038.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-02-18T05:28:54.877 INFO:teuthology.orchestra.run.trial038.stderr:22 2026-02-18T05:28:54.886 INFO:teuthology.orchestra.run.trial038.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-02-18T05:28:54.904 INFO:teuthology.orchestra.run.trial038.stderr:++ cat crushmap.txt 2026-02-18T05:28:54.905 INFO:teuthology.orchestra.run.trial038.stderr:+ CRUSH_MAP='# begin crush map 2026-02-18T05:28:54.906 INFO:teuthology.orchestra.run.trial038.stderr:tunable choose_local_tries 0 2026-02-18T05:28:54.906 INFO:teuthology.orchestra.run.trial038.stderr:tunable choose_local_fallback_tries 0 2026-02-18T05:28:54.906 INFO:teuthology.orchestra.run.trial038.stderr:tunable choose_total_tries 50 2026-02-18T05:28:54.906 INFO:teuthology.orchestra.run.trial038.stderr:tunable chooseleaf_descend_once 1 2026-02-18T05:28:54.907 INFO:teuthology.orchestra.run.trial038.stderr:tunable chooseleaf_vary_r 1 2026-02-18T05:28:54.907 INFO:teuthology.orchestra.run.trial038.stderr:tunable chooseleaf_stable 1 2026-02-18T05:28:54.907 INFO:teuthology.orchestra.run.trial038.stderr:tunable straw_calc_version 1 2026-02-18T05:28:54.907 INFO:teuthology.orchestra.run.trial038.stderr:tunable allowed_bucket_algs 54 2026-02-18T05:28:54.907 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:54.907 INFO:teuthology.orchestra.run.trial038.stderr:# devices 2026-02-18T05:28:54.907 INFO:teuthology.orchestra.run.trial038.stderr:device 0 osd.0 class ssd 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:device 1 osd.1 class ssd 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:device 2 osd.2 class ssd 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:device 3 osd.3 class ssd 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:# types 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:type 0 osd 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:type 1 host 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:type 2 chassis 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:type 3 rack 2026-02-18T05:28:54.908 INFO:teuthology.orchestra.run.trial038.stderr:type 4 row 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:type 5 pdu 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:type 6 pod 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:type 7 room 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:type 8 datacenter 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:type 9 zone 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:type 10 region 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:type 11 root 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:# buckets 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr:host trial038 { 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr: id -3 # do not change unnecessarily 2026-02-18T05:28:54.909 INFO:teuthology.orchestra.run.trial038.stderr: id -4 class ssd # do not change unnecessarily 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: # weight 1.36719 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: alg straw2 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: hash 0 # rjenkins1 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: item osd.0 weight 0.68359 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: item osd.1 weight 0.68359 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr:host trial053 { 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: id -5 # do not change unnecessarily 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: id -6 class ssd # do not change unnecessarily 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: # weight 1.36719 2026-02-18T05:28:54.910 INFO:teuthology.orchestra.run.trial038.stderr: alg straw2 2026-02-18T05:28:54.911 INFO:teuthology.orchestra.run.trial038.stderr: hash 0 # rjenkins1 2026-02-18T05:28:54.911 INFO:teuthology.orchestra.run.trial038.stderr: item osd.2 weight 0.68359 2026-02-18T05:28:54.911 INFO:teuthology.orchestra.run.trial038.stderr: item osd.3 weight 0.68359 2026-02-18T05:28:54.911 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:54.911 INFO:teuthology.orchestra.run.trial038.stderr:root default { 2026-02-18T05:28:54.911 INFO:teuthology.orchestra.run.trial038.stderr: id -1 # do not change unnecessarily 2026-02-18T05:28:54.911 INFO:teuthology.orchestra.run.trial038.stderr: id -2 class ssd # do not change unnecessarily 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr: # weight 2.73438 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr: alg straw2 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr: hash 0 # rjenkins1 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr: item trial038 weight 1.36719 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr: item trial053 weight 1.36719 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr:# rules 2026-02-18T05:28:54.912 INFO:teuthology.orchestra.run.trial038.stderr:rule replicated_rule { 2026-02-18T05:28:54.913 INFO:teuthology.orchestra.run.trial038.stderr: id 0 2026-02-18T05:28:54.913 INFO:teuthology.orchestra.run.trial038.stderr: type replicated 2026-02-18T05:28:54.913 INFO:teuthology.orchestra.run.trial038.stderr: step take default 2026-02-18T05:28:54.913 INFO:teuthology.orchestra.run.trial038.stderr: step choose firstn 0 type osd 2026-02-18T05:28:54.913 INFO:teuthology.orchestra.run.trial038.stderr: step emit 2026-02-18T05:28:54.913 INFO:teuthology.orchestra.run.trial038.stderr:} 2026-02-18T05:28:54.913 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:28:54.914 INFO:teuthology.orchestra.run.trial038.stderr:# end crush map' 2026-02-18T05:28:54.914 INFO:teuthology.orchestra.run.trial038.stderr:+ grep -q trial070 2026-02-18T05:28:55.039 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T05:28:55.050 INFO:tasks.cephadm:Teardown begin 2026-02-18T05:28:55.051 DEBUG:teuthology.orchestra.run.trial038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:28:55.078 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:28:55.108 DEBUG:teuthology.orchestra.run.trial070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:28:55.146 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-18T05:28:55.147 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-18T05:28:55.265 INFO:teuthology.orchestra.run.trial038.stderr:Inferring config /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/mon.a/config 2026-02-18T05:28:55.283 INFO:teuthology.orchestra.run.trial038.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-18T05:28:55.298 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-18T05:28:55.299 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-18T05:28:55.299 DEBUG:teuthology.orchestra.run.trial038:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:28:55.315 DEBUG:teuthology.orchestra.run.trial053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:28:55.333 DEBUG:teuthology.orchestra.run.trial070:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:28:55.352 INFO:tasks.cephadm:Stopping all daemons... 2026-02-18T05:28:55.352 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-18T05:28:55.352 DEBUG:teuthology.orchestra.run.trial038:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a 2026-02-18T05:28:55.603 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:55 trial038 systemd[1]: Stopping Ceph mon.a for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:28:55.603 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:55 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a[21494]: 2026-02-18T05:28:55.462+0000 7f812e224640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-18T05:28:55.603 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:55 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a[21494]: 2026-02-18T05:28:55.462+0000 7f812e224640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2026-02-18T05:28:55.603 INFO:journalctl@ceph.mon.a.trial038.stdout:Feb 18 05:28:55 trial038 podman[58277]: 2026-02-18 05:28:55.493456075 +0000 UTC m=+0.046319154 container died 2d8e3d4295b5db1c39e8a7d6038259d8710cdc67086477833c20dcc7cac65dd7 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-a, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T05:28:55.699 DEBUG:teuthology.orchestra.run.trial038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.a.service' 2026-02-18T05:28:55.750 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:28:55.750 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-18T05:28:55.750 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-18T05:28:55.751 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.b 2026-02-18T05:28:56.026 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:55 trial053 systemd[1]: Stopping Ceph mon.b for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:28:56.026 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:55 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-b[22955]: 2026-02-18T05:28:55.852+0000 7fd874867640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-18T05:28:56.026 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:55 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-b[22955]: 2026-02-18T05:28:55.852+0000 7fd874867640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2026-02-18T05:28:56.026 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:55 trial053 podman[38886]: 2026-02-18 05:28:55.914335924 +0000 UTC m=+0.075544818 container died 4d5c6f377c171bc71c6745fc73b0ebaab00cb5e29d279f82c17a90ed793d15bc (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-b, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:28:56.026 INFO:journalctl@ceph.mon.b.trial053.stdout:Feb 18 05:28:56 trial053 podman[38886]: 2026-02-18 05:28:56.025036987 +0000 UTC m=+0.186245891 container remove 4d5c6f377c171bc71c6745fc73b0ebaab00cb5e29d279f82c17a90ed793d15bc (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mon-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True) 2026-02-18T05:28:56.104 DEBUG:teuthology.orchestra.run.trial053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.b.service' 2026-02-18T05:28:56.153 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:28:56.153 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-18T05:28:56.153 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-18T05:28:56.153 DEBUG:teuthology.orchestra.run.trial070:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.c 2026-02-18T05:28:56.187 DEBUG:teuthology.orchestra.run.trial070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mon.c.service' 2026-02-18T05:28:56.272 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:28:56.272 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-18T05:28:56.272 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-18T05:28:56.272 DEBUG:teuthology.orchestra.run.trial038:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.a 2026-02-18T05:28:56.582 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:28:56 trial038 systemd[1]: Stopping Ceph mgr.a for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:28:56.582 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:28:56 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: 2026-02-18T05:28:56.372+0000 7fc40e1a9640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-18T05:28:56.582 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:28:56 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a[21803]: 2026-02-18T05:28:56.372+0000 7fc40e1a9640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-18T05:28:56.582 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:28:56 trial038 podman[58443]: 2026-02-18 05:28:56.413495331 +0000 UTC m=+0.055378534 container died 5fafc84d32a828fa92918f47c5a45e43e54f1f3946f1bb10edb8cb8c83554a7d (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2026-02-18T05:28:56.582 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:28:56 trial038 podman[58443]: 2026-02-18 05:28:56.530695834 +0000 UTC m=+0.172579027 container remove 5fafc84d32a828fa92918f47c5a45e43e54f1f3946f1bb10edb8cb8c83554a7d (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, 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) 2026-02-18T05:28:56.582 INFO:journalctl@ceph.mgr.a.trial038.stdout:Feb 18 05:28:56 trial038 bash[58443]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-a 2026-02-18T05:28:56.596 DEBUG:teuthology.orchestra.run.trial038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.a.service' 2026-02-18T05:28:56.642 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:28:56.642 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-18T05:28:56.642 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-18T05:28:56.642 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.b 2026-02-18T05:28:56.947 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:28:56 trial053 systemd[1]: Stopping Ceph mgr.b for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:28:56.948 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:28:56 trial053 podman[39054]: 2026-02-18 05:28:56.769142383 +0000 UTC m=+0.044788184 container died 2cce33387fe69138688b13cb758596152943423eb9c700f6e374b7e6aaec4e07 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:28:56.948 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:28:56 trial053 podman[39054]: 2026-02-18 05:28:56.883978894 +0000 UTC m=+0.159624696 container remove 2cce33387fe69138688b13cb758596152943423eb9c700f6e374b7e6aaec4e07 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.build-date=20260216) 2026-02-18T05:28:56.948 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:28:56 trial053 bash[39054]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-mgr-b 2026-02-18T05:28:56.948 INFO:journalctl@ceph.mgr.b.trial053.stdout:Feb 18 05:28:56 trial053 systemd[1]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-02-18T05:28:56.966 DEBUG:teuthology.orchestra.run.trial053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@mgr.b.service' 2026-02-18T05:28:57.012 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:28:57.012 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-18T05:28:57.012 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-18T05:28:57.013 DEBUG:teuthology.orchestra.run.trial038:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.0 2026-02-18T05:28:57.421 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:28:57 trial038 systemd[1]: Stopping Ceph osd.0 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:28:57.421 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:28:57 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0[37628]: 2026-02-18T05:28:57.114+0000 7f8659bf9640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-18T05:28:57.422 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:28:57 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0[37628]: 2026-02-18T05:28:57.114+0000 7f8659bf9640 -1 osd.0 59 *** Got signal Terminated *** 2026-02-18T05:28:57.422 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:28:57 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0[37628]: 2026-02-18T05:28:57.114+0000 7f8659bf9640 -1 osd.0 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:29:02.429 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58613]: 2026-02-18 05:29:02.173918435 +0000 UTC m=+5.074438666 container died df49413ec193fd16b90a1acc0262e754dbc91ce71654d70784588f8df70c855b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-18T05:29:02.429 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58613]: 2026-02-18 05:29:02.286164607 +0000 UTC m=+5.186684828 container remove df49413ec193fd16b90a1acc0262e754dbc91ce71654d70784588f8df70c855b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:29:02.429 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 bash[58613]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0 2026-02-18T05:29:02.429 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58768]: 2026-02-18 05:29:02.409657659 +0000 UTC m=+0.015008925 container create 7ef848fbdd3aab52caacc37e7802e356b38943a8e644c2efa488b49b9f3f9f5b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, org.label-schema.build-date=20260216) 2026-02-18T05:29:02.696 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58768]: 2026-02-18 05:29:02.451552241 +0000 UTC m=+0.056903517 container init 7ef848fbdd3aab52caacc37e7802e356b38943a8e644c2efa488b49b9f3f9f5b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7) 2026-02-18T05:29:02.696 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58768]: 2026-02-18 05:29:02.45480922 +0000 UTC m=+0.060160496 container start 7ef848fbdd3aab52caacc37e7802e356b38943a8e644c2efa488b49b9f3f9f5b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, ceph=True) 2026-02-18T05:29:02.696 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58768]: 2026-02-18 05:29:02.455412267 +0000 UTC m=+0.060763553 container attach 7ef848fbdd3aab52caacc37e7802e356b38943a8e644c2efa488b49b9f3f9f5b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:29:02.696 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58768]: 2026-02-18 05:29:02.403722852 +0000 UTC m=+0.009074139 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:29:02.696 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58768]: 2026-02-18 05:29:02.580533793 +0000 UTC m=+0.185885069 container died 7ef848fbdd3aab52caacc37e7802e356b38943a8e644c2efa488b49b9f3f9f5b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, ceph=True, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:29:02.696 INFO:journalctl@ceph.osd.0.trial038.stdout:Feb 18 05:29:02 trial038 podman[58768]: 2026-02-18 05:29:02.694517322 +0000 UTC m=+0.299868588 container remove 7ef848fbdd3aab52caacc37e7802e356b38943a8e644c2efa488b49b9f3f9f5b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, io.buildah.version=1.33.7, 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=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:29:02.713 DEBUG:teuthology.orchestra.run.trial038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.0.service' 2026-02-18T05:29:02.762 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:29:02.762 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-18T05:29:02.763 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-18T05:29:02.763 DEBUG:teuthology.orchestra.run.trial038:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.1 2026-02-18T05:29:03.179 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:02 trial038 systemd[1]: Stopping Ceph osd.1 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:29:03.179 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:02 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1[45475]: 2026-02-18T05:29:02.859+0000 7f7b7c74a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-18T05:29:03.179 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:02 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1[45475]: 2026-02-18T05:29:02.859+0000 7f7b7c74a640 -1 osd.1 59 *** Got signal Terminated *** 2026-02-18T05:29:03.179 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:02 trial038 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1[45475]: 2026-02-18T05:29:02.859+0000 7f7b7c74a640 -1 osd.1 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:29:08.179 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:07 trial038 podman[58926]: 2026-02-18 05:29:07.92014948 +0000 UTC m=+5.073363319 container died ba247dc8e344e325642a48757cffdf03318e26db161a3a6cb7132c4ef6aa4496 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:29:08.179 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[58926]: 2026-02-18 05:29:08.031614125 +0000 UTC m=+5.184827964 container remove ba247dc8e344e325642a48757cffdf03318e26db161a3a6cb7132c4ef6aa4496 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:29:08.179 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 bash[58926]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1 2026-02-18T05:29:08.180 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[59070]: 2026-02-18 05:29:08.161988716 +0000 UTC m=+0.017952534 container create 1ebf3c38fbfaa5743cc441232d204e97bd142a62c71b0603e7885d0173d00388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1-deactivate, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:29:08.443 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[59070]: 2026-02-18 05:29:08.199251724 +0000 UTC m=+0.055215552 container init 1ebf3c38fbfaa5743cc441232d204e97bd142a62c71b0603e7885d0173d00388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2026-02-18T05:29:08.443 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[59070]: 2026-02-18 05:29:08.202720165 +0000 UTC m=+0.058683993 container start 1ebf3c38fbfaa5743cc441232d204e97bd142a62c71b0603e7885d0173d00388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.7, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:29:08.443 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[59070]: 2026-02-18 05:29:08.203235118 +0000 UTC m=+0.059198956 container attach 1ebf3c38fbfaa5743cc441232d204e97bd142a62c71b0603e7885d0173d00388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7) 2026-02-18T05:29:08.443 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[59070]: 2026-02-18 05:29:08.154725791 +0000 UTC m=+0.010689609 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:29:08.443 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[59070]: 2026-02-18 05:29:08.327143168 +0000 UTC m=+0.183106986 container died 1ebf3c38fbfaa5743cc441232d204e97bd142a62c71b0603e7885d0173d00388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216) 2026-02-18T05:29:08.443 INFO:journalctl@ceph.osd.1.trial038.stdout:Feb 18 05:29:08 trial038 podman[59070]: 2026-02-18 05:29:08.441562663 +0000 UTC m=+0.297526491 container remove 1ebf3c38fbfaa5743cc441232d204e97bd142a62c71b0603e7885d0173d00388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-1-deactivate, org.label-schema.vendor=CentOS, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2) 2026-02-18T05:29:08.473 DEBUG:teuthology.orchestra.run.trial038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.1.service' 2026-02-18T05:29:08.521 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:29:08.522 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-18T05:29:08.522 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-18T05:29:08.522 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.2 2026-02-18T05:29:08.858 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:08 trial053 systemd[1]: Stopping Ceph osd.2 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:29:08.858 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:08 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2[28018]: 2026-02-18T05:29:08.618+0000 7fc691a63640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-18T05:29:08.858 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:08 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2[28018]: 2026-02-18T05:29:08.618+0000 7fc691a63640 -1 osd.2 59 *** Got signal Terminated *** 2026-02-18T05:29:08.858 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:08 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2[28018]: 2026-02-18T05:29:08.618+0000 7fc691a63640 -1 osd.2 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:29:13.956 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:13 trial053 podman[39231]: 2026-02-18 05:29:13.687446897 +0000 UTC m=+5.083875558 container died 974611eb3e9e56668edab0eb23913d2e9477876a8fe2c465f66865aa1f7f3db9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:29:13.956 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:13 trial053 podman[39231]: 2026-02-18 05:29:13.799959686 +0000 UTC m=+5.196388347 container remove 974611eb3e9e56668edab0eb23913d2e9477876a8fe2c465f66865aa1f7f3db9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, 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/, ceph=True) 2026-02-18T05:29:13.956 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:13 trial053 bash[39231]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2 2026-02-18T05:29:13.956 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:13 trial053 podman[39378]: 2026-02-18 05:29:13.925952571 +0000 UTC m=+0.016388582 container create 1d11ac118e8ec44b1ae552ef6da55dcac5df7e45feef45f8719a38cce1e34659 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216) 2026-02-18T05:29:14.210 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:13 trial053 podman[39378]: 2026-02-18 05:29:13.966405143 +0000 UTC m=+0.056841164 container init 1d11ac118e8ec44b1ae552ef6da55dcac5df7e45feef45f8719a38cce1e34659 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:29:14.211 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:13 trial053 podman[39378]: 2026-02-18 05:29:13.970235244 +0000 UTC m=+0.060671255 container start 1d11ac118e8ec44b1ae552ef6da55dcac5df7e45feef45f8719a38cce1e34659 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:29:14.211 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:13 trial053 podman[39378]: 2026-02-18 05:29:13.970773334 +0000 UTC m=+0.061209355 container attach 1d11ac118e8ec44b1ae552ef6da55dcac5df7e45feef45f8719a38cce1e34659 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2-deactivate, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7) 2026-02-18T05:29:14.211 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:14 trial053 podman[39378]: 2026-02-18 05:29:13.919524059 +0000 UTC m=+0.009960070 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:29:14.211 INFO:journalctl@ceph.osd.2.trial053.stdout:Feb 18 05:29:14 trial053 podman[39378]: 2026-02-18 05:29:14.097797776 +0000 UTC m=+0.188233807 container died 1d11ac118e8ec44b1ae552ef6da55dcac5df7e45feef45f8719a38cce1e34659 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-2-deactivate, ceph=True, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0) 2026-02-18T05:29:14.231 DEBUG:teuthology.orchestra.run.trial053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.2.service' 2026-02-18T05:29:14.278 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:29:14.278 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-18T05:29:14.278 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2026-02-18T05:29:14.278 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.3 2026-02-18T05:29:14.608 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:14 trial053 systemd[1]: Stopping Ceph osd.3 for 42d7561b-0c8a-11f1-a3d0-d404e6e7d460... 2026-02-18T05:29:14.608 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:14 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3[34328]: 2026-02-18T05:29:14.373+0000 7f9051af3640 -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-18T05:29:14.608 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:14 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3[34328]: 2026-02-18T05:29:14.373+0000 7f9051af3640 -1 osd.3 59 *** Got signal Terminated *** 2026-02-18T05:29:14.608 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:14 trial053 ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3[34328]: 2026-02-18T05:29:14.373+0000 7f9051af3640 -1 osd.3 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:29:19.698 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39536]: 2026-02-18 05:29:19.432729577 +0000 UTC m=+5.073259967 container died 011b3fa889b2e20c6c1799ac6d5b48043f88c4d4bcc973f8f6cd545b4c3396b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, io.buildah.version=1.33.7, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:29:19.698 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39536]: 2026-02-18 05:29:19.544677378 +0000 UTC m=+5.185207748 container remove 011b3fa889b2e20c6c1799ac6d5b48043f88c4d4bcc973f8f6cd545b4c3396b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, 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=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug) 2026-02-18T05:29:19.698 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 bash[39536]: ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3 2026-02-18T05:29:19.698 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39677]: 2026-02-18 05:29:19.667530474 +0000 UTC m=+0.014836236 container create b0e522aee6e415423892fc35454cde4cbc330e6a5e5b1b36c4dcf26fc31eab7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:29:19.950 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39677]: 2026-02-18 05:29:19.70867919 +0000 UTC m=+0.055984952 container init b0e522aee6e415423892fc35454cde4cbc330e6a5e5b1b36c4dcf26fc31eab7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:29:19.950 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39677]: 2026-02-18 05:29:19.7122239 +0000 UTC m=+0.059529662 container start b0e522aee6e415423892fc35454cde4cbc330e6a5e5b1b36c4dcf26fc31eab7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2) 2026-02-18T05:29:19.950 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39677]: 2026-02-18 05:29:19.712708822 +0000 UTC m=+0.060014584 container attach b0e522aee6e415423892fc35454cde4cbc330e6a5e5b1b36c4dcf26fc31eab7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:29:19.951 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39677]: 2026-02-18 05:29:19.661834203 +0000 UTC m=+0.009139975 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:29:19.951 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39677]: 2026-02-18 05:29:19.832354524 +0000 UTC m=+0.179660297 container died b0e522aee6e415423892fc35454cde4cbc330e6a5e5b1b36c4dcf26fc31eab7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3-deactivate, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T05:29:19.951 INFO:journalctl@ceph.osd.3.trial053.stdout:Feb 18 05:29:19 trial053 podman[39677]: 2026-02-18 05:29:19.946471769 +0000 UTC m=+0.293777541 container remove b0e522aee6e415423892fc35454cde4cbc330e6a5e5b1b36c4dcf26fc31eab7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460-osd-3-deactivate, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, 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, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True) 2026-02-18T05:29:19.970 DEBUG:teuthology.orchestra.run.trial053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.3.service' 2026-02-18T05:29:20.014 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:29:20.015 INFO:tasks.cephadm.osd.3:Stopped osd.3 2026-02-18T05:29:20.015 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2026-02-18T05:29:20.015 DEBUG:teuthology.orchestra.run.trial070:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.4 2026-02-18T05:29:20.051 DEBUG:teuthology.orchestra.run.trial070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.4.service' 2026-02-18T05:29:20.134 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:29:20.135 INFO:tasks.cephadm.osd.4:Stopped osd.4 2026-02-18T05:29:20.135 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2026-02-18T05:29:20.135 DEBUG:teuthology.orchestra.run.trial070:> sudo systemctl stop ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.5 2026-02-18T05:29:20.206 DEBUG:teuthology.orchestra.run.trial070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42d7561b-0c8a-11f1-a3d0-d404e6e7d460@osd.5.service' 2026-02-18T05:29:20.288 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:29:20.288 INFO:tasks.cephadm.osd.5:Stopped osd.5 2026-02-18T05:29:20.288 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 --force --keep-logs 2026-02-18T05:29:20.410 INFO:teuthology.orchestra.run.trial038.stdout:Deleting cluster with fsid: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:29:21.353 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 --force --keep-logs 2026-02-18T05:29:21.471 INFO:teuthology.orchestra.run.trial053.stdout:Deleting cluster with fsid: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:29:22.423 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 --force --keep-logs 2026-02-18T05:29:22.540 INFO:teuthology.orchestra.run.trial070.stdout:Deleting cluster with fsid: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:29:22.798 DEBUG:teuthology.orchestra.run.trial038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:29:22.827 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:29:22.855 DEBUG:teuthology.orchestra.run.trial070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:29:22.882 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T05:29:22.884 DEBUG:teuthology.misc:Transferring archived files from trial038:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial038/crash 2026-02-18T05:29:22.886 DEBUG:teuthology.orchestra.run.trial038:> sudo tar c -f - -C /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash -- . 2026-02-18T05:29:22.910 INFO:teuthology.orchestra.run.trial038.stderr:tar: /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:29:22.910 INFO:teuthology.orchestra.run.trial038.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:29:22.913 DEBUG:teuthology.misc:Transferring archived files from trial053:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial053/crash 2026-02-18T05:29:22.914 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash -- . 2026-02-18T05:29:22.940 INFO:teuthology.orchestra.run.trial053.stderr:tar: /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:29:22.941 INFO:teuthology.orchestra.run.trial053.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:29:22.943 DEBUG:teuthology.misc:Transferring archived files from trial070:/var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial070/crash 2026-02-18T05:29:22.944 DEBUG:teuthology.orchestra.run.trial070:> sudo tar c -f - -C /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash -- . 2026-02-18T05:29:22.968 INFO:teuthology.orchestra.run.trial070.stderr:tar: /var/lib/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:29:22.968 INFO:teuthology.orchestra.run.trial070.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:29:22.969 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T05:29:22.970 DEBUG:teuthology.orchestra.run.trial038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-18T05:29:22.995 INFO:tasks.cephadm:Compressing logs... 2026-02-18T05:29:22.996 DEBUG:teuthology.orchestra.run.trial038:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T05:29:23.038 DEBUG:teuthology.orchestra.run.trial053:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T05:29:23.041 DEBUG:teuthology.orchestra.run.trial070:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T05:29:23.058 INFO:teuthology.orchestra.run.trial038.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2026-02-18T05:29:23.058 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:29:23.058 INFO:teuthology.orchestra.run.trial038.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.a.log 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.0.log 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mgr.a.log 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.0.log: /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mgr.a.log: 83.5% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.1.log 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr: 89.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:29:23.061 INFO:teuthology.orchestra.run.trial038.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log 2026-02-18T05:29:23.062 INFO:teuthology.orchestra.run.trial038.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log: 90.2% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log.gz 2026-02-18T05:29:23.062 INFO:teuthology.orchestra.run.trial038.stderr: 85.0% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log.gz 2026-02-18T05:29:23.064 INFO:teuthology.orchestra.run.trial053.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2026-02-18T05:29:23.064 INFO:teuthology.orchestra.run.trial053.stderr: /var/log/ceph/cephadm.log 2026-02-18T05:29:23.064 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.2.log 2026-02-18T05:29:23.064 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.3.log 2026-02-18T05:29:23.064 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log 2026-02-18T05:29:23.066 INFO:teuthology.orchestra.run.trial053.stderr: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:29:23.066 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mgr.b.log 2026-02-18T05:29:23.066 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log 2026-02-18T05:29:23.066 INFO:teuthology.orchestra.run.trial053.stderr: 83.6% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T05:29:23.067 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.b.log 2026-02-18T05:29:23.067 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log 2026-02-18T05:29:23.067 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log 2026-02-18T05:29:23.067 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.b.log: /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log: 90.5% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log.gz 2026-02-18T05:29:23.067 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log: 84.9% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log.gz 2026-02-18T05:29:23.068 INFO:teuthology.orchestra.run.trial038.stderr: 95.7% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log.gz 2026-02-18T05:29:23.068 INFO:teuthology.orchestra.run.trial053.stderr: 89.9% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-18T05:29:23.070 INFO:teuthology.orchestra.run.trial070.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T05:29:23.070 INFO:teuthology.orchestra.run.trial070.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T05:29:23.070 INFO:teuthology.orchestra.run.trial070.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.c.log 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.5.log 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.4.log 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.4.log: 82.7% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr:/var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log: /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log: 90.3% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.audit.log.gz 2026-02-18T05:29:23.071 INFO:teuthology.orchestra.run.trial070.stderr: 83.6% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph.log.gz 2026-02-18T05:29:23.072 INFO:teuthology.orchestra.run.trial053.stderr: 95.5% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log.gz 2026-02-18T05:29:23.075 INFO:teuthology.orchestra.run.trial070.stderr: 95.5% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-volume.log.gz 2026-02-18T05:29:23.079 INFO:teuthology.orchestra.run.trial070.stderr: 93.1% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.4.log.gz 2026-02-18T05:29:23.079 INFO:teuthology.orchestra.run.trial070.stderr: 93.0% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.5.log.gz 2026-02-18T05:29:23.079 INFO:teuthology.orchestra.run.trial038.stderr: 93.6% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.1.log.gz 2026-02-18T05:29:23.083 INFO:teuthology.orchestra.run.trial038.stderr: 93.4% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.0.log.gz 2026-02-18T05:29:23.089 INFO:teuthology.orchestra.run.trial053.stderr: 93.2% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.3.log.gz 2026-02-18T05:29:23.090 INFO:teuthology.orchestra.run.trial070.stderr: 92.4% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.c.log.gz 2026-02-18T05:29:23.092 INFO:teuthology.orchestra.run.trial070.stderr: 2026-02-18T05:29:23.092 INFO:teuthology.orchestra.run.trial070.stderr:real 0m0.034s 2026-02-18T05:29:23.092 INFO:teuthology.orchestra.run.trial070.stderr:user 0m0.062s 2026-02-18T05:29:23.092 INFO:teuthology.orchestra.run.trial070.stderr:sys 0m0.017s 2026-02-18T05:29:23.095 INFO:teuthology.orchestra.run.trial038.stderr: 89.6% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-18T05:29:23.096 INFO:teuthology.orchestra.run.trial053.stderr: 92.4% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.b.log.gz 2026-02-18T05:29:23.102 INFO:teuthology.orchestra.run.trial053.stderr: 93.6% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-osd.2.log.gz 2026-02-18T05:29:23.103 INFO:teuthology.orchestra.run.trial053.stderr: 2026-02-18T05:29:23.103 INFO:teuthology.orchestra.run.trial053.stderr:real 0m0.049s 2026-02-18T05:29:23.103 INFO:teuthology.orchestra.run.trial053.stderr:user 0m0.101s 2026-02-18T05:29:23.103 INFO:teuthology.orchestra.run.trial053.stderr:sys 0m0.024s 2026-02-18T05:29:23.170 INFO:teuthology.orchestra.run.trial038.stderr: 91.4% -- replaced with /var/log/ceph/42d7561b-0c8a-11f1-a3d0-d404e6e7d460/ceph-mon.a.log.gz 2026-02-18T05:29:23.171 INFO:teuthology.orchestra.run.trial038.stderr: 2026-02-18T05:29:23.171 INFO:teuthology.orchestra.run.trial038.stderr:real 0m0.121s 2026-02-18T05:29:23.171 INFO:teuthology.orchestra.run.trial038.stderr:user 0m0.196s 2026-02-18T05:29:23.171 INFO:teuthology.orchestra.run.trial038.stderr:sys 0m0.026s 2026-02-18T05:29:23.172 INFO:tasks.cephadm:Archiving logs... 2026-02-18T05:29:23.173 DEBUG:teuthology.misc:Transferring archived files from trial038:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial038/log 2026-02-18T05:29:23.174 DEBUG:teuthology.orchestra.run.trial038:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:29:23.307 DEBUG:teuthology.misc:Transferring archived files from trial053:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial053/log 2026-02-18T05:29:23.308 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:29:23.370 DEBUG:teuthology.misc:Transferring archived files from trial070:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial070/log 2026-02-18T05:29:23.371 DEBUG:teuthology.orchestra.run.trial070:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:29:23.419 INFO:tasks.cephadm:Removing cluster... 2026-02-18T05:29:23.419 DEBUG:teuthology.orchestra.run.trial038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 --force 2026-02-18T05:29:23.536 INFO:teuthology.orchestra.run.trial038.stdout:Deleting cluster with fsid: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:29:23.699 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 --force 2026-02-18T05:29:23.817 INFO:teuthology.orchestra.run.trial053.stdout:Deleting cluster with fsid: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:29:23.986 DEBUG:teuthology.orchestra.run.trial070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 --force 2026-02-18T05:29:24.103 INFO:teuthology.orchestra.run.trial070.stdout:Deleting cluster with fsid: 42d7561b-0c8a-11f1-a3d0-d404e6e7d460 2026-02-18T05:29:24.256 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T05:29:24.257 DEBUG:teuthology.orchestra.run.trial038:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:29:24.275 DEBUG:teuthology.orchestra.run.trial053:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:29:24.294 DEBUG:teuthology.orchestra.run.trial070:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:29:24.312 INFO:tasks.cephadm:Teardown complete 2026-02-18T05:29:24.313 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T05:29:24.327 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2026-02-18T05:29:24.328 DEBUG:teuthology.orchestra.run.trial038:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T05:29:24.330 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T05:29:24.336 DEBUG:teuthology.orchestra.run.trial070:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T05:29:24.602 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T05:29:24.614 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T05:29:24.614 DEBUG:teuthology.orchestra.run.trial038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:29:24.616 DEBUG:teuthology.orchestra.run.trial053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:29:24.618 DEBUG:teuthology.orchestra.run.trial070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:29:24.630 INFO:teuthology.orchestra.run.trial038.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:29:24.632 INFO:teuthology.orchestra.run.trial053.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:29:24.634 INFO:teuthology.orchestra.run.trial070.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial070.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial070.stdout:=============================================================================== 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial070.stdout:^- ntp.shastacoe.net 2 6 377 56 -465us[ -465us] +/- 80ms 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial070.stdout:^- jane.qotw.net 2 6 377 58 +916us[ +958us] +/- 24ms 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial070.stdout:^+ chi2.us.ntp.li 2 6 377 58 +163us[ +204us] +/- 11ms 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial070.stdout:^* time.cloudflare.com 3 6 377 57 +62us[ +104us] +/- 6937us 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial038.stdout:=============================================================================== 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial038.stdout:^- ntp.shastacoe.net 2 6 377 57 -590us[ -534us] +/- 80ms 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial038.stdout:^+ jane.qotw.net 2 6 377 57 +548us[ +604us] +/- 24ms 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial038.stdout:^* chi2.us.ntp.li 2 6 377 56 -11us[ +45us] +/- 11ms 2026-02-18T05:29:24.646 INFO:teuthology.orchestra.run.trial038.stdout:^+ time.cloudflare.com 3 6 377 56 -142us[ -142us] +/- 6765us 2026-02-18T05:29:24.647 INFO:teuthology.orchestra.run.trial053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:29:24.647 INFO:teuthology.orchestra.run.trial053.stdout:=============================================================================== 2026-02-18T05:29:24.647 INFO:teuthology.orchestra.run.trial053.stdout:^- ntp.shastacoe.net 2 6 377 58 -842us[ -842us] +/- 80ms 2026-02-18T05:29:24.647 INFO:teuthology.orchestra.run.trial053.stdout:^- jane.qotw.net 2 6 377 58 +792us[ +792us] +/- 24ms 2026-02-18T05:29:24.647 INFO:teuthology.orchestra.run.trial053.stdout:^+ chi2.us.ntp.li 2 6 377 58 +90us[ +90us] +/- 11ms 2026-02-18T05:29:24.647 INFO:teuthology.orchestra.run.trial053.stdout:^* time.cloudflare.com 3 6 377 58 -96us[ -102us] +/- 6855us 2026-02-18T05:29:24.647 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T05:29:24.659 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T05:29:24.659 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T05:29:24.673 DEBUG:teuthology.orchestra.run.trial038:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-18T05:29:24.736 DEBUG:teuthology.orchestra.run.trial053:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-18T05:29:24.781 DEBUG:teuthology.orchestra.run.trial070:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-18T05:29:24.829 DEBUG:teuthology.orchestra.run.trial038:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-18T05:29:24.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:29:24.855 DEBUG:teuthology.orchestra.run.trial053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-18T05:29:24.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:29:24.882 DEBUG:teuthology.orchestra.run.trial070:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-18T05:29:24.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:29:24.906 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T05:29:24.918 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T05:29:24.933 INFO:teuthology.task.internal:Duration was 414.709135 seconds 2026-02-18T05:29:24.933 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T05:29:24.948 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T05:29:24.948 DEBUG:teuthology.orchestra.run.trial038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:29:24.950 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:29:24.952 DEBUG:teuthology.orchestra.run.trial070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:29:24.984 INFO:teuthology.orchestra.run.trial038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:29:24.988 INFO:teuthology.orchestra.run.trial053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:29:24.991 INFO:teuthology.orchestra.run.trial070.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:29:25.458 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T05:29:25.458 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial038.front.sepia.ceph.com 2026-02-18T05:29:25.459 DEBUG:teuthology.orchestra.run.trial038:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T05:29:25.516 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial053.front.sepia.ceph.com 2026-02-18T05:29:25.516 DEBUG:teuthology.orchestra.run.trial053:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T05:29:25.536 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial070.front.sepia.ceph.com 2026-02-18T05:29:25.536 DEBUG:teuthology.orchestra.run.trial070:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T05:29:25.557 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T05:29:25.557 DEBUG:teuthology.orchestra.run.trial038:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:29:25.560 DEBUG:teuthology.orchestra.run.trial053:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:29:25.579 DEBUG:teuthology.orchestra.run.trial070:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:29:25.669 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T05:29:25.669 DEBUG:teuthology.orchestra.run.trial038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T05:29:25.672 DEBUG:teuthology.orchestra.run.trial053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T05:29:25.676 DEBUG:teuthology.orchestra.run.trial070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T05:29:25.692 INFO:teuthology.orchestra.run.trial038.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:29:25.694 INFO:teuthology.orchestra.run.trial038.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:29:25.694 INFO:teuthology.orchestra.run.trial038.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:29:25.694 INFO:teuthology.orchestra.run.trial038.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T05:29:25.694 INFO:teuthology.orchestra.run.trial038.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:29:25.699 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial070.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial070.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial070.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:29:25.701 INFO:teuthology.orchestra.run.trial070.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T05:29:25.702 INFO:teuthology.orchestra.run.trial070.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:29:25.706 INFO:teuthology.orchestra.run.trial038.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.8% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:29:25.707 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:29:25.708 INFO:teuthology.orchestra.run.trial070.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:29:25.710 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T05:29:25.722 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T05:29:25.722 DEBUG:teuthology.orchestra.run.trial038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:29:25.777 DEBUG:teuthology.orchestra.run.trial053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:29:25.804 DEBUG:teuthology.orchestra.run.trial070:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:29:25.830 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T05:29:25.848 DEBUG:teuthology.orchestra.run.trial038:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:29:25.850 DEBUG:teuthology.orchestra.run.trial053:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:29:25.853 DEBUG:teuthology.orchestra.run.trial070:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:29:25.872 INFO:teuthology.orchestra.run.trial038.stdout:kernel.core_pattern = core 2026-02-18T05:29:25.874 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern = core 2026-02-18T05:29:25.894 INFO:teuthology.orchestra.run.trial070.stdout:kernel.core_pattern = core 2026-02-18T05:29:25.908 DEBUG:teuthology.orchestra.run.trial038:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:29:25.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:29:25.940 DEBUG:teuthology.orchestra.run.trial053:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:29:25.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:29:25.956 DEBUG:teuthology.orchestra.run.trial070:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:29:25.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:29:25.972 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T05:29:25.989 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T05:29:25.991 DEBUG:teuthology.misc:Transferring archived files from trial038:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial038 2026-02-18T05:29:25.991 DEBUG:teuthology.orchestra.run.trial038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:29:26.028 DEBUG:teuthology.misc:Transferring archived files from trial053:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial053 2026-02-18T05:29:26.028 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:29:26.061 DEBUG:teuthology.misc:Transferring archived files from trial070:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54752/remote/trial070 2026-02-18T05:29:26.061 DEBUG:teuthology.orchestra.run.trial070:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:29:26.097 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T05:29:26.098 DEBUG:teuthology.orchestra.run.trial038:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:29:26.100 DEBUG:teuthology.orchestra.run.trial053:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:29:26.103 DEBUG:teuthology.orchestra.run.trial070:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:29:26.144 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T05:29:26.167 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T05:29:26.167 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T05:29:26.183 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T05:29:26.184 DEBUG:teuthology.orchestra.run.trial038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:29:26.187 DEBUG:teuthology.orchestra.run.trial053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:29:26.190 DEBUG:teuthology.orchestra.run.trial070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:29:26.202 INFO:teuthology.orchestra.run.trial038.stdout: 786514 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:29 /home/ubuntu/cephtest 2026-02-18T05:29:26.205 INFO:teuthology.orchestra.run.trial053.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:29 /home/ubuntu/cephtest 2026-02-18T05:29:26.206 INFO:teuthology.orchestra.run.trial070.stdout: 786514 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:29 /home/ubuntu/cephtest 2026-02-18T05:29:26.208 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T05:29:26.229 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T05:29:26.272 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_host_drain} duration: 414.709135055542 flavor: default owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-18T05:29:26.273 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T05:29:26.583 INFO:teuthology.run:pass