2026-03-06T13:29:50.446 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-06T13:29:50.451 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:29:50.468 INFO:teuthology.run:Config: archive_path: /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270 branch: cobaltcore-storage-v19.2.3-fasttrack-3 description: orch:cephadm:workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: null first_in_suite: false flavor: default job_id: '270' last_in_suite: false machine_type: vps name: irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: cobaltcore-storage-v19.2.3-fasttrack-3 ansible.cephlab: branch: main repo: https://github.com/kshtsk/ceph-cm-ansible.git skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: timezone: Europe/Berlin ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd mclock iops capacity threshold hdd: 49000 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: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm containers: image: harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 install: ceph: flavor: default sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 extra_system_packages: deb: - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-xmltodict - s3cmd repos: - name: ceph-source priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS - name: ceph-noarch priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch - name: ceph priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: tt-19.2.3-fasttrack-3-no-nvme-loop sha1: 5726a36c3452e5b72190cfceba828abc62c819b7 owner: irq0 priority: 1000 repo: https://github.com/ceph/ceph.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: 6609 sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 sleep_before_teardown: 0 subset: 1/64 suite: orch:cephadm:workunits suite_branch: tt-19.2.3-fasttrack-3-no-nvme-loop suite_path: /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 5726a36c3452e5b72190cfceba828abc62c819b7 targets: vm05.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5uTFn5SO961Jhp+aIHom0l/zednVTJnl2zNZ0vGCUVKWwcqpouTNPRHRwD56vBiXIZAiV6sjweSlTamRhwZJk= vm07.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcRqfd/Uo+xIGSgXjm9xYdvVdnyzTf7sdIOWHd+6G2nqSmVd7NsIO4KjDtUkZfPxNTAgCKVUMjdr1ni45JG044= vm09.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDw68bBRfB0xa0EW7xhT/G4fgicbMzjSb25c9Al/GLfG8STOtB5MzT9oat1GoeBbr14K+zI/BlG9xsCSto9T3k4= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-06_13:20:18 tube: vps user: irq0 verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.43333 2026-03-06T13:29:50.469 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa; will attempt to use it 2026-03-06T13:29:50.469 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa/tasks 2026-03-06T13:29:50.469 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-06T13:29:50.469 INFO:teuthology.task.internal:Saving configuration 2026-03-06T13:29:50.474 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-06T13:29:50.475 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-06T13:29:50.480 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm05.local', 'description': '/archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-06 12:28:05.550066', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:05', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5uTFn5SO961Jhp+aIHom0l/zednVTJnl2zNZ0vGCUVKWwcqpouTNPRHRwD56vBiXIZAiV6sjweSlTamRhwZJk='} 2026-03-06T13:29:50.485 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm07.local', 'description': '/archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-06 12:28:05.550487', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:07', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcRqfd/Uo+xIGSgXjm9xYdvVdnyzTf7sdIOWHd+6G2nqSmVd7NsIO4KjDtUkZfPxNTAgCKVUMjdr1ni45JG044='} 2026-03-06T13:29:50.489 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm09.local', 'description': '/archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-06 12:28:05.550724', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:09', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDw68bBRfB0xa0EW7xhT/G4fgicbMzjSb25c9Al/GLfG8STOtB5MzT9oat1GoeBbr14K+zI/BlG9xsCSto9T3k4='} 2026-03-06T13:29:50.489 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-06T13:29:50.489 INFO:teuthology.task.internal:roles: ubuntu@vm05.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2026-03-06T13:29:50.489 INFO:teuthology.task.internal:roles: ubuntu@vm07.local - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2026-03-06T13:29:50.489 INFO:teuthology.task.internal:roles: ubuntu@vm09.local - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2026-03-06T13:29:50.489 INFO:teuthology.run_tasks:Running task console_log... 2026-03-06T13:29:50.494 DEBUG:teuthology.task.console_log:vm05 does not support IPMI; excluding 2026-03-06T13:29:50.498 DEBUG:teuthology.task.console_log:vm07 does not support IPMI; excluding 2026-03-06T13:29:50.502 DEBUG:teuthology.task.console_log:vm09 does not support IPMI; excluding 2026-03-06T13:29:50.502 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f414d6cf9a0>, signals=[15]) 2026-03-06T13:29:50.502 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-06T13:29:50.502 INFO:teuthology.task.internal:Opening connections... 2026-03-06T13:29:50.503 DEBUG:teuthology.task.internal:connecting to ubuntu@vm05.local 2026-03-06T13:29:50.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:29:50.559 DEBUG:teuthology.task.internal:connecting to ubuntu@vm07.local 2026-03-06T13:29:50.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm07.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:29:50.617 DEBUG:teuthology.task.internal:connecting to ubuntu@vm09.local 2026-03-06T13:29:50.618 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:29:50.676 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-06T13:29:50.677 DEBUG:teuthology.orchestra.run.vm05:> uname -m 2026-03-06T13:29:50.691 INFO:teuthology.orchestra.run.vm05.stdout:x86_64 2026-03-06T13:29:50.691 DEBUG:teuthology.orchestra.run.vm05:> cat /etc/os-release 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:NAME="CentOS Stream" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:VERSION="9" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:ID="centos" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:ID_LIKE="rhel fedora" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_ID="9" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:PLATFORM_ID="platform:el9" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:ANSI_COLOR="0;31" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:LOGO="fedora-logo-icon" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:HOME_URL="https://centos.org/" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-06T13:29:50.745 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-06T13:29:50.746 INFO:teuthology.lock.ops:Updating vm05.local on lock server 2026-03-06T13:29:50.750 DEBUG:teuthology.orchestra.run.vm07:> uname -m 2026-03-06T13:29:50.763 INFO:teuthology.orchestra.run.vm07.stdout:x86_64 2026-03-06T13:29:50.764 DEBUG:teuthology.orchestra.run.vm07:> cat /etc/os-release 2026-03-06T13:29:50.816 INFO:teuthology.orchestra.run.vm07.stdout:NAME="CentOS Stream" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:VERSION="9" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:ID="centos" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:ID_LIKE="rhel fedora" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:VERSION_ID="9" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:PLATFORM_ID="platform:el9" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:ANSI_COLOR="0;31" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:LOGO="fedora-logo-icon" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:HOME_URL="https://centos.org/" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-06T13:29:50.817 INFO:teuthology.orchestra.run.vm07.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-06T13:29:50.817 INFO:teuthology.lock.ops:Updating vm07.local on lock server 2026-03-06T13:29:50.821 DEBUG:teuthology.orchestra.run.vm09:> uname -m 2026-03-06T13:29:50.834 INFO:teuthology.orchestra.run.vm09.stdout:x86_64 2026-03-06T13:29:50.835 DEBUG:teuthology.orchestra.run.vm09:> cat /etc/os-release 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:NAME="CentOS Stream" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:VERSION="9" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:ID="centos" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:ID_LIKE="rhel fedora" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:VERSION_ID="9" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:PLATFORM_ID="platform:el9" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:ANSI_COLOR="0;31" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:LOGO="fedora-logo-icon" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:HOME_URL="https://centos.org/" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-06T13:29:50.888 INFO:teuthology.orchestra.run.vm09.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-06T13:29:50.888 INFO:teuthology.lock.ops:Updating vm09.local on lock server 2026-03-06T13:29:50.892 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-06T13:29:50.894 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-06T13:29:50.895 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-06T13:29:50.895 DEBUG:teuthology.orchestra.run.vm05:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:29:50.896 DEBUG:teuthology.orchestra.run.vm07:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:29:50.898 DEBUG:teuthology.orchestra.run.vm09:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:29:50.941 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-06T13:29:50.942 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-06T13:29:50.942 DEBUG:teuthology.orchestra.run.vm05:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:29:50.950 DEBUG:teuthology.orchestra.run.vm07:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:29:50.952 DEBUG:teuthology.orchestra.run.vm09:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:29:50.963 INFO:teuthology.orchestra.run.vm05.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:29:50.965 INFO:teuthology.orchestra.run.vm07.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:29:50.995 INFO:teuthology.orchestra.run.vm09.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:29:50.996 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-06T13:29:51.003 DEBUG:teuthology.orchestra.run.vm05:> test -e /ceph-qa-ready 2026-03-06T13:29:51.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:29:51.193 DEBUG:teuthology.orchestra.run.vm07:> test -e /ceph-qa-ready 2026-03-06T13:29:51.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:29:51.388 DEBUG:teuthology.orchestra.run.vm09:> test -e /ceph-qa-ready 2026-03-06T13:29:51.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:29:51.592 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-06T13:29:51.593 INFO:teuthology.task.internal:Creating test directory... 2026-03-06T13:29:51.593 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:29:51.595 DEBUG:teuthology.orchestra.run.vm07:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:29:51.596 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:29:51.614 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-06T13:29:51.615 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-06T13:29:51.616 INFO:teuthology.task.internal:Creating archive directory... 2026-03-06T13:29:51.616 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:29:51.650 DEBUG:teuthology.orchestra.run.vm07:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:29:51.652 DEBUG:teuthology.orchestra.run.vm09:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:29:51.673 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-06T13:29:51.674 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-06T13:29:51.674 DEBUG:teuthology.orchestra.run.vm05:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:29:51.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:29:51.719 DEBUG:teuthology.orchestra.run.vm07:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:29:51.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:29:51.733 DEBUG:teuthology.orchestra.run.vm09:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:29:51.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:29:51.747 DEBUG:teuthology.orchestra.run.vm05:> 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-03-06T13:29:51.762 DEBUG:teuthology.orchestra.run.vm07:> 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-03-06T13:29:51.774 DEBUG:teuthology.orchestra.run.vm09:> 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-03-06T13:29:51.782 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:29:51.791 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:29:51.795 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:29:51.805 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:29:51.811 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:29:51.820 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:29:51.821 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-06T13:29:51.822 INFO:teuthology.task.internal:Configuring sudo... 2026-03-06T13:29:51.822 DEBUG:teuthology.orchestra.run.vm05:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:29:51.834 DEBUG:teuthology.orchestra.run.vm07:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:29:51.848 DEBUG:teuthology.orchestra.run.vm09:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:29:51.885 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-06T13:29:51.887 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-06T13:29:51.887 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:29:51.897 DEBUG:teuthology.orchestra.run.vm07:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:29:51.911 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:29:51.940 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:29:51.973 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:29:52.029 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:29:52.029 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:29:52.086 DEBUG:teuthology.orchestra.run.vm07:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:29:52.111 DEBUG:teuthology.orchestra.run.vm07:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:29:52.168 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:29:52.168 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:29:52.229 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:29:52.251 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:29:52.305 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:29:52.305 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:29:52.362 DEBUG:teuthology.orchestra.run.vm05:> sudo service rsyslog restart 2026-03-06T13:29:52.364 DEBUG:teuthology.orchestra.run.vm07:> sudo service rsyslog restart 2026-03-06T13:29:52.365 DEBUG:teuthology.orchestra.run.vm09:> sudo service rsyslog restart 2026-03-06T13:29:52.388 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:29:52.392 INFO:teuthology.orchestra.run.vm07.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:29:52.429 INFO:teuthology.orchestra.run.vm09.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:29:52.845 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-06T13:29:52.846 INFO:teuthology.task.internal:Starting timer... 2026-03-06T13:29:52.846 INFO:teuthology.run_tasks:Running task pcp... 2026-03-06T13:29:52.849 INFO:teuthology.run_tasks:Running task selinux... 2026-03-06T13:29:52.851 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-03-06T13:29:52.851 INFO:teuthology.task.selinux:Excluding vm05: VMs are not yet supported 2026-03-06T13:29:52.851 INFO:teuthology.task.selinux:Excluding vm07: VMs are not yet supported 2026-03-06T13:29:52.851 INFO:teuthology.task.selinux:Excluding vm09: VMs are not yet supported 2026-03-06T13:29:52.851 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-06T13:29:52.851 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-06T13:29:52.851 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-06T13:29:52.851 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-06T13:29:52.852 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'repo': 'https://github.com/kshtsk/ceph-cm-ansible.git', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'timezone': 'Europe/Berlin'}} 2026-03-06T13:29:52.853 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-06T13:29:52.854 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-06T13:29:53.503 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-06T13:29:53.508 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-03-06T13:29:53.509 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "Europe/Berlin"}' -i /tmp/teuth_ansible_inventory6gjnve79 --limit vm05.local,vm07.local,vm09.local /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-03-06T13:32:58.138 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm05.local'), Remote(name='ubuntu@vm07.local'), Remote(name='ubuntu@vm09.local')] 2026-03-06T13:32:58.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm05.local' 2026-03-06T13:32:58.139 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:32:58.204 DEBUG:teuthology.orchestra.run.vm05:> true 2026-03-06T13:32:58.289 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm05.local' 2026-03-06T13:32:58.290 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm07.local' 2026-03-06T13:32:58.290 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm07.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:32:58.359 DEBUG:teuthology.orchestra.run.vm07:> true 2026-03-06T13:32:58.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm07.local' 2026-03-06T13:32:58.434 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm09.local' 2026-03-06T13:32:58.434 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:32:58.494 DEBUG:teuthology.orchestra.run.vm09:> true 2026-03-06T13:32:58.566 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm09.local' 2026-03-06T13:32:58.566 INFO:teuthology.run_tasks:Running task clock... 2026-03-06T13:32:58.568 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-06T13:32:58.568 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:32:58.568 DEBUG:teuthology.orchestra.run.vm05:> 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-03-06T13:32:58.570 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:32:58.570 DEBUG:teuthology.orchestra.run.vm07:> 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-03-06T13:32:58.572 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:32:58.572 DEBUG:teuthology.orchestra.run.vm09:> 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-03-06T13:32:58.606 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-06T13:32:58.614 INFO:teuthology.orchestra.run.vm07.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-06T13:32:58.622 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-06T13:32:58.635 INFO:teuthology.orchestra.run.vm07.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-06T13:32:58.637 INFO:teuthology.orchestra.run.vm09.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-06T13:32:58.652 INFO:teuthology.orchestra.run.vm05.stderr:sudo: ntpd: command not found 2026-03-06T13:32:58.656 INFO:teuthology.orchestra.run.vm09.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-06T13:32:58.664 INFO:teuthology.orchestra.run.vm05.stdout:506 Cannot talk to daemon 2026-03-06T13:32:58.667 INFO:teuthology.orchestra.run.vm07.stderr:sudo: ntpd: command not found 2026-03-06T13:32:58.679 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-06T13:32:58.683 INFO:teuthology.orchestra.run.vm07.stdout:506 Cannot talk to daemon 2026-03-06T13:32:58.685 INFO:teuthology.orchestra.run.vm09.stderr:sudo: ntpd: command not found 2026-03-06T13:32:58.696 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-06T13:32:58.696 INFO:teuthology.orchestra.run.vm09.stdout:506 Cannot talk to daemon 2026-03-06T13:32:58.700 INFO:teuthology.orchestra.run.vm07.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-06T13:32:58.710 INFO:teuthology.orchestra.run.vm09.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-06T13:32:58.721 INFO:teuthology.orchestra.run.vm07.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-06T13:32:58.725 INFO:teuthology.orchestra.run.vm09.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-06T13:32:58.748 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:32:58.751 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:32:58.751 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-06T13:32:58.751 INFO:teuthology.orchestra.run.vm05.stdout:^? ntp2.wup-de.hosts.301-mo> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.751 INFO:teuthology.orchestra.run.vm05.stdout:^? netcup02.theravenhub.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.751 INFO:teuthology.orchestra.run.vm05.stdout:^? ntp.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.751 INFO:teuthology.orchestra.run.vm05.stdout:^? ntp4.lwlcom.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.774 INFO:teuthology.orchestra.run.vm07.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:32:58.774 INFO:teuthology.orchestra.run.vm09.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm09.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm09.stdout:=============================================================================== 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm09.stdout:^? ntp4.lwlcom.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm09.stdout:^? ntp2.wup-de.hosts.301-mo> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm09.stdout:^? netcup02.theravenhub.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm09.stdout:^? ntp.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm07.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm07.stdout:=============================================================================== 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm07.stdout:^? ntp2.wup-de.hosts.301-mo> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm07.stdout:^? netcup02.theravenhub.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm07.stdout:^? ntp.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.orchestra.run.vm07.stdout:^? ntp4.lwlcom.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-06T13:32:58.777 INFO:teuthology.run_tasks:Running task pexec... 2026-03-06T13:32:58.780 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-06T13:32:58.780 DEBUG:teuthology.orchestra.run.vm05:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-06T13:32:58.780 DEBUG:teuthology.orchestra.run.vm07:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-06T13:32:58.780 DEBUG:teuthology.orchestra.run.vm09:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-06T13:32:58.781 DEBUG:teuthology.task.pexec:ubuntu@vm07.local< sudo dnf remove nvme-cli -y 2026-03-06T13:32:58.782 DEBUG:teuthology.task.pexec:ubuntu@vm07.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:32:58.782 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm07.local 2026-03-06T13:32:58.782 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-06T13:32:58.782 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:32:58.794 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo dnf remove nvme-cli -y 2026-03-06T13:32:58.794 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:32:58.794 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm05.local 2026-03-06T13:32:58.794 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-06T13:32:58.794 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:32:58.820 DEBUG:teuthology.task.pexec:ubuntu@vm09.local< sudo dnf remove nvme-cli -y 2026-03-06T13:32:58.820 DEBUG:teuthology.task.pexec:ubuntu@vm09.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:32:58.820 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm09.local 2026-03-06T13:32:58.820 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-06T13:32:58.820 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:32:59.007 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: nvme-cli 2026-03-06T13:32:59.007 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:32:59.011 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:32:59.012 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:32:59.012 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:32:59.017 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: nvme-cli 2026-03-06T13:32:59.017 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:32:59.019 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: nvme-cli 2026-03-06T13:32:59.019 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:32:59.020 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:32:59.021 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:32:59.021 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:32:59.022 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:32:59.023 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:32:59.023 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:32:59.419 INFO:teuthology.orchestra.run.vm09.stdout:Last metadata expiration check: 0:02:19 ago on Fri 06 Mar 2026 01:30:40 PM CET. 2026-03-06T13:32:59.449 INFO:teuthology.orchestra.run.vm05.stdout:Last metadata expiration check: 0:02:08 ago on Fri 06 Mar 2026 01:30:51 PM CET. 2026-03-06T13:32:59.516 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:32:59.516 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:32:59.516 INFO:teuthology.orchestra.run.vm09.stdout: Package Architecture Version Repository Size 2026-03-06T13:32:59.516 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:32:59.516 INFO:teuthology.orchestra.run.vm09.stdout:Installing: 2026-03-06T13:32:59.516 INFO:teuthology.orchestra.run.vm09.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout:Installing dependencies: 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout:Install 6 Packages 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout:Total download size: 2.3 M 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout:Installed size: 11 M 2026-03-06T13:32:59.517 INFO:teuthology.orchestra.run.vm09.stdout:Downloading Packages: 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: Package Architecture Version Repository Size 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout:Install 6 Packages 2026-03-06T13:32:59.547 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:32:59.548 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 2.3 M 2026-03-06T13:32:59.548 INFO:teuthology.orchestra.run.vm05.stdout:Installed size: 11 M 2026-03-06T13:32:59.548 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-06T13:32:59.561 INFO:teuthology.orchestra.run.vm07.stdout:Last metadata expiration check: 0:02:19 ago on Fri 06 Mar 2026 01:30:40 PM CET. 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: Package Architecture Version Repository Size 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Installing: 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Installing dependencies: 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Install 6 Packages 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Total download size: 2.3 M 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Installed size: 11 M 2026-03-06T13:32:59.684 INFO:teuthology.orchestra.run.vm07.stdout:Downloading Packages: 2026-03-06T13:32:59.789 INFO:teuthology.orchestra.run.vm05.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 579 kB/s | 72 kB 00:00 2026-03-06T13:32:59.791 INFO:teuthology.orchestra.run.vm05.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 348 kB/s | 44 kB 00:00 2026-03-06T13:32:59.832 INFO:teuthology.orchestra.run.vm05.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.9 MB/s | 84 kB 00:00 2026-03-06T13:32:59.848 INFO:teuthology.orchestra.run.vm05.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.5 MB/s | 150 kB 00:00 2026-03-06T13:32:59.861 INFO:teuthology.orchestra.run.vm09.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 193 kB/s | 44 kB 00:00 2026-03-06T13:32:59.881 INFO:teuthology.orchestra.run.vm09.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 291 kB/s | 72 kB 00:00 2026-03-06T13:32:59.888 INFO:teuthology.orchestra.run.vm07.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 442 kB/s | 44 kB 00:00 2026-03-06T13:32:59.896 INFO:teuthology.orchestra.run.vm05.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 5.0 MB/s | 1.2 MB 00:00 2026-03-06T13:32:59.906 INFO:teuthology.orchestra.run.vm07.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 613 kB/s | 72 kB 00:00 2026-03-06T13:32:59.931 INFO:teuthology.orchestra.run.vm05.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.3 MB/s | 837 kB 00:00 2026-03-06T13:32:59.931 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:32:59.932 INFO:teuthology.orchestra.run.vm05.stdout:Total 6.0 MB/s | 2.3 MB 00:00 2026-03-06T13:32:59.932 INFO:teuthology.orchestra.run.vm07.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.9 MB/s | 84 kB 00:00 2026-03-06T13:32:59.952 INFO:teuthology.orchestra.run.vm07.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.2 MB/s | 150 kB 00:00 2026-03-06T13:32:59.982 INFO:teuthology.orchestra.run.vm07.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 6.0 MB/s | 1.2 MB 00:00 2026-03-06T13:32:59.995 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:32:59.998 INFO:teuthology.orchestra.run.vm09.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 617 kB/s | 84 kB 00:00 2026-03-06T13:33:00.003 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:33:00.003 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:33:00.004 INFO:teuthology.orchestra.run.vm07.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 12 MB/s | 837 kB 00:00 2026-03-06T13:33:00.004 INFO:teuthology.orchestra.run.vm07.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:33:00.004 INFO:teuthology.orchestra.run.vm07.stdout:Total 7.3 MB/s | 2.3 MB 00:00 2026-03-06T13:33:00.028 INFO:teuthology.orchestra.run.vm09.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.0 MB/s | 150 kB 00:00 2026-03-06T13:33:00.057 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:33:00.057 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:33:00.076 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:33:00.089 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:33:00.089 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:33:00.128 INFO:teuthology.orchestra.run.vm09.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 2.3 MB/s | 1.2 MB 00:00 2026-03-06T13:33:00.155 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:33:00.156 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:33:00.218 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:33:00.229 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-06T13:33:00.242 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-06T13:33:00.250 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:33:00.259 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:33:00.261 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:33:00.320 INFO:teuthology.orchestra.run.vm09.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-03-06T13:33:00.320 INFO:teuthology.orchestra.run.vm09.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:33:00.320 INFO:teuthology.orchestra.run.vm09.stdout:Total 2.9 MB/s | 2.3 MB 00:00 2026-03-06T13:33:00.347 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:33:00.361 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-06T13:33:00.375 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-06T13:33:00.383 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:33:00.389 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:33:00.395 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:33:00.397 INFO:teuthology.orchestra.run.vm07.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:33:00.399 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:33:00.399 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:33:00.447 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:33:00.450 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:33:00.450 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:33:00.452 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:33:00.596 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:33:00.597 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:33:00.603 INFO:teuthology.orchestra.run.vm07.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:33:00.608 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-06T13:33:00.619 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-06T13:33:00.626 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:33:00.634 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:33:00.635 INFO:teuthology.orchestra.run.vm09.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:33:00.782 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:33:00.786 INFO:teuthology.orchestra.run.vm09.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:33:00.828 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:33:00.828 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-06T13:33:00.828 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:01.050 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:33:01.050 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-06T13:33:01.050 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:01.095 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:33:01.096 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-06T13:33:01.096 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:01.378 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-06T13:33:01.378 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-06T13:33:01.378 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:33:01.378 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:33:01.378 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:01.476 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:33:01.523 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-06T13:33:01.523 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-06T13:33:01.523 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:33:01.523 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:33:01.523 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-06T13:33:01.565 DEBUG:teuthology.parallel:result is None 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout:Installed: 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:01.605 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:33:01.623 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-06T13:33:01.623 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-06T13:33:01.624 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:33:01.624 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:33:01.624 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-06T13:33:01.653 DEBUG:teuthology.parallel:result is None 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout:Installed: 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:01.729 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:33:01.792 DEBUG:teuthology.parallel:result is None 2026-03-06T13:33:01.792 INFO:teuthology.run_tasks:Running task install... 2026-03-06T13:33:01.794 DEBUG:teuthology.task.install:project ceph 2026-03-06T13:33:01.794 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2'}, 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:33:01.794 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}} 2026-03-06T13:33:01.794 INFO:teuthology.task.install:Using flavor: default 2026-03-06T13:33:01.796 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-03-06T13:33:01.796 INFO:teuthology.task.install:extra packages: [] 2026-03-06T13:33:01.796 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': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'tag': None, 'wait_for_package': False, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:33:01.796 DEBUG:teuthology.task.install.rpm:Adding repos: [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}] 2026-03-06T13:33:01.796 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:33:01.796 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/yum.repos.d/ceph-source.repo 2026-03-06T13:33:01.796 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': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'tag': None, 'wait_for_package': False, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:33:01.797 DEBUG:teuthology.task.install.rpm:Adding repos: [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}] 2026-03-06T13:33:01.797 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:33:01.797 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/yum.repos.d/ceph-source.repo 2026-03-06T13:33:01.797 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': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'tag': None, 'wait_for_package': False, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:33:01.797 DEBUG:teuthology.task.install.rpm:Adding repos: [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}] 2026-03-06T13:33:01.797 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:33:01.797 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/yum.repos.d/ceph-source.repo 2026-03-06T13:33:01.824 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:33:01.825 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:33:01.838 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:33:01.838 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:33:01.844 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:33:01.844 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:33:01.890 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:33:01.890 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-06T13:33:01.911 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:33:01.911 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-06T13:33:01.920 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:33:01.921 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-06T13:33:01.958 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, bzip2, perl-Test-Harness, python3-xmltodict, s3cmd on remote rpm x86_64 2026-03-06T13:33:01.958 DEBUG:teuthology.orchestra.run.vm09:> sudo yum clean all 2026-03-06T13:33:01.984 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, bzip2, perl-Test-Harness, python3-xmltodict, s3cmd on remote rpm x86_64 2026-03-06T13:33:01.984 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean all 2026-03-06T13:33:02.005 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, bzip2, perl-Test-Harness, python3-xmltodict, s3cmd on remote rpm x86_64 2026-03-06T13:33:02.005 DEBUG:teuthology.orchestra.run.vm07:> sudo yum clean all 2026-03-06T13:33:02.136 INFO:teuthology.orchestra.run.vm09.stdout:41 files removed 2026-03-06T13:33:02.161 INFO:teuthology.orchestra.run.vm05.stdout:41 files removed 2026-03-06T13:33:02.164 DEBUG:teuthology.orchestra.run.vm09:> sudo yum -y install 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 bzip2 perl-Test-Harness python3-xmltodict s3cmd 2026-03-06T13:33:02.189 DEBUG:teuthology.orchestra.run.vm05:> sudo yum -y install 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 bzip2 perl-Test-Harness python3-xmltodict s3cmd 2026-03-06T13:33:02.250 INFO:teuthology.orchestra.run.vm07.stdout:41 files removed 2026-03-06T13:33:02.273 DEBUG:teuthology.orchestra.run.vm07:> sudo yum -y install 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 bzip2 perl-Test-Harness python3-xmltodict s3cmd 2026-03-06T13:33:02.612 INFO:teuthology.orchestra.run.vm09.stdout:ceph 310 kB/s | 86 kB 00:00 2026-03-06T13:33:02.614 INFO:teuthology.orchestra.run.vm05.stdout:ceph 326 kB/s | 86 kB 00:00 2026-03-06T13:33:02.712 INFO:teuthology.orchestra.run.vm07.stdout:ceph 394 kB/s | 86 kB 00:00 2026-03-06T13:33:02.804 INFO:teuthology.orchestra.run.vm09.stdout:ceph-noarch 71 kB/s | 12 kB 00:00 2026-03-06T13:33:02.809 INFO:teuthology.orchestra.run.vm05.stdout:ceph-noarch 71 kB/s | 12 kB 00:00 2026-03-06T13:33:02.918 INFO:teuthology.orchestra.run.vm07.stdout:ceph-noarch 69 kB/s | 12 kB 00:00 2026-03-06T13:33:02.994 INFO:teuthology.orchestra.run.vm05.stdout:ceph-source 13 kB/s | 2.2 kB 00:00 2026-03-06T13:33:02.997 INFO:teuthology.orchestra.run.vm09.stdout:ceph-source 13 kB/s | 2.2 kB 00:00 2026-03-06T13:33:03.104 INFO:teuthology.orchestra.run.vm07.stdout:ceph-source 13 kB/s | 2.2 kB 00:00 2026-03-06T13:33:03.855 INFO:teuthology.orchestra.run.vm07.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-03-06T13:33:03.978 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - BaseOS 9.2 MB/s | 8.9 MB 00:00 2026-03-06T13:33:04.519 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - BaseOS 5.9 MB/s | 8.9 MB 00:01 2026-03-06T13:33:06.785 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - AppStream 16 MB/s | 27 MB 00:01 2026-03-06T13:33:06.786 INFO:teuthology.orchestra.run.vm07.stdout:CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02 2026-03-06T13:33:07.996 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - AppStream 8.1 MB/s | 27 MB 00:03 2026-03-06T13:33:10.869 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - CRB 5.4 MB/s | 8.0 MB 00:01 2026-03-06T13:33:11.335 INFO:teuthology.orchestra.run.vm07.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 8.0 MB 00:01 2026-03-06T13:33:12.281 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 20 kB 00:00 2026-03-06T13:33:12.293 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 8.0 MB 00:01 2026-03-06T13:33:12.455 INFO:teuthology.orchestra.run.vm07.stdout:CentOS Stream 9 - Extras packages 68 kB/s | 20 kB 00:00 2026-03-06T13:33:12.727 INFO:teuthology.orchestra.run.vm09.stdout:Extra Packages for Enterprise Linux 56 MB/s | 20 MB 00:00 2026-03-06T13:33:12.921 INFO:teuthology.orchestra.run.vm07.stdout:Extra Packages for Enterprise Linux 52 MB/s | 20 MB 00:00 2026-03-06T13:33:13.654 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 20 kB 00:00 2026-03-06T13:33:14.092 INFO:teuthology.orchestra.run.vm05.stdout:Extra Packages for Enterprise Linux 56 MB/s | 20 MB 00:00 2026-03-06T13:33:17.303 INFO:teuthology.orchestra.run.vm09.stdout:lab-extras 52 kB/s | 50 kB 00:00 2026-03-06T13:33:17.388 INFO:teuthology.orchestra.run.vm07.stdout:lab-extras 65 kB/s | 50 kB 00:00 2026-03-06T13:33:18.359 INFO:teuthology.orchestra.run.vm05.stdout:lab-extras 65 kB/s | 50 kB 00:00 2026-03-06T13:33:18.609 INFO:teuthology.orchestra.run.vm09.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:33:18.610 INFO:teuthology.orchestra.run.vm09.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:33:18.641 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout:============================================================================================== 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout:============================================================================================== 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout:Installing: 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 6.5 k 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.5 M 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 145 k 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:33:18.645 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 150 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 3.8 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 7.4 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 49 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 11 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 50 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 299 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 769 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 34 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 998 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 127 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 165 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 322 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 303 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 100 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 85 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.1 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 171 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout:Upgrading: 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.4 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.2 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout:Installing dependencies: 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 22 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 31 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 2.4 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 252 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 4.7 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 17 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 16 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 25 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 163 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-06T13:33:18.646 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 503 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.4 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 45 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 142 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-06T13:33:18.647 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout:Installing weak dependencies: 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 22 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout:============================================================================================== 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout:Install 148 Packages 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout:Upgrade 2 Packages 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout:Total download size: 214 M 2026-03-06T13:33:18.648 INFO:teuthology.orchestra.run.vm09.stdout:Downloading Packages: 2026-03-06T13:33:18.731 INFO:teuthology.orchestra.run.vm07.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:33:18.731 INFO:teuthology.orchestra.run.vm07.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:33:18.764 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout:============================================================================================== 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repository Size 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout:============================================================================================== 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout:Installing: 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 6.5 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.5 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 145 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 150 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 3.8 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 7.4 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 49 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 11 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 50 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 299 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 769 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 34 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 998 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 127 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 165 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 322 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 303 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 100 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 85 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.1 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 171 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout:Upgrading: 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.4 M 2026-03-06T13:33:18.769 INFO:teuthology.orchestra.run.vm07.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.2 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout:Installing dependencies: 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 22 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 31 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 2.4 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 252 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 4.7 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 17 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 16 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 25 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 163 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 503 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.4 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 45 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 142 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-06T13:33:18.770 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout:Installing weak dependencies: 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 22 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout:============================================================================================== 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout:Install 148 Packages 2026-03-06T13:33:18.771 INFO:teuthology.orchestra.run.vm07.stdout:Upgrade 2 Packages 2026-03-06T13:33:18.772 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:18.772 INFO:teuthology.orchestra.run.vm07.stdout:Total download size: 214 M 2026-03-06T13:33:18.772 INFO:teuthology.orchestra.run.vm07.stdout:Downloading Packages: 2026-03-06T13:33:19.650 INFO:teuthology.orchestra.run.vm07.stdout:(1/150): ceph-19.2.3-47.gc24117fd552.el9.clyso. 77 kB/s | 6.5 kB 00:00 2026-03-06T13:33:19.659 INFO:teuthology.orchestra.run.vm05.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:33:19.660 INFO:teuthology.orchestra.run.vm05.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:33:19.690 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:33:19.694 INFO:teuthology.orchestra.run.vm05.stdout:============================================================================================== 2026-03-06T13:33:19.694 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-06T13:33:19.694 INFO:teuthology.orchestra.run.vm05.stdout:============================================================================================== 2026-03-06T13:33:19.694 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-06T13:33:19.694 INFO:teuthology.orchestra.run.vm05.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-06T13:33:19.694 INFO:teuthology.orchestra.run.vm05.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 6.5 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.5 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 145 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 150 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 3.8 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 7.4 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 49 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 11 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 50 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 299 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 769 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 34 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 998 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 127 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 165 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 322 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 303 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 100 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 85 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.1 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 171 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout:Upgrading: 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.4 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.2 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 22 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 31 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 2.4 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 252 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 4.7 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 17 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 16 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 25 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 163 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 503 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.4 M 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-06T13:33:19.695 INFO:teuthology.orchestra.run.vm05.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 45 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 142 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-06T13:33:19.696 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout:Installing weak dependencies: 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 22 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout:============================================================================================== 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout:Install 148 Packages 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout:Upgrade 2 Packages 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 214 M 2026-03-06T13:33:19.697 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-06T13:33:20.329 INFO:teuthology.orchestra.run.vm07.stdout:(2/150): ceph-common-19.2.3-47.gc24117fd552.el9 29 MB/s | 22 MB 00:00 2026-03-06T13:33:20.733 INFO:teuthology.orchestra.run.vm09.stdout:(1/150): ceph-19.2.3-47.gc24117fd552.el9.clyso. 57 kB/s | 6.5 kB 00:00 2026-03-06T13:33:21.032 INFO:teuthology.orchestra.run.vm05.stdout:(1/150): ceph-19.2.3-47.gc24117fd552.el9.clyso. 76 kB/s | 6.5 kB 00:00 2026-03-06T13:33:21.464 INFO:teuthology.orchestra.run.vm09.stdout:(2/150): ceph-common-19.2.3-47.gc24117fd552.el9 26 MB/s | 22 MB 00:00 2026-03-06T13:33:21.502 INFO:teuthology.orchestra.run.vm09.stdout:(3/150): ceph-immutable-object-cache-19.2.3-47. 3.7 MB/s | 145 kB 00:00 2026-03-06T13:33:21.514 INFO:teuthology.orchestra.run.vm05.stdout:(2/150): ceph-base-19.2.3-47.gc24117fd552.el9.c 9.7 MB/s | 5.5 MB 00:00 2026-03-06T13:33:21.550 INFO:teuthology.orchestra.run.vm05.stdout:(3/150): ceph-immutable-object-cache-19.2.3-47. 4.0 MB/s | 145 kB 00:00 2026-03-06T13:33:22.825 INFO:teuthology.orchestra.run.vm07.stdout:(3/150): ceph-immutable-object-cache-19.2.3-47. 58 kB/s | 145 kB 00:02 2026-03-06T13:33:22.950 INFO:teuthology.orchestra.run.vm09.stdout:(4/150): ceph-fuse-19.2.3-47.gc24117fd552.el9.c 531 kB/s | 1.1 MB 00:02 2026-03-06T13:33:23.044 INFO:teuthology.orchestra.run.vm09.stdout:(5/150): ceph-mgr-19.2.3-47.gc24117fd552.el9.cl 11 MB/s | 1.1 MB 00:00 2026-03-06T13:33:23.048 INFO:teuthology.orchestra.run.vm07.stdout:(4/150): ceph-fuse-19.2.3-47.gc24117fd552.el9.c 346 kB/s | 1.1 MB 00:03 2026-03-06T13:33:23.090 INFO:teuthology.orchestra.run.vm05.stdout:(4/150): ceph-fuse-19.2.3-47.gc24117fd552.el9.c 571 kB/s | 1.1 MB 00:02 2026-03-06T13:33:23.133 INFO:teuthology.orchestra.run.vm07.stdout:(5/150): ceph-mds-19.2.3-47.gc24117fd552.el9.cl 7.8 MB/s | 2.4 MB 00:00 2026-03-06T13:33:23.163 INFO:teuthology.orchestra.run.vm09.stdout:(6/150): ceph-mds-19.2.3-47.gc24117fd552.el9.cl 1.5 MB/s | 2.4 MB 00:01 2026-03-06T13:33:23.332 INFO:teuthology.orchestra.run.vm09.stdout:(7/150): ceph-mon-19.2.3-47.gc24117fd552.el9.cl 16 MB/s | 4.7 MB 00:00 2026-03-06T13:33:23.401 INFO:teuthology.orchestra.run.vm05.stdout:(5/150): ceph-mds-19.2.3-47.gc24117fd552.el9.cl 1.3 MB/s | 2.4 MB 00:01 2026-03-06T13:33:23.430 INFO:teuthology.orchestra.run.vm07.stdout:(6/150): ceph-mon-19.2.3-47.gc24117fd552.el9.cl 16 MB/s | 4.7 MB 00:00 2026-03-06T13:33:23.584 INFO:teuthology.orchestra.run.vm07.stdout:(7/150): ceph-mgr-19.2.3-47.gc24117fd552.el9.cl 2.0 MB/s | 1.1 MB 00:00 2026-03-06T13:33:23.671 INFO:teuthology.orchestra.run.vm05.stdout:(6/150): ceph-common-19.2.3-47.gc24117fd552.el9 8.0 MB/s | 22 MB 00:02 2026-03-06T13:33:23.720 INFO:teuthology.orchestra.run.vm09.stdout:(8/150): ceph-base-19.2.3-47.gc24117fd552.el9.c 1.8 MB/s | 5.5 MB 00:03 2026-03-06T13:33:23.777 INFO:teuthology.orchestra.run.vm09.stdout:(9/150): ceph-selinux-19.2.3-47.gc24117fd552.el 441 kB/s | 25 kB 00:00 2026-03-06T13:33:23.852 INFO:teuthology.orchestra.run.vm07.stdout:(8/150): ceph-base-19.2.3-47.gc24117fd552.el9.c 1.3 MB/s | 5.5 MB 00:04 2026-03-06T13:33:23.862 INFO:teuthology.orchestra.run.vm05.stdout:(7/150): ceph-mon-19.2.3-47.gc24117fd552.el9.cl 10 MB/s | 4.7 MB 00:00 2026-03-06T13:33:23.891 INFO:teuthology.orchestra.run.vm07.stdout:(9/150): ceph-selinux-19.2.3-47.gc24117fd552.el 658 kB/s | 25 kB 00:00 2026-03-06T13:33:23.931 INFO:teuthology.orchestra.run.vm05.stdout:(8/150): ceph-mgr-19.2.3-47.gc24117fd552.el9.cl 1.3 MB/s | 1.1 MB 00:00 2026-03-06T13:33:23.982 INFO:teuthology.orchestra.run.vm05.stdout:(9/150): ceph-selinux-19.2.3-47.gc24117fd552.el 489 kB/s | 25 kB 00:00 2026-03-06T13:33:24.342 INFO:teuthology.orchestra.run.vm07.stdout:(10/150): ceph-radosgw-19.2.3-47.gc24117fd552.e 14 MB/s | 11 MB 00:00 2026-03-06T13:33:24.411 INFO:teuthology.orchestra.run.vm09.stdout:(10/150): ceph-radosgw-19.2.3-47.gc24117fd552.e 10 MB/s | 11 MB 00:01 2026-03-06T13:33:24.411 INFO:teuthology.orchestra.run.vm07.stdout:(11/150): libcephfs-devel-19.2.3-47.gc24117fd55 487 kB/s | 34 kB 00:00 2026-03-06T13:33:24.478 INFO:teuthology.orchestra.run.vm07.stdout:(12/150): ceph-osd-19.2.3-47.gc24117fd552.el9.c 16 MB/s | 17 MB 00:01 2026-03-06T13:33:24.478 INFO:teuthology.orchestra.run.vm09.stdout:(11/150): libcephfs-devel-19.2.3-47.gc24117fd55 506 kB/s | 34 kB 00:00 2026-03-06T13:33:24.579 INFO:teuthology.orchestra.run.vm07.stdout:(13/150): libcephfs2-19.2.3-47.gc24117fd552.el9 5.8 MB/s | 998 kB 00:00 2026-03-06T13:33:24.627 INFO:teuthology.orchestra.run.vm07.stdout:(14/150): libcephsqlite-19.2.3-47.gc24117fd552. 1.1 MB/s | 163 kB 00:00 2026-03-06T13:33:24.672 INFO:teuthology.orchestra.run.vm07.stdout:(15/150): librados-devel-19.2.3-47.gc24117fd552 1.3 MB/s | 127 kB 00:00 2026-03-06T13:33:24.736 INFO:teuthology.orchestra.run.vm09.stdout:(12/150): libcephfs2-19.2.3-47.gc24117fd552.el9 3.8 MB/s | 998 kB 00:00 2026-03-06T13:33:24.744 INFO:teuthology.orchestra.run.vm07.stdout:(16/150): libradosstriper1-19.2.3-47.gc24117fd5 4.2 MB/s | 503 kB 00:00 2026-03-06T13:33:24.803 INFO:teuthology.orchestra.run.vm09.stdout:(13/150): libcephsqlite-19.2.3-47.gc24117fd552. 2.4 MB/s | 163 kB 00:00 2026-03-06T13:33:24.872 INFO:teuthology.orchestra.run.vm09.stdout:(14/150): librados-devel-19.2.3-47.gc24117fd552 1.8 MB/s | 127 kB 00:00 2026-03-06T13:33:24.935 INFO:teuthology.orchestra.run.vm07.stdout:(17/150): python3-ceph-argparse-19.2.3-47.gc241 236 kB/s | 45 kB 00:00 2026-03-06T13:33:24.948 INFO:teuthology.orchestra.run.vm09.stdout:(15/150): libradosstriper1-19.2.3-47.gc24117fd5 6.5 MB/s | 503 kB 00:00 2026-03-06T13:33:25.028 INFO:teuthology.orchestra.run.vm07.stdout:(18/150): python3-ceph-common-19.2.3-47.gc24117 1.5 MB/s | 142 kB 00:00 2026-03-06T13:33:25.103 INFO:teuthology.orchestra.run.vm07.stdout:(19/150): python3-cephfs-19.2.3-47.gc24117fd552 2.2 MB/s | 165 kB 00:00 2026-03-06T13:33:25.222 INFO:teuthology.orchestra.run.vm07.stdout:(20/150): python3-rados-19.2.3-47.gc24117fd552. 2.6 MB/s | 322 kB 00:00 2026-03-06T13:33:25.353 INFO:teuthology.orchestra.run.vm05.stdout:(10/150): ceph-radosgw-19.2.3-47.gc24117fd552.e 7.2 MB/s | 11 MB 00:01 2026-03-06T13:33:25.366 INFO:teuthology.orchestra.run.vm07.stdout:(21/150): librgw2-19.2.3-47.gc24117fd552.el9.cl 7.8 MB/s | 5.4 MB 00:00 2026-03-06T13:33:25.403 INFO:teuthology.orchestra.run.vm05.stdout:(11/150): libcephfs-devel-19.2.3-47.gc24117fd55 672 kB/s | 34 kB 00:00 2026-03-06T13:33:25.411 INFO:teuthology.orchestra.run.vm07.stdout:(22/150): python3-rbd-19.2.3-47.gc24117fd552.el 1.6 MB/s | 303 kB 00:00 2026-03-06T13:33:25.501 INFO:teuthology.orchestra.run.vm07.stdout:(23/150): rbd-fuse-19.2.3-47.gc24117fd552.el9.c 947 kB/s | 85 kB 00:00 2026-03-06T13:33:25.649 INFO:teuthology.orchestra.run.vm07.stdout:(24/150): python3-rgw-19.2.3-47.gc24117fd552.el 354 kB/s | 100 kB 00:00 2026-03-06T13:33:25.700 INFO:teuthology.orchestra.run.vm07.stdout:(25/150): rbd-nbd-19.2.3-47.gc24117fd552.el9.cl 3.3 MB/s | 171 kB 00:00 2026-03-06T13:33:25.712 INFO:teuthology.orchestra.run.vm05.stdout:(12/150): libcephfs2-19.2.3-47.gc24117fd552.el9 3.2 MB/s | 998 kB 00:00 2026-03-06T13:33:25.758 INFO:teuthology.orchestra.run.vm07.stdout:(26/150): ceph-grafana-dashboards-19.2.3-47.gc2 532 kB/s | 31 kB 00:00 2026-03-06T13:33:25.852 INFO:teuthology.orchestra.run.vm05.stdout:(13/150): libcephsqlite-19.2.3-47.gc24117fd552. 1.1 MB/s | 163 kB 00:00 2026-03-06T13:33:25.853 INFO:teuthology.orchestra.run.vm07.stdout:(27/150): ceph-mgr-cephadm-19.2.3-47.gc24117fd5 1.6 MB/s | 150 kB 00:00 2026-03-06T13:33:25.853 INFO:teuthology.orchestra.run.vm09.stdout:(16/150): librgw2-19.2.3-47.gc24117fd552.el9.cl 6.0 MB/s | 5.4 MB 00:00 2026-03-06T13:33:25.892 INFO:teuthology.orchestra.run.vm09.stdout:(17/150): python3-ceph-argparse-19.2.3-47.gc241 1.1 MB/s | 45 kB 00:00 2026-03-06T13:33:25.925 INFO:teuthology.orchestra.run.vm05.stdout:(14/150): librados-devel-19.2.3-47.gc24117fd552 1.7 MB/s | 127 kB 00:00 2026-03-06T13:33:25.942 INFO:teuthology.orchestra.run.vm09.stdout:(18/150): python3-ceph-common-19.2.3-47.gc24117 2.8 MB/s | 142 kB 00:00 2026-03-06T13:33:25.995 INFO:teuthology.orchestra.run.vm09.stdout:(19/150): python3-cephfs-19.2.3-47.gc24117fd552 3.0 MB/s | 165 kB 00:00 2026-03-06T13:33:26.058 INFO:teuthology.orchestra.run.vm05.stdout:(15/150): libradosstriper1-19.2.3-47.gc24117fd5 3.7 MB/s | 503 kB 00:00 2026-03-06T13:33:26.071 INFO:teuthology.orchestra.run.vm09.stdout:(20/150): python3-rados-19.2.3-47.gc24117fd552. 4.2 MB/s | 322 kB 00:00 2026-03-06T13:33:26.145 INFO:teuthology.orchestra.run.vm09.stdout:(21/150): python3-rbd-19.2.3-47.gc24117fd552.el 4.0 MB/s | 303 kB 00:00 2026-03-06T13:33:26.191 INFO:teuthology.orchestra.run.vm09.stdout:(22/150): python3-rgw-19.2.3-47.gc24117fd552.el 2.2 MB/s | 100 kB 00:00 2026-03-06T13:33:26.251 INFO:teuthology.orchestra.run.vm09.stdout:(23/150): ceph-osd-19.2.3-47.gc24117fd552.el9.c 5.5 MB/s | 17 MB 00:03 2026-03-06T13:33:26.253 INFO:teuthology.orchestra.run.vm09.stdout:(24/150): rbd-fuse-19.2.3-47.gc24117fd552.el9.c 1.3 MB/s | 85 kB 00:00 2026-03-06T13:33:26.300 INFO:teuthology.orchestra.run.vm09.stdout:(25/150): rbd-nbd-19.2.3-47.gc24117fd552.el9.cl 3.5 MB/s | 171 kB 00:00 2026-03-06T13:33:26.359 INFO:teuthology.orchestra.run.vm09.stdout:(26/150): ceph-grafana-dashboards-19.2.3-47.gc2 537 kB/s | 31 kB 00:00 2026-03-06T13:33:26.430 INFO:teuthology.orchestra.run.vm09.stdout:(27/150): ceph-mgr-cephadm-19.2.3-47.gc24117fd5 2.1 MB/s | 150 kB 00:00 2026-03-06T13:33:26.505 INFO:teuthology.orchestra.run.vm07.stdout:(28/150): ceph-mgr-dashboard-19.2.3-47.gc24117f 5.8 MB/s | 3.8 MB 00:00 2026-03-06T13:33:26.549 INFO:teuthology.orchestra.run.vm07.stdout:(29/150): rbd-mirror-19.2.3-47.gc24117fd552.el9 3.0 MB/s | 3.1 MB 00:01 2026-03-06T13:33:26.593 INFO:teuthology.orchestra.run.vm09.stdout:(28/150): rbd-mirror-19.2.3-47.gc24117fd552.el9 9.1 MB/s | 3.1 MB 00:00 2026-03-06T13:33:26.629 INFO:teuthology.orchestra.run.vm07.stdout:(30/150): ceph-mgr-k8sevents-19.2.3-47.gc24117f 278 kB/s | 22 kB 00:00 2026-03-06T13:33:26.701 INFO:teuthology.orchestra.run.vm07.stdout:(31/150): ceph-mgr-modules-core-19.2.3-47.gc241 3.4 MB/s | 252 kB 00:00 2026-03-06T13:33:26.701 INFO:teuthology.orchestra.run.vm05.stdout:(16/150): ceph-osd-19.2.3-47.gc24117fd552.el9.c 5.6 MB/s | 17 MB 00:03 2026-03-06T13:33:26.713 INFO:teuthology.orchestra.run.vm09.stdout:(29/150): ceph-mgr-dashboard-19.2.3-47.gc24117f 13 MB/s | 3.8 MB 00:00 2026-03-06T13:33:26.733 INFO:teuthology.orchestra.run.vm07.stdout:(32/150): ceph-mgr-rook-19.2.3-47.gc24117fd552. 1.5 MB/s | 49 kB 00:00 2026-03-06T13:33:26.777 INFO:teuthology.orchestra.run.vm05.stdout:(17/150): python3-ceph-argparse-19.2.3-47.gc241 596 kB/s | 45 kB 00:00 2026-03-06T13:33:26.785 INFO:teuthology.orchestra.run.vm09.stdout:(30/150): ceph-mgr-k8sevents-19.2.3-47.gc24117f 307 kB/s | 22 kB 00:00 2026-03-06T13:33:26.882 INFO:teuthology.orchestra.run.vm07.stdout:(33/150): ceph-test-19.2.3-47.gc24117fd552.el9. 17 MB/s | 50 MB 00:02 2026-03-06T13:33:26.882 INFO:teuthology.orchestra.run.vm05.stdout:(18/150): python3-ceph-common-19.2.3-47.gc24117 1.3 MB/s | 142 kB 00:00 2026-03-06T13:33:26.882 INFO:teuthology.orchestra.run.vm07.stdout:(34/150): ceph-prometheus-alerts-19.2.3-47.gc24 110 kB/s | 16 kB 00:00 2026-03-06T13:33:26.911 INFO:teuthology.orchestra.run.vm09.stdout:(31/150): ceph-mgr-modules-core-19.2.3-47.gc241 2.0 MB/s | 252 kB 00:00 2026-03-06T13:33:26.923 INFO:teuthology.orchestra.run.vm05.stdout:(19/150): python3-cephfs-19.2.3-47.gc24117fd552 3.9 MB/s | 165 kB 00:00 2026-03-06T13:33:26.944 INFO:teuthology.orchestra.run.vm09.stdout:(32/150): ceph-mgr-rook-19.2.3-47.gc24117fd552. 1.4 MB/s | 49 kB 00:00 2026-03-06T13:33:26.978 INFO:teuthology.orchestra.run.vm07.stdout:(35/150): ceph-volume-19.2.3-47.gc24117fd552.el 3.0 MB/s | 299 kB 00:00 2026-03-06T13:33:27.000 INFO:teuthology.orchestra.run.vm05.stdout:(20/150): python3-rados-19.2.3-47.gc24117fd552. 4.1 MB/s | 322 kB 00:00 2026-03-06T13:33:27.048 INFO:teuthology.orchestra.run.vm09.stdout:(33/150): ceph-prometheus-alerts-19.2.3-47.gc24 159 kB/s | 16 kB 00:00 2026-03-06T13:33:27.055 INFO:teuthology.orchestra.run.vm07.stdout:(36/150): cephadm-19.2.3-47.gc24117fd552.el9.cl 4.4 MB/s | 769 kB 00:00 2026-03-06T13:33:27.072 INFO:teuthology.orchestra.run.vm05.stdout:(21/150): python3-rbd-19.2.3-47.gc24117fd552.el 4.1 MB/s | 303 kB 00:00 2026-03-06T13:33:27.082 INFO:teuthology.orchestra.run.vm07.stdout:(37/150): bzip2-1.0.8-11.el9.x86_64.rpm 526 kB/s | 55 kB 00:00 2026-03-06T13:33:27.091 INFO:teuthology.orchestra.run.vm09.stdout:(34/150): ceph-volume-19.2.3-47.gc24117fd552.el 6.9 MB/s | 299 kB 00:00 2026-03-06T13:33:27.151 INFO:teuthology.orchestra.run.vm05.stdout:(22/150): python3-rgw-19.2.3-47.gc24117fd552.el 1.2 MB/s | 100 kB 00:00 2026-03-06T13:33:27.231 INFO:teuthology.orchestra.run.vm07.stdout:(38/150): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.0 MB/s | 351 kB 00:00 2026-03-06T13:33:27.264 INFO:teuthology.orchestra.run.vm05.stdout:(23/150): librgw2-19.2.3-47.gc24117fd552.el9.cl 4.5 MB/s | 5.4 MB 00:01 2026-03-06T13:33:27.287 INFO:teuthology.orchestra.run.vm07.stdout:(39/150): fuse-2.9.9-17.el9.x86_64.rpm 391 kB/s | 80 kB 00:00 2026-03-06T13:33:27.344 INFO:teuthology.orchestra.run.vm05.stdout:(24/150): rbd-fuse-19.2.3-47.gc24117fd552.el9.c 442 kB/s | 85 kB 00:00 2026-03-06T13:33:27.354 INFO:teuthology.orchestra.run.vm07.stdout:(40/150): ledmon-libs-1.1.0-3.el9.x86_64.rpm 328 kB/s | 40 kB 00:00 2026-03-06T13:33:27.361 INFO:teuthology.orchestra.run.vm07.stdout:(41/150): libconfig-1.7.2-9.el9.x86_64.rpm 970 kB/s | 72 kB 00:00 2026-03-06T13:33:27.380 INFO:teuthology.orchestra.run.vm05.stdout:(25/150): rbd-nbd-19.2.3-47.gc24117fd552.el9.cl 4.6 MB/s | 171 kB 00:00 2026-03-06T13:33:27.411 INFO:teuthology.orchestra.run.vm07.stdout:(42/150): libquadmath-11.5.0-14.el9.x86_64.rpm 3.7 MB/s | 184 kB 00:00 2026-03-06T13:33:27.436 INFO:teuthology.orchestra.run.vm09.stdout:(35/150): cephadm-19.2.3-47.gc24117fd552.el9.cl 2.2 MB/s | 769 kB 00:00 2026-03-06T13:33:27.440 INFO:teuthology.orchestra.run.vm07.stdout:(43/150): mailcap-2.1.49-5.el9.noarch.rpm 1.1 MB/s | 33 kB 00:00 2026-03-06T13:33:27.468 INFO:teuthology.orchestra.run.vm05.stdout:(26/150): ceph-grafana-dashboards-19.2.3-47.gc2 355 kB/s | 31 kB 00:00 2026-03-06T13:33:27.473 INFO:teuthology.orchestra.run.vm07.stdout:(44/150): pciutils-3.7.0-7.el9.x86_64.rpm 2.7 MB/s | 93 kB 00:00 2026-03-06T13:33:27.493 INFO:teuthology.orchestra.run.vm09.stdout:(36/150): ceph-mgr-diskprediction-local-19.2.3- 8.2 MB/s | 7.4 MB 00:00 2026-03-06T13:33:27.504 INFO:teuthology.orchestra.run.vm05.stdout:(27/150): ceph-mgr-cephadm-19.2.3-47.gc24117fd5 4.1 MB/s | 150 kB 00:00 2026-03-06T13:33:27.531 INFO:teuthology.orchestra.run.vm07.stdout:(45/150): ceph-mgr-diskprediction-local-19.2.3- 7.2 MB/s | 7.4 MB 00:01 2026-03-06T13:33:27.612 INFO:teuthology.orchestra.run.vm07.stdout:(46/150): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.8 MB/s | 253 kB 00:00 2026-03-06T13:33:27.646 INFO:teuthology.orchestra.run.vm07.stdout:(47/150): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 106 kB 00:00 2026-03-06T13:33:27.746 INFO:teuthology.orchestra.run.vm07.stdout:(48/150): python3-pycparser-2.20-6.el9.noarch.r 1.3 MB/s | 135 kB 00:00 2026-03-06T13:33:27.782 INFO:teuthology.orchestra.run.vm07.stdout:(49/150): python3-requests-2.25.1-10.el9.noarch 3.4 MB/s | 126 kB 00:00 2026-03-06T13:33:27.798 INFO:teuthology.orchestra.run.vm07.stdout:(50/150): python3-cryptography-36.0.1-5.el9.x86 4.7 MB/s | 1.2 MB 00:00 2026-03-06T13:33:27.853 INFO:teuthology.orchestra.run.vm07.stdout:(51/150): python3-urllib3-1.26.5-7.el9.noarch.r 3.0 MB/s | 218 kB 00:00 2026-03-06T13:33:27.870 INFO:teuthology.orchestra.run.vm07.stdout:(52/150): libgfortran-11.5.0-14.el9.x86_64.rpm 1.5 MB/s | 794 kB 00:00 2026-03-06T13:33:27.871 INFO:teuthology.orchestra.run.vm09.stdout:(37/150): ceph-test-19.2.3-47.gc24117fd552.el9. 12 MB/s | 50 MB 00:04 2026-03-06T13:33:27.892 INFO:teuthology.orchestra.run.vm07.stdout:(53/150): unzip-6.0-59.el9.x86_64.rpm 4.7 MB/s | 182 kB 00:00 2026-03-06T13:33:27.980 INFO:teuthology.orchestra.run.vm05.stdout:(28/150): ceph-mgr-dashboard-19.2.3-47.gc24117f 8.0 MB/s | 3.8 MB 00:00 2026-03-06T13:33:27.996 INFO:teuthology.orchestra.run.vm07.stdout:(54/150): boost-program-options-1.75.0-13.el9.x 1.0 MB/s | 104 kB 00:00 2026-03-06T13:33:28.029 INFO:teuthology.orchestra.run.vm07.stdout:(55/150): flexiblas-3.0.4-9.el9.x86_64.rpm 905 kB/s | 30 kB 00:00 2026-03-06T13:33:28.057 INFO:teuthology.orchestra.run.vm07.stdout:(56/150): smartmontools-7.2-10.el9.x86_64.rpm 2.1 MB/s | 556 kB 00:00 2026-03-06T13:33:28.127 INFO:teuthology.orchestra.run.vm07.stdout:(57/150): flexiblas-openblas-openmp-3.0.4-9.el9 213 kB/s | 15 kB 00:00 2026-03-06T13:33:28.213 INFO:teuthology.orchestra.run.vm07.stdout:(58/150): libnbd-1.20.3-4.el9.x86_64.rpm 1.9 MB/s | 164 kB 00:00 2026-03-06T13:33:28.276 INFO:teuthology.orchestra.run.vm05.stdout:(29/150): ceph-test-19.2.3-47.gc24117fd552.el9. 12 MB/s | 50 MB 00:04 2026-03-06T13:33:28.285 INFO:teuthology.orchestra.run.vm07.stdout:(59/150): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.2 MB/s | 160 kB 00:00 2026-03-06T13:33:28.290 INFO:teuthology.orchestra.run.vm05.stdout:(30/150): rbd-mirror-19.2.3-47.gc24117fd552.el9 3.0 MB/s | 3.1 MB 00:01 2026-03-06T13:33:28.322 INFO:teuthology.orchestra.run.vm07.stdout:(60/150): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.2 MB/s | 45 kB 00:00 2026-03-06T13:33:28.347 INFO:teuthology.orchestra.run.vm05.stdout:(31/150): ceph-mgr-k8sevents-19.2.3-47.gc24117f 313 kB/s | 22 kB 00:00 2026-03-06T13:33:28.365 INFO:teuthology.orchestra.run.vm05.stdout:(32/150): ceph-mgr-modules-core-19.2.3-47.gc241 3.3 MB/s | 252 kB 00:00 2026-03-06T13:33:28.378 INFO:teuthology.orchestra.run.vm05.stdout:(33/150): ceph-mgr-rook-19.2.3-47.gc24117fd552. 1.6 MB/s | 49 kB 00:00 2026-03-06T13:33:28.396 INFO:teuthology.orchestra.run.vm05.stdout:(34/150): ceph-prometheus-alerts-19.2.3-47.gc24 531 kB/s | 16 kB 00:00 2026-03-06T13:33:28.402 INFO:teuthology.orchestra.run.vm07.stdout:(61/150): flexiblas-netlib-3.0.4-9.el9.x86_64.r 8.0 MB/s | 3.0 MB 00:00 2026-03-06T13:33:28.418 INFO:teuthology.orchestra.run.vm05.stdout:(35/150): ceph-volume-19.2.3-47.gc24117fd552.el 7.3 MB/s | 299 kB 00:00 2026-03-06T13:33:28.441 INFO:teuthology.orchestra.run.vm07.stdout:(62/150): libstoragemgmt-1.10.1-1.el9.x86_64.rp 6.2 MB/s | 246 kB 00:00 2026-03-06T13:33:28.444 INFO:teuthology.orchestra.run.vm07.stdout:(63/150): librdkafka-1.6.1-102.el9.x86_64.rpm 5.3 MB/s | 662 kB 00:00 2026-03-06T13:33:28.462 INFO:teuthology.orchestra.run.vm07.stdout:(64/150): libxslt-1.1.34-12.el9.x86_64.rpm 11 MB/s | 233 kB 00:00 2026-03-06T13:33:28.482 INFO:teuthology.orchestra.run.vm07.stdout:(65/150): lua-5.4.4-4.el9.x86_64.rpm 9.4 MB/s | 188 kB 00:00 2026-03-06T13:33:28.483 INFO:teuthology.orchestra.run.vm07.stdout:(66/150): zip-3.0-35.el9.x86_64.rpm 434 kB/s | 266 kB 00:00 2026-03-06T13:33:28.510 INFO:teuthology.orchestra.run.vm07.stdout:(67/150): openblas-0.3.29-1.el9.x86_64.rpm 1.5 MB/s | 42 kB 00:00 2026-03-06T13:33:28.531 INFO:teuthology.orchestra.run.vm07.stdout:(68/150): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 292 kB 00:00 2026-03-06T13:33:28.556 INFO:teuthology.orchestra.run.vm05.stdout:(36/150): cephadm-19.2.3-47.gc24117fd552.el9.cl 4.7 MB/s | 769 kB 00:00 2026-03-06T13:33:28.563 INFO:teuthology.orchestra.run.vm07.stdout:(69/150): perl-Benchmark-1.23-483.el9.noarch.rp 504 kB/s | 26 kB 00:00 2026-03-06T13:33:28.611 INFO:teuthology.orchestra.run.vm07.stdout:(70/150): perl-Test-Harness-3.42-461.el9.noarch 3.6 MB/s | 295 kB 00:00 2026-03-06T13:33:28.629 INFO:teuthology.orchestra.run.vm05.stdout:(37/150): bzip2-1.0.8-11.el9.x86_64.rpm 261 kB/s | 55 kB 00:00 2026-03-06T13:33:28.657 INFO:teuthology.orchestra.run.vm07.stdout:(71/150): protobuf-3.14.0-17.el9.x86_64.rpm 11 MB/s | 1.0 MB 00:00 2026-03-06T13:33:28.731 INFO:teuthology.orchestra.run.vm07.stdout:(72/150): python3-devel-3.9.25-3.el9.x86_64.rpm 3.2 MB/s | 244 kB 00:00 2026-03-06T13:33:28.734 INFO:teuthology.orchestra.run.vm05.stdout:(38/150): fuse-2.9.9-17.el9.x86_64.rpm 761 kB/s | 80 kB 00:00 2026-03-06T13:33:28.776 INFO:teuthology.orchestra.run.vm09.stdout:(38/150): fuse-2.9.9-17.el9.x86_64.rpm 88 kB/s | 80 kB 00:00 2026-03-06T13:33:28.776 INFO:teuthology.orchestra.run.vm05.stdout:(39/150): ceph-mgr-diskprediction-local-19.2.3- 9.3 MB/s | 7.4 MB 00:00 2026-03-06T13:33:28.776 INFO:teuthology.orchestra.run.vm09.stdout:(39/150): bzip2-1.0.8-11.el9.x86_64.rpm 41 kB/s | 55 kB 00:01 2026-03-06T13:33:28.792 INFO:teuthology.orchestra.run.vm05.stdout:(40/150): ledmon-libs-1.1.0-3.el9.x86_64.rpm 702 kB/s | 40 kB 00:00 2026-03-06T13:33:28.806 INFO:teuthology.orchestra.run.vm09.stdout:(40/150): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.3 MB/s | 40 kB 00:00 2026-03-06T13:33:28.806 INFO:teuthology.orchestra.run.vm09.stdout:(41/150): libconfig-1.7.2-9.el9.x86_64.rpm 2.3 MB/s | 72 kB 00:00 2026-03-06T13:33:28.808 INFO:teuthology.orchestra.run.vm07.stdout:(73/150): python3-jinja2-2.11.3-8.el9.noarch.rp 3.1 MB/s | 249 kB 00:00 2026-03-06T13:33:28.834 INFO:teuthology.orchestra.run.vm09.stdout:(42/150): cryptsetup-2.8.1-3.el9.x86_64.rpm 262 kB/s | 351 kB 00:01 2026-03-06T13:33:28.865 INFO:teuthology.orchestra.run.vm09.stdout:(43/150): mailcap-2.1.49-5.el9.noarch.rpm 1.1 MB/s | 33 kB 00:00 2026-03-06T13:33:28.874 INFO:teuthology.orchestra.run.vm07.stdout:(74/150): python3-libstoragemgmt-1.10.1-1.el9.x 2.6 MB/s | 177 kB 00:00 2026-03-06T13:33:28.896 INFO:teuthology.orchestra.run.vm09.stdout:(44/150): pciutils-3.7.0-7.el9.x86_64.rpm 2.9 MB/s | 93 kB 00:00 2026-03-06T13:33:28.906 INFO:teuthology.orchestra.run.vm05.stdout:(41/150): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.0 MB/s | 351 kB 00:00 2026-03-06T13:33:28.928 INFO:teuthology.orchestra.run.vm09.stdout:(45/150): python3-cffi-1.14.5-5.el9.x86_64.rpm 7.8 MB/s | 253 kB 00:00 2026-03-06T13:33:28.971 INFO:teuthology.orchestra.run.vm05.stdout:(42/150): libgfortran-11.5.0-14.el9.x86_64.rpm 4.3 MB/s | 794 kB 00:00 2026-03-06T13:33:28.973 INFO:teuthology.orchestra.run.vm05.stdout:(43/150): libquadmath-11.5.0-14.el9.x86_64.rpm 2.7 MB/s | 184 kB 00:00 2026-03-06T13:33:28.996 INFO:teuthology.orchestra.run.vm09.stdout:(46/150): python3-cryptography-36.0.1-5.el9.x86 18 MB/s | 1.2 MB 00:00 2026-03-06T13:33:29.004 INFO:teuthology.orchestra.run.vm05.stdout:(44/150): libconfig-1.7.2-9.el9.x86_64.rpm 316 kB/s | 72 kB 00:00 2026-03-06T13:33:29.021 INFO:teuthology.orchestra.run.vm07.stdout:(75/150): python3-lxml-4.6.5-3.el9.x86_64.rpm 8.3 MB/s | 1.2 MB 00:00 2026-03-06T13:33:29.023 INFO:teuthology.orchestra.run.vm05.stdout:(45/150): mailcap-2.1.49-5.el9.noarch.rpm 637 kB/s | 33 kB 00:00 2026-03-06T13:33:29.027 INFO:teuthology.orchestra.run.vm09.stdout:(47/150): python3-ply-3.11-14.el9.noarch.rpm 3.4 MB/s | 106 kB 00:00 2026-03-06T13:33:29.034 INFO:teuthology.orchestra.run.vm05.stdout:(46/150): pciutils-3.7.0-7.el9.x86_64.rpm 1.5 MB/s | 93 kB 00:00 2026-03-06T13:33:29.058 INFO:teuthology.orchestra.run.vm09.stdout:(48/150): python3-pycparser-2.20-6.el9.noarch.r 4.3 MB/s | 135 kB 00:00 2026-03-06T13:33:29.071 INFO:teuthology.orchestra.run.vm09.stdout:(49/150): libquadmath-11.5.0-14.el9.x86_64.rpm 700 kB/s | 184 kB 00:00 2026-03-06T13:33:29.081 INFO:teuthology.orchestra.run.vm07.stdout:(76/150): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 172 kB 00:00 2026-03-06T13:33:29.089 INFO:teuthology.orchestra.run.vm09.stdout:(50/150): python3-requests-2.25.1-10.el9.noarch 4.0 MB/s | 126 kB 00:00 2026-03-06T13:33:29.096 INFO:teuthology.orchestra.run.vm05.stdout:(47/150): python3-ply-3.11-14.el9.noarch.rpm 1.7 MB/s | 106 kB 00:00 2026-03-06T13:33:29.107 INFO:teuthology.orchestra.run.vm07.stdout:(77/150): openblas-openmp-0.3.29-1.el9.x86_64.r 8.5 MB/s | 5.3 MB 00:00 2026-03-06T13:33:29.107 INFO:teuthology.orchestra.run.vm09.stdout:(51/150): python3-urllib3-1.26.5-7.el9.noarch.r 5.8 MB/s | 218 kB 00:00 2026-03-06T13:33:29.116 INFO:teuthology.orchestra.run.vm07.stdout:(78/150): python3-markupsafe-1.1.1-12.el9.x86_6 990 kB/s | 35 kB 00:00 2026-03-06T13:33:29.125 INFO:teuthology.orchestra.run.vm09.stdout:(52/150): smartmontools-7.2-10.el9.x86_64.rpm 15 MB/s | 556 kB 00:00 2026-03-06T13:33:29.128 INFO:teuthology.orchestra.run.vm09.stdout:(53/150): libgfortran-11.5.0-14.el9.x86_64.rpm 2.4 MB/s | 794 kB 00:00 2026-03-06T13:33:29.136 INFO:teuthology.orchestra.run.vm05.stdout:(48/150): python3-cryptography-36.0.1-5.el9.x86 11 MB/s | 1.2 MB 00:00 2026-03-06T13:33:29.139 INFO:teuthology.orchestra.run.vm09.stdout:(54/150): unzip-6.0-59.el9.x86_64.rpm 5.7 MB/s | 182 kB 00:00 2026-03-06T13:33:29.143 INFO:teuthology.orchestra.run.vm05.stdout:(49/150): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.8 MB/s | 253 kB 00:00 2026-03-06T13:33:29.158 INFO:teuthology.orchestra.run.vm09.stdout:(55/150): zip-3.0-35.el9.x86_64.rpm 8.0 MB/s | 266 kB 00:00 2026-03-06T13:33:29.159 INFO:teuthology.orchestra.run.vm05.stdout:(50/150): python3-pycparser-2.20-6.el9.noarch.r 2.1 MB/s | 135 kB 00:00 2026-03-06T13:33:29.189 INFO:teuthology.orchestra.run.vm05.stdout:(51/150): python3-requests-2.25.1-10.el9.noarch 2.4 MB/s | 126 kB 00:00 2026-03-06T13:33:29.213 INFO:teuthology.orchestra.run.vm05.stdout:(52/150): python3-urllib3-1.26.5-7.el9.noarch.r 3.0 MB/s | 218 kB 00:00 2026-03-06T13:33:29.243 INFO:teuthology.orchestra.run.vm05.stdout:(53/150): unzip-6.0-59.el9.x86_64.rpm 3.3 MB/s | 182 kB 00:00 2026-03-06T13:33:29.247 INFO:teuthology.orchestra.run.vm09.stdout:(56/150): flexiblas-3.0.4-9.el9.x86_64.rpm 275 kB/s | 30 kB 00:00 2026-03-06T13:33:29.259 INFO:teuthology.orchestra.run.vm07.stdout:(79/150): python3-babel-2.9.1-2.el9.noarch.rpm 9.2 MB/s | 6.0 MB 00:00 2026-03-06T13:33:29.281 INFO:teuthology.orchestra.run.vm07.stdout:(80/150): python3-numpy-f2py-1.23.5-2.el9.x86_6 2.6 MB/s | 442 kB 00:00 2026-03-06T13:33:29.282 INFO:teuthology.orchestra.run.vm05.stdout:(54/150): smartmontools-7.2-10.el9.x86_64.rpm 4.4 MB/s | 556 kB 00:00 2026-03-06T13:33:29.283 INFO:teuthology.orchestra.run.vm05.stdout:(55/150): zip-3.0-35.el9.x86_64.rpm 3.7 MB/s | 266 kB 00:00 2026-03-06T13:33:29.286 INFO:teuthology.orchestra.run.vm07.stdout:(81/150): python3-packaging-20.9-5.el9.noarch.r 2.7 MB/s | 77 kB 00:00 2026-03-06T13:33:29.297 INFO:teuthology.orchestra.run.vm09.stdout:(57/150): flexiblas-openblas-openmp-3.0.4-9.el9 295 kB/s | 15 kB 00:00 2026-03-06T13:33:29.315 INFO:teuthology.orchestra.run.vm09.stdout:(58/150): boost-program-options-1.75.0-13.el9.x 556 kB/s | 104 kB 00:00 2026-03-06T13:33:29.353 INFO:teuthology.orchestra.run.vm07.stdout:(82/150): python3-protobuf-3.14.0-17.el9.noarch 3.7 MB/s | 267 kB 00:00 2026-03-06T13:33:29.360 INFO:teuthology.orchestra.run.vm07.stdout:(83/150): python3-pyasn1-0.4.8-7.el9.noarch.rpm 2.1 MB/s | 157 kB 00:00 2026-03-06T13:33:29.399 INFO:teuthology.orchestra.run.vm07.stdout:(84/150): python3-requests-oauthlib-1.3.0-12.el 1.3 MB/s | 54 kB 00:00 2026-03-06T13:33:29.410 INFO:teuthology.orchestra.run.vm09.stdout:(59/150): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2026-03-06T13:33:29.441 INFO:teuthology.orchestra.run.vm07.stdout:(85/150): python3-numpy-1.23.5-2.el9.x86_64.rpm 18 MB/s | 6.1 MB 00:00 2026-03-06T13:33:29.442 INFO:teuthology.orchestra.run.vm07.stdout:(86/150): python3-pyasn1-modules-0.4.8-7.el9.no 3.0 MB/s | 277 kB 00:00 2026-03-06T13:33:29.442 INFO:teuthology.orchestra.run.vm09.stdout:(60/150): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.4 MB/s | 45 kB 00:00 2026-03-06T13:33:29.453 INFO:teuthology.orchestra.run.vm09.stdout:(61/150): libnbd-1.20.3-4.el9.x86_64.rpm 1.0 MB/s | 164 kB 00:00 2026-03-06T13:33:29.474 INFO:teuthology.orchestra.run.vm07.stdout:(87/150): python3-toml-0.10.2-6.el9.noarch.rpm 1.3 MB/s | 42 kB 00:00 2026-03-06T13:33:29.505 INFO:teuthology.orchestra.run.vm07.stdout:(88/150): qatlib-25.08.0-2.el9.x86_64.rpm 3.7 MB/s | 240 kB 00:00 2026-03-06T13:33:29.530 INFO:teuthology.orchestra.run.vm07.stdout:(89/150): qatlib-service-25.08.0-2.el9.x86_64.r 657 kB/s | 37 kB 00:00 2026-03-06T13:33:29.554 INFO:teuthology.orchestra.run.vm07.stdout:(90/150): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.3 MB/s | 66 kB 00:00 2026-03-06T13:33:29.579 INFO:teuthology.orchestra.run.vm09.stdout:(62/150): libstoragemgmt-1.10.1-1.el9.x86_64.rp 1.9 MB/s | 246 kB 00:00 2026-03-06T13:33:29.603 INFO:teuthology.orchestra.run.vm07.stdout:(91/150): socat-1.7.4.1-8.el9.x86_64.rpm 4.1 MB/s | 303 kB 00:00 2026-03-06T13:33:29.624 INFO:teuthology.orchestra.run.vm05.stdout:(56/150): flexiblas-3.0.4-9.el9.x86_64.rpm 87 kB/s | 30 kB 00:00 2026-03-06T13:33:29.631 INFO:teuthology.orchestra.run.vm07.stdout:(92/150): xmlsec1-1.2.29-13.el9.x86_64.rpm 2.4 MB/s | 189 kB 00:00 2026-03-06T13:33:29.632 INFO:teuthology.orchestra.run.vm09.stdout:(63/150): librdkafka-1.6.1-102.el9.x86_64.rpm 3.4 MB/s | 662 kB 00:00 2026-03-06T13:33:29.644 INFO:teuthology.orchestra.run.vm09.stdout:(64/150): libxslt-1.1.34-12.el9.x86_64.rpm 3.5 MB/s | 233 kB 00:00 2026-03-06T13:33:29.687 INFO:teuthology.orchestra.run.vm07.stdout:(93/150): xmlsec1-openssl-1.2.29-13.el9.x86_64. 1.1 MB/s | 90 kB 00:00 2026-03-06T13:33:29.697 INFO:teuthology.orchestra.run.vm07.stdout:(94/150): xmlstarlet-1.6.1-20.el9.x86_64.rpm 964 kB/s | 64 kB 00:00 2026-03-06T13:33:29.738 INFO:teuthology.orchestra.run.vm09.stdout:(65/150): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.7 MB/s | 292 kB 00:00 2026-03-06T13:33:29.744 INFO:teuthology.orchestra.run.vm05.stdout:(57/150): boost-program-options-1.75.0-13.el9.x 208 kB/s | 104 kB 00:00 2026-03-06T13:33:29.765 INFO:teuthology.orchestra.run.vm09.stdout:(66/150): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 188 kB 00:00 2026-03-06T13:33:29.818 INFO:teuthology.orchestra.run.vm05.stdout:(58/150): flexiblas-openblas-openmp-3.0.4-9.el9 76 kB/s | 15 kB 00:00 2026-03-06T13:33:29.842 INFO:teuthology.orchestra.run.vm09.stdout:(67/150): openblas-0.3.29-1.el9.x86_64.rpm 406 kB/s | 42 kB 00:00 2026-03-06T13:33:29.898 INFO:teuthology.orchestra.run.vm05.stdout:(59/150): libnbd-1.20.3-4.el9.x86_64.rpm 1.0 MB/s | 164 kB 00:00 2026-03-06T13:33:29.911 INFO:teuthology.orchestra.run.vm05.stdout:(60/150): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2026-03-06T13:33:29.911 INFO:teuthology.orchestra.run.vm09.stdout:(68/150): perl-Benchmark-1.23-483.el9.noarch.rp 383 kB/s | 26 kB 00:00 2026-03-06T13:33:29.960 INFO:teuthology.orchestra.run.vm05.stdout:(61/150): librabbitmq-0.11.0-7.el9.x86_64.rpm 744 kB/s | 45 kB 00:00 2026-03-06T13:33:29.961 INFO:teuthology.orchestra.run.vm07.stdout:(95/150): python3-scipy-1.9.3-2.el9.x86_64.rpm 34 MB/s | 19 MB 00:00 2026-03-06T13:33:29.961 INFO:teuthology.orchestra.run.vm07.stdout:(96/150): lua-devel-5.4.4-4.el9.x86_64.rpm 81 kB/s | 22 kB 00:00 2026-03-06T13:33:29.976 INFO:teuthology.orchestra.run.vm07.stdout:(97/150): gperftools-libs-2.9.1-3.el9.x86_64.rp 21 MB/s | 308 kB 00:00 2026-03-06T13:33:29.979 INFO:teuthology.orchestra.run.vm07.stdout:(98/150): grpc-data-1.46.7-10.el9.noarch.rpm 8.2 MB/s | 19 kB 00:00 2026-03-06T13:33:29.982 INFO:teuthology.orchestra.run.vm07.stdout:(99/150): abseil-cpp-20211102.0-4.el9.x86_64.rp 26 MB/s | 551 kB 00:00 2026-03-06T13:33:29.984 INFO:teuthology.orchestra.run.vm07.stdout:(100/150): libarrow-doc-9.0.0-15.el9.noarch.rpm 10 MB/s | 25 kB 00:00 2026-03-06T13:33:29.987 INFO:teuthology.orchestra.run.vm07.stdout:(101/150): liboath-2.6.12-1.el9.x86_64.rpm 19 MB/s | 49 kB 00:00 2026-03-06T13:33:29.990 INFO:teuthology.orchestra.run.vm07.stdout:(102/150): libunwind-1.6.2-1.el9.x86_64.rpm 22 MB/s | 67 kB 00:00 2026-03-06T13:33:29.997 INFO:teuthology.orchestra.run.vm07.stdout:(103/150): luarocks-3.9.2-5.el9.noarch.rpm 21 MB/s | 151 kB 00:00 2026-03-06T13:33:30.004 INFO:teuthology.orchestra.run.vm05.stdout:(62/150): flexiblas-netlib-3.0.4-9.el9.x86_64.r 4.1 MB/s | 3.0 MB 00:00 2026-03-06T13:33:30.010 INFO:teuthology.orchestra.run.vm09.stdout:(69/150): perl-Test-Harness-3.42-461.el9.noarch 2.9 MB/s | 295 kB 00:00 2026-03-06T13:33:30.020 INFO:teuthology.orchestra.run.vm07.stdout:(104/150): parquet-libs-9.0.0-15.el9.x86_64.rpm 36 MB/s | 838 kB 00:00 2026-03-06T13:33:30.023 INFO:teuthology.orchestra.run.vm05.stdout:(63/150): librdkafka-1.6.1-102.el9.x86_64.rpm 5.8 MB/s | 662 kB 00:00 2026-03-06T13:33:30.025 INFO:teuthology.orchestra.run.vm05.stdout:(64/150): libstoragemgmt-1.10.1-1.el9.x86_64.rp 3.8 MB/s | 246 kB 00:00 2026-03-06T13:33:30.038 INFO:teuthology.orchestra.run.vm07.stdout:(105/150): python3-asyncssh-2.13.2-5.el9.noarch 31 MB/s | 548 kB 00:00 2026-03-06T13:33:30.043 INFO:teuthology.orchestra.run.vm07.stdout:(106/150): python3-autocommand-2.2.2-8.el9.noar 6.6 MB/s | 29 kB 00:00 2026-03-06T13:33:30.048 INFO:teuthology.orchestra.run.vm07.stdout:(107/150): python3-backports-tarfile-1.2.0-1.el 13 MB/s | 60 kB 00:00 2026-03-06T13:33:30.055 INFO:teuthology.orchestra.run.vm05.stdout:(65/150): libxslt-1.1.34-12.el9.x86_64.rpm 4.5 MB/s | 233 kB 00:00 2026-03-06T13:33:30.062 INFO:teuthology.orchestra.run.vm07.stdout:(108/150): libarrow-9.0.0-15.el9.x86_64.rpm 53 MB/s | 4.4 MB 00:00 2026-03-06T13:33:30.063 INFO:teuthology.orchestra.run.vm07.stdout:(109/150): python3-bcrypt-3.2.2-1.el9.x86_64.rp 2.8 MB/s | 43 kB 00:00 2026-03-06T13:33:30.065 INFO:teuthology.orchestra.run.vm07.stdout:(110/150): python3-cachetools-4.2.4-1.el9.noarc 13 MB/s | 32 kB 00:00 2026-03-06T13:33:30.065 INFO:teuthology.orchestra.run.vm07.stdout:(111/150): python3-certifi-2023.05.07-4.el9.noa 5.9 MB/s | 14 kB 00:00 2026-03-06T13:33:30.073 INFO:teuthology.orchestra.run.vm07.stdout:(112/150): python3-cheroot-10.0.1-4.el9.noarch. 21 MB/s | 173 kB 00:00 2026-03-06T13:33:30.075 INFO:teuthology.orchestra.run.vm07.stdout:(113/150): python3-cherrypy-18.6.1-2.el9.noarch 39 MB/s | 358 kB 00:00 2026-03-06T13:33:30.076 INFO:teuthology.orchestra.run.vm05.stdout:(66/150): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.4 MB/s | 292 kB 00:00 2026-03-06T13:33:30.078 INFO:teuthology.orchestra.run.vm05.stdout:(67/150): lua-5.4.4-4.el9.x86_64.rpm 3.5 MB/s | 188 kB 00:00 2026-03-06T13:33:30.083 INFO:teuthology.orchestra.run.vm07.stdout:(114/150): python3-google-auth-2.45.0-1.el9.noa 26 MB/s | 254 kB 00:00 2026-03-06T13:33:30.089 INFO:teuthology.orchestra.run.vm07.stdout:(115/150): python3-grpcio-tools-1.46.7-10.el9.x 27 MB/s | 144 kB 00:00 2026-03-06T13:33:30.094 INFO:teuthology.orchestra.run.vm07.stdout:(116/150): python3-influxdb-5.3.1-1.el9.noarch. 25 MB/s | 139 kB 00:00 2026-03-06T13:33:30.100 INFO:teuthology.orchestra.run.vm07.stdout:(117/150): python3-isodate-0.6.1-3.el9.noarch.r 10 MB/s | 56 kB 00:00 2026-03-06T13:33:30.104 INFO:teuthology.orchestra.run.vm05.stdout:(68/150): openblas-0.3.29-1.el9.x86_64.rpm 858 kB/s | 42 kB 00:00 2026-03-06T13:33:30.107 INFO:teuthology.orchestra.run.vm07.stdout:(118/150): python3-grpcio-1.46.7-10.el9.x86_64. 63 MB/s | 2.0 MB 00:00 2026-03-06T13:33:30.108 INFO:teuthology.orchestra.run.vm07.stdout:(119/150): python3-jaraco-8.2.1-3.el9.noarch.rp 1.3 MB/s | 11 kB 00:00 2026-03-06T13:33:30.110 INFO:teuthology.orchestra.run.vm07.stdout:(120/150): python3-jaraco-classes-3.2.1-5.el9.n 8.8 MB/s | 18 kB 00:00 2026-03-06T13:33:30.111 INFO:teuthology.orchestra.run.vm07.stdout:(121/150): python3-jaraco-collections-3.0.0-8.e 8.5 MB/s | 23 kB 00:00 2026-03-06T13:33:30.112 INFO:teuthology.orchestra.run.vm07.stdout:(122/150): python3-jaraco-context-6.0.1-3.el9.n 8.8 MB/s | 20 kB 00:00 2026-03-06T13:33:30.114 INFO:teuthology.orchestra.run.vm07.stdout:(123/150): python3-jaraco-functools-3.5.0-2.el9 7.8 MB/s | 19 kB 00:00 2026-03-06T13:33:30.114 INFO:teuthology.orchestra.run.vm07.stdout:(124/150): python3-jaraco-text-4.0.0-2.el9.noar 12 MB/s | 26 kB 00:00 2026-03-06T13:33:30.120 INFO:teuthology.orchestra.run.vm07.stdout:(125/150): python3-logutils-0.3.5-21.el9.noarch 8.2 MB/s | 46 kB 00:00 2026-03-06T13:33:30.127 INFO:teuthology.orchestra.run.vm05.stdout:(69/150): perl-Benchmark-1.23-483.el9.noarch.rp 544 kB/s | 26 kB 00:00 2026-03-06T13:33:30.127 INFO:teuthology.orchestra.run.vm07.stdout:(126/150): python3-kubernetes-26.1.0-3.el9.noar 75 MB/s | 1.0 MB 00:00 2026-03-06T13:33:30.128 INFO:teuthology.orchestra.run.vm07.stdout:(127/150): python3-more-itertools-8.12.0-2.el9. 9.8 MB/s | 79 kB 00:00 2026-03-06T13:33:30.131 INFO:teuthology.orchestra.run.vm07.stdout:(128/150): python3-msgpack-1.0.3-2.el9.x86_64.r 24 MB/s | 86 kB 00:00 2026-03-06T13:33:30.132 INFO:teuthology.orchestra.run.vm07.stdout:(129/150): python3-natsort-7.1.1-5.el9.noarch.r 16 MB/s | 58 kB 00:00 2026-03-06T13:33:30.136 INFO:teuthology.orchestra.run.vm07.stdout:(130/150): python3-pecan-1.4.2-3.el9.noarch.rpm 54 MB/s | 272 kB 00:00 2026-03-06T13:33:30.137 INFO:teuthology.orchestra.run.vm07.stdout:(131/150): python3-portend-3.1.0-2.el9.noarch.r 3.3 MB/s | 16 kB 00:00 2026-03-06T13:33:30.140 INFO:teuthology.orchestra.run.vm07.stdout:(132/150): python3-pyOpenSSL-21.0.0-1.el9.noarc 26 MB/s | 90 kB 00:00 2026-03-06T13:33:30.141 INFO:teuthology.orchestra.run.vm07.stdout:(133/150): python3-repoze-lru-0.7-16.el9.noarch 8.3 MB/s | 31 kB 00:00 2026-03-06T13:33:30.144 INFO:teuthology.orchestra.run.vm07.stdout:(134/150): python3-routes-2.5.1-5.el9.noarch.rp 45 MB/s | 188 kB 00:00 2026-03-06T13:33:30.146 INFO:teuthology.orchestra.run.vm07.stdout:(135/150): python3-rsa-4.9-2.el9.noarch.rpm 12 MB/s | 59 kB 00:00 2026-03-06T13:33:30.148 INFO:teuthology.orchestra.run.vm07.stdout:(136/150): python3-saml-1.16.0-1.el9.noarch.rpm 39 MB/s | 125 kB 00:00 2026-03-06T13:33:30.148 INFO:teuthology.orchestra.run.vm07.stdout:(137/150): python3-tempora-5.0.0-2.el9.noarch.r 15 MB/s | 36 kB 00:00 2026-03-06T13:33:30.150 INFO:teuthology.orchestra.run.vm07.stdout:(138/150): python3-typing-extensions-4.15.0-1.e 33 MB/s | 86 kB 00:00 2026-03-06T13:33:30.154 INFO:teuthology.orchestra.run.vm07.stdout:(139/150): python3-webob-1.8.8-2.el9.noarch.rpm 42 MB/s | 230 kB 00:00 2026-03-06T13:33:30.156 INFO:teuthology.orchestra.run.vm05.stdout:(70/150): perl-Test-Harness-3.42-461.el9.noarch 5.6 MB/s | 295 kB 00:00 2026-03-06T13:33:30.156 INFO:teuthology.orchestra.run.vm07.stdout:(140/150): python3-websocket-client-1.2.3-2.el9 16 MB/s | 90 kB 00:00 2026-03-06T13:33:30.161 INFO:teuthology.orchestra.run.vm07.stdout:(141/150): python3-xmlsec-1.3.13-1.el9.x86_64.r 11 MB/s | 48 kB 00:00 2026-03-06T13:33:30.164 INFO:teuthology.orchestra.run.vm07.stdout:(142/150): python3-werkzeug-2.0.3-3.el9.1.noarc 43 MB/s | 427 kB 00:00 2026-03-06T13:33:30.168 INFO:teuthology.orchestra.run.vm07.stdout:(143/150): python3-xmltodict-0.12.0-15.el9.noar 3.1 MB/s | 22 kB 00:00 2026-03-06T13:33:30.168 INFO:teuthology.orchestra.run.vm09.stdout:(70/150): flexiblas-netlib-3.0.4-9.el9.x86_64.r 3.0 MB/s | 3.0 MB 00:01 2026-03-06T13:33:30.168 INFO:teuthology.orchestra.run.vm07.stdout:(144/150): python3-zc-lockfile-2.0-10.el9.noarc 4.5 MB/s | 20 kB 00:00 2026-03-06T13:33:30.172 INFO:teuthology.orchestra.run.vm07.stdout:(145/150): re2-20211101-20.el9.x86_64.rpm 44 MB/s | 191 kB 00:00 2026-03-06T13:33:30.174 INFO:teuthology.orchestra.run.vm07.stdout:(146/150): s3cmd-2.4.0-1.el9.noarch.rpm 36 MB/s | 206 kB 00:00 2026-03-06T13:33:30.193 INFO:teuthology.orchestra.run.vm07.stdout:(147/150): thrift-0.15.0-4.el9.x86_64.rpm 76 MB/s | 1.6 MB 00:00 2026-03-06T13:33:30.255 INFO:teuthology.orchestra.run.vm05.stdout:(71/150): protobuf-3.14.0-17.el9.x86_64.rpm 7.9 MB/s | 1.0 MB 00:00 2026-03-06T13:33:30.296 INFO:teuthology.orchestra.run.vm09.stdout:(71/150): protobuf-3.14.0-17.el9.x86_64.rpm 3.5 MB/s | 1.0 MB 00:00 2026-03-06T13:33:30.325 INFO:teuthology.orchestra.run.vm07.stdout:(148/150): protobuf-compiler-3.14.0-17.el9.x86_ 1.3 MB/s | 862 kB 00:00 2026-03-06T13:33:30.361 INFO:teuthology.orchestra.run.vm09.stdout:(72/150): python3-devel-3.9.25-3.el9.x86_64.rpm 3.7 MB/s | 244 kB 00:00 2026-03-06T13:33:30.426 INFO:teuthology.orchestra.run.vm09.stdout:(73/150): python3-jinja2-2.11.3-8.el9.noarch.rp 3.7 MB/s | 249 kB 00:00 2026-03-06T13:33:30.438 INFO:teuthology.orchestra.run.vm05.stdout:(72/150): openblas-openmp-0.3.29-1.el9.x86_64.r 15 MB/s | 5.3 MB 00:00 2026-03-06T13:33:30.471 INFO:teuthology.orchestra.run.vm05.stdout:(73/150): python3-devel-3.9.25-3.el9.x86_64.rpm 1.1 MB/s | 244 kB 00:00 2026-03-06T13:33:30.491 INFO:teuthology.orchestra.run.vm09.stdout:(74/150): python3-libstoragemgmt-1.10.1-1.el9.x 2.7 MB/s | 177 kB 00:00 2026-03-06T13:33:30.621 INFO:teuthology.orchestra.run.vm05.stdout:(74/150): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 6.0 MB 00:00 2026-03-06T13:33:30.623 INFO:teuthology.orchestra.run.vm05.stdout:(75/150): python3-jinja2-2.11.3-8.el9.noarch.rp 1.3 MB/s | 249 kB 00:00 2026-03-06T13:33:30.625 INFO:teuthology.orchestra.run.vm05.stdout:(76/150): python3-libstoragemgmt-1.10.1-1.el9.x 1.1 MB/s | 177 kB 00:00 2026-03-06T13:33:30.635 INFO:teuthology.orchestra.run.vm07.stdout:(149/150): librbd1-19.2.3-47.gc24117fd552.el9.c 7.2 MB/s | 3.2 MB 00:00 2026-03-06T13:33:30.673 INFO:teuthology.orchestra.run.vm05.stdout:(77/150): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2026-03-06T13:33:30.673 INFO:teuthology.orchestra.run.vm05.stdout:(78/150): python3-markupsafe-1.1.1-12.el9.x86_6 715 kB/s | 35 kB 00:00 2026-03-06T13:33:30.724 INFO:teuthology.orchestra.run.vm07.stdout:(150/150): librados2-19.2.3-47.gc24117fd552.el9 6.3 MB/s | 3.4 MB 00:00 2026-03-06T13:33:30.726 INFO:teuthology.orchestra.run.vm07.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:33:30.726 INFO:teuthology.orchestra.run.vm05.stdout:(79/150): python3-numpy-f2py-1.23.5-2.el9.x86_6 8.3 MB/s | 442 kB 00:00 2026-03-06T13:33:30.726 INFO:teuthology.orchestra.run.vm07.stdout:Total 18 MB/s | 214 MB 00:11 2026-03-06T13:33:30.732 INFO:teuthology.orchestra.run.vm05.stdout:(80/150): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 2026-03-06T13:33:30.777 INFO:teuthology.orchestra.run.vm05.stdout:(81/150): python3-packaging-20.9-5.el9.noarch.r 1.5 MB/s | 77 kB 00:00 2026-03-06T13:33:30.783 INFO:teuthology.orchestra.run.vm05.stdout:(82/150): python3-protobuf-3.14.0-17.el9.noarch 5.1 MB/s | 267 kB 00:00 2026-03-06T13:33:30.828 INFO:teuthology.orchestra.run.vm05.stdout:(83/150): python3-pyasn1-0.4.8-7.el9.noarch.rpm 3.0 MB/s | 157 kB 00:00 2026-03-06T13:33:30.834 INFO:teuthology.orchestra.run.vm05.stdout:(84/150): python3-pyasn1-modules-0.4.8-7.el9.no 5.3 MB/s | 277 kB 00:00 2026-03-06T13:33:30.877 INFO:teuthology.orchestra.run.vm05.stdout:(85/150): python3-requests-oauthlib-1.3.0-12.el 1.1 MB/s | 54 kB 00:00 2026-03-06T13:33:30.926 INFO:teuthology.orchestra.run.vm05.stdout:(86/150): python3-toml-0.10.2-6.el9.noarch.rpm 856 kB/s | 42 kB 00:00 2026-03-06T13:33:30.993 INFO:teuthology.orchestra.run.vm09.stdout:(75/150): python3-lxml-4.6.5-3.el9.x86_64.rpm 2.4 MB/s | 1.2 MB 00:00 2026-03-06T13:33:30.995 INFO:teuthology.orchestra.run.vm05.stdout:(87/150): qatlib-25.08.0-2.el9.x86_64.rpm 3.4 MB/s | 240 kB 00:00 2026-03-06T13:33:31.089 INFO:teuthology.orchestra.run.vm09.stdout:(76/150): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2026-03-06T13:33:31.134 INFO:teuthology.orchestra.run.vm09.stdout:(77/150): python3-markupsafe-1.1.1-12.el9.x86_6 775 kB/s | 35 kB 00:00 2026-03-06T13:33:31.155 INFO:teuthology.orchestra.run.vm05.stdout:(88/150): python3-numpy-1.23.5-2.el9.x86_64.rpm 13 MB/s | 6.1 MB 00:00 2026-03-06T13:33:31.203 INFO:teuthology.orchestra.run.vm05.stdout:(89/150): qatlib-service-25.08.0-2.el9.x86_64.r 178 kB/s | 37 kB 00:00 2026-03-06T13:33:31.416 INFO:teuthology.orchestra.run.vm05.stdout:(90/150): qatzip-libs-1.3.1-1.el9.x86_64.rpm 255 kB/s | 66 kB 00:00 2026-03-06T13:33:31.424 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:33:31.457 INFO:teuthology.orchestra.run.vm05.stdout:(91/150): socat-1.7.4.1-8.el9.x86_64.rpm 1.2 MB/s | 303 kB 00:00 2026-03-06T13:33:31.484 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:33:31.484 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:33:31.574 INFO:teuthology.orchestra.run.vm09.stdout:(78/150): python3-babel-2.9.1-2.el9.noarch.rpm 4.2 MB/s | 6.0 MB 00:01 2026-03-06T13:33:31.578 INFO:teuthology.orchestra.run.vm05.stdout:(92/150): python3-scipy-1.9.3-2.el9.x86_64.rpm 26 MB/s | 19 MB 00:00 2026-03-06T13:33:31.596 INFO:teuthology.orchestra.run.vm05.stdout:(93/150): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.0 MB/s | 189 kB 00:00 2026-03-06T13:33:31.615 INFO:teuthology.orchestra.run.vm05.stdout:(94/150): xmlsec1-openssl-1.2.29-13.el9.x86_64. 576 kB/s | 90 kB 00:00 2026-03-06T13:33:31.653 INFO:teuthology.orchestra.run.vm05.stdout:(95/150): xmlstarlet-1.6.1-20.el9.x86_64.rpm 858 kB/s | 64 kB 00:00 2026-03-06T13:33:31.678 INFO:teuthology.orchestra.run.vm09.stdout:(79/150): openblas-openmp-0.3.29-1.el9.x86_64.r 2.8 MB/s | 5.3 MB 00:01 2026-03-06T13:33:31.683 INFO:teuthology.orchestra.run.vm05.stdout:(96/150): lua-devel-5.4.4-4.el9.x86_64.rpm 331 kB/s | 22 kB 00:00 2026-03-06T13:33:31.740 INFO:teuthology.orchestra.run.vm05.stdout:(97/150): gperftools-libs-2.9.1-3.el9.x86_64.rp 5.3 MB/s | 308 kB 00:00 2026-03-06T13:33:31.751 INFO:teuthology.orchestra.run.vm09.stdout:(80/150): python3-numpy-f2py-1.23.5-2.el9.x86_6 2.4 MB/s | 442 kB 00:00 2026-03-06T13:33:31.773 INFO:teuthology.orchestra.run.vm09.stdout:(81/150): python3-packaging-20.9-5.el9.noarch.r 815 kB/s | 77 kB 00:00 2026-03-06T13:33:31.778 INFO:teuthology.orchestra.run.vm05.stdout:(98/150): protobuf-compiler-3.14.0-17.el9.x86_6 5.2 MB/s | 862 kB 00:00 2026-03-06T13:33:31.797 INFO:teuthology.orchestra.run.vm05.stdout:(99/150): grpc-data-1.46.7-10.el9.noarch.rpm 345 kB/s | 19 kB 00:00 2026-03-06T13:33:31.816 INFO:teuthology.orchestra.run.vm05.stdout:(100/150): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.4 MB/s | 25 kB 00:00 2026-03-06T13:33:31.834 INFO:teuthology.orchestra.run.vm05.stdout:(101/150): liboath-2.6.12-1.el9.x86_64.rpm 2.7 MB/s | 49 kB 00:00 2026-03-06T13:33:31.857 INFO:teuthology.orchestra.run.vm09.stdout:(82/150): python3-protobuf-3.14.0-17.el9.noarch 2.5 MB/s | 267 kB 00:00 2026-03-06T13:33:31.875 INFO:teuthology.orchestra.run.vm05.stdout:(102/150): abseil-cpp-20211102.0-4.el9.x86_64.r 2.4 MB/s | 551 kB 00:00 2026-03-06T13:33:31.885 INFO:teuthology.orchestra.run.vm09.stdout:(83/150): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.4 MB/s | 157 kB 00:00 2026-03-06T13:33:31.915 INFO:teuthology.orchestra.run.vm05.stdout:(103/150): libunwind-1.6.2-1.el9.x86_64.rpm 840 kB/s | 67 kB 00:00 2026-03-06T13:33:31.933 INFO:teuthology.orchestra.run.vm09.stdout:(84/150): python3-requests-oauthlib-1.3.0-12.el 1.1 MB/s | 54 kB 00:00 2026-03-06T13:33:31.933 INFO:teuthology.orchestra.run.vm05.stdout:(104/150): luarocks-3.9.2-5.el9.noarch.rpm 2.6 MB/s | 151 kB 00:00 2026-03-06T13:33:31.974 INFO:teuthology.orchestra.run.vm09.stdout:(85/150): python3-pyasn1-modules-0.4.8-7.el9.no 2.3 MB/s | 277 kB 00:00 2026-03-06T13:33:31.975 INFO:teuthology.orchestra.run.vm05.stdout:(105/150): parquet-libs-9.0.0-15.el9.x86_64.rpm 14 MB/s | 838 kB 00:00 2026-03-06T13:33:31.978 INFO:teuthology.orchestra.run.vm05.stdout:(106/150): python3-autocommand-2.2.2-8.el9.noar 10 MB/s | 29 kB 00:00 2026-03-06T13:33:31.987 INFO:teuthology.orchestra.run.vm05.stdout:(107/150): python3-backports-tarfile-1.2.0-1.el 6.2 MB/s | 60 kB 00:00 2026-03-06T13:33:31.990 INFO:teuthology.orchestra.run.vm05.stdout:(108/150): python3-asyncssh-2.13.2-5.el9.noarch 9.4 MB/s | 548 kB 00:00 2026-03-06T13:33:31.991 INFO:teuthology.orchestra.run.vm05.stdout:(109/150): python3-bcrypt-3.2.2-1.el9.x86_64.rp 13 MB/s | 43 kB 00:00 2026-03-06T13:33:31.993 INFO:teuthology.orchestra.run.vm05.stdout:(110/150): python3-cachetools-4.2.4-1.el9.noarc 14 MB/s | 32 kB 00:00 2026-03-06T13:33:31.993 INFO:teuthology.orchestra.run.vm05.stdout:(111/150): python3-certifi-2023.05.07-4.el9.noa 6.4 MB/s | 14 kB 00:00 2026-03-06T13:33:32.001 INFO:teuthology.orchestra.run.vm05.stdout:(112/150): python3-cheroot-10.0.1-4.el9.noarch. 22 MB/s | 173 kB 00:00 2026-03-06T13:33:32.002 INFO:teuthology.orchestra.run.vm05.stdout:(113/150): python3-cherrypy-18.6.1-2.el9.noarch 39 MB/s | 358 kB 00:00 2026-03-06T13:33:32.011 INFO:teuthology.orchestra.run.vm09.stdout:(86/150): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 42 kB 00:00 2026-03-06T13:33:32.011 INFO:teuthology.orchestra.run.vm05.stdout:(114/150): python3-google-auth-2.45.0-1.el9.noa 25 MB/s | 254 kB 00:00 2026-03-06T13:33:32.022 INFO:teuthology.orchestra.run.vm05.stdout:(115/150): python3-grpcio-tools-1.46.7-10.el9.x 13 MB/s | 144 kB 00:00 2026-03-06T13:33:32.032 INFO:teuthology.orchestra.run.vm05.stdout:(116/150): python3-influxdb-5.3.1-1.el9.noarch. 14 MB/s | 139 kB 00:00 2026-03-06T13:33:32.038 INFO:teuthology.orchestra.run.vm05.stdout:(117/150): python3-isodate-0.6.1-3.el9.noarch.r 9.3 MB/s | 56 kB 00:00 2026-03-06T13:33:32.044 INFO:teuthology.orchestra.run.vm05.stdout:(118/150): python3-grpcio-1.46.7-10.el9.x86_64. 49 MB/s | 2.0 MB 00:00 2026-03-06T13:33:32.045 INFO:teuthology.orchestra.run.vm05.stdout:(119/150): python3-jaraco-8.2.1-3.el9.noarch.rp 1.7 MB/s | 11 kB 00:00 2026-03-06T13:33:32.047 INFO:teuthology.orchestra.run.vm05.stdout:(120/150): python3-jaraco-classes-3.2.1-5.el9.n 6.1 MB/s | 18 kB 00:00 2026-03-06T13:33:32.048 INFO:teuthology.orchestra.run.vm05.stdout:(121/150): python3-jaraco-collections-3.0.0-8.e 7.4 MB/s | 23 kB 00:00 2026-03-06T13:33:32.049 INFO:teuthology.orchestra.run.vm05.stdout:(122/150): python3-jaraco-context-6.0.1-3.el9.n 9.4 MB/s | 20 kB 00:00 2026-03-06T13:33:32.051 INFO:teuthology.orchestra.run.vm05.stdout:(123/150): python3-jaraco-functools-3.5.0-2.el9 7.8 MB/s | 19 kB 00:00 2026-03-06T13:33:32.052 INFO:teuthology.orchestra.run.vm05.stdout:(124/150): python3-jaraco-text-4.0.0-2.el9.noar 10 MB/s | 26 kB 00:00 2026-03-06T13:33:32.059 INFO:teuthology.orchestra.run.vm05.stdout:(125/150): python3-logutils-0.3.5-21.el9.noarch 7.1 MB/s | 46 kB 00:00 2026-03-06T13:33:32.065 INFO:teuthology.orchestra.run.vm05.stdout:(126/150): python3-more-itertools-8.12.0-2.el9. 12 MB/s | 79 kB 00:00 2026-03-06T13:33:32.072 INFO:teuthology.orchestra.run.vm05.stdout:(127/150): python3-msgpack-1.0.3-2.el9.x86_64.r 13 MB/s | 86 kB 00:00 2026-03-06T13:33:32.085 INFO:teuthology.orchestra.run.vm05.stdout:(128/150): libarrow-9.0.0-15.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2026-03-06T13:33:32.086 INFO:teuthology.orchestra.run.vm05.stdout:(129/150): python3-natsort-7.1.1-5.el9.noarch.r 4.2 MB/s | 58 kB 00:00 2026-03-06T13:33:32.089 INFO:teuthology.orchestra.run.vm05.stdout:(130/150): python3-portend-3.1.0-2.el9.noarch.r 4.7 MB/s | 16 kB 00:00 2026-03-06T13:33:32.090 INFO:teuthology.orchestra.run.vm05.stdout:(131/150): python3-pecan-1.4.2-3.el9.noarch.rpm 48 MB/s | 272 kB 00:00 2026-03-06T13:33:32.095 INFO:teuthology.orchestra.run.vm05.stdout:(132/150): python3-kubernetes-26.1.0-3.el9.noar 23 MB/s | 1.0 MB 00:00 2026-03-06T13:33:32.095 INFO:teuthology.orchestra.run.vm05.stdout:(133/150): python3-pyOpenSSL-21.0.0-1.el9.noarc 14 MB/s | 90 kB 00:00 2026-03-06T13:33:32.096 INFO:teuthology.orchestra.run.vm05.stdout:(134/150): python3-repoze-lru-0.7-16.el9.noarch 5.4 MB/s | 31 kB 00:00 2026-03-06T13:33:32.099 INFO:teuthology.orchestra.run.vm05.stdout:(135/150): python3-rsa-4.9-2.el9.noarch.rpm 20 MB/s | 59 kB 00:00 2026-03-06T13:33:32.100 INFO:teuthology.orchestra.run.vm05.stdout:(136/150): python3-saml-1.16.0-1.el9.noarch.rpm 32 MB/s | 125 kB 00:00 2026-03-06T13:33:32.101 INFO:teuthology.orchestra.run.vm05.stdout:(137/150): python3-routes-2.5.1-5.el9.noarch.rp 31 MB/s | 188 kB 00:00 2026-03-06T13:33:32.101 INFO:teuthology.orchestra.run.vm05.stdout:(138/150): python3-tempora-5.0.0-2.el9.noarch.r 13 MB/s | 36 kB 00:00 2026-03-06T13:33:32.103 INFO:teuthology.orchestra.run.vm05.stdout:(139/150): python3-typing-extensions-4.15.0-1.e 26 MB/s | 86 kB 00:00 2026-03-06T13:33:32.105 INFO:teuthology.orchestra.run.vm05.stdout:(140/150): python3-websocket-client-1.2.3-2.el9 24 MB/s | 90 kB 00:00 2026-03-06T13:33:32.106 INFO:teuthology.orchestra.run.vm05.stdout:(141/150): python3-webob-1.8.8-2.el9.noarch.rpm 42 MB/s | 230 kB 00:00 2026-03-06T13:33:32.109 INFO:teuthology.orchestra.run.vm05.stdout:(142/150): python3-xmlsec-1.3.13-1.el9.x86_64.r 14 MB/s | 48 kB 00:00 2026-03-06T13:33:32.110 INFO:teuthology.orchestra.run.vm05.stdout:(143/150): python3-xmltodict-0.12.0-15.el9.noar 6.3 MB/s | 22 kB 00:00 2026-03-06T13:33:32.111 INFO:teuthology.orchestra.run.vm05.stdout:(144/150): python3-werkzeug-2.0.3-3.el9.1.noarc 52 MB/s | 427 kB 00:00 2026-03-06T13:33:32.113 INFO:teuthology.orchestra.run.vm05.stdout:(145/150): python3-zc-lockfile-2.0-10.el9.noarc 5.2 MB/s | 20 kB 00:00 2026-03-06T13:33:32.114 INFO:teuthology.orchestra.run.vm05.stdout:(146/150): re2-20211101-20.el9.x86_64.rpm 48 MB/s | 191 kB 00:00 2026-03-06T13:33:32.116 INFO:teuthology.orchestra.run.vm05.stdout:(147/150): s3cmd-2.4.0-1.el9.noarch.rpm 49 MB/s | 206 kB 00:00 2026-03-06T13:33:32.134 INFO:teuthology.orchestra.run.vm05.stdout:(148/150): thrift-0.15.0-4.el9.x86_64.rpm 76 MB/s | 1.6 MB 00:00 2026-03-06T13:33:32.163 INFO:teuthology.orchestra.run.vm09.stdout:(87/150): qatlib-25.08.0-2.el9.x86_64.rpm 1.5 MB/s | 240 kB 00:00 2026-03-06T13:33:32.331 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:33:32.331 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:33:32.334 INFO:teuthology.orchestra.run.vm09.stdout:(88/150): qatlib-service-25.08.0-2.el9.x86_64.r 217 kB/s | 37 kB 00:00 2026-03-06T13:33:32.428 INFO:teuthology.orchestra.run.vm09.stdout:(89/150): qatzip-libs-1.3.1-1.el9.x86_64.rpm 710 kB/s | 66 kB 00:00 2026-03-06T13:33:32.474 INFO:teuthology.orchestra.run.vm05.stdout:(149/150): librbd1-19.2.3-47.gc24117fd552.el9.c 8.9 MB/s | 3.2 MB 00:00 2026-03-06T13:33:32.539 INFO:teuthology.orchestra.run.vm05.stdout:(150/150): librados2-19.2.3-47.gc24117fd552.el9 8.1 MB/s | 3.4 MB 00:00 2026-03-06T13:33:32.543 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:33:32.543 INFO:teuthology.orchestra.run.vm05.stdout:Total 17 MB/s | 214 MB 00:12 2026-03-06T13:33:32.635 INFO:teuthology.orchestra.run.vm09.stdout:(90/150): socat-1.7.4.1-8.el9.x86_64.rpm 1.4 MB/s | 303 kB 00:00 2026-03-06T13:33:32.699 INFO:teuthology.orchestra.run.vm09.stdout:(91/150): xmlsec1-1.2.29-13.el9.x86_64.rpm 2.9 MB/s | 189 kB 00:00 2026-03-06T13:33:32.732 INFO:teuthology.orchestra.run.vm09.stdout:(92/150): xmlsec1-openssl-1.2.29-13.el9.x86_64. 2.7 MB/s | 90 kB 00:00 2026-03-06T13:33:33.073 INFO:teuthology.orchestra.run.vm09.stdout:(93/150): xmlstarlet-1.6.1-20.el9.x86_64.rpm 187 kB/s | 64 kB 00:00 2026-03-06T13:33:33.084 INFO:teuthology.orchestra.run.vm09.stdout:(94/150): lua-devel-5.4.4-4.el9.x86_64.rpm 2.9 MB/s | 22 kB 00:00 2026-03-06T13:33:33.102 INFO:teuthology.orchestra.run.vm09.stdout:(95/150): protobuf-compiler-3.14.0-17.el9.x86_6 46 MB/s | 862 kB 00:00 2026-03-06T13:33:33.116 INFO:teuthology.orchestra.run.vm09.stdout:(96/150): abseil-cpp-20211102.0-4.el9.x86_64.rp 40 MB/s | 551 kB 00:00 2026-03-06T13:33:33.123 INFO:teuthology.orchestra.run.vm09.stdout:(97/150): gperftools-libs-2.9.1-3.el9.x86_64.rp 47 MB/s | 308 kB 00:00 2026-03-06T13:33:33.125 INFO:teuthology.orchestra.run.vm09.stdout:(98/150): grpc-data-1.46.7-10.el9.noarch.rpm 9.4 MB/s | 19 kB 00:00 2026-03-06T13:33:33.164 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:33:33.181 INFO:teuthology.orchestra.run.vm09.stdout:(99/150): libarrow-9.0.0-15.el9.x86_64.rpm 79 MB/s | 4.4 MB 00:00 2026-03-06T13:33:33.184 INFO:teuthology.orchestra.run.vm09.stdout:(100/150): libarrow-doc-9.0.0-15.el9.noarch.rpm 9.2 MB/s | 25 kB 00:00 2026-03-06T13:33:33.187 INFO:teuthology.orchestra.run.vm09.stdout:(101/150): liboath-2.6.12-1.el9.x86_64.rpm 21 MB/s | 49 kB 00:00 2026-03-06T13:33:33.190 INFO:teuthology.orchestra.run.vm09.stdout:(102/150): libunwind-1.6.2-1.el9.x86_64.rpm 25 MB/s | 67 kB 00:00 2026-03-06T13:33:33.194 INFO:teuthology.orchestra.run.vm09.stdout:(103/150): luarocks-3.9.2-5.el9.noarch.rpm 41 MB/s | 151 kB 00:00 2026-03-06T13:33:33.205 INFO:teuthology.orchestra.run.vm09.stdout:(104/150): parquet-libs-9.0.0-15.el9.x86_64.rpm 73 MB/s | 838 kB 00:00 2026-03-06T13:33:33.214 INFO:teuthology.orchestra.run.vm09.stdout:(105/150): python3-asyncssh-2.13.2-5.el9.noarch 68 MB/s | 548 kB 00:00 2026-03-06T13:33:33.216 INFO:teuthology.orchestra.run.vm09.stdout:(106/150): python3-autocommand-2.2.2-8.el9.noar 13 MB/s | 29 kB 00:00 2026-03-06T13:33:33.219 INFO:teuthology.orchestra.run.vm09.stdout:(107/150): python3-backports-tarfile-1.2.0-1.el 21 MB/s | 60 kB 00:00 2026-03-06T13:33:33.222 INFO:teuthology.orchestra.run.vm09.stdout:(108/150): python3-bcrypt-3.2.2-1.el9.x86_64.rp 17 MB/s | 43 kB 00:00 2026-03-06T13:33:33.224 INFO:teuthology.orchestra.run.vm09.stdout:(109/150): python3-cachetools-4.2.4-1.el9.noarc 15 MB/s | 32 kB 00:00 2026-03-06T13:33:33.227 INFO:teuthology.orchestra.run.vm09.stdout:(110/150): python3-certifi-2023.05.07-4.el9.noa 5.0 MB/s | 14 kB 00:00 2026-03-06T13:33:33.230 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:33:33.230 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:33:33.231 INFO:teuthology.orchestra.run.vm09.stdout:(111/150): python3-cheroot-10.0.1-4.el9.noarch. 45 MB/s | 173 kB 00:00 2026-03-06T13:33:33.237 INFO:teuthology.orchestra.run.vm09.stdout:(112/150): python3-cherrypy-18.6.1-2.el9.noarch 61 MB/s | 358 kB 00:00 2026-03-06T13:33:33.242 INFO:teuthology.orchestra.run.vm09.stdout:(113/150): python3-google-auth-2.45.0-1.el9.noa 55 MB/s | 254 kB 00:00 2026-03-06T13:33:33.257 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:33:33.268 INFO:teuthology.orchestra.run.vm09.stdout:(114/150): python3-grpcio-1.46.7-10.el9.x86_64. 78 MB/s | 2.0 MB 00:00 2026-03-06T13:33:33.272 INFO:teuthology.orchestra.run.vm09.stdout:(115/150): python3-grpcio-tools-1.46.7-10.el9.x 39 MB/s | 144 kB 00:00 2026-03-06T13:33:33.273 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/152 2026-03-06T13:33:33.276 INFO:teuthology.orchestra.run.vm09.stdout:(116/150): python3-influxdb-5.3.1-1.el9.noarch. 40 MB/s | 139 kB 00:00 2026-03-06T13:33:33.279 INFO:teuthology.orchestra.run.vm09.stdout:(117/150): python3-isodate-0.6.1-3.el9.noarch.r 22 MB/s | 56 kB 00:00 2026-03-06T13:33:33.281 INFO:teuthology.orchestra.run.vm09.stdout:(118/150): python3-jaraco-8.2.1-3.el9.noarch.rp 5.3 MB/s | 11 kB 00:00 2026-03-06T13:33:33.283 INFO:teuthology.orchestra.run.vm09.stdout:(119/150): python3-jaraco-classes-3.2.1-5.el9.n 8.3 MB/s | 18 kB 00:00 2026-03-06T13:33:33.284 INFO:teuthology.orchestra.run.vm07.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/152 2026-03-06T13:33:33.286 INFO:teuthology.orchestra.run.vm09.stdout:(120/150): python3-jaraco-collections-3.0.0-8.e 7.3 MB/s | 23 kB 00:00 2026-03-06T13:33:33.289 INFO:teuthology.orchestra.run.vm09.stdout:(121/150): python3-jaraco-context-6.0.1-3.el9.n 9.7 MB/s | 20 kB 00:00 2026-03-06T13:33:33.291 INFO:teuthology.orchestra.run.vm09.stdout:(122/150): python3-jaraco-functools-3.5.0-2.el9 9.1 MB/s | 19 kB 00:00 2026-03-06T13:33:33.293 INFO:teuthology.orchestra.run.vm09.stdout:(123/150): python3-jaraco-text-4.0.0-2.el9.noar 12 MB/s | 26 kB 00:00 2026-03-06T13:33:33.307 INFO:teuthology.orchestra.run.vm09.stdout:(124/150): python3-kubernetes-26.1.0-3.el9.noar 74 MB/s | 1.0 MB 00:00 2026-03-06T13:33:33.310 INFO:teuthology.orchestra.run.vm09.stdout:(125/150): python3-logutils-0.3.5-21.el9.noarch 19 MB/s | 46 kB 00:00 2026-03-06T13:33:33.313 INFO:teuthology.orchestra.run.vm09.stdout:(126/150): python3-more-itertools-8.12.0-2.el9. 28 MB/s | 79 kB 00:00 2026-03-06T13:33:33.319 INFO:teuthology.orchestra.run.vm09.stdout:(127/150): python3-msgpack-1.0.3-2.el9.x86_64.r 15 MB/s | 86 kB 00:00 2026-03-06T13:33:33.322 INFO:teuthology.orchestra.run.vm09.stdout:(128/150): python3-natsort-7.1.1-5.el9.noarch.r 17 MB/s | 58 kB 00:00 2026-03-06T13:33:33.329 INFO:teuthology.orchestra.run.vm09.stdout:(129/150): python3-pecan-1.4.2-3.el9.noarch.rpm 40 MB/s | 272 kB 00:00 2026-03-06T13:33:33.331 INFO:teuthology.orchestra.run.vm09.stdout:(130/150): python3-portend-3.1.0-2.el9.noarch.r 8.4 MB/s | 16 kB 00:00 2026-03-06T13:33:33.334 INFO:teuthology.orchestra.run.vm09.stdout:(131/150): python3-pyOpenSSL-21.0.0-1.el9.noarc 30 MB/s | 90 kB 00:00 2026-03-06T13:33:33.337 INFO:teuthology.orchestra.run.vm09.stdout:(132/150): python3-repoze-lru-0.7-16.el9.noarch 13 MB/s | 31 kB 00:00 2026-03-06T13:33:33.341 INFO:teuthology.orchestra.run.vm09.stdout:(133/150): python3-routes-2.5.1-5.el9.noarch.rp 43 MB/s | 188 kB 00:00 2026-03-06T13:33:33.344 INFO:teuthology.orchestra.run.vm09.stdout:(134/150): python3-rsa-4.9-2.el9.noarch.rpm 18 MB/s | 59 kB 00:00 2026-03-06T13:33:33.349 INFO:teuthology.orchestra.run.vm09.stdout:(135/150): python3-saml-1.16.0-1.el9.noarch.rpm 29 MB/s | 125 kB 00:00 2026-03-06T13:33:33.351 INFO:teuthology.orchestra.run.vm09.stdout:(136/150): python3-tempora-5.0.0-2.el9.noarch.r 15 MB/s | 36 kB 00:00 2026-03-06T13:33:33.354 INFO:teuthology.orchestra.run.vm09.stdout:(137/150): python3-typing-extensions-4.15.0-1.e 31 MB/s | 86 kB 00:00 2026-03-06T13:33:33.359 INFO:teuthology.orchestra.run.vm09.stdout:(138/150): python3-webob-1.8.8-2.el9.noarch.rpm 46 MB/s | 230 kB 00:00 2026-03-06T13:33:33.362 INFO:teuthology.orchestra.run.vm09.stdout:(139/150): python3-websocket-client-1.2.3-2.el9 31 MB/s | 90 kB 00:00 2026-03-06T13:33:33.370 INFO:teuthology.orchestra.run.vm09.stdout:(140/150): python3-werkzeug-2.0.3-3.el9.1.noarc 54 MB/s | 427 kB 00:00 2026-03-06T13:33:33.373 INFO:teuthology.orchestra.run.vm09.stdout:(141/150): python3-xmlsec-1.3.13-1.el9.x86_64.r 17 MB/s | 48 kB 00:00 2026-03-06T13:33:33.376 INFO:teuthology.orchestra.run.vm09.stdout:(142/150): python3-xmltodict-0.12.0-15.el9.noar 8.1 MB/s | 22 kB 00:00 2026-03-06T13:33:33.378 INFO:teuthology.orchestra.run.vm09.stdout:(143/150): python3-zc-lockfile-2.0-10.el9.noarc 10 MB/s | 20 kB 00:00 2026-03-06T13:33:33.383 INFO:teuthology.orchestra.run.vm09.stdout:(144/150): re2-20211101-20.el9.x86_64.rpm 47 MB/s | 191 kB 00:00 2026-03-06T13:33:33.387 INFO:teuthology.orchestra.run.vm09.stdout:(145/150): s3cmd-2.4.0-1.el9.noarch.rpm 50 MB/s | 206 kB 00:00 2026-03-06T13:33:33.407 INFO:teuthology.orchestra.run.vm09.stdout:(146/150): thrift-0.15.0-4.el9.x86_64.rpm 80 MB/s | 1.6 MB 00:00 2026-03-06T13:33:33.455 INFO:teuthology.orchestra.run.vm07.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/152 2026-03-06T13:33:33.458 INFO:teuthology.orchestra.run.vm07.stdout: Upgrading : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:33.517 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:33.519 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:33:33.548 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:33:33.554 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 6/152 2026-03-06T13:33:33.564 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 7/152 2026-03-06T13:33:33.568 INFO:teuthology.orchestra.run.vm07.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/152 2026-03-06T13:33:33.570 INFO:teuthology.orchestra.run.vm07.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/152 2026-03-06T13:33:33.574 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/152 2026-03-06T13:33:33.616 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/152 2026-03-06T13:33:33.624 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 12/152 2026-03-06T13:33:33.634 INFO:teuthology.orchestra.run.vm07.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 13/152 2026-03-06T13:33:33.636 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:33:33.673 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:33:33.675 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:33:33.686 INFO:teuthology.orchestra.run.vm09.stdout:(147/150): python3-numpy-1.23.5-2.el9.x86_64.rp 2.4 MB/s | 6.1 MB 00:02 2026-03-06T13:33:33.692 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:33:33.728 INFO:teuthology.orchestra.run.vm07.stdout: Installing : re2-1:20211101-20.el9.x86_64 16/152 2026-03-06T13:33:33.764 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 17/152 2026-03-06T13:33:33.769 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 18/152 2026-03-06T13:33:33.794 INFO:teuthology.orchestra.run.vm07.stdout: Installing : liboath-2.6.12-1.el9.x86_64 19/152 2026-03-06T13:33:33.807 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 20/152 2026-03-06T13:33:33.812 INFO:teuthology.orchestra.run.vm09.stdout:(148/150): librados2-19.2.3-47.gc24117fd552.el9 8.5 MB/s | 3.4 MB 00:00 2026-03-06T13:33:33.818 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-packaging-20.9-5.el9.noarch 21/152 2026-03-06T13:33:33.828 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 22/152 2026-03-06T13:33:33.834 INFO:teuthology.orchestra.run.vm07.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 23/152 2026-03-06T13:33:33.840 INFO:teuthology.orchestra.run.vm07.stdout: Installing : lua-5.4.4-4.el9.x86_64 24/152 2026-03-06T13:33:33.846 INFO:teuthology.orchestra.run.vm07.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 25/152 2026-03-06T13:33:33.874 INFO:teuthology.orchestra.run.vm07.stdout: Installing : unzip-6.0-59.el9.x86_64 26/152 2026-03-06T13:33:33.891 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 27/152 2026-03-06T13:33:33.896 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 28/152 2026-03-06T13:33:33.903 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 29/152 2026-03-06T13:33:33.905 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 30/152 2026-03-06T13:33:33.936 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 31/152 2026-03-06T13:33:33.943 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 32/152 2026-03-06T13:33:33.953 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:33:33.967 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 34/152 2026-03-06T13:33:33.976 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 35/152 2026-03-06T13:33:34.007 INFO:teuthology.orchestra.run.vm07.stdout: Installing : zip-3.0-35.el9.x86_64 36/152 2026-03-06T13:33:34.012 INFO:teuthology.orchestra.run.vm07.stdout: Installing : luarocks-3.9.2-5.el9.noarch 37/152 2026-03-06T13:33:34.022 INFO:teuthology.orchestra.run.vm07.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 38/152 2026-03-06T13:33:34.038 INFO:teuthology.orchestra.run.vm09.stdout:(149/150): librbd1-19.2.3-47.gc24117fd552.el9.c 9.0 MB/s | 3.2 MB 00:00 2026-03-06T13:33:34.054 INFO:teuthology.orchestra.run.vm07.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 39/152 2026-03-06T13:33:34.074 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:33:34.074 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:33:34.123 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 40/152 2026-03-06T13:33:34.146 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 41/152 2026-03-06T13:33:34.151 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-rsa-4.9-2.el9.noarch 42/152 2026-03-06T13:33:34.159 INFO:teuthology.orchestra.run.vm07.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 43/152 2026-03-06T13:33:34.166 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 44/152 2026-03-06T13:33:34.172 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 45/152 2026-03-06T13:33:34.181 INFO:teuthology.orchestra.run.vm07.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 46/152 2026-03-06T13:33:34.188 INFO:teuthology.orchestra.run.vm07.stdout: Installing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 47/152 2026-03-06T13:33:34.192 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 48/152 2026-03-06T13:33:34.210 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 49/152 2026-03-06T13:33:34.236 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 50/152 2026-03-06T13:33:34.242 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 51/152 2026-03-06T13:33:34.250 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 52/152 2026-03-06T13:33:34.263 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 53/152 2026-03-06T13:33:34.275 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 54/152 2026-03-06T13:33:34.284 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 55/152 2026-03-06T13:33:34.307 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 56/152 2026-03-06T13:33:34.319 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 57/152 2026-03-06T13:33:34.385 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 58/152 2026-03-06T13:33:34.402 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 59/152 2026-03-06T13:33:34.423 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 60/152 2026-03-06T13:33:34.430 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 61/152 2026-03-06T13:33:34.440 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 62/152 2026-03-06T13:33:34.490 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 63/152 2026-03-06T13:33:34.874 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 64/152 2026-03-06T13:33:34.890 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 65/152 2026-03-06T13:33:34.895 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 66/152 2026-03-06T13:33:34.904 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 67/152 2026-03-06T13:33:34.908 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 68/152 2026-03-06T13:33:34.916 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 69/152 2026-03-06T13:33:34.921 INFO:teuthology.orchestra.run.vm07.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 70/152 2026-03-06T13:33:34.923 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 71/152 2026-03-06T13:33:34.952 INFO:teuthology.orchestra.run.vm07.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 72/152 2026-03-06T13:33:34.974 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:33:34.989 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/152 2026-03-06T13:33:35.004 INFO:teuthology.orchestra.run.vm07.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 73/152 2026-03-06T13:33:35.011 INFO:teuthology.orchestra.run.vm05.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/152 2026-03-06T13:33:35.016 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 74/152 2026-03-06T13:33:35.024 INFO:teuthology.orchestra.run.vm07.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 75/152 2026-03-06T13:33:35.030 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 76/152 2026-03-06T13:33:35.037 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 77/152 2026-03-06T13:33:35.042 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 78/152 2026-03-06T13:33:35.051 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 79/152 2026-03-06T13:33:35.057 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 80/152 2026-03-06T13:33:35.090 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 81/152 2026-03-06T13:33:35.102 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 82/152 2026-03-06T13:33:35.147 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 83/152 2026-03-06T13:33:35.179 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/152 2026-03-06T13:33:35.182 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:35.241 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:35.244 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:33:35.273 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:33:35.280 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 6/152 2026-03-06T13:33:35.290 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 7/152 2026-03-06T13:33:35.294 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/152 2026-03-06T13:33:35.297 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/152 2026-03-06T13:33:35.302 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/152 2026-03-06T13:33:35.341 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/152 2026-03-06T13:33:35.349 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 12/152 2026-03-06T13:33:35.359 INFO:teuthology.orchestra.run.vm05.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 13/152 2026-03-06T13:33:35.360 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:33:35.397 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:33:35.399 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:33:35.410 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 84/152 2026-03-06T13:33:35.414 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:33:35.440 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 85/152 2026-03-06T13:33:35.444 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 86/152 2026-03-06T13:33:35.448 INFO:teuthology.orchestra.run.vm07.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 87/152 2026-03-06T13:33:35.449 INFO:teuthology.orchestra.run.vm05.stdout: Installing : re2-1:20211101-20.el9.x86_64 16/152 2026-03-06T13:33:35.487 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 17/152 2026-03-06T13:33:35.493 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 18/152 2026-03-06T13:33:35.508 INFO:teuthology.orchestra.run.vm07.stdout: Installing : openblas-0.3.29-1.el9.x86_64 88/152 2026-03-06T13:33:35.512 INFO:teuthology.orchestra.run.vm07.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 89/152 2026-03-06T13:33:35.518 INFO:teuthology.orchestra.run.vm05.stdout: Installing : liboath-2.6.12-1.el9.x86_64 19/152 2026-03-06T13:33:35.532 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 20/152 2026-03-06T13:33:35.535 INFO:teuthology.orchestra.run.vm07.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 90/152 2026-03-06T13:33:35.540 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-packaging-20.9-5.el9.noarch 21/152 2026-03-06T13:33:35.551 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 22/152 2026-03-06T13:33:35.557 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 23/152 2026-03-06T13:33:35.563 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-5.4.4-4.el9.x86_64 24/152 2026-03-06T13:33:35.569 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 25/152 2026-03-06T13:33:35.597 INFO:teuthology.orchestra.run.vm05.stdout: Installing : unzip-6.0-59.el9.x86_64 26/152 2026-03-06T13:33:35.613 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 27/152 2026-03-06T13:33:35.618 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 28/152 2026-03-06T13:33:35.626 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 29/152 2026-03-06T13:33:35.629 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 30/152 2026-03-06T13:33:35.659 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 31/152 2026-03-06T13:33:35.667 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 32/152 2026-03-06T13:33:35.677 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:33:35.691 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 34/152 2026-03-06T13:33:35.700 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 35/152 2026-03-06T13:33:35.729 INFO:teuthology.orchestra.run.vm05.stdout: Installing : zip-3.0-35.el9.x86_64 36/152 2026-03-06T13:33:35.735 INFO:teuthology.orchestra.run.vm05.stdout: Installing : luarocks-3.9.2-5.el9.noarch 37/152 2026-03-06T13:33:35.743 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 38/152 2026-03-06T13:33:35.773 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 39/152 2026-03-06T13:33:35.832 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 40/152 2026-03-06T13:33:35.849 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 41/152 2026-03-06T13:33:35.854 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rsa-4.9-2.el9.noarch 42/152 2026-03-06T13:33:35.859 INFO:teuthology.orchestra.run.vm05.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 43/152 2026-03-06T13:33:35.866 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 44/152 2026-03-06T13:33:35.872 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 45/152 2026-03-06T13:33:35.882 INFO:teuthology.orchestra.run.vm05.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 46/152 2026-03-06T13:33:35.888 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 47/152 2026-03-06T13:33:35.893 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 48/152 2026-03-06T13:33:35.910 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 49/152 2026-03-06T13:33:35.930 INFO:teuthology.orchestra.run.vm07.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 91/152 2026-03-06T13:33:35.935 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 50/152 2026-03-06T13:33:35.945 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 51/152 2026-03-06T13:33:35.952 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 52/152 2026-03-06T13:33:35.965 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 53/152 2026-03-06T13:33:35.977 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 54/152 2026-03-06T13:33:35.986 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 55/152 2026-03-06T13:33:36.009 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 56/152 2026-03-06T13:33:36.017 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 92/152 2026-03-06T13:33:36.022 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 57/152 2026-03-06T13:33:36.084 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 58/152 2026-03-06T13:33:36.101 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 59/152 2026-03-06T13:33:36.121 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 60/152 2026-03-06T13:33:36.128 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 61/152 2026-03-06T13:33:36.138 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 62/152 2026-03-06T13:33:36.186 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 63/152 2026-03-06T13:33:36.535 INFO:teuthology.orchestra.run.vm09.stdout:(150/150): python3-scipy-1.9.3-2.el9.x86_64.rpm 4.2 MB/s | 19 MB 00:04 2026-03-06T13:33:36.537 INFO:teuthology.orchestra.run.vm09.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:33:36.538 INFO:teuthology.orchestra.run.vm09.stdout:Total 12 MB/s | 214 MB 00:17 2026-03-06T13:33:36.556 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 64/152 2026-03-06T13:33:36.573 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 65/152 2026-03-06T13:33:36.579 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 66/152 2026-03-06T13:33:36.587 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 67/152 2026-03-06T13:33:36.592 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 68/152 2026-03-06T13:33:36.600 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 69/152 2026-03-06T13:33:36.604 INFO:teuthology.orchestra.run.vm05.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 70/152 2026-03-06T13:33:36.607 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 71/152 2026-03-06T13:33:36.638 INFO:teuthology.orchestra.run.vm05.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 72/152 2026-03-06T13:33:36.692 INFO:teuthology.orchestra.run.vm05.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 73/152 2026-03-06T13:33:36.708 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 74/152 2026-03-06T13:33:36.717 INFO:teuthology.orchestra.run.vm05.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 75/152 2026-03-06T13:33:36.723 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 76/152 2026-03-06T13:33:36.731 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 77/152 2026-03-06T13:33:36.737 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 78/152 2026-03-06T13:33:36.746 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 79/152 2026-03-06T13:33:36.752 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 80/152 2026-03-06T13:33:36.786 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 81/152 2026-03-06T13:33:36.799 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 82/152 2026-03-06T13:33:36.802 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 93/152 2026-03-06T13:33:36.830 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 94/152 2026-03-06T13:33:36.842 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 83/152 2026-03-06T13:33:36.987 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 95/152 2026-03-06T13:33:36.989 INFO:teuthology.orchestra.run.vm07.stdout: Upgrading : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:33:37.023 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:33:37.028 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 97/152 2026-03-06T13:33:37.036 INFO:teuthology.orchestra.run.vm07.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 98/152 2026-03-06T13:33:37.110 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 84/152 2026-03-06T13:33:37.111 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:33:37.142 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 85/152 2026-03-06T13:33:37.146 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 86/152 2026-03-06T13:33:37.150 INFO:teuthology.orchestra.run.vm05.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 87/152 2026-03-06T13:33:37.168 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:33:37.168 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:33:37.212 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-0.3.29-1.el9.x86_64 88/152 2026-03-06T13:33:37.215 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 89/152 2026-03-06T13:33:37.241 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 90/152 2026-03-06T13:33:37.290 INFO:teuthology.orchestra.run.vm07.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 99/152 2026-03-06T13:33:37.292 INFO:teuthology.orchestra.run.vm07.stdout: Installing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:33:37.312 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:33:37.314 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 101/152 2026-03-06T13:33:37.625 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 91/152 2026-03-06T13:33:37.715 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 92/152 2026-03-06T13:33:38.006 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:33:38.006 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:33:38.443 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:38.448 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:38.478 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:38.481 INFO:teuthology.orchestra.run.vm07.stdout: Installing : smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:33:38.495 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:33:38.495 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service. 2026-03-06T13:33:38.495 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:38.513 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 93/152 2026-03-06T13:33:38.520 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-ply-3.11-14.el9.noarch 104/152 2026-03-06T13:33:38.541 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 105/152 2026-03-06T13:33:38.542 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 94/152 2026-03-06T13:33:38.631 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 106/152 2026-03-06T13:33:38.646 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 107/152 2026-03-06T13:33:38.675 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 108/152 2026-03-06T13:33:38.703 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 95/152 2026-03-06T13:33:38.706 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:33:38.713 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 109/152 2026-03-06T13:33:38.740 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:33:38.746 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 97/152 2026-03-06T13:33:38.755 INFO:teuthology.orchestra.run.vm05.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 98/152 2026-03-06T13:33:38.782 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 110/152 2026-03-06T13:33:38.794 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 111/152 2026-03-06T13:33:38.802 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 112/152 2026-03-06T13:33:38.811 INFO:teuthology.orchestra.run.vm07.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 113/152 2026-03-06T13:33:38.816 INFO:teuthology.orchestra.run.vm07.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 114/152 2026-03-06T13:33:38.818 INFO:teuthology.orchestra.run.vm07.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:33:38.836 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:33:38.923 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:33:38.955 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/152 2026-03-06T13:33:38.968 INFO:teuthology.orchestra.run.vm09.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/152 2026-03-06T13:33:39.017 INFO:teuthology.orchestra.run.vm05.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 99/152 2026-03-06T13:33:39.020 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:33:39.049 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:33:39.090 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 101/152 2026-03-06T13:33:39.143 INFO:teuthology.orchestra.run.vm09.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/152 2026-03-06T13:33:39.145 INFO:teuthology.orchestra.run.vm09.stdout: Upgrading : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:39.175 INFO:teuthology.orchestra.run.vm07.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 116/152 2026-03-06T13:33:39.198 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:33:39.216 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:39.274 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:33:39.441 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:33:39.476 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:33:39.476 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-06T13:33:39.476 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-06T13:33:39.476 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:39.494 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 6/152 2026-03-06T13:33:39.559 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 7/152 2026-03-06T13:33:39.584 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/152 2026-03-06T13:33:39.586 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:33:39.624 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/152 2026-03-06T13:33:39.639 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/152 2026-03-06T13:33:39.730 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/152 2026-03-06T13:33:39.813 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 12/152 2026-03-06T13:33:39.893 INFO:teuthology.orchestra.run.vm09.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 13/152 2026-03-06T13:33:39.930 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:33:39.967 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:33:39.969 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:33:39.982 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:33:40.037 INFO:teuthology.orchestra.run.vm09.stdout: Installing : re2-1:20211101-20.el9.x86_64 16/152 2026-03-06T13:33:40.077 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 17/152 2026-03-06T13:33:40.082 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 18/152 2026-03-06T13:33:40.108 INFO:teuthology.orchestra.run.vm09.stdout: Installing : liboath-2.6.12-1.el9.x86_64 19/152 2026-03-06T13:33:40.123 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 20/152 2026-03-06T13:33:40.132 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-packaging-20.9-5.el9.noarch 21/152 2026-03-06T13:33:40.142 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 22/152 2026-03-06T13:33:40.149 INFO:teuthology.orchestra.run.vm09.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 23/152 2026-03-06T13:33:40.153 INFO:teuthology.orchestra.run.vm09.stdout: Installing : lua-5.4.4-4.el9.x86_64 24/152 2026-03-06T13:33:40.158 INFO:teuthology.orchestra.run.vm09.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 25/152 2026-03-06T13:33:40.187 INFO:teuthology.orchestra.run.vm09.stdout: Installing : unzip-6.0-59.el9.x86_64 26/152 2026-03-06T13:33:40.204 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 27/152 2026-03-06T13:33:40.212 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 28/152 2026-03-06T13:33:40.219 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 29/152 2026-03-06T13:33:40.221 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 30/152 2026-03-06T13:33:40.241 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:40.253 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 31/152 2026-03-06T13:33:40.283 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:40.287 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 32/152 2026-03-06T13:33:40.298 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:33:40.312 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 34/152 2026-03-06T13:33:40.319 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:40.320 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 35/152 2026-03-06T13:33:40.324 INFO:teuthology.orchestra.run.vm05.stdout: Installing : smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:33:40.339 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:33:40.339 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service. 2026-03-06T13:33:40.339 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:40.350 INFO:teuthology.orchestra.run.vm09.stdout: Installing : zip-3.0-35.el9.x86_64 36/152 2026-03-06T13:33:40.356 INFO:teuthology.orchestra.run.vm09.stdout: Installing : luarocks-3.9.2-5.el9.noarch 37/152 2026-03-06T13:33:40.365 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ply-3.11-14.el9.noarch 104/152 2026-03-06T13:33:40.365 INFO:teuthology.orchestra.run.vm09.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 38/152 2026-03-06T13:33:40.386 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 105/152 2026-03-06T13:33:40.395 INFO:teuthology.orchestra.run.vm09.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 39/152 2026-03-06T13:33:40.455 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 40/152 2026-03-06T13:33:40.471 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 41/152 2026-03-06T13:33:40.476 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rsa-4.9-2.el9.noarch 42/152 2026-03-06T13:33:40.476 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 106/152 2026-03-06T13:33:40.481 INFO:teuthology.orchestra.run.vm09.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 43/152 2026-03-06T13:33:40.488 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 44/152 2026-03-06T13:33:40.491 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 107/152 2026-03-06T13:33:40.494 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 45/152 2026-03-06T13:33:40.502 INFO:teuthology.orchestra.run.vm09.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 46/152 2026-03-06T13:33:40.508 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 47/152 2026-03-06T13:33:40.513 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 48/152 2026-03-06T13:33:40.519 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 108/152 2026-03-06T13:33:40.533 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 49/152 2026-03-06T13:33:40.558 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 109/152 2026-03-06T13:33:40.560 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 50/152 2026-03-06T13:33:40.567 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 51/152 2026-03-06T13:33:40.573 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 52/152 2026-03-06T13:33:40.588 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 53/152 2026-03-06T13:33:40.600 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 54/152 2026-03-06T13:33:40.608 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 55/152 2026-03-06T13:33:40.619 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 110/152 2026-03-06T13:33:40.630 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 111/152 2026-03-06T13:33:40.632 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 56/152 2026-03-06T13:33:40.636 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 112/152 2026-03-06T13:33:40.643 INFO:teuthology.orchestra.run.vm05.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 113/152 2026-03-06T13:33:40.646 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 57/152 2026-03-06T13:33:40.647 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 114/152 2026-03-06T13:33:40.649 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:33:40.669 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:33:40.717 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 58/152 2026-03-06T13:33:40.733 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 59/152 2026-03-06T13:33:40.753 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 60/152 2026-03-06T13:33:40.760 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 61/152 2026-03-06T13:33:40.769 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 62/152 2026-03-06T13:33:40.817 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 63/152 2026-03-06T13:33:40.973 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 116/152 2026-03-06T13:33:40.979 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:33:41.021 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:33:41.021 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-06T13:33:41.021 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-06T13:33:41.021 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:41.027 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:33:41.196 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 64/152 2026-03-06T13:33:41.211 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 65/152 2026-03-06T13:33:41.217 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 66/152 2026-03-06T13:33:41.224 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 67/152 2026-03-06T13:33:41.229 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 68/152 2026-03-06T13:33:41.236 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 69/152 2026-03-06T13:33:41.240 INFO:teuthology.orchestra.run.vm09.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 70/152 2026-03-06T13:33:41.242 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 71/152 2026-03-06T13:33:41.272 INFO:teuthology.orchestra.run.vm09.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 72/152 2026-03-06T13:33:41.322 INFO:teuthology.orchestra.run.vm09.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 73/152 2026-03-06T13:33:41.336 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 74/152 2026-03-06T13:33:41.343 INFO:teuthology.orchestra.run.vm09.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 75/152 2026-03-06T13:33:41.349 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 76/152 2026-03-06T13:33:41.357 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 77/152 2026-03-06T13:33:41.361 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 78/152 2026-03-06T13:33:41.372 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 79/152 2026-03-06T13:33:41.377 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 80/152 2026-03-06T13:33:41.411 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 81/152 2026-03-06T13:33:41.423 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 82/152 2026-03-06T13:33:41.465 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 83/152 2026-03-06T13:33:41.724 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 84/152 2026-03-06T13:33:41.755 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 85/152 2026-03-06T13:33:41.759 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 86/152 2026-03-06T13:33:41.762 INFO:teuthology.orchestra.run.vm09.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 87/152 2026-03-06T13:33:41.822 INFO:teuthology.orchestra.run.vm09.stdout: Installing : openblas-0.3.29-1.el9.x86_64 88/152 2026-03-06T13:33:41.826 INFO:teuthology.orchestra.run.vm09.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 89/152 2026-03-06T13:33:41.849 INFO:teuthology.orchestra.run.vm09.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 90/152 2026-03-06T13:33:42.238 INFO:teuthology.orchestra.run.vm09.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 91/152 2026-03-06T13:33:42.329 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 92/152 2026-03-06T13:33:43.099 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 93/152 2026-03-06T13:33:43.125 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 94/152 2026-03-06T13:33:43.287 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 95/152 2026-03-06T13:33:43.290 INFO:teuthology.orchestra.run.vm09.stdout: Upgrading : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:33:43.324 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:33:43.329 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 97/152 2026-03-06T13:33:43.337 INFO:teuthology.orchestra.run.vm09.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 98/152 2026-03-06T13:33:43.604 INFO:teuthology.orchestra.run.vm09.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 99/152 2026-03-06T13:33:43.607 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:33:43.626 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:33:43.629 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 101/152 2026-03-06T13:33:44.751 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:45.058 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:45.087 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:33:45.192 INFO:teuthology.orchestra.run.vm09.stdout: Installing : smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:33:45.207 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:33:45.207 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service. 2026-03-06T13:33:45.207 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:45.283 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-ply-3.11-14.el9.noarch 104/152 2026-03-06T13:33:45.392 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 105/152 2026-03-06T13:33:45.536 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 106/152 2026-03-06T13:33:45.550 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 107/152 2026-03-06T13:33:45.577 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 108/152 2026-03-06T13:33:45.614 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 109/152 2026-03-06T13:33:45.682 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 110/152 2026-03-06T13:33:45.693 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 111/152 2026-03-06T13:33:45.700 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 112/152 2026-03-06T13:33:45.707 INFO:teuthology.orchestra.run.vm09.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 113/152 2026-03-06T13:33:45.711 INFO:teuthology.orchestra.run.vm09.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 114/152 2026-03-06T13:33:45.714 INFO:teuthology.orchestra.run.vm09.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:33:45.733 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:33:46.053 INFO:teuthology.orchestra.run.vm09.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 116/152 2026-03-06T13:33:46.067 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /sys 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /proc 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /mnt 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /var/tmp 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /home 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /root 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /tmp 2026-03-06T13:33:46.121 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:46.146 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:33:46.146 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-06T13:33:46.146 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-06T13:33:46.146 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:46.168 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:33:46.268 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:33:46.292 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:33:46.292 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:46.292 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:33:46.292 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:33:46.292 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:33:46.292 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:46.548 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:33:46.572 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:33:46.580 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:46.580 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:33:46.580 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:33:46.580 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:33:46.580 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:46.667 INFO:teuthology.orchestra.run.vm07.stdout: Installing : mailcap-2.1.49-5.el9.noarch 121/152 2026-03-06T13:33:46.678 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 122/152 2026-03-06T13:33:46.700 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:46.700 INFO:teuthology.orchestra.run.vm07.stdout:Creating group 'qat' with GID 994. 2026-03-06T13:33:46.700 INFO:teuthology.orchestra.run.vm07.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-06T13:33:46.700 INFO:teuthology.orchestra.run.vm07.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-06T13:33:46.700 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:46.715 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:46.744 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:46.745 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-06T13:33:46.745 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:46.767 INFO:teuthology.orchestra.run.vm07.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 124/152 2026-03-06T13:33:46.800 INFO:teuthology.orchestra.run.vm07.stdout: Installing : fuse-2.9.9-17.el9.x86_64 125/152 2026-03-06T13:33:46.887 INFO:teuthology.orchestra.run.vm07.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 126/152 2026-03-06T13:33:46.892 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:33:46.910 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:33:46.910 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:46.910 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:33:46.910 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /sys 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /proc 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /mnt 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /var/tmp 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /home 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /root 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /tmp 2026-03-06T13:33:47.193 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:47.315 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:33:47.342 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:33:47.342 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:47.342 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:33:47.342 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:33:47.342 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:33:47.342 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:47.570 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:33:47.593 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:33:47.593 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:47.593 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:33:47.593 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:33:47.593 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:33:47.593 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:47.601 INFO:teuthology.orchestra.run.vm05.stdout: Installing : mailcap-2.1.49-5.el9.noarch 121/152 2026-03-06T13:33:47.603 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 122/152 2026-03-06T13:33:47.621 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:47.621 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'qat' with GID 994. 2026-03-06T13:33:47.621 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-06T13:33:47.621 INFO:teuthology.orchestra.run.vm05.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-06T13:33:47.621 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:47.631 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:47.658 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:47.658 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-06T13:33:47.659 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:47.680 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 124/152 2026-03-06T13:33:47.709 INFO:teuthology.orchestra.run.vm05.stdout: Installing : fuse-2.9.9-17.el9.x86_64 125/152 2026-03-06T13:33:47.744 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:33:47.771 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:33:47.771 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:47.771 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:33:47.771 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:33:47.771 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:33:47.771 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:47.786 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 126/152 2026-03-06T13:33:47.790 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:33:47.806 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:33:47.806 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:47.806 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:33:47.806 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:47.842 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:33:47.845 INFO:teuthology.orchestra.run.vm07.stdout: Installing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:33:47.852 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 130/152 2026-03-06T13:33:47.875 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 131/152 2026-03-06T13:33:47.877 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:33:48.485 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:33:48.491 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:33:48.614 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:33:48.639 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:33:48.639 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:48.639 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:33:48.639 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:33:48.639 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:33:48.639 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:48.698 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:33:48.701 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:33:48.707 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 130/152 2026-03-06T13:33:48.730 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 131/152 2026-03-06T13:33:48.733 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:33:49.042 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:33:49.044 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:33:49.060 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:33:49.061 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:33:49.128 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:33:49.186 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 136/152 2026-03-06T13:33:49.188 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:33:49.210 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:33:49.210 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:49.210 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:33:49.210 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:33:49.210 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:33:49.211 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:49.225 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:33:49.237 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:33:49.277 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:33:49.283 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:33:49.293 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 139/152 2026-03-06T13:33:49.805 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 140/152 2026-03-06T13:33:49.807 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:33:49.809 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:33:49.809 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:33:49.824 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:33:49.826 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:33:49.831 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:33:49.831 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:49.831 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:33:49.831 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:33:49.831 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:33:49.831 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:49.843 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:33:49.867 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:33:49.867 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:49.867 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:33:49.867 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:49.891 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:33:49.949 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 136/152 2026-03-06T13:33:49.951 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:33:49.976 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:33:49.976 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:49.976 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:33:49.976 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:33:49.976 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:33:49.976 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:49.991 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:33:50.004 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:33:50.024 INFO:teuthology.orchestra.run.vm07.stdout: Installing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:33:50.046 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:33:50.046 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:50.046 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:33:50.046 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:33:50.046 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:33:50.046 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:50.061 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 139/152 2026-03-06T13:33:50.576 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 140/152 2026-03-06T13:33:50.580 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:33:50.603 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:33:50.603 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:50.603 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:33:50.603 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:33:50.603 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:33:50.603 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:50.615 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:33:50.635 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:33:50.635 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:50.635 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:33:50.635 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:50.848 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:33:50.870 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:33:50.870 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:50.870 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:33:50.870 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:33:50.871 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:33:50.871 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:52.620 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /sys 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /proc 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /mnt 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /var/tmp 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /home 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /root 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /tmp 2026-03-06T13:33:52.621 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:52.699 INFO:teuthology.orchestra.run.vm07.stdout: Installing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 144/152 2026-03-06T13:33:52.710 INFO:teuthology.orchestra.run.vm07.stdout: Installing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 145/152 2026-03-06T13:33:52.744 INFO:teuthology.orchestra.run.vm07.stdout: Installing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 146/152 2026-03-06T13:33:52.744 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:33:52.750 INFO:teuthology.orchestra.run.vm07.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 147/152 2026-03-06T13:33:52.769 INFO:teuthology.orchestra.run.vm07.stdout: Installing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 148/152 2026-03-06T13:33:52.769 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:33:52.769 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:52.769 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:33:52.769 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:33:52.769 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:33:52.769 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:52.776 INFO:teuthology.orchestra.run.vm07.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 149/152 2026-03-06T13:33:52.780 INFO:teuthology.orchestra.run.vm07.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 150/152 2026-03-06T13:33:52.780 INFO:teuthology.orchestra.run.vm07.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:33:52.798 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:33:52.798 INFO:teuthology.orchestra.run.vm07.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:33:52.994 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:33:53.018 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:33:53.018 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:53.018 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:33:53.018 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:33:53.018 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:33:53.018 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:53.026 INFO:teuthology.orchestra.run.vm09.stdout: Installing : mailcap-2.1.49-5.el9.noarch 121/152 2026-03-06T13:33:53.029 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 122/152 2026-03-06T13:33:53.047 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:53.047 INFO:teuthology.orchestra.run.vm09.stdout:Creating group 'qat' with GID 994. 2026-03-06T13:33:53.047 INFO:teuthology.orchestra.run.vm09.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-06T13:33:53.047 INFO:teuthology.orchestra.run.vm09.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-06T13:33:53.047 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:53.058 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:53.084 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:33:53.084 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-06T13:33:53.084 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:53.106 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 124/152 2026-03-06T13:33:53.133 INFO:teuthology.orchestra.run.vm09.stdout: Installing : fuse-2.9.9-17.el9.x86_64 125/152 2026-03-06T13:33:53.208 INFO:teuthology.orchestra.run.vm09.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 126/152 2026-03-06T13:33:53.213 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:33:53.228 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:33:53.229 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:53.229 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:33:53.229 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:53.412 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 144/152 2026-03-06T13:33:53.424 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 145/152 2026-03-06T13:33:53.464 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 146/152 2026-03-06T13:33:53.472 INFO:teuthology.orchestra.run.vm05.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 147/152 2026-03-06T13:33:53.495 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 148/152 2026-03-06T13:33:53.504 INFO:teuthology.orchestra.run.vm05.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 149/152 2026-03-06T13:33:53.508 INFO:teuthology.orchestra.run.vm05.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 150/152 2026-03-06T13:33:53.509 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:33:53.532 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:33:53.532 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:33:54.236 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:33:54.266 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:33:54.266 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:54.266 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:33:54.266 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:33:54.266 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:33:54.266 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:54.437 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:33:54.441 INFO:teuthology.orchestra.run.vm09.stdout: Installing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:33:54.445 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:33:54.445 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/152 2026-03-06T13:33:54.445 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/152 2026-03-06T13:33:54.445 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/152 2026-03-06T13:33:54.445 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:54.445 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/152 2026-03-06T13:33:54.447 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/152 2026-03-06T13:33:54.447 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 130/152 2026-03-06T13:33:54.447 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 7/152 2026-03-06T13:33:54.447 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 8/152 2026-03-06T13:33:54.447 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 9/152 2026-03-06T13:33:54.448 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 10/152 2026-03-06T13:33:54.448 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 11/152 2026-03-06T13:33:54.448 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 12/152 2026-03-06T13:33:54.448 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 13/152 2026-03-06T13:33:54.448 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 14/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 15/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 16/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 17/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 18/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 19/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 20/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 21/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 22/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 23/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 24/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 25/152 2026-03-06T13:33:54.449 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 26/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 27/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 28/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 29/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 30/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 31/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 32/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 34/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 35/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 36/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 37/152 2026-03-06T13:33:54.450 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 51/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 52/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 53/152 2026-03-06T13:33:54.451 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : zip-3.0-35.el9.x86_64 55/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/152 2026-03-06T13:33:54.452 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 76/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 77/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 78/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 79/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 80/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 81/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 82/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 83/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 84/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 85/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 86/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 87/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 88/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 89/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 90/152 2026-03-06T13:33:54.453 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 91/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 92/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 93/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 94/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 95/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 96/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 97/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 98/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 99/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 100/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 101/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 102/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 103/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 104/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 105/152 2026-03-06T13:33:54.454 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 106/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 107/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 108/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 109/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 110/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 111/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 112/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 113/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 114/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 115/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 116/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 117/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 118/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 119/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 120/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 121/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 122/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 123/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 124/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 125/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 126/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 127/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 128/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 129/152 2026-03-06T13:33:54.455 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 130/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 131/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 132/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 133/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 134/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 135/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 136/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 137/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 138/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 139/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 140/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 141/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 142/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 143/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 144/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 145/152 2026-03-06T13:33:54.456 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : re2-1:20211101-20.el9.x86_64 146/152 2026-03-06T13:33:54.457 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 147/152 2026-03-06T13:33:54.457 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 148/152 2026-03-06T13:33:54.457 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 149/152 2026-03-06T13:33:54.457 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 150/152 2026-03-06T13:33:54.457 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 151/152 2026-03-06T13:33:54.471 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 131/152 2026-03-06T13:33:54.474 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:33:54.623 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:33:54.623 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout:Upgraded: 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout:Installed: 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:33:54.624 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:33:54.625 INFO:teuthology.orchestra.run.vm07.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:33:54.626 INFO:teuthology.orchestra.run.vm07.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:33:54.627 INFO:teuthology.orchestra.run.vm07.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:33:54.629 INFO:teuthology.orchestra.run.vm07.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:33:54.629 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:33:54.629 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:33:54.780 DEBUG:teuthology.parallel:result is None 2026-03-06T13:33:55.046 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:33:55.170 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 7/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 8/152 2026-03-06T13:33:55.405 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 9/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 10/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 11/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 12/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 13/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 14/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 15/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 16/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 17/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 18/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 19/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 20/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 21/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 22/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 23/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 24/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 25/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 26/152 2026-03-06T13:33:55.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 27/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 28/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 29/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 30/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 31/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 32/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 34/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 35/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 36/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 37/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 51/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 52/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 53/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : zip-3.0-35.el9.x86_64 55/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/152 2026-03-06T13:33:55.407 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 76/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 77/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 78/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 79/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 80/152 2026-03-06T13:33:55.408 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 81/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 82/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 83/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 84/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 85/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 86/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 87/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 88/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 89/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 90/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 91/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 92/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 93/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 94/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 95/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 96/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 97/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 98/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 99/152 2026-03-06T13:33:55.409 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 100/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 101/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 102/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 103/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 104/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 105/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 106/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 107/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 108/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 109/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 110/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 111/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 112/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 113/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 114/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 115/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 116/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 117/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 118/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 119/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 120/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 121/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 122/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 123/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 124/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 125/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 126/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 127/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 128/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 129/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 130/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 131/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 132/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 133/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 134/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 135/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 136/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 137/152 2026-03-06T13:33:55.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 138/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 139/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 140/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 141/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 142/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 143/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 144/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 145/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : re2-1:20211101-20.el9.x86_64 146/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 147/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 148/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 149/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 150/152 2026-03-06T13:33:55.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 151/152 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout:Upgraded: 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.521 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:33:55.522 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:33:55.523 INFO:teuthology.orchestra.run.vm05.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:33:55.524 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:33:55.626 DEBUG:teuthology.parallel:result is None 2026-03-06T13:33:55.717 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:33:55.720 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:33:55.732 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:33:55.734 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:33:55.796 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:33:55.853 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 136/152 2026-03-06T13:33:55.856 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:33:55.877 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:33:55.877 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:55.878 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:33:55.878 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:33:55.878 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:33:55.878 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:55.892 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:33:55.903 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:33:55.960 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 139/152 2026-03-06T13:33:56.484 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 140/152 2026-03-06T13:33:56.488 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:33:56.513 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:33:56.513 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:56.513 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:33:56.513 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:33:56.513 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:33:56.513 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:56.524 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:33:56.546 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:33:56.546 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:56.546 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:33:56.546 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:56.700 INFO:teuthology.orchestra.run.vm09.stdout: Installing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:33:56.724 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:33:56.724 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:33:56.724 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:33:56.724 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:33:56.724 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:33:56.724 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:33:59.256 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 144/152 2026-03-06T13:33:59.267 INFO:teuthology.orchestra.run.vm09.stdout: Installing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 145/152 2026-03-06T13:33:59.299 INFO:teuthology.orchestra.run.vm09.stdout: Installing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 146/152 2026-03-06T13:33:59.328 INFO:teuthology.orchestra.run.vm09.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 147/152 2026-03-06T13:33:59.346 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 148/152 2026-03-06T13:33:59.353 INFO:teuthology.orchestra.run.vm09.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 149/152 2026-03-06T13:33:59.357 INFO:teuthology.orchestra.run.vm09.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 150/152 2026-03-06T13:33:59.357 INFO:teuthology.orchestra.run.vm09.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:33:59.372 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:33:59.372 INFO:teuthology.orchestra.run.vm09.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:34:00.643 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 7/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 8/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 9/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 10/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 11/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 12/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 13/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 14/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 15/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 16/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 17/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 18/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 19/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 20/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 21/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 22/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 23/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 24/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 25/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 26/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 27/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 28/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 29/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 30/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 31/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 32/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 34/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 35/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 36/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 37/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/152 2026-03-06T13:34:00.644 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 51/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 52/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 53/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : zip-3.0-35.el9.x86_64 55/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 76/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 77/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 78/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 79/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 80/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 81/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 82/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 83/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 84/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 85/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 86/152 2026-03-06T13:34:00.647 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 87/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 88/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 89/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 90/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 91/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 92/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 93/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 94/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 95/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 96/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 97/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 98/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 99/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 100/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 101/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 102/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 103/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 104/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 105/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 106/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 107/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 108/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 109/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 110/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 111/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 112/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 113/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 114/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 115/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 116/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 117/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 118/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 119/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 120/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 121/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 122/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 123/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 124/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 125/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 126/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 127/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 128/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 129/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 130/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 131/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 132/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 133/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 134/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 135/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 136/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 137/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 138/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 139/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 140/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 141/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 142/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 143/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 144/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 145/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : re2-1:20211101-20.el9.x86_64 146/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 147/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 148/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 149/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 150/152 2026-03-06T13:34:00.648 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 151/152 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout:Upgraded: 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout:Installed: 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:34:00.754 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:34:00.755 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:34:00.756 INFO:teuthology.orchestra.run.vm09.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:34:00.757 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:34:00.843 DEBUG:teuthology.parallel:result is None 2026-03-06T13:34:00.843 INFO:teuthology.task.install:Skipping version verification because we have custom repos... 2026-03-06T13:34:00.843 INFO:teuthology.task.install:Skipping version verification because we have custom repos... 2026-03-06T13:34:00.843 INFO:teuthology.task.install:Skipping version verification because we have custom repos... 2026-03-06T13:34:00.843 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-06T13:34:00.843 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:34:00.843 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-06T13:34:00.871 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:34:00.871 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-06T13:34:00.905 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:34:00.905 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-06T13:34:00.931 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-06T13:34:00.931 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:34:00.931 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/daemon-helper 2026-03-06T13:34:00.953 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-06T13:34:01.014 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:34:01.014 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/usr/bin/daemon-helper 2026-03-06T13:34:01.043 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-06T13:34:01.113 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:34:01.113 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/usr/bin/daemon-helper 2026-03-06T13:34:01.137 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-06T13:34:01.200 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-06T13:34:01.200 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:34:01.200 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-06T13:34:01.225 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-06T13:34:01.288 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:34:01.289 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-06T13:34:01.314 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-06T13:34:01.381 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:34:01.381 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-06T13:34:01.408 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-06T13:34:01.471 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-06T13:34:01.471 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:34:01.471 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/stdin-killer 2026-03-06T13:34:01.494 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-06T13:34:01.557 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:34:01.557 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/usr/bin/stdin-killer 2026-03-06T13:34:01.589 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-06T13:34:01.662 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:34:01.662 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/usr/bin/stdin-killer 2026-03-06T13:34:01.686 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-06T13:34:01.749 INFO:teuthology.run_tasks:Running task cephadm... 2026-03-06T13:34:01.794 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd mclock iops capacity threshold hdd': 49000}}, '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': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'cephadm_binary_url': 'https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm', 'containers': {'image': 'harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3'}} 2026-03-06T13:34:01.794 INFO:tasks.cephadm:Provided image contains tag or digest, using it as is 2026-03-06T13:34:01.794 INFO:tasks.cephadm:Cluster image is harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 2026-03-06T13:34:01.794 INFO:tasks.cephadm:Cluster fsid is c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:34:01.794 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-03-06T13:34:01.794 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '192.168.123.105', 'mon.b': '192.168.123.107', 'mon.c': '192.168.123.109'} 2026-03-06T13:34:01.794 INFO:tasks.cephadm:First mon is mon.a on vm05 2026-03-06T13:34:01.794 INFO:tasks.cephadm:First mgr is a 2026-03-06T13:34:01.794 INFO:tasks.cephadm:Normalizing hostnames... 2026-03-06T13:34:01.795 DEBUG:teuthology.orchestra.run.vm05:> sudo hostname $(hostname -s) 2026-03-06T13:34:01.819 DEBUG:teuthology.orchestra.run.vm07:> sudo hostname $(hostname -s) 2026-03-06T13:34:01.844 DEBUG:teuthology.orchestra.run.vm09:> sudo hostname $(hostname -s) 2026-03-06T13:34:01.867 INFO:tasks.cephadm:Downloading cephadm from url: https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm 2026-03-06T13:34:01.867 DEBUG:teuthology.orchestra.run.vm05:> curl --silent -L https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:02.938 INFO:teuthology.orchestra.run.vm05.stdout:-rw-r--r--. 1 ubuntu ubuntu 787672 Mar 6 13:34 /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:02.938 DEBUG:teuthology.orchestra.run.vm07:> curl --silent -L https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:04.031 INFO:teuthology.orchestra.run.vm07.stdout:-rw-r--r--. 1 ubuntu ubuntu 787672 Mar 6 13:34 /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:04.031 DEBUG:teuthology.orchestra.run.vm09:> curl --silent -L https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:05.130 INFO:teuthology.orchestra.run.vm09.stdout:-rw-r--r--. 1 ubuntu ubuntu 787672 Mar 6 13:34 /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:05.130 DEBUG:teuthology.orchestra.run.vm05:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:05.146 DEBUG:teuthology.orchestra.run.vm07:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:05.162 DEBUG:teuthology.orchestra.run.vm09:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-06T13:34:05.181 INFO:tasks.cephadm:Pulling image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 on all hosts... 2026-03-06T13:34:05.181 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 pull 2026-03-06T13:34:05.188 DEBUG:teuthology.orchestra.run.vm07:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 pull 2026-03-06T13:34:05.203 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 pull 2026-03-06T13:34:05.489 INFO:teuthology.orchestra.run.vm05.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:34:05.528 INFO:teuthology.orchestra.run.vm09.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:34:05.550 INFO:teuthology.orchestra.run.vm07.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:34:27.723 INFO:teuthology.orchestra.run.vm07.stdout:{ 2026-03-06T13:34:27.723 INFO:teuthology.orchestra.run.vm07.stdout: "ceph_version": "ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable)", 2026-03-06T13:34:27.723 INFO:teuthology.orchestra.run.vm07.stdout: "image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", 2026-03-06T13:34:27.723 INFO:teuthology.orchestra.run.vm07.stdout: "repo_digests": [ 2026-03-06T13:34:27.723 INFO:teuthology.orchestra.run.vm07.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b" 2026-03-06T13:34:27.723 INFO:teuthology.orchestra.run.vm07.stdout: ] 2026-03-06T13:34:27.723 INFO:teuthology.orchestra.run.vm07.stdout:} 2026-03-06T13:34:28.290 INFO:teuthology.orchestra.run.vm05.stdout:{ 2026-03-06T13:34:28.290 INFO:teuthology.orchestra.run.vm05.stdout: "ceph_version": "ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable)", 2026-03-06T13:34:28.290 INFO:teuthology.orchestra.run.vm05.stdout: "image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", 2026-03-06T13:34:28.290 INFO:teuthology.orchestra.run.vm05.stdout: "repo_digests": [ 2026-03-06T13:34:28.290 INFO:teuthology.orchestra.run.vm05.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b" 2026-03-06T13:34:28.290 INFO:teuthology.orchestra.run.vm05.stdout: ] 2026-03-06T13:34:28.290 INFO:teuthology.orchestra.run.vm05.stdout:} 2026-03-06T13:34:29.062 INFO:teuthology.orchestra.run.vm09.stdout:{ 2026-03-06T13:34:29.062 INFO:teuthology.orchestra.run.vm09.stdout: "ceph_version": "ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable)", 2026-03-06T13:34:29.062 INFO:teuthology.orchestra.run.vm09.stdout: "image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", 2026-03-06T13:34:29.062 INFO:teuthology.orchestra.run.vm09.stdout: "repo_digests": [ 2026-03-06T13:34:29.062 INFO:teuthology.orchestra.run.vm09.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b" 2026-03-06T13:34:29.062 INFO:teuthology.orchestra.run.vm09.stdout: ] 2026-03-06T13:34:29.062 INFO:teuthology.orchestra.run.vm09.stdout:} 2026-03-06T13:34:29.076 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /etc/ceph 2026-03-06T13:34:29.106 DEBUG:teuthology.orchestra.run.vm07:> sudo mkdir -p /etc/ceph 2026-03-06T13:34:29.132 DEBUG:teuthology.orchestra.run.vm09:> sudo mkdir -p /etc/ceph 2026-03-06T13:34:29.157 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 777 /etc/ceph 2026-03-06T13:34:29.182 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod 777 /etc/ceph 2026-03-06T13:34:29.206 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod 777 /etc/ceph 2026-03-06T13:34:29.231 INFO:tasks.cephadm:Writing seed config... 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-03-06T13:34:29.232 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-03-06T13:34:29.232 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:34:29.232 DEBUG:teuthology.orchestra.run.vm05:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-03-06T13:34:29.247 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=jerasure 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 = c169c906-1958-11f1-b32b-27a16367f1d5 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops 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 osd mclock iops capacity threshold hdd = 49000 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-03-06T13:34:29.248 DEBUG:teuthology.orchestra.run.vm05:mon.a> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.a.service 2026-03-06T13:34:29.290 DEBUG:teuthology.orchestra.run.vm05:mgr.a> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a.service 2026-03-06T13:34:29.332 INFO:tasks.cephadm:Bootstrapping... 2026-03-06T13:34:29.332 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 -v bootstrap --fsid c169c906-1958-11f1-b32b-27a16367f1d5 --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 192.168.123.105 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:34:29.639 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:34:29.639 INFO:teuthology.orchestra.run.vm05.stdout:cephadm ['--image', 'harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3', '-v', 'bootstrap', '--fsid', 'c169c906-1958-11f1-b32b-27a16367f1d5', '--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', '192.168.123.105', '--skip-admin-label'] 2026-03-06T13:34:29.639 INFO:teuthology.orchestra.run.vm05.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-03-06T13:34:29.639 INFO:teuthology.orchestra.run.vm05.stdout:Verifying podman|docker is present... 2026-03-06T13:34:29.664 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stdout 5.8.0 2026-03-06T13:34:29.664 INFO:teuthology.orchestra.run.vm05.stdout:Verifying lvm2 is present... 2026-03-06T13:34:29.664 INFO:teuthology.orchestra.run.vm05.stdout:Verifying time synchronization is in place... 2026-03-06T13:34:29.672 INFO:teuthology.orchestra.run.vm05.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-06T13:34:29.672 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-06T13:34:29.678 INFO:teuthology.orchestra.run.vm05.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-06T13:34:29.678 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stdout inactive 2026-03-06T13:34:29.684 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stdout enabled 2026-03-06T13:34:29.691 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stdout active 2026-03-06T13:34:29.691 INFO:teuthology.orchestra.run.vm05.stdout:Unit chronyd.service is enabled and running 2026-03-06T13:34:29.691 INFO:teuthology.orchestra.run.vm05.stdout:Repeating the final host check... 2026-03-06T13:34:29.715 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stdout 5.8.0 2026-03-06T13:34:29.716 INFO:teuthology.orchestra.run.vm05.stdout:podman (/bin/podman) version 5.8.0 is present 2026-03-06T13:34:29.716 INFO:teuthology.orchestra.run.vm05.stdout:systemctl is present 2026-03-06T13:34:29.716 INFO:teuthology.orchestra.run.vm05.stdout:lvcreate is present 2026-03-06T13:34:29.723 INFO:teuthology.orchestra.run.vm05.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-06T13:34:29.723 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-06T13:34:29.730 INFO:teuthology.orchestra.run.vm05.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-06T13:34:29.730 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stdout inactive 2026-03-06T13:34:29.737 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stdout enabled 2026-03-06T13:34:29.743 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stdout active 2026-03-06T13:34:29.743 INFO:teuthology.orchestra.run.vm05.stdout:Unit chronyd.service is enabled and running 2026-03-06T13:34:29.743 INFO:teuthology.orchestra.run.vm05.stdout:Host looks OK 2026-03-06T13:34:29.743 INFO:teuthology.orchestra.run.vm05.stdout:Cluster fsid: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:34:29.743 INFO:teuthology.orchestra.run.vm05.stdout:Acquiring lock 139755486263664 on /run/cephadm/c169c906-1958-11f1-b32b-27a16367f1d5.lock 2026-03-06T13:34:29.743 INFO:teuthology.orchestra.run.vm05.stdout:Lock 139755486263664 acquired on /run/cephadm/c169c906-1958-11f1-b32b-27a16367f1d5.lock 2026-03-06T13:34:29.743 INFO:teuthology.orchestra.run.vm05.stdout:Verifying IP 192.168.123.105 port 3300 ... 2026-03-06T13:34:29.744 INFO:teuthology.orchestra.run.vm05.stdout:Verifying IP 192.168.123.105 port 6789 ... 2026-03-06T13:34:29.744 INFO:teuthology.orchestra.run.vm05.stdout:Base mon IP(s) is [192.168.123.105:3300, 192.168.123.105:6789], mon addrv is [v2:192.168.123.105:3300,v1:192.168.123.105:6789] 2026-03-06T13:34:29.748 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout default via 192.168.123.1 dev eth0 proto dhcp src 192.168.123.105 metric 100 2026-03-06T13:34:29.748 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout 192.168.123.0/24 dev eth0 proto kernel scope link src 192.168.123.105 metric 100 2026-03-06T13:34:29.751 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-03-06T13:34:29.751 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout fe80::/64 dev eth0 proto kernel metric 1024 pref medium 2026-03-06T13:34:29.753 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-03-06T13:34:29.753 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-03-06T13:34:29.753 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-06T13:34:29.753 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout 2: eth0: mtu 1500 state UP qlen 1000 2026-03-06T13:34:29.753 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout inet6 fe80::5055:ff:fe00:5/64 scope link noprefixroute 2026-03-06T13:34:29.754 INFO:teuthology.orchestra.run.vm05.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-06T13:34:29.754 INFO:teuthology.orchestra.run.vm05.stdout:Mon IP `192.168.123.105` is in CIDR network `192.168.123.0/24` 2026-03-06T13:34:29.754 INFO:teuthology.orchestra.run.vm05.stdout:Mon IP `192.168.123.105` is in CIDR network `192.168.123.0/24` 2026-03-06T13:34:29.754 INFO:teuthology.orchestra.run.vm05.stdout:Inferred mon public CIDR from local network configuration ['192.168.123.0/24', '192.168.123.0/24'] 2026-03-06T13:34:29.754 INFO:teuthology.orchestra.run.vm05.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-03-06T13:34:29.755 INFO:teuthology.orchestra.run.vm05.stdout:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:34:30.642 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stdout 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 2026-03-06T13:34:30.642 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stderr Trying to pull harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:34:30.642 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stderr Getting image source signatures 2026-03-06T13:34:30.642 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stderr Copying blob sha256:d21d4233fd3d4dd2f376e5ef084c47891c860682c1de15a9c0357cea5defbc91 2026-03-06T13:34:30.642 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stderr Copying config sha256:306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 2026-03-06T13:34:30.642 INFO:teuthology.orchestra.run.vm05.stdout:/bin/podman: stderr Writing manifest to image destination 2026-03-06T13:34:30.896 INFO:teuthology.orchestra.run.vm05.stdout:ceph: stdout ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable) 2026-03-06T13:34:30.896 INFO:teuthology.orchestra.run.vm05.stdout:Ceph version: ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable) 2026-03-06T13:34:30.896 INFO:teuthology.orchestra.run.vm05.stdout:Extracting ceph user uid/gid from container image... 2026-03-06T13:34:30.991 INFO:teuthology.orchestra.run.vm05.stdout:stat: stdout 167 167 2026-03-06T13:34:30.991 INFO:teuthology.orchestra.run.vm05.stdout:Creating initial keys... 2026-03-06T13:34:31.099 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph-authtool: stdout AQDXyappOY7bAxAA1C5cnig3aHh85x7xTpiEaQ== 2026-03-06T13:34:31.178 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph-authtool: stdout AQDXyapp/V2aCRAAFjoR4B/6b5Zy+8ifwDKsIg== 2026-03-06T13:34:31.279 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph-authtool: stdout AQDXyappDihxDhAAzw/stsn+uO6rR4rT5CpAcA== 2026-03-06T13:34:31.279 INFO:teuthology.orchestra.run.vm05.stdout:Creating initial monmap... 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:monmaptool for a [v2:192.168.123.105:3300,v1:192.168.123.105:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:setting min_mon_release = quincy 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/monmaptool: set fsid to c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:34:31.369 INFO:teuthology.orchestra.run.vm05.stdout:Creating mon... 2026-03-06T13:34:31.505 INFO:teuthology.orchestra.run.vm05.stdout:create mon.a on 2026-03-06T13:34:31.662 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-03-06T13:34:31.776 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-03-06T13:34:31.904 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c169c906-1958-11f1-b32b-27a16367f1d5.target → /etc/systemd/system/ceph-c169c906-1958-11f1-b32b-27a16367f1d5.target. 2026-03-06T13:34:31.904 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c169c906-1958-11f1-b32b-27a16367f1d5.target → /etc/systemd/system/ceph-c169c906-1958-11f1-b32b-27a16367f1d5.target. 2026-03-06T13:34:32.068 INFO:teuthology.orchestra.run.vm05.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.a 2026-03-06T13:34:32.068 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.a.service: Unit ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.a.service not loaded. 2026-03-06T13:34:32.215 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c169c906-1958-11f1-b32b-27a16367f1d5.target.wants/ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.a.service → /etc/systemd/system/ceph-c169c906-1958-11f1-b32b-27a16367f1d5@.service. 2026-03-06T13:34:32.391 INFO:teuthology.orchestra.run.vm05.stdout:firewalld does not appear to be present 2026-03-06T13:34:32.391 INFO:teuthology.orchestra.run.vm05.stdout:Not possible to enable service . firewalld.service is not available 2026-03-06T13:34:32.391 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for mon to start... 2026-03-06T13:34:32.391 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for mon... 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout cluster: 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout id: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout services: 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.241536s) 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout data: 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout pgs: 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:mon is available 2026-03-06T13:34:32.700 INFO:teuthology.orchestra.run.vm05.stdout:Assimilating anything we can from ceph.conf... 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout [global] 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout fsid = c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.105:3300,v1:192.168.123.105:6789] 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout [osd] 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-06T13:34:33.026 INFO:teuthology.orchestra.run.vm05.stdout:Generating new minimal ceph.conf... 2026-03-06T13:34:33.321 INFO:teuthology.orchestra.run.vm05.stdout:Restarting the monitor... 2026-03-06T13:34:33.712 INFO:teuthology.orchestra.run.vm05.stdout:Setting public_network to 192.168.123.0/24 in mon config section 2026-03-06T13:34:34.029 INFO:teuthology.orchestra.run.vm05.stdout:Wrote config to /etc/ceph/ceph.conf 2026-03-06T13:34:34.031 INFO:teuthology.orchestra.run.vm05.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:34:34.031 INFO:teuthology.orchestra.run.vm05.stdout:Creating mgr... 2026-03-06T13:34:34.031 INFO:teuthology.orchestra.run.vm05.stdout:Verifying port 0.0.0.0:9283 ... 2026-03-06T13:34:34.031 INFO:teuthology.orchestra.run.vm05.stdout:Verifying port 0.0.0.0:8765 ... 2026-03-06T13:34:34.205 INFO:teuthology.orchestra.run.vm05.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a 2026-03-06T13:34:34.205 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a.service: Unit ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a.service not loaded. 2026-03-06T13:34:34.330 INFO:teuthology.orchestra.run.vm05.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c169c906-1958-11f1-b32b-27a16367f1d5.target.wants/ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a.service → /etc/systemd/system/ceph-c169c906-1958-11f1-b32b-27a16367f1d5@.service. 2026-03-06T13:34:34.501 INFO:teuthology.orchestra.run.vm05.stdout:firewalld does not appear to be present 2026-03-06T13:34:34.501 INFO:teuthology.orchestra.run.vm05.stdout:Not possible to enable service . firewalld.service is not available 2026-03-06T13:34:34.501 INFO:teuthology.orchestra.run.vm05.stdout:firewalld does not appear to be present 2026-03-06T13:34:34.501 INFO:teuthology.orchestra.run.vm05.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-03-06T13:34:34.501 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for mgr to start... 2026-03-06T13:34:34.501 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for mgr... 2026-03-06T13:34:34.819 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsid": "c169c906-1958-11f1-b32b-27a16367f1d5", 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:34:34.820 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:34:32:429388+0000", 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:34:32.430220+0000", 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:34.821 INFO:teuthology.orchestra.run.vm05.stdout:mgr not available, waiting (1/15)... 2026-03-06T13:34:35.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:34 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3012211363' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:34:36.388 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:36 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:36.067+0000 7fd08780d100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:34:37.126 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:36 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:36.961+0000 7fd08780d100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:34:37.126 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:37 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:37.094+0000 7fd08780d100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsid": "c169c906-1958-11f1-b32b-27a16367f1d5", 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:34:37.149 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:34:32:429388+0000", 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:34:32.430220+0000", 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:37.150 INFO:teuthology.orchestra.run.vm05.stdout:mgr not available, waiting (2/15)... 2026-03-06T13:34:37.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:37 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/4069522708' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:34:37.403 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:37 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:37.369+0000 7fd08780d100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:34:39.454 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:39 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:39.342+0000 7fd08780d100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsid": "c169c906-1958-11f1-b32b-27a16367f1d5", 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:34:39.477 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:34:32:429388+0000", 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:34:32.430220+0000", 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:39.478 INFO:teuthology.orchestra.run.vm05.stdout:mgr not available, waiting (3/15)... 2026-03-06T13:34:39.725 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:39 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/683247482' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:34:39.725 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:39 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:39.723+0000 7fd08780d100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:34:40.005 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:39 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:39.874+0000 7fd08780d100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:34:40.005 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:40.004+0000 7fd08780d100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:34:40.286 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:40.155+0000 7fd08780d100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:34:40.286 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:40.285+0000 7fd08780d100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:34:41.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:40.822+0000 7fd08780d100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:34:41.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:40.981+0000 7fd08780d100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:34:41.771 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:41 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:41.754+0000 7fd08780d100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsid": "c169c906-1958-11f1-b32b-27a16367f1d5", 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:41.785 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:34:32:429388+0000", 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:34:41.786 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:34:32.430220+0000", 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:41.787 INFO:teuthology.orchestra.run.vm05.stdout:mgr not available, waiting (4/15)... 2026-03-06T13:34:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:41 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3481433378' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:34:43.073 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:42 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:42.817+0000 7fd08780d100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:34:43.073 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:42 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:42.943+0000 7fd08780d100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:34:43.334 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:43 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:43.071+0000 7fd08780d100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:34:43.638 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:43 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:43.332+0000 7fd08780d100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:34:43.638 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:43 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:43.455+0000 7fd08780d100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:34:44.068 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:43 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:43.768+0000 7fd08780d100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsid": "c169c906-1958-11f1-b32b-27a16367f1d5", 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:34:44.109 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:34:32:429388+0000", 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:34:32.430220+0000", 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:44.110 INFO:teuthology.orchestra.run.vm05.stdout:mgr not available, waiting (5/15)... 2026-03-06T13:34:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:44 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/4102767854' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:34:44.389 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:44 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:44.182+0000 7fd08780d100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:34:44.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:44 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:44.567+0000 7fd08780d100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:34:44.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:44 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:44.696+0000 7fd08780d100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:34:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: Activating manager daemon a 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: mgrmap e2: a(active, starting, since 0.0048068s) 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: Manager daemon a is now available 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-06T13:34:45.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:45 vm05 ceph-mon[53620]: from='mgr.14100 192.168.123.105:0/818917518' entity='mgr.a' 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsid": "c169c906-1958-11f1-b32b-27a16367f1d5", 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:34:46.495 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:34:32:429388+0000", 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:34:32.430220+0000", 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:46.496 INFO:teuthology.orchestra.run.vm05.stdout:mgr is available 2026-03-06T13:34:46.709 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:46 vm05 ceph-mon[53620]: mgrmap e3: a(active, since 1.00883s) 2026-03-06T13:34:46.709 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:46 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/164395038' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:34:46.840 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:46.840 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout [global] 2026-03-06T13:34:46.840 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout fsid = c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:34:46.840 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-06T13:34:46.840 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.105:3300,v1:192.168.123.105:6789] 2026-03-06T13:34:46.840 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-06T13:34:46.840 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout [osd] 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-06T13:34:46.841 INFO:teuthology.orchestra.run.vm05.stdout:Enabling cephadm module... 2026-03-06T13:34:48.386 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-mon[53620]: mgrmap e4: a(active, since 2s) 2026-03-06T13:34:48.386 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/726606497' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-06T13:34:48.386 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/726606497' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-06T13:34:48.386 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3015911177' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-06T13:34:48.386 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: ignoring --setuser ceph since I am not root 2026-03-06T13:34:48.386 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: ignoring --setgroup ceph since I am not root 2026-03-06T13:34:48.386 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:48.384+0000 7effcf529100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:34:48.639 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:48 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:48.508+0000 7effcf529100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for the mgr to restart... 2026-03-06T13:34:49.025 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for mgr epoch 5... 2026-03-06T13:34:49.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:49 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3015911177' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-06T13:34:49.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:49 vm05 ceph-mon[53620]: mgrmap e5: a(active, since 3s) 2026-03-06T13:34:49.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:49 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2709240260' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-06T13:34:50.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:49 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:49.675+0000 7effcf529100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:34:50.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:50 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:50.515+0000 7effcf529100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:34:50.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:50 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:50.637+0000 7effcf529100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:34:51.388 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:50 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:50.889+0000 7effcf529100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:34:53.090 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:52 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:52.736+0000 7effcf529100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:34:53.353 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:53 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:53.088+0000 7effcf529100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:34:53.354 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:53 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:53.235+0000 7effcf529100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:34:53.609 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:53 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:53.352+0000 7effcf529100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:34:53.609 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:53 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:53.489+0000 7effcf529100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:34:53.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:53 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:53.607+0000 7effcf529100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:34:54.638 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:54 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:54.142+0000 7effcf529100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:34:54.638 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:54 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:54.304+0000 7effcf529100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:34:55.388 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:55 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:55.066+0000 7effcf529100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:34:56.489 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:56 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:56.204+0000 7effcf529100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:34:56.489 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:56 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:56.348+0000 7effcf529100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:34:56.774 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:56 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:56.487+0000 7effcf529100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:34:57.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:56 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:56.772+0000 7effcf529100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:34:57.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:56 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:56.895+0000 7effcf529100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:34:57.587 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:57 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:57.206+0000 7effcf529100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:34:57.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:57 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:57.586+0000 7effcf529100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:34:58.274 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:57 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:57.984+0000 7effcf529100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:34:58.274 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:34:58.103+0000 7effcf529100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:34:58.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: Active manager daemon a restarted 2026-03-06T13:34:58.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: Activating manager daemon a 2026-03-06T13:34:58.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: osdmap e2: 0 total, 0 up, 0 in 2026-03-06T13:34:58.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: mgrmap e6: a(active, starting, since 0.120112s) 2026-03-06T13:34:58.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:34:58.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-06T13:34:58.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: Manager daemon a is now available 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:34:58.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:58 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:34:59.323 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:34:59.323 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-03-06T13:34:59.323 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-06T13:34:59.323 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:34:59.323 INFO:teuthology.orchestra.run.vm05.stdout:mgr epoch 5 is available 2026-03-06T13:34:59.323 INFO:teuthology.orchestra.run.vm05.stdout:Setting orchestrator backend to cephadm... 2026-03-06T13:34:59.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:59 vm05 ceph-mon[53620]: Found migration_current of "None". Setting to last migration. 2026-03-06T13:34:59.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:59 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:34:59.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:59 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-06T13:34:59.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:59 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:34:59.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:59 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:34:59.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:34:59 vm05 ceph-mon[53620]: mgrmap e7: a(active, since 1.13482s) 2026-03-06T13:35:00.191 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout value unchanged 2026-03-06T13:35:00.191 INFO:teuthology.orchestra.run.vm05.stdout:Generating ssh key... 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: [06/Mar/2026:12:34:59] ENGINE Bus STARTING 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: [06/Mar/2026:12:34:59] ENGINE Serving on http://192.168.123.105:8765 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: [06/Mar/2026:12:34:59] ENGINE Serving on https://192.168.123.105:7150 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: [06/Mar/2026:12:34:59] ENGINE Bus STARTED 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: [06/Mar/2026:12:34:59] ENGINE Client ('192.168.123.105', 41244) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-mon[53620]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: Generating public/private rsa key pair. 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: Your identification has been saved in /tmp/tmpzpgrhqu9/key 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: Your public key has been saved in /tmp/tmpzpgrhqu9/key.pub 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: The key fingerprint is: 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: SHA256:cMxfxI2MY6d9nzl+FHWUb+LvnB0V8+RbBONpKzTxgkU ceph-c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: The key's randomart image is: 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: +---[RSA 3072]----+ 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | =Eoo.o| 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | o ++=+.=o| 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | . +..== =o*| 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | o ..o.+o**| 2026-03-06T13:35:00.959 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | S . .o.+O| 2026-03-06T13:35:00.960 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | ..+*| 2026-03-06T13:35:00.960 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | .=.| 2026-03-06T13:35:00.960 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | o*| 2026-03-06T13:35:00.960 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: | o=| 2026-03-06T13:35:00.960 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:00 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: +----[SHA256]-----+ 2026-03-06T13:35:01.206 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjhPXaLKZi2e2D1rx7wgqt/qWvqxo96LRG9jDMqjIPMtxqPIjEpLeM16Q2WVCFSXIAosYrGS8ogSUHSg4UcHEiICV3GEFiNNcmYW/v9fHr1HIZA8l5i+ebvZHpwnRFYrI6qdVLrwMF1tTxrqLkdZcDgOW5jTYcqS1hzHsWltd75+TAHYQILzCX4vxpQr4soH8s8opTFili+HdISBgGWXM+3neWCeR3hl3Y7dyQZCQ1QNjC60yXu09zVUuyQu4Pzdeo/xGqKM+6hAdYhx6KauMvdKmCutSjP6wzn1ieF6hySq5REku4dnh41Xqp2WBN41tYOy80KG9j8mjlJ1Ju77cGJABubg00wqoqcUCfHn9Eg5EXYJH/IfDqb8L+1z9s+kg49L7YnfGdGlPQBuaO+0mMsEXZcs9aWBjlcW55oAez/xul1Gc1U6E9RzF/gEucPkftWbr9isK9N5jy6f29LhGmImbTHwcbSh6f3bEgFIRgKgKEqyFEOcAMwaQID1RN08s= ceph-c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:01.206 INFO:teuthology.orchestra.run.vm05.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:35:01.206 INFO:teuthology.orchestra.run.vm05.stdout:Adding key to root@localhost authorized_keys... 2026-03-06T13:35:01.206 INFO:teuthology.orchestra.run.vm05.stdout:Adding host vm05... 2026-03-06T13:35:01.971 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:01 vm05 ceph-mon[53620]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:01.971 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:01 vm05 ceph-mon[53620]: Generating ssh key... 2026-03-06T13:35:01.971 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:01 vm05 ceph-mon[53620]: mgrmap e8: a(active, since 2s) 2026-03-06T13:35:01.971 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:01 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:01.971 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:01 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:01.971 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:01 vm05 ceph-mon[53620]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:03.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:02 vm05 ceph-mon[53620]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm05", "addr": "192.168.123.105", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:03.753 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:03 vm05 ceph-mon[53620]: Deploying cephadm binary to vm05 2026-03-06T13:35:04.060 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout Added host 'vm05' with addr '192.168.123.105' 2026-03-06T13:35:04.060 INFO:teuthology.orchestra.run.vm05.stdout:Deploying unmanaged mon service... 2026-03-06T13:35:04.502 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-03-06T13:35:04.502 INFO:teuthology.orchestra.run.vm05.stdout:Deploying unmanaged mgr service... 2026-03-06T13:35:04.910 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-03-06T13:35:05.109 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:05 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:05.109 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:05 vm05 ceph-mon[53620]: Added host vm05 2026-03-06T13:35:05.109 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:05 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:05.109 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:05 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:05.109 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:05 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:05.716 INFO:teuthology.orchestra.run.vm05.stdout:Enabling the dashboard module... 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: Saving service mon spec with placement count:5 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: Saving service mgr spec with placement count:2 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3089723768' entity='client.admin' 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3039444092' entity='client.admin' 2026-03-06T13:35:06.021 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:06 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:07.339 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/287235499' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-06T13:35:07.339 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:07.339 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:07.339 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:35:07.339 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' 2026-03-06T13:35:07.339 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-06T13:35:07.339 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-mon[53620]: from='mgr.14124 192.168.123.105:0/4285442378' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]': finished 2026-03-06T13:35:07.340 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: ignoring --setuser ceph since I am not root 2026-03-06T13:35:07.340 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: ignoring --setgroup ceph since I am not root 2026-03-06T13:35:07.340 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:07.337+0000 7f36f56e0100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for the mgr to restart... 2026-03-06T13:35:07.500 INFO:teuthology.orchestra.run.vm05.stdout:Waiting for mgr epoch 9... 2026-03-06T13:35:07.620 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:07 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:07.477+0000 7f36f56e0100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:35:08.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:08 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/287235499' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-06T13:35:08.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:08 vm05 ceph-mon[53620]: mgrmap e9: a(active, since 8s) 2026-03-06T13:35:08.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:08 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3712207535' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-06T13:35:09.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:08 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:08.654+0000 7f36f56e0100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:35:09.875 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:09 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:09.518+0000 7f36f56e0100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:35:09.875 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:09 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:09.637+0000 7f36f56e0100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:35:10.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:09 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:09.873+0000 7f36f56e0100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:35:12.039 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:11 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:11.682+0000 7f36f56e0100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:35:12.299 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:12 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:12.037+0000 7f36f56e0100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:35:12.299 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:12 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:12.176+0000 7f36f56e0100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:35:12.567 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:12 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:12.297+0000 7f36f56e0100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:35:12.567 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:12 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:12.440+0000 7f36f56e0100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:35:12.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:12 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:12.566+0000 7f36f56e0100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:35:13.388 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:13 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:13.078+0000 7f36f56e0100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:35:13.388 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:13 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:13.235+0000 7f36f56e0100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:35:14.388 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:13 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:13.977+0000 7f36f56e0100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:35:15.316 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:15 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:15.058+0000 7f36f56e0100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:35:15.316 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:15 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:15.179+0000 7f36f56e0100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:35:15.577 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:15 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:15.314+0000 7f36f56e0100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:35:15.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:15 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:15.576+0000 7f36f56e0100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:35:15.888 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:15 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:15.701+0000 7f36f56e0100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:35:16.356 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:16.011+0000 7f36f56e0100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:35:16.638 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:16.355+0000 7f36f56e0100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: Active manager daemon a restarted 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: Activating manager daemon a 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: osdmap e3: 0 total, 0 up, 0 in 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: mgrmap e10: a(active, starting, since 0.0148222s) 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: Manager daemon a is now available 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:16.746+0000 7f36f56e0100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:35:17.025 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:16 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:16.871+0000 7f36f56e0100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:35:17.946 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:35:17.946 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-03-06T13:35:17.946 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-06T13:35:17.946 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:35:17.946 INFO:teuthology.orchestra.run.vm05.stdout:mgr epoch 9 is available 2026-03-06T13:35:17.946 INFO:teuthology.orchestra.run.vm05.stdout:Generating a dashboard self-signed certificate... 2026-03-06T13:35:18.602 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-03-06T13:35:18.602 INFO:teuthology.orchestra.run.vm05.stdout:Creating initial admin user... 2026-03-06T13:35:18.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: mgrmap e11: a(active, since 1.02144s) 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:18.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:18 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:19.166 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$x.3gcz4M8gfDpan.sTXk8u17AyGvfjPeY9tgtW0e6YNrBgu6cDKaW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1772800519, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-03-06T13:35:19.166 INFO:teuthology.orchestra.run.vm05.stdout:Fetching dashboard port number... 2026-03-06T13:35:19.531 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stdout 8443 2026-03-06T13:35:19.531 INFO:teuthology.orchestra.run.vm05.stdout:firewalld does not appear to be present 2026-03-06T13:35:19.531 INFO:teuthology.orchestra.run.vm05.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-03-06T13:35:19.532 INFO:teuthology.orchestra.run.vm05.stdout:Ceph Dashboard is now available at: 2026-03-06T13:35:19.532 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.532 INFO:teuthology.orchestra.run.vm05.stdout: URL: https://vm05.local:8443/ 2026-03-06T13:35:19.532 INFO:teuthology.orchestra.run.vm05.stdout: User: admin 2026-03-06T13:35:19.532 INFO:teuthology.orchestra.run.vm05.stdout: Password: aewhzxbie7 2026-03-06T13:35:19.532 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.533 INFO:teuthology.orchestra.run.vm05.stdout:Saving cluster configuration to /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config directory 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: Deploying daemon agent.vm05 on vm05 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: [06/Mar/2026:12:35:18] ENGINE Bus STARTING 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: [06/Mar/2026:12:35:18] ENGINE Serving on http://192.168.123.105:8765 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: 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-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: [06/Mar/2026:12:35:19] ENGINE Serving on https://192.168.123.105:7150 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: [06/Mar/2026:12:35:19] ENGINE Bus STARTED 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: [06/Mar/2026:12:35:19] ENGINE Client ('192.168.123.105', 37716) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:19.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:19 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/1092497347' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-06T13:35:19.929 INFO:teuthology.orchestra.run.vm05.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout:Or, if you are only running a single cluster on this host: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout:Please consider enabling telemetry to help improve Ceph: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: ceph telemetry on 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout:For more information see: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:19.930 INFO:teuthology.orchestra.run.vm05.stdout:Bootstrap complete. 2026-03-06T13:35:19.957 INFO:tasks.cephadm:Fetching config... 2026-03-06T13:35:19.957 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:35:19.957 DEBUG:teuthology.orchestra.run.vm05:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-03-06T13:35:19.977 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-03-06T13:35:19.977 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:35:19.977 DEBUG:teuthology.orchestra.run.vm05:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-03-06T13:35:20.037 INFO:tasks.cephadm:Fetching mon keyring... 2026-03-06T13:35:20.037 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:35:20.037 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/keyring of=/dev/stdout 2026-03-06T13:35:20.110 INFO:tasks.cephadm:Fetching pub ssh key... 2026-03-06T13:35:20.111 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:35:20.111 DEBUG:teuthology.orchestra.run.vm05:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-03-06T13:35:20.173 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-03-06T13:35:20.173 DEBUG:teuthology.orchestra.run.vm05:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjhPXaLKZi2e2D1rx7wgqt/qWvqxo96LRG9jDMqjIPMtxqPIjEpLeM16Q2WVCFSXIAosYrGS8ogSUHSg4UcHEiICV3GEFiNNcmYW/v9fHr1HIZA8l5i+ebvZHpwnRFYrI6qdVLrwMF1tTxrqLkdZcDgOW5jTYcqS1hzHsWltd75+TAHYQILzCX4vxpQr4soH8s8opTFili+HdISBgGWXM+3neWCeR3hl3Y7dyQZCQ1QNjC60yXu09zVUuyQu4Pzdeo/xGqKM+6hAdYhx6KauMvdKmCutSjP6wzn1ieF6hySq5REku4dnh41Xqp2WBN41tYOy80KG9j8mjlJ1Ju77cGJABubg00wqoqcUCfHn9Eg5EXYJH/IfDqb8L+1z9s+kg49L7YnfGdGlPQBuaO+0mMsEXZcs9aWBjlcW55oAez/xul1Gc1U6E9RzF/gEucPkftWbr9isK9N5jy6f29LhGmImbTHwcbSh6f3bEgFIRgKgKEqyFEOcAMwaQID1RN08s= ceph-c169c906-1958-11f1-b32b-27a16367f1d5' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-06T13:35:20.298 INFO:teuthology.orchestra.run.vm05.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjhPXaLKZi2e2D1rx7wgqt/qWvqxo96LRG9jDMqjIPMtxqPIjEpLeM16Q2WVCFSXIAosYrGS8ogSUHSg4UcHEiICV3GEFiNNcmYW/v9fHr1HIZA8l5i+ebvZHpwnRFYrI6qdVLrwMF1tTxrqLkdZcDgOW5jTYcqS1hzHsWltd75+TAHYQILzCX4vxpQr4soH8s8opTFili+HdISBgGWXM+3neWCeR3hl3Y7dyQZCQ1QNjC60yXu09zVUuyQu4Pzdeo/xGqKM+6hAdYhx6KauMvdKmCutSjP6wzn1ieF6hySq5REku4dnh41Xqp2WBN41tYOy80KG9j8mjlJ1Ju77cGJABubg00wqoqcUCfHn9Eg5EXYJH/IfDqb8L+1z9s+kg49L7YnfGdGlPQBuaO+0mMsEXZcs9aWBjlcW55oAez/xul1Gc1U6E9RzF/gEucPkftWbr9isK9N5jy6f29LhGmImbTHwcbSh6f3bEgFIRgKgKEqyFEOcAMwaQID1RN08s= ceph-c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:20.321 DEBUG:teuthology.orchestra.run.vm07:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjhPXaLKZi2e2D1rx7wgqt/qWvqxo96LRG9jDMqjIPMtxqPIjEpLeM16Q2WVCFSXIAosYrGS8ogSUHSg4UcHEiICV3GEFiNNcmYW/v9fHr1HIZA8l5i+ebvZHpwnRFYrI6qdVLrwMF1tTxrqLkdZcDgOW5jTYcqS1hzHsWltd75+TAHYQILzCX4vxpQr4soH8s8opTFili+HdISBgGWXM+3neWCeR3hl3Y7dyQZCQ1QNjC60yXu09zVUuyQu4Pzdeo/xGqKM+6hAdYhx6KauMvdKmCutSjP6wzn1ieF6hySq5REku4dnh41Xqp2WBN41tYOy80KG9j8mjlJ1Ju77cGJABubg00wqoqcUCfHn9Eg5EXYJH/IfDqb8L+1z9s+kg49L7YnfGdGlPQBuaO+0mMsEXZcs9aWBjlcW55oAez/xul1Gc1U6E9RzF/gEucPkftWbr9isK9N5jy6f29LhGmImbTHwcbSh6f3bEgFIRgKgKEqyFEOcAMwaQID1RN08s= ceph-c169c906-1958-11f1-b32b-27a16367f1d5' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-06T13:35:20.353 INFO:teuthology.orchestra.run.vm07.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjhPXaLKZi2e2D1rx7wgqt/qWvqxo96LRG9jDMqjIPMtxqPIjEpLeM16Q2WVCFSXIAosYrGS8ogSUHSg4UcHEiICV3GEFiNNcmYW/v9fHr1HIZA8l5i+ebvZHpwnRFYrI6qdVLrwMF1tTxrqLkdZcDgOW5jTYcqS1hzHsWltd75+TAHYQILzCX4vxpQr4soH8s8opTFili+HdISBgGWXM+3neWCeR3hl3Y7dyQZCQ1QNjC60yXu09zVUuyQu4Pzdeo/xGqKM+6hAdYhx6KauMvdKmCutSjP6wzn1ieF6hySq5REku4dnh41Xqp2WBN41tYOy80KG9j8mjlJ1Ju77cGJABubg00wqoqcUCfHn9Eg5EXYJH/IfDqb8L+1z9s+kg49L7YnfGdGlPQBuaO+0mMsEXZcs9aWBjlcW55oAez/xul1Gc1U6E9RzF/gEucPkftWbr9isK9N5jy6f29LhGmImbTHwcbSh6f3bEgFIRgKgKEqyFEOcAMwaQID1RN08s= ceph-c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:20.364 DEBUG:teuthology.orchestra.run.vm09:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjhPXaLKZi2e2D1rx7wgqt/qWvqxo96LRG9jDMqjIPMtxqPIjEpLeM16Q2WVCFSXIAosYrGS8ogSUHSg4UcHEiICV3GEFiNNcmYW/v9fHr1HIZA8l5i+ebvZHpwnRFYrI6qdVLrwMF1tTxrqLkdZcDgOW5jTYcqS1hzHsWltd75+TAHYQILzCX4vxpQr4soH8s8opTFili+HdISBgGWXM+3neWCeR3hl3Y7dyQZCQ1QNjC60yXu09zVUuyQu4Pzdeo/xGqKM+6hAdYhx6KauMvdKmCutSjP6wzn1ieF6hySq5REku4dnh41Xqp2WBN41tYOy80KG9j8mjlJ1Ju77cGJABubg00wqoqcUCfHn9Eg5EXYJH/IfDqb8L+1z9s+kg49L7YnfGdGlPQBuaO+0mMsEXZcs9aWBjlcW55oAez/xul1Gc1U6E9RzF/gEucPkftWbr9isK9N5jy6f29LhGmImbTHwcbSh6f3bEgFIRgKgKEqyFEOcAMwaQID1RN08s= ceph-c169c906-1958-11f1-b32b-27a16367f1d5' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-06T13:35:20.396 INFO:teuthology.orchestra.run.vm09.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjhPXaLKZi2e2D1rx7wgqt/qWvqxo96LRG9jDMqjIPMtxqPIjEpLeM16Q2WVCFSXIAosYrGS8ogSUHSg4UcHEiICV3GEFiNNcmYW/v9fHr1HIZA8l5i+ebvZHpwnRFYrI6qdVLrwMF1tTxrqLkdZcDgOW5jTYcqS1hzHsWltd75+TAHYQILzCX4vxpQr4soH8s8opTFili+HdISBgGWXM+3neWCeR3hl3Y7dyQZCQ1QNjC60yXu09zVUuyQu4Pzdeo/xGqKM+6hAdYhx6KauMvdKmCutSjP6wzn1ieF6hySq5REku4dnh41Xqp2WBN41tYOy80KG9j8mjlJ1Ju77cGJABubg00wqoqcUCfHn9Eg5EXYJH/IfDqb8L+1z9s+kg49L7YnfGdGlPQBuaO+0mMsEXZcs9aWBjlcW55oAez/xul1Gc1U6E9RzF/gEucPkftWbr9isK9N5jy6f29LhGmImbTHwcbSh6f3bEgFIRgKgKEqyFEOcAMwaQID1RN08s= ceph-c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:20.406 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-03-06T13:35:20.818 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:20.833 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: mgrmap e12: a(active, since 2s) 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/447876097' entity='client.admin' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:20.834 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:20 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:21.347 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-03-06T13:35:21.348 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-03-06T13:35:21.771 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:22.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:21 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:22.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:21 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/774576234' entity='client.admin' 2026-03-06T13:35:22.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:21 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:22.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:21 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:22.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:21 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:22.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:21 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:22.275 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm07 2026-03-06T13:35:22.275 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:35:22.275 DEBUG:teuthology.orchestra.run.vm07:> dd of=/etc/ceph/ceph.conf 2026-03-06T13:35:22.293 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:35:22.293 DEBUG:teuthology.orchestra.run.vm07:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:22.350 INFO:tasks.cephadm:Adding host vm07 to orchestrator... 2026-03-06T13:35:22.350 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch host add vm07 2026-03-06T13:35:22.771 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:23.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:23.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:23.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:23.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:23.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:23.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:23.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: Updating vm05:/etc/ceph/ceph.conf 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: Updating vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: Updating vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.client.admin.keyring 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:24 vm05 ceph-mon[53620]: mgrmap e13: a(active, since 6s) 2026-03-06T13:35:25.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:25 vm05 ceph-mon[53620]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm07", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:25.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:25 vm05 ceph-mon[53620]: Deploying cephadm binary to vm07 2026-03-06T13:35:25.521 INFO:teuthology.orchestra.run.vm05.stdout:Added host 'vm07' with addr '192.168.123.107' 2026-03-06T13:35:25.587 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch host ls --format=json 2026-03-06T13:35:25.914 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:26.252 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:26.252 INFO:teuthology.orchestra.run.vm05.stdout:[{"addr": "192.168.123.105", "hostname": "vm05", "labels": [], "status": ""}, {"addr": "192.168.123.107", "hostname": "vm07", "labels": [], "status": ""}] 2026-03-06T13:35:26.319 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm09 2026-03-06T13:35:26.319 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:35:26.319 DEBUG:teuthology.orchestra.run.vm09:> dd of=/etc/ceph/ceph.conf 2026-03-06T13:35:26.334 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:35:26.334 DEBUG:teuthology.orchestra.run.vm09:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:26.388 INFO:tasks.cephadm:Adding host vm09 to orchestrator... 2026-03-06T13:35:26.388 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch host add vm09 2026-03-06T13:35:26.783 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: Added host vm07 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm07", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:26.814 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: Updating vm07:/etc/ceph/ceph.conf 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: Updating vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: Updating vm07:/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: Updating vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.client.admin.keyring 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm07", "caps": []}]: dispatch 2026-03-06T13:35:28.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:27 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm07", "caps": []}]': finished 2026-03-06T13:35:29.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:29.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: Deploying daemon agent.vm07 on vm07 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: Deploying cephadm binary to vm09 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:29.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:28 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:29.611 INFO:teuthology.orchestra.run.vm05.stdout:Added host 'vm09' with addr '192.168.123.109' 2026-03-06T13:35:29.670 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch host ls --format=json 2026-03-06T13:35:30.021 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:30.401 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:30.401 INFO:teuthology.orchestra.run.vm05.stdout:[{"addr": "192.168.123.105", "hostname": "vm05", "labels": [], "status": ""}, {"addr": "192.168.123.107", "hostname": "vm07", "labels": [], "status": ""}, {"addr": "192.168.123.109", "hostname": "vm09", "labels": [], "status": ""}] 2026-03-06T13:35:30.641 INFO:tasks.cephadm:Setting crush tunables to default 2026-03-06T13:35:30.641 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd crush tunables default 2026-03-06T13:35:31.003 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: Added host vm09 2026-03-06T13:35:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:35:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:32.112 INFO:teuthology.orchestra.run.vm05.stderr:adjusted tunables profile to default 2026-03-06T13:35:32.158 INFO:tasks.cephadm:Adding mon.a on vm05 2026-03-06T13:35:32.158 INFO:tasks.cephadm:Adding mon.b on vm07 2026-03-06T13:35:32.158 INFO:tasks.cephadm:Adding mon.c on vm09 2026-03-06T13:35:32.158 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch apply mon '3;vm05:192.168.123.105=a;vm07:192.168.123.107=b;vm09:192.168.123.109=c' 2026-03-06T13:35:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:35:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: Updating vm09:/etc/ceph/ceph.conf 2026-03-06T13:35:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: Updating vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: Updating vm09:/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: Updating vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.client.admin.keyring 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm09", "caps": []}]: dispatch 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm09", "caps": []}]': finished 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/458901132' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-06T13:35:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:32.590 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:33.059 INFO:teuthology.orchestra.run.vm09.stdout:Scheduled mon update... 2026-03-06T13:35:33.171 DEBUG:teuthology.orchestra.run.vm07:mon.b> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.b.service 2026-03-06T13:35:33.173 DEBUG:teuthology.orchestra.run.vm09:mon.c> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.c.service 2026-03-06T13:35:33.176 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-06T13:35:33.176 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph mon dump -f json 2026-03-06T13:35:33.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: Deploying daemon agent.vm09 on vm09 2026-03-06T13:35:33.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/458901132' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-06T13:35:33.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:33.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:35:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:33.646 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:34.319 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:35:34.319 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"c169c906-1958-11f1-b32b-27a16367f1d5","modified":"2026-03-06T12:34:31.351719Z","created":"2026-03-06T12:34:31.351719Z","min_mon_release":19,"min_mon_release_name":"squid","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:3300","nonce":0},{"type":"v1","addr":"192.168.123.105:6789","nonce":0}]},"addr":"192.168.123.105:6789/0","public_addr":"192.168.123.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-03-06T13:35:34.319 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-03-06T13:35:34.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:34 vm05 ceph-mon[53620]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm05:192.168.123.105=a;vm07:192.168.123.107=b;vm09:192.168.123.109=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:34.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:34 vm05 ceph-mon[53620]: Saving service mon spec with placement vm05:192.168.123.105=a;vm07:192.168.123.107=b;vm09:192.168.123.109=c;count:3 2026-03-06T13:35:34.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:34 vm05 ceph-mon[53620]: Deploying daemon mon.c on vm09 2026-03-06T13:35:34.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:34.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:35.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:35 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/1919260711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-06T13:35:35.440 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-06T13:35:35.441 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph mon dump -f json 2026-03-06T13:35:35.824 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.c/config 2026-03-06T13:35:36.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:36 vm07 ceph-mon[58093]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-03-06T13:35:40.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:40 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: Deploying daemon mon.b on vm07 2026-03-06T13:35:40.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:35:40.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: mon.a calling monitor election 2026-03-06T13:35:40.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:40.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:40.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:40.638 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: mon.c calling monitor election 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: monmap epoch 2 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: last_changed 2026-03-06T12:35:35.150670+0000 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: min_mon_release 19 (squid) 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: election_strategy: 1 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: fsmap 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: mgrmap e13: a(active, since 23s) 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: overall HEALTH_OK 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.639 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:40.728 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:35:40.728 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":2,"fsid":"c169c906-1958-11f1-b32b-27a16367f1d5","modified":"2026-03-06T12:35:35.150670Z","created":"2026-03-06T12:34:31.351719Z","min_mon_release":19,"min_mon_release_name":"squid","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:3300","nonce":0},{"type":"v1","addr":"192.168.123.105:6789","nonce":0}]},"addr":"192.168.123.105:6789/0","public_addr":"192.168.123.105:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:3300","nonce":0},{"type":"v1","addr":"192.168.123.109:6789","nonce":0}]},"addr":"192.168.123.109:6789/0","public_addr":"192.168.123.109:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-03-06T13:35:40.728 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 2 2026-03-06T13:35:41.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: Deploying daemon mon.b on vm07 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: mon.a calling monitor election 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: mon.c calling monitor election 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: monmap epoch 2 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: last_changed 2026-03-06T12:35:35.150670+0000 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: min_mon_release 19 (squid) 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: election_strategy: 1 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: fsmap 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: mgrmap e13: a(active, since 23s) 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: overall HEALTH_OK 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:41.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:41.389 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:41 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:41.153+0000 7f36d66f3640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-03-06T13:35:41.814 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-06T13:35:41.814 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph mon dump -f json 2026-03-06T13:35:42.214 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.c/config 2026-03-06T13:35:46.071 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Updating vm05:/etc/ceph/ceph.conf 2026-03-06T13:35:46.071 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Updating vm07:/etc/ceph/ceph.conf 2026-03-06T13:35:46.071 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Updating vm09:/etc/ceph/ceph.conf 2026-03-06T13:35:46.071 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Updating vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:46.071 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Updating vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:46.071 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Updating vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:46.071 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Reconfiguring mon.a (unknown last config time)... 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Reconfiguring daemon mon.a on vm05 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: mon.a calling monitor election 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: mon.c calling monitor election 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: monmap epoch 3 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: last_changed 2026-03-06T12:35:40.740396+0000 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: min_mon_release 19 (squid) 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: election_strategy: 1 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: 2: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: fsmap 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: mgrmap e13: a(active, since 28s) 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: mon.b (rank 2) addr [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] is down (out of quorum) 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.072 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Updating vm05:/etc/ceph/ceph.conf 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Updating vm07:/etc/ceph/ceph.conf 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Updating vm09:/etc/ceph/ceph.conf 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Updating vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Updating vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Updating vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Reconfiguring mon.a (unknown last config time)... 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Reconfiguring daemon mon.a on vm05 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: mon.a calling monitor election 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: mon.c calling monitor election 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: monmap epoch 3 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: last_changed 2026-03-06T12:35:40.740396+0000 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: min_mon_release 19 (squid) 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: election_strategy: 1 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: 2: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: fsmap 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: mgrmap e13: a(active, since 28s) 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: mon.b (rank 2) addr [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] is down (out of quorum) 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:46.210 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:35:46.210 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":3,"fsid":"c169c906-1958-11f1-b32b-27a16367f1d5","modified":"2026-03-06T12:35:40.740396Z","created":"2026-03-06T12:34:31.351719Z","min_mon_release":19,"min_mon_release_name":"squid","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:3300","nonce":0},{"type":"v1","addr":"192.168.123.105:6789","nonce":0}]},"addr":"192.168.123.105:6789/0","public_addr":"192.168.123.105:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:3300","nonce":0},{"type":"v1","addr":"192.168.123.109:6789","nonce":0}]},"addr":"192.168.123.109:6789/0","public_addr":"192.168.123.109:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:3300","nonce":0},{"type":"v1","addr":"192.168.123.107:6789","nonce":0}]},"addr":"192.168.123.107:6789/0","public_addr":"192.168.123.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-03-06T13:35:46.210 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 3 2026-03-06T13:35:46.277 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-03-06T13:35:46.278 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph config generate-minimal-conf 2026-03-06T13:35:46.677 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: Reconfiguring mon.b (monmap changed)... 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: Reconfiguring daemon mon.b on vm07 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/369118904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:35:47.030 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:47.030 INFO:teuthology.orchestra.run.vm05.stdout:# minimal ceph.conf for c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:47.030 INFO:teuthology.orchestra.run.vm05.stdout:[global] 2026-03-06T13:35:47.030 INFO:teuthology.orchestra.run.vm05.stdout: fsid = c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:47.030 INFO:teuthology.orchestra.run.vm05.stdout: mon_host = [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] 2026-03-06T13:35:47.129 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-03-06T13:35:47.129 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:35:47.129 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.conf 2026-03-06T13:35:47.185 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:35:47.185 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:47.250 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:35:47.250 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/ceph/ceph.conf 2026-03-06T13:35:47.283 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:35:47.283 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: Reconfiguring mon.b (monmap changed)... 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: Reconfiguring daemon mon.b on vm07 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='client.? 192.168.123.109:0/369118904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:35:47.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:47.351 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:35:47.351 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/ceph/ceph.conf 2026-03-06T13:35:47.380 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:35:47.380 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:35:47.447 INFO:tasks.cephadm:Adding mgr.a on vm05 2026-03-06T13:35:47.447 INFO:tasks.cephadm:Adding mgr.b on vm07 2026-03-06T13:35:47.447 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch apply mgr '2;vm05=a;vm07=b' 2026-03-06T13:35:47.857 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.c/config 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Updating vm05:/etc/ceph/ceph.conf 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Updating vm07:/etc/ceph/ceph.conf 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Updating vm09:/etc/ceph/ceph.conf 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Updating vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Updating vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Updating vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Reconfiguring mon.a (unknown last config time)... 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Reconfiguring daemon mon.a on vm05 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: mon.a calling monitor election 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: mon.c calling monitor election 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:48.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: monmap epoch 3 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: last_changed 2026-03-06T12:35:40.740396+0000 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: min_mon_release 19 (squid) 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: election_strategy: 1 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: 2: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: fsmap 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: mgrmap e13: a(active, since 28s) 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: mon.b (rank 2) addr [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] is down (out of quorum) 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Reconfiguring mon.b (monmap changed)... 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: Reconfiguring daemon mon.b on vm07 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='client.? 192.168.123.109:0/369118904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.054 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:48.054 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:35:48.054 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:35:48.054 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:48.222 INFO:teuthology.orchestra.run.vm09.stdout:Scheduled mgr update... 2026-03-06T13:35:48.277 DEBUG:teuthology.orchestra.run.vm07:mgr.b> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.b.service 2026-03-06T13:35:48.278 INFO:tasks.cephadm:Deploying OSDs... 2026-03-06T13:35:48.278 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-06T13:35:48.278 DEBUG:teuthology.orchestra.run.vm05:> dd if=/scratch_devs of=/dev/stdout 2026-03-06T13:35:48.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:35:48.299 DEBUG:teuthology.orchestra.run.vm05:> ls /dev/[sv]d? 2026-03-06T13:35:48.358 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vda 2026-03-06T13:35:48.358 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdb 2026-03-06T13:35:48.358 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdc 2026-03-06T13:35:48.358 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdd 2026-03-06T13:35:48.358 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vde 2026-03-06T13:35:48.358 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-06T13:35:48.358 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-06T13:35:48.358 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdb 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdb 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 254 Links: 1 Device type: fc,10 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-06 13:35:42.202116038 +0100 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-06 13:33:00.882402812 +0100 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-06 13:33:00.882402812 +0100 2026-03-06T13:35:48.419 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-06 13:28:12.217000000 +0100 2026-03-06T13:35:48.419 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-06T13:35:48.487 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-06T13:35:48.487 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-06T13:35:48.487 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000186659 s, 2.7 MB/s 2026-03-06T13:35:48.489 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-06T13:35:48.548 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdc 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdc 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 255 Links: 1 Device type: fc,20 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-06 13:35:42.206116040 +0100 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-06 13:33:00.931402822 +0100 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-06 13:33:00.931402822 +0100 2026-03-06T13:35:48.607 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-06 13:28:12.222000000 +0100 2026-03-06T13:35:48.607 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-06T13:35:48.676 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-06T13:35:48.676 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-06T13:35:48.676 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000205375 s, 2.5 MB/s 2026-03-06T13:35:48.677 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-06T13:35:48.736 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdd 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdd 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-06 13:35:42.210116043 +0100 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-06 13:33:00.876402810 +0100 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-06 13:33:00.876402810 +0100 2026-03-06T13:35:48.794 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-06 13:28:12.225000000 +0100 2026-03-06T13:35:48.794 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-06T13:35:48.859 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: mon.b calling monitor election 2026-03-06T13:35:48.859 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: Reconfiguring mon.c (monmap changed)... 2026-03-06T13:35:48.859 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: Reconfiguring daemon mon.c on vm09 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: mon.a calling monitor election 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: mon.b calling monitor election 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: mon.c calling monitor election 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: monmap epoch 3 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: last_changed 2026-03-06T12:35:40.740396+0000 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: min_mon_release 19 (squid) 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: election_strategy: 1 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: 2: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: fsmap 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: mgrmap e13: a(active, since 30s) 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: Cluster is now healthy 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: overall HEALTH_OK 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:35:48.860 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:48.861 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-06T13:35:48.861 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-06T13:35:48.861 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000175789 s, 2.9 MB/s 2026-03-06T13:35:48.862 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: mon.b calling monitor election 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: Reconfiguring mon.c (monmap changed)... 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: Reconfiguring daemon mon.c on vm09 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: mon.a calling monitor election 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: mon.b calling monitor election 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: mon.c calling monitor election 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: monmap epoch 3 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: last_changed 2026-03-06T12:35:40.740396+0000 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: min_mon_release 19 (squid) 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: election_strategy: 1 2026-03-06T13:35:48.865 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: 2: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: fsmap 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: mgrmap e13: a(active, since 30s) 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: Cluster is now healthy 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: overall HEALTH_OK 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:35:48.866 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:48.919 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vde 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vde 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-06 13:35:42.214116045 +0100 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-06 13:33:00.889402813 +0100 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-06 13:33:00.889402813 +0100 2026-03-06T13:35:48.978 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-06 13:28:12.252000000 +0100 2026-03-06T13:35:48.978 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-06T13:35:49.042 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-06T13:35:49.043 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-06T13:35:49.043 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000223678 s, 2.3 MB/s 2026-03-06T13:35:49.044 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: mon.b calling monitor election 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: Reconfiguring mon.c (monmap changed)... 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: Reconfiguring daemon mon.c on vm09 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: mon.a calling monitor election 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: mon.b calling monitor election 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: mon.c calling monitor election 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: monmap epoch 3 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: last_changed 2026-03-06T12:35:40.740396+0000 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: min_mon_release 19 (squid) 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: election_strategy: 1 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: 2: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: fsmap 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: mgrmap e13: a(active, since 30s) 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: Cluster is now healthy 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: overall HEALTH_OK 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:35:49.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:49.102 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-06T13:35:49.102 DEBUG:teuthology.orchestra.run.vm07:> dd if=/scratch_devs of=/dev/stdout 2026-03-06T13:35:49.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:35:49.121 DEBUG:teuthology.orchestra.run.vm07:> ls /dev/[sv]d? 2026-03-06T13:35:49.133 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 systemd[1]: Starting Ceph mgr.b for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:35:49.153 INFO:teuthology.orchestra.run.vm07.stdout:/dev/vda 2026-03-06T13:35:49.153 INFO:teuthology.orchestra.run.vm07.stdout:/dev/vdb 2026-03-06T13:35:49.153 INFO:teuthology.orchestra.run.vm07.stdout:/dev/vdc 2026-03-06T13:35:49.153 INFO:teuthology.orchestra.run.vm07.stdout:/dev/vdd 2026-03-06T13:35:49.153 INFO:teuthology.orchestra.run.vm07.stdout:/dev/vde 2026-03-06T13:35:49.153 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-06T13:35:49.153 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-06T13:35:49.153 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vdb 2026-03-06T13:35:49.232 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vdb 2026-03-06T13:35:49.232 INFO:teuthology.orchestra.run.vm07.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:49.233 INFO:teuthology.orchestra.run.vm07.stdout:Device: 6h/6d Inode: 254 Links: 1 Device type: fc,10 2026-03-06T13:35:49.233 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:49.233 INFO:teuthology.orchestra.run.vm07.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:49.233 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-06 13:35:42.661122127 +0100 2026-03-06T13:35:49.233 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-06 13:33:01.110727736 +0100 2026-03-06T13:35:49.233 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-06 13:33:01.110727736 +0100 2026-03-06T13:35:49.233 INFO:teuthology.orchestra.run.vm07.stdout: Birth: 2026-03-06 13:28:43.223000000 +0100 2026-03-06T13:35:49.234 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-06T13:35:49.327 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-06T13:35:49.327 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-06T13:35:49.328 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000132398 s, 3.9 MB/s 2026-03-06T13:35:49.328 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-06T13:35:49.351 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vdc 2026-03-06T13:35:49.415 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vdc 2026-03-06T13:35:49.415 INFO:teuthology.orchestra.run.vm07.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:49.415 INFO:teuthology.orchestra.run.vm07.stdout:Device: 6h/6d Inode: 255 Links: 1 Device type: fc,20 2026-03-06T13:35:49.415 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:49.415 INFO:teuthology.orchestra.run.vm07.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:49.415 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-06 13:35:42.665122125 +0100 2026-03-06T13:35:49.415 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-06 13:33:01.107727735 +0100 2026-03-06T13:35:49.416 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-06 13:33:01.107727735 +0100 2026-03-06T13:35:49.416 INFO:teuthology.orchestra.run.vm07.stdout: Birth: 2026-03-06 13:28:43.229000000 +0100 2026-03-06T13:35:49.416 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-06T13:35:49.452 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 podman[59522]: 2026-03-06 13:35:49.134019569 +0100 CET m=+0.024864470 container create b3dc050e2aada319f010ab16a3d79dfe58297d3219782e857593ecaf48f5ea82 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-03-06T13:35:49.452 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 podman[59522]: 2026-03-06 13:35:49.174999601 +0100 CET m=+0.065844502 container init b3dc050e2aada319f010ab16a3d79dfe58297d3219782e857593ecaf48f5ea82 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-03-06T13:35:49.452 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 podman[59522]: 2026-03-06 13:35:49.178532721 +0100 CET m=+0.069377613 container start b3dc050e2aada319f010ab16a3d79dfe58297d3219782e857593ecaf48f5ea82 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:35:49.452 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 bash[59522]: b3dc050e2aada319f010ab16a3d79dfe58297d3219782e857593ecaf48f5ea82 2026-03-06T13:35:49.452 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 podman[59522]: 2026-03-06 13:35:49.123563568 +0100 CET m=+0.014408478 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:35:49.452 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 systemd[1]: Started Ceph mgr.b for c169c906-1958-11f1-b32b-27a16367f1d5. 2026-03-06T13:35:49.477 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-06T13:35:49.478 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-06T13:35:49.478 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000118762 s, 4.3 MB/s 2026-03-06T13:35:49.479 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-06T13:35:49.542 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vdd 2026-03-06T13:35:49.617 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vdd 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-06 13:35:42.668122123 +0100 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-06 13:33:01.070727728 +0100 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-06 13:33:01.070727728 +0100 2026-03-06T13:35:49.618 INFO:teuthology.orchestra.run.vm07.stdout: Birth: 2026-03-06 13:28:43.237000000 +0100 2026-03-06T13:35:49.618 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-06T13:35:49.694 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-06T13:35:49.695 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-06T13:35:49.695 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000118412 s, 4.3 MB/s 2026-03-06T13:35:49.695 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-06T13:35:49.710 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:49.451+0000 7f104fbc6100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:35:49.710 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:49.604+0000 7f104fbc6100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:35:49.733 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vde 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vde 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-06 13:35:42.671122122 +0100 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-06 13:33:01.133727740 +0100 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-06 13:33:01.133727740 +0100 2026-03-06T13:35:49.800 INFO:teuthology.orchestra.run.vm07.stdout: Birth: 2026-03-06 13:28:43.318000000 +0100 2026-03-06T13:35:49.801 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-06T13:35:49.880 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-06T13:35:49.880 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-06T13:35:49.880 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000170659 s, 3.0 MB/s 2026-03-06T13:35:49.882 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm05=a;vm07=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: Saving service mgr spec with placement vm05=a;vm07=b;count:2 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: Deploying daemon mgr.b on vm07 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:35:49.966 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:49.974 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-06T13:35:49.975 DEBUG:teuthology.orchestra.run.vm09:> dd if=/scratch_devs of=/dev/stdout 2026-03-06T13:35:49.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:35:49.990 DEBUG:teuthology.orchestra.run.vm09:> ls /dev/[sv]d? 2026-03-06T13:35:50.048 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vda 2026-03-06T13:35:50.048 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vdb 2026-03-06T13:35:50.048 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vdc 2026-03-06T13:35:50.048 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vdd 2026-03-06T13:35:50.048 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vde 2026-03-06T13:35:50.048 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-06T13:35:50.048 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-06T13:35:50.048 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vdb 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm05=a;vm07=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: Saving service mgr spec with placement vm05=a;vm07=b;count:2 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: Deploying daemon mgr.b on vm07 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:35:50.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:49 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vdb 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 229 Links: 1 Device type: fc,10 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-06 13:35:42.354080661 +0100 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-06 13:33:01.132402177 +0100 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-06 13:33:01.132402177 +0100 2026-03-06T13:35:50.087 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-06 13:29:14.173000000 +0100 2026-03-06T13:35:50.087 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-06T13:35:50.138 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a[53828]: 2026-03-06T12:35:49.723+0000 7f36d66f3640 -1 mgr.server handle_report got status from non-daemon mon.b 2026-03-06T13:35:50.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm05=a;vm07=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: Saving service mgr spec with placement vm05=a;vm07=b;count:2 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: Deploying daemon mgr.b on vm07 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:35:50.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:50.151 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-06T13:35:50.152 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-06T13:35:50.152 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000125144 s, 4.1 MB/s 2026-03-06T13:35:50.152 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-06T13:35:50.209 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vdc 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vdc 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 244 Links: 1 Device type: fc,20 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-06 13:35:42.358080663 +0100 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-06 13:33:01.138402178 +0100 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-06 13:33:01.138402178 +0100 2026-03-06T13:35:50.271 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-06 13:29:14.180000000 +0100 2026-03-06T13:35:50.271 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-06T13:35:50.339 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-06T13:35:50.339 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-06T13:35:50.339 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000120425 s, 4.3 MB/s 2026-03-06T13:35:50.340 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-06T13:35:50.399 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vdd 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vdd 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 255 Links: 1 Device type: fc,30 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-06 13:35:42.362080664 +0100 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-06 13:33:01.127402176 +0100 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-06 13:33:01.127402176 +0100 2026-03-06T13:35:50.460 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-06 13:29:14.185000000 +0100 2026-03-06T13:35:50.460 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-06T13:35:50.525 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-06T13:35:50.525 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-06T13:35:50.525 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000136495 s, 3.8 MB/s 2026-03-06T13:35:50.527 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-06T13:35:50.586 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vde 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vde 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-06 13:35:42.366080665 +0100 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-06 13:33:01.138402178 +0100 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-06 13:33:01.138402178 +0100 2026-03-06T13:35:50.646 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-06 13:29:14.190000000 +0100 2026-03-06T13:35:50.647 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-06T13:35:50.716 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-06T13:35:50.716 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-06T13:35:50.716 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000155 s, 3.3 MB/s 2026-03-06T13:35:50.718 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-06T13:35:50.780 INFO:tasks.cephadm:Deploying osd.0 on vm05 with /dev/vde... 2026-03-06T13:35:50.781 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- lvm zap /dev/vde 2026-03-06T13:35:51.135 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: Reconfiguring mgr.a (unknown last config time)... 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: Reconfiguring daemon mgr.a on vm05 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:51.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: Reconfiguring mgr.a (unknown last config time)... 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: Reconfiguring daemon mgr.a on vm05 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:51.153 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: Reconfiguring mgr.a (unknown last config time)... 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: Reconfiguring daemon mgr.a on vm05 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:35:51.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:50 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:51.551 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:51 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:51.273+0000 7f104fbc6100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:35:52.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:51 vm05 ceph-mon[53620]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:52.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.216 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.216 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:51 vm07 ceph-mon[58093]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:52.216 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.216 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.216 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:51 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:51 vm09 ceph-mon[52771]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:52.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:51 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:51 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:51 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:35:52.413 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:35:52.438 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch daemon add osd vm05:/dev/vde 2026-03-06T13:35:52.551 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:52 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:52.215+0000 7f104fbc6100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:35:52.552 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:52 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:52.340+0000 7f104fbc6100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:35:52.784 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:35:53.051 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:52 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:52.618+0000 7f104fbc6100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:35:54.263 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:53 vm05 ceph-mon[53620]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:54.263 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:35:54.263 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:35:54.263 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:54.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:53 vm07 ceph-mon[58093]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:54.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:35:54.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:35:54.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:54.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:53 vm09 ceph-mon[52771]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:54.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:35:54.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:35:54.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:54.958 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:54 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:54.675+0000 7f104fbc6100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:35:55.301 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:55 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:55.042+0000 7f104fbc6100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:35:55.301 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:55 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:55.194+0000 7f104fbc6100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:35:55.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:54 vm07 ceph-mon[58093]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:55.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:54 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2065334543' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac"}]: dispatch 2026-03-06T13:35:55.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:54 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2065334543' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac"}]': finished 2026-03-06T13:35:55.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:54 vm07 ceph-mon[58093]: osdmap e5: 1 total, 0 up, 1 in 2026-03-06T13:35:55.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:35:55.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:54 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2714027333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:35:55.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:54 vm09 ceph-mon[52771]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:55.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:54 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2065334543' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac"}]: dispatch 2026-03-06T13:35:55.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:54 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2065334543' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac"}]': finished 2026-03-06T13:35:55.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:54 vm09 ceph-mon[52771]: osdmap e5: 1 total, 0 up, 1 in 2026-03-06T13:35:55.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:54 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:35:55.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:54 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2714027333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:35:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:54 vm05 ceph-mon[53620]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:35:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:54 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2065334543' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac"}]: dispatch 2026-03-06T13:35:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:54 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2065334543' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac"}]': finished 2026-03-06T13:35:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:54 vm05 ceph-mon[53620]: osdmap e5: 1 total, 0 up, 1 in 2026-03-06T13:35:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:35:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:54 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2714027333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:35:55.597 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:55 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:55.325+0000 7f104fbc6100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:35:55.597 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:55 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:55.470+0000 7f104fbc6100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:35:55.960 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:55 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:55.597+0000 7f104fbc6100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:35:56.301 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:56 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:56.155+0000 7f104fbc6100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:35:56.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:55 vm07 ceph-mon[58093]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:56.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:55 vm09 ceph-mon[52771]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:56.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:55 vm05 ceph-mon[53620]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:56.801 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:56 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:56.326+0000 7f104fbc6100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:35:57.551 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:57 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:57.077+0000 7f104fbc6100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:35:58.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:57 vm05 ceph-mon[53620]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:58.301 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:58 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:58.180+0000 7f104fbc6100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:35:58.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:57 vm07 ceph-mon[58093]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:58.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:57 vm09 ceph-mon[52771]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:35:58.768 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:58 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:58.323+0000 7f104fbc6100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:35:58.769 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:58 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:58.466+0000 7f104fbc6100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:35:59.051 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:58 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:58.768+0000 7f104fbc6100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:35:59.051 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:58 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:58.912+0000 7f104fbc6100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:35:59.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-06T13:35:59.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:59.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-06T13:35:59.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:59.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-06T13:35:59.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:35:59.551 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:59 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:59.251+0000 7f104fbc6100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:35:59.994 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:35:59 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:35:59.655+0000 7f104fbc6100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:36:00.092 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:59 vm05 ceph-mon[53620]: Deploying daemon osd.0 on vm05 2026-03-06T13:36:00.092 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:35:59 vm05 ceph-mon[53620]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:00.301 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:36:00 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:36:00.054+0000 7f104fbc6100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:36:00.301 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:36:00 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b[59579]: 2026-03-06T12:36:00.192+0000 7f104fbc6100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:36:00.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:59 vm07 ceph-mon[58093]: Deploying daemon osd.0 on vm05 2026-03-06T13:36:00.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:35:59 vm07 ceph-mon[58093]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:00.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:59 vm09 ceph-mon[52771]: Deploying daemon osd.0 on vm05 2026-03-06T13:36:00.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:35:59 vm09 ceph-mon[52771]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:01.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:00 vm05 ceph-mon[53620]: Standby manager daemon b started 2026-03-06T13:36:01.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:00 vm05 ceph-mon[53620]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-06T13:36:01.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:00 vm05 ceph-mon[53620]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-06T13:36:01.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:00 vm05 ceph-mon[53620]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-06T13:36:01.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:00 vm05 ceph-mon[53620]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-06T13:36:01.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:00 vm07 ceph-mon[58093]: Standby manager daemon b started 2026-03-06T13:36:01.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:00 vm07 ceph-mon[58093]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-06T13:36:01.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:00 vm07 ceph-mon[58093]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-06T13:36:01.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:00 vm07 ceph-mon[58093]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-06T13:36:01.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:00 vm07 ceph-mon[58093]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-06T13:36:01.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:00 vm09 ceph-mon[52771]: Standby manager daemon b started 2026-03-06T13:36:01.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:00 vm09 ceph-mon[52771]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-06T13:36:01.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:00 vm09 ceph-mon[52771]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-06T13:36:01.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:00 vm09 ceph-mon[52771]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-06T13:36:01.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:00 vm09 ceph-mon[52771]: from='mgr.? 192.168.123.107:0/133015916' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: mgrmap e14: a(active, since 44s), standbys: b 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: mgrmap e14: a(active, since 44s), standbys: b 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.086 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: mgrmap e14: a(active, since 44s), standbys: b 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.802 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.802 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:03 vm07 ceph-mon[58093]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:03.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:03 vm09 ceph-mon[52771]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:03.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:03 vm05 ceph-mon[53620]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:04.207 INFO:teuthology.orchestra.run.vm05.stdout:Created osd(s) 0 on host 'vm05' 2026-03-06T13:36:04.282 DEBUG:teuthology.orchestra.run.vm05:osd.0> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.0.service 2026-03-06T13:36:04.291 INFO:tasks.cephadm:Deploying osd.1 on vm05 with /dev/vdd... 2026-03-06T13:36:04.291 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- lvm zap /dev/vdd 2026-03-06T13:36:04.635 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.800 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:04 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:04 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:04.819 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:04 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:05.687 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:36:05.711 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch daemon add osd vm05:/dev/vdd 2026-03-06T13:36:05.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:05 vm05 ceph-mon[53620]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-06T13:36:05.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:05 vm05 ceph-mon[53620]: osdmap e6: 1 total, 0 up, 1 in 2026-03-06T13:36:05.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:05 vm05 ceph-mon[53620]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:05.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:05 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:05.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:05 vm05 ceph-mon[53620]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:06.038 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:36:06.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:05 vm07 ceph-mon[58093]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-06T13:36:06.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:05 vm07 ceph-mon[58093]: osdmap e6: 1 total, 0 up, 1 in 2026-03-06T13:36:06.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:05 vm07 ceph-mon[58093]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:06.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:05 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:06.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:05 vm07 ceph-mon[58093]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:06.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:05 vm09 ceph-mon[52771]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-06T13:36:06.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:05 vm09 ceph-mon[52771]: osdmap e6: 1 total, 0 up, 1 in 2026-03-06T13:36:06.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:05 vm09 ceph-mon[52771]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:06.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:05 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:06.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:05 vm09 ceph-mon[52771]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:06.805 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:36:06 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0[62396]: 2026-03-06T12:36:06.520+0000 7f1d5e1c2640 -1 osd.0 0 waiting for initial osdmap 2026-03-06T13:36:06.805 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:36:06 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0[62396]: 2026-03-06T12:36:06.527+0000 7f1d58fd8640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: osdmap e7: 1 total, 0 up, 1 in 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' 2026-03-06T13:36:06.805 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:07.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-06T13:36:07.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: osdmap e7: 1 total, 0 up, 1 in 2026-03-06T13:36:07.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:07.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:07.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:07.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:07.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:07.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' 2026-03-06T13:36:07.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:07.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-06T13:36:07.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: osdmap e7: 1 total, 0 up, 1 in 2026-03-06T13:36:07.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:07.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:07.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:07.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:07.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:07.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073]' entity='osd.0' 2026-03-06T13:36:07.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:07.741 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:07 vm05 ceph-mon[53620]: purged_snaps scrub starts 2026-03-06T13:36:07.741 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:07 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:36:07.741 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:07 vm05 ceph-mon[53620]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:07.741 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:07 vm05 ceph-mon[53620]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:07.741 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:07 vm05 ceph-mon[53620]: osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073] boot 2026-03-06T13:36:07.741 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:07 vm05 ceph-mon[53620]: osdmap e8: 1 total, 1 up, 1 in 2026-03-06T13:36:07.741 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:07 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:08.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:07 vm07 ceph-mon[58093]: purged_snaps scrub starts 2026-03-06T13:36:08.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:07 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:36:08.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:07 vm07 ceph-mon[58093]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:08.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:07 vm07 ceph-mon[58093]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:08.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:07 vm07 ceph-mon[58093]: osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073] boot 2026-03-06T13:36:08.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:07 vm07 ceph-mon[58093]: osdmap e8: 1 total, 1 up, 1 in 2026-03-06T13:36:08.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:07 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:08.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:07 vm09 ceph-mon[52771]: purged_snaps scrub starts 2026-03-06T13:36:08.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:07 vm09 ceph-mon[52771]: purged_snaps scrub ok 2026-03-06T13:36:08.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:07 vm09 ceph-mon[52771]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:08.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:07 vm09 ceph-mon[52771]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:36:08.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:07 vm09 ceph-mon[52771]: osd.0 [v2:192.168.123.105:6802/195107073,v1:192.168.123.105:6803/195107073] boot 2026-03-06T13:36:08.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:07 vm09 ceph-mon[52771]: osdmap e8: 1 total, 1 up, 1 in 2026-03-06T13:36:08.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:07 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:36:08.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:08 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3900009930' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "247504d4-da0b-4302-b0a9-14fb95c5c848"}]: dispatch 2026-03-06T13:36:08.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:08 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3900009930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "247504d4-da0b-4302-b0a9-14fb95c5c848"}]': finished 2026-03-06T13:36:08.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:08 vm05 ceph-mon[53620]: osdmap e9: 2 total, 1 up, 2 in 2026-03-06T13:36:08.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:08 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:08.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:08 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2015338293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:09.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:08 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/3900009930' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "247504d4-da0b-4302-b0a9-14fb95c5c848"}]: dispatch 2026-03-06T13:36:09.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:08 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/3900009930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "247504d4-da0b-4302-b0a9-14fb95c5c848"}]': finished 2026-03-06T13:36:09.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:08 vm07 ceph-mon[58093]: osdmap e9: 2 total, 1 up, 2 in 2026-03-06T13:36:09.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:08 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:09.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:08 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2015338293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:09.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:08 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/3900009930' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "247504d4-da0b-4302-b0a9-14fb95c5c848"}]: dispatch 2026-03-06T13:36:09.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:08 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/3900009930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "247504d4-da0b-4302-b0a9-14fb95c5c848"}]': finished 2026-03-06T13:36:09.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:08 vm09 ceph-mon[52771]: osdmap e9: 2 total, 1 up, 2 in 2026-03-06T13:36:09.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:08 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:09.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:08 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2015338293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:09.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:09 vm05 ceph-mon[53620]: pgmap v25: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:10.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:09 vm07 ceph-mon[58093]: pgmap v25: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:10.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:09 vm09 ceph-mon[52771]: pgmap v25: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:12.230 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.230 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.230 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.230 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:11 vm05 ceph-mon[53620]: pgmap v26: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:12.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:11 vm07 ceph-mon[58093]: pgmap v26: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:12.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:12.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:11 vm09 ceph-mon[52771]: pgmap v26: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:13.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-06T13:36:13.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-06T13:36:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:13.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-06T13:36:13.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:14.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:13 vm05 ceph-mon[53620]: Deploying daemon osd.1 on vm05 2026-03-06T13:36:14.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:13 vm05 ceph-mon[53620]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:14.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:13 vm07 ceph-mon[58093]: Deploying daemon osd.1 on vm05 2026-03-06T13:36:14.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:13 vm07 ceph-mon[58093]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:14.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:13 vm09 ceph-mon[52771]: Deploying daemon osd.1 on vm05 2026-03-06T13:36:14.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:13 vm09 ceph-mon[52771]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:16.162 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:15 vm05 ceph-mon[53620]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:16.162 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:16.162 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:16.162 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:16.163 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.163 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.163 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:15 vm07 ceph-mon[58093]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:16.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:16.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:16.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:16.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:15 vm09 ceph-mon[52771]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:16.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:16.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:16.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:16.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:16.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:17.322 INFO:teuthology.orchestra.run.vm05.stdout:Created osd(s) 1 on host 'vm05' 2026-03-06T13:36:17.399 DEBUG:teuthology.orchestra.run.vm05:osd.1> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.1.service 2026-03-06T13:36:17.400 INFO:tasks.cephadm:Deploying osd.2 on vm07 with /dev/vde... 2026-03-06T13:36:17.400 DEBUG:teuthology.orchestra.run.vm07:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- lvm zap /dev/vde 2026-03-06T13:36:17.738 INFO:teuthology.orchestra.run.vm07.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.b/config 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:17 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:17 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:17 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:18.870 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:36:18.893 DEBUG:teuthology.orchestra.run.vm07:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch daemon add osd vm07:/dev/vde 2026-03-06T13:36:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:18 vm07 ceph-mon[58093]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-06T13:36:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:18 vm07 ceph-mon[58093]: osdmap e10: 2 total, 1 up, 2 in 2026-03-06T13:36:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:18 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:18 vm07 ceph-mon[58093]: from='osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:18 vm07 ceph-mon[58093]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:18 vm07 ceph-mon[58093]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-06T13:36:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:18 vm07 ceph-mon[58093]: osdmap e11: 2 total, 1 up, 2 in 2026-03-06T13:36:19.235 INFO:teuthology.orchestra.run.vm07.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.b/config 2026-03-06T13:36:19.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:18 vm09 ceph-mon[52771]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-06T13:36:19.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:18 vm09 ceph-mon[52771]: osdmap e10: 2 total, 1 up, 2 in 2026-03-06T13:36:19.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:18 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:19.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:18 vm09 ceph-mon[52771]: from='osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:19.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:18 vm09 ceph-mon[52771]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:19.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:18 vm09 ceph-mon[52771]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-06T13:36:19.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:18 vm09 ceph-mon[52771]: osdmap e11: 2 total, 1 up, 2 in 2026-03-06T13:36:19.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:18 vm05 ceph-mon[53620]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-06T13:36:19.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:18 vm05 ceph-mon[53620]: osdmap e10: 2 total, 1 up, 2 in 2026-03-06T13:36:19.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:18 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:19.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:18 vm05 ceph-mon[53620]: from='osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:19.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:18 vm05 ceph-mon[53620]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-06T13:36:19.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:18 vm05 ceph-mon[53620]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-06T13:36:19.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:18 vm05 ceph-mon[53620]: osdmap e11: 2 total, 1 up, 2 in 2026-03-06T13:36:19.389 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:36:18 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1[65515]: 2026-03-06T12:36:18.981+0000 7ff8d7653640 -1 osd.1 0 waiting for initial osdmap 2026-03-06T13:36:19.389 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:36:18 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1[65515]: 2026-03-06T12:36:18.990+0000 7ff8d2c6a640 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:36:20.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:20 vm07 ceph-mon[58093]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:20.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:20 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:20.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:20 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:20.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:20 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:20.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:20 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:20.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:20 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:20.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:19 vm09 ceph-mon[52771]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:20.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:19 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:20.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:19 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:20.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:19 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:20.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:19 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:20.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:19 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:20.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:19 vm05 ceph-mon[53620]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:20.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:19 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:20.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:19 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:20.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:19 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:20.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:19 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:20.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:19 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: purged_snaps scrub starts 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm07:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477] boot 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: osdmap e12: 2 total, 2 up, 2 in 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]: dispatch 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: from='client.? 192.168.123.107:0/234839075' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]: dispatch 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]': finished 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: osdmap e13: 3 total, 2 up, 3 in 2026-03-06T13:36:21.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:21 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: purged_snaps scrub starts 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm07:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477] boot 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: osdmap e12: 2 total, 2 up, 2 in 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]: dispatch 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: from='client.? 192.168.123.107:0/234839075' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]: dispatch 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]': finished 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: osdmap e13: 3 total, 2 up, 3 in 2026-03-06T13:36:21.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:21 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: purged_snaps scrub starts 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: purged_snaps scrub ok 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm07:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: osd.1 [v2:192.168.123.105:6810/38441477,v1:192.168.123.105:6811/38441477] boot 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: osdmap e12: 2 total, 2 up, 2 in 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]: dispatch 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: from='client.? 192.168.123.107:0/234839075' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]: dispatch 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8213ba69-31c8-4167-9633-f9e175c59d43"}]': finished 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: osdmap e13: 3 total, 2 up, 3 in 2026-03-06T13:36:21.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:21 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:22.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:22 vm09 ceph-mon[52771]: from='client.? 192.168.123.107:0/4188933177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:22 vm05 ceph-mon[53620]: from='client.? 192.168.123.107:0/4188933177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:22.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:22.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:22 vm07 ceph-mon[58093]: from='client.? 192.168.123.107:0/4188933177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:23.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:23 vm05 ceph-mon[53620]: Detected new or changed devices on vm05 2026-03-06T13:36:23.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:23 vm07 ceph-mon[58093]: Detected new or changed devices on vm05 2026-03-06T13:36:23.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:23 vm09 ceph-mon[52771]: Detected new or changed devices on vm05 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.458 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:24.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:24.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:24.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:24.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:24.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:25.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:25 vm07 ceph-mon[58093]: Detected new or changed devices on vm05 2026-03-06T13:36:25.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:25 vm05 ceph-mon[53620]: Detected new or changed devices on vm05 2026-03-06T13:36:25.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:25 vm09 ceph-mon[52771]: Detected new or changed devices on vm05 2026-03-06T13:36:26.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:26 vm07 ceph-mon[58093]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:26.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:26 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-06T13:36:26.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:26 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:26.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:26 vm05 ceph-mon[53620]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:26.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-06T13:36:26.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:26 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:26.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:26 vm09 ceph-mon[52771]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:26.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:26 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-06T13:36:26.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:26 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:27.207 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:27 vm07 ceph-mon[58093]: Deploying daemon osd.2 on vm07 2026-03-06T13:36:27.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:27 vm05 ceph-mon[53620]: Deploying daemon osd.2 on vm07 2026-03-06T13:36:27.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:27 vm09 ceph-mon[52771]: Deploying daemon osd.2 on vm07 2026-03-06T13:36:28.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:28 vm05 ceph-mon[53620]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:28.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:28 vm07 ceph-mon[58093]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:28.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:28 vm09 ceph-mon[52771]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:29.356 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:29 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:29.356 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:29 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:29.356 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:29 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:29.356 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:29 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.356 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:29 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.356 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:29 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:29 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:29.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:29 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:29.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:29 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:29.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:29 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:29 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:29 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:29 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:29.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:29 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:29.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:29 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:29.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:29 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:29 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:29.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:29 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:30.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:30 vm07 ceph-mon[58093]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:30 vm05 ceph-mon[53620]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:30.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:30 vm09 ceph-mon[52771]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:30.602 INFO:teuthology.orchestra.run.vm07.stdout:Created osd(s) 2 on host 'vm07' 2026-03-06T13:36:30.681 DEBUG:teuthology.orchestra.run.vm07:osd.2> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.2.service 2026-03-06T13:36:30.685 INFO:tasks.cephadm:Deploying osd.3 on vm07 with /dev/vdd... 2026-03-06T13:36:30.685 DEBUG:teuthology.orchestra.run.vm07:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- lvm zap /dev/vdd 2026-03-06T13:36:31.046 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:36:30 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2[62764]: 2026-03-06T12:36:30.852+0000 7fde9606b740 -1 osd.2 0 log_to_monitors true 2026-03-06T13:36:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm07", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-06T13:36:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:31 vm07 ceph-mon[58093]: from='osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-06T13:36:31.316 INFO:teuthology.orchestra.run.vm07.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.b/config 2026-03-06T13:36:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:31.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm07", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-06T13:36:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:31 vm05 ceph-mon[53620]: from='osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-06T13:36:31.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:31.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm07", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:31.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:31.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:31.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:31.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-06T13:36:31.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:31 vm09 ceph-mon[52771]: from='osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-06T13:36:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: osdmap e14: 3 total, 2 up, 3 in 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:32.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:32 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: osdmap e14: 3 total, 2 up, 3 in 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:32.432 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:32 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:32.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: osdmap e14: 3 total, 2 up, 3 in 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:32.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:32 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:32.738 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:36:32 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2[62764]: 2026-03-06T12:36:32.618+0000 7fde91fec640 -1 osd.2 0 waiting for initial osdmap 2026-03-06T13:36:32.738 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:36:32 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2[62764]: 2026-03-06T12:36:32.622+0000 7fde8de16640 -1 osd.2 15 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:36:32.853 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:36:32.870 DEBUG:teuthology.orchestra.run.vm07:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch daemon add osd vm07:/dev/vdd 2026-03-06T13:36:33.200 INFO:teuthology.orchestra.run.vm07.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.b/config 2026-03-06T13:36:33.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:33 vm05 ceph-mon[53620]: Detected new or changed devices on vm07 2026-03-06T13:36:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:33 vm05 ceph-mon[53620]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]': finished 2026-03-06T13:36:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:33 vm05 ceph-mon[53620]: osdmap e15: 3 total, 2 up, 3 in 2026-03-06T13:36:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:33.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:33.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:33 vm07 ceph-mon[58093]: Detected new or changed devices on vm07 2026-03-06T13:36:33.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:33 vm07 ceph-mon[58093]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]': finished 2026-03-06T13:36:33.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:33 vm07 ceph-mon[58093]: osdmap e15: 3 total, 2 up, 3 in 2026-03-06T13:36:33.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:33.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:33.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:33 vm09 ceph-mon[52771]: Detected new or changed devices on vm07 2026-03-06T13:36:33.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:33 vm09 ceph-mon[52771]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm07", "root=default"]}]': finished 2026-03-06T13:36:33.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:33 vm09 ceph-mon[52771]: osdmap e15: 3 total, 2 up, 3 in 2026-03-06T13:36:33.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:33 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:33.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:33 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: purged_snaps scrub starts 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373] boot 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: osdmap e16: 3 total, 3 up, 3 in 2026-03-06T13:36:34.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:34.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: purged_snaps scrub starts 2026-03-06T13:36:34.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:36:34.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:34.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:34.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:34.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:34.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373] boot 2026-03-06T13:36:34.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: osdmap e16: 3 total, 3 up, 3 in 2026-03-06T13:36:34.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: purged_snaps scrub starts 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: purged_snaps scrub ok 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: osd.2 [v2:192.168.123.107:6800/1695814373,v1:192.168.123.107:6801/1695814373] boot 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: osdmap e16: 3 total, 3 up, 3 in 2026-03-06T13:36:34.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:34 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm07:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: osdmap e17: 3 total, 3 up, 3 in 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: from='client.? 192.168.123.107:0/3255329702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]: dispatch 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]: dispatch 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]': finished 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: osdmap e18: 4 total, 3 up, 4 in 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:35.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:35 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' 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-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm07:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: osdmap e17: 3 total, 3 up, 3 in 2026-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: from='client.? 192.168.123.107:0/3255329702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]: dispatch 2026-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]: dispatch 2026-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]': finished 2026-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: osdmap e18: 4 total, 3 up, 4 in 2026-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:35.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:35 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' 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-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: from='client.24164 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm07:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: osdmap e17: 3 total, 3 up, 3 in 2026-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: from='client.? 192.168.123.107:0/3255329702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]: dispatch 2026-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]: dispatch 2026-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e1e72e4-228b-4f2d-b914-05524c756094"}]': finished 2026-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: osdmap e18: 4 total, 3 up, 4 in 2026-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:35.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:35 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' 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-03-06T13:36:36.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 ceph-mon[53620]: pgmap v47: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:36.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 ceph-mon[53620]: from='client.? 192.168.123.107:0/3495554138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:36.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' 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-03-06T13:36:36.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 ceph-mon[53620]: osdmap e19: 4 total, 3 up, 4 in 2026-03-06T13:36:36.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:36.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:36:36.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:36 vm07 ceph-mon[58093]: pgmap v47: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:36.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:36 vm07 ceph-mon[58093]: from='client.? 192.168.123.107:0/3495554138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:36.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:36 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' 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-03-06T13:36:36.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:36 vm07 ceph-mon[58093]: osdmap e19: 4 total, 3 up, 4 in 2026-03-06T13:36:36.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:36 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:36.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:36 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:36:36.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 ceph-mon[52771]: pgmap v47: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:36.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 ceph-mon[52771]: from='client.? 192.168.123.107:0/3495554138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:36.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' 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-03-06T13:36:36.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 ceph-mon[52771]: osdmap e19: 4 total, 3 up, 4 in 2026-03-06T13:36:36.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:36.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:36:37.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 sudo[64839]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-06T13:36:37.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 sudo[64839]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-06T13:36:37.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 sudo[64839]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-06T13:36:37.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 sudo[64839]: pam_unix(sudo:session): session closed for user root 2026-03-06T13:36:37.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:36:36 vm07 sudo[64836]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-06T13:36:37.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:36:36 vm07 sudo[64836]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-06T13:36:37.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:36:36 vm07 sudo[64836]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-06T13:36:37.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:36:36 vm07 sudo[64836]: pam_unix(sudo:session): session closed for user root 2026-03-06T13:36:37.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 sudo[55473]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-06T13:36:37.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 sudo[55473]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-06T13:36:37.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 sudo[55473]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-06T13:36:37.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:36 vm09 sudo[55473]: pam_unix(sudo:session): session closed for user root 2026-03-06T13:36:37.388 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66833]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-06T13:36:37.388 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66833]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-06T13:36:37.388 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66833]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-06T13:36:37.388 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66833]: pam_unix(sudo:session): session closed for user root 2026-03-06T13:36:37.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66839]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-06T13:36:37.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66839]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-06T13:36:37.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66839]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-06T13:36:37.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66839]: pam_unix(sudo:session): session closed for user root 2026-03-06T13:36:37.389 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66836]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vdd 2026-03-06T13:36:37.389 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66836]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-06T13:36:37.389 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66836]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-06T13:36:37.389 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:36:36 vm05 sudo[66836]: pam_unix(sudo:session): session closed for user root 2026-03-06T13:36:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-06T13:36:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: osdmap e20: 4 total, 3 up, 4 in 2026-03-06T13:36:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: pgmap v50: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:37 vm05 ceph-mon[53620]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-06T13:36:38.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: osdmap e20: 4 total, 3 up, 4 in 2026-03-06T13:36:38.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:38.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: pgmap v50: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:38.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.287 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.288 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:37 vm07 ceph-mon[58093]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-06T13:36:38.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: osdmap e20: 4 total, 3 up, 4 in 2026-03-06T13:36:38.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: pgmap v50: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-06T13:36:38.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:37 vm09 ceph-mon[52771]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-06T13:36:39.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:38 vm07 ceph-mon[58093]: osdmap e21: 4 total, 3 up, 4 in 2026-03-06T13:36:39.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:38 vm07 ceph-mon[58093]: mgrmap e15: a(active, since 80s), standbys: b 2026-03-06T13:36:39.053 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:38 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:39.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:38 vm05 ceph-mon[53620]: osdmap e21: 4 total, 3 up, 4 in 2026-03-06T13:36:39.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:38 vm05 ceph-mon[53620]: mgrmap e15: a(active, since 80s), standbys: b 2026-03-06T13:36:39.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:38 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:39.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:38 vm09 ceph-mon[52771]: osdmap e21: 4 total, 3 up, 4 in 2026-03-06T13:36:39.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:38 vm09 ceph-mon[52771]: mgrmap e15: a(active, since 80s), standbys: b 2026-03-06T13:36:39.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:38 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:40.085 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:39 vm07 ceph-mon[58093]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:40.085 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:39 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-06T13:36:40.085 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:39 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:40.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:39 vm05 ceph-mon[53620]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:40.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:39 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-06T13:36:40.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:39 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:40.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:39 vm09 ceph-mon[52771]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:40.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:39 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-06T13:36:40.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:39 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:40.948 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:40 vm07 ceph-mon[58093]: Deploying daemon osd.3 on vm07 2026-03-06T13:36:41.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:40 vm05 ceph-mon[53620]: Deploying daemon osd.3 on vm07 2026-03-06T13:36:41.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:40 vm09 ceph-mon[52771]: Deploying daemon osd.3 on vm07 2026-03-06T13:36:42.126 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:41 vm05 ceph-mon[53620]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:42.126 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.126 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.126 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.133 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:41 vm07 ceph-mon[58093]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:42.133 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.133 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.133 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:41 vm09 ceph-mon[52771]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:42.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:41 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:41 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:42.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:41 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.112 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:42 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:43.112 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:42 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:43.112 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:42 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:43.112 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:42 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.112 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:42 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.112 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:42 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:42 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:43.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:42 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:43.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:42 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:43.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:42 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:42 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:42 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:42 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:43.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:42 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:43.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:42 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:43.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:42 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:42 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:43.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:42 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.275 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:43 vm07 ceph-mon[58093]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:44.275 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:43 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.275 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:43 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.275 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:43 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:43 vm09 ceph-mon[52771]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:44.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:43 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:43 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:43 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.374 INFO:teuthology.orchestra.run.vm07.stdout:Created osd(s) 3 on host 'vm07' 2026-03-06T13:36:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:43 vm05 ceph-mon[53620]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:43 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:43 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:43 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:44.455 DEBUG:teuthology.orchestra.run.vm07:osd.3> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.3.service 2026-03-06T13:36:44.456 INFO:tasks.cephadm:Deploying osd.4 on vm09 with /dev/vde... 2026-03-06T13:36:44.456 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- lvm zap /dev/vde 2026-03-06T13:36:44.789 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.c/config 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm07", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:44 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm07", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm07", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:45.946 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:36:45.966 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch daemon add osd vm09:/dev/vde 2026-03-06T13:36:46.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:45 vm09 ceph-mon[52771]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]': finished 2026-03-06T13:36:46.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:45 vm09 ceph-mon[52771]: osdmap e22: 4 total, 3 up, 4 in 2026-03-06T13:36:46.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:45 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:46.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:45 vm09 ceph-mon[52771]: from='osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:46.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:45 vm09 ceph-mon[52771]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:46.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:45 vm09 ceph-mon[52771]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:46.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:45 vm07 ceph-mon[58093]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]': finished 2026-03-06T13:36:46.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:45 vm07 ceph-mon[58093]: osdmap e22: 4 total, 3 up, 4 in 2026-03-06T13:36:46.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:45 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:46.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:45 vm07 ceph-mon[58093]: from='osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:46.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:45 vm07 ceph-mon[58093]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:46.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:45 vm07 ceph-mon[58093]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:46.321 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.c/config 2026-03-06T13:36:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:45 vm05 ceph-mon[53620]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]': finished 2026-03-06T13:36:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:45 vm05 ceph-mon[53620]: osdmap e22: 4 total, 3 up, 4 in 2026-03-06T13:36:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:45 vm05 ceph-mon[53620]: from='osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:45 vm05 ceph-mon[53620]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]: dispatch 2026-03-06T13:36:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:45 vm05 ceph-mon[53620]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]': finished 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: osdmap e23: 4 total, 3 up, 4 in 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='osd.3 ' entity='osd.3' 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848] boot 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: osdmap e24: 4 total, 4 up, 4 in 2026-03-06T13:36:47.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:46 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.052 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:36:46 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3[66081]: 2026-03-06T12:36:46.747+0000 7f7b137b9640 -1 osd.3 0 waiting for initial osdmap 2026-03-06T13:36:47.052 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:36:46 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3[66081]: 2026-03-06T12:36:46.751+0000 7f7b0ede2640 -1 osd.3 23 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]': finished 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: osdmap e23: 4 total, 3 up, 4 in 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='osd.3 ' entity='osd.3' 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848] boot 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: osdmap e24: 4 total, 4 up, 4 in 2026-03-06T13:36:47.206 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:46 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm07", "root=default"]}]': finished 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: osdmap e23: 4 total, 3 up, 4 in 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='osd.3 ' entity='osd.3' 2026-03-06T13:36:47.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: osd.3 [v2:192.168.123.107:6808/3196487848,v1:192.168.123.107:6809/3196487848] boot 2026-03-06T13:36:47.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: osdmap e24: 4 total, 4 up, 4 in 2026-03-06T13:36:47.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-06T13:36:48.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:47 vm09 ceph-mon[52771]: purged_snaps scrub starts 2026-03-06T13:36:48.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:47 vm09 ceph-mon[52771]: purged_snaps scrub ok 2026-03-06T13:36:48.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:47 vm09 ceph-mon[52771]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:48.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:47 vm09 ceph-mon[52771]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:48.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:47 vm09 ceph-mon[52771]: osdmap e25: 4 total, 4 up, 4 in 2026-03-06T13:36:48.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:47 vm07 ceph-mon[58093]: purged_snaps scrub starts 2026-03-06T13:36:48.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:47 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:36:48.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:47 vm07 ceph-mon[58093]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:48.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:47 vm07 ceph-mon[58093]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:48.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:47 vm07 ceph-mon[58093]: osdmap e25: 4 total, 4 up, 4 in 2026-03-06T13:36:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:47 vm05 ceph-mon[53620]: purged_snaps scrub starts 2026-03-06T13:36:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:47 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:36:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:47 vm05 ceph-mon[53620]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:36:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:47 vm05 ceph-mon[53620]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-06T13:36:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:47 vm05 ceph-mon[53620]: osdmap e25: 4 total, 4 up, 4 in 2026-03-06T13:36:49.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:48 vm07 ceph-mon[58093]: from='client.? 192.168.123.109:0/1170400503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61de25ee-ed92-491d-82cb-4853c95bc8f9"}]: dispatch 2026-03-06T13:36:49.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:48 vm07 ceph-mon[58093]: from='client.? 192.168.123.109:0/1170400503' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61de25ee-ed92-491d-82cb-4853c95bc8f9"}]': finished 2026-03-06T13:36:49.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:48 vm07 ceph-mon[58093]: osdmap e26: 5 total, 4 up, 5 in 2026-03-06T13:36:49.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:36:49.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:48 vm07 ceph-mon[58093]: from='client.? 192.168.123.109:0/3475983492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:49.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:48 vm09 ceph-mon[52771]: from='client.? 192.168.123.109:0/1170400503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61de25ee-ed92-491d-82cb-4853c95bc8f9"}]: dispatch 2026-03-06T13:36:49.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:48 vm09 ceph-mon[52771]: from='client.? 192.168.123.109:0/1170400503' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61de25ee-ed92-491d-82cb-4853c95bc8f9"}]': finished 2026-03-06T13:36:49.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:48 vm09 ceph-mon[52771]: osdmap e26: 5 total, 4 up, 5 in 2026-03-06T13:36:49.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:48 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:36:49.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:48 vm09 ceph-mon[52771]: from='client.? 192.168.123.109:0/3475983492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:48 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/1170400503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61de25ee-ed92-491d-82cb-4853c95bc8f9"}]: dispatch 2026-03-06T13:36:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:48 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/1170400503' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61de25ee-ed92-491d-82cb-4853c95bc8f9"}]': finished 2026-03-06T13:36:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:48 vm05 ceph-mon[53620]: osdmap e26: 5 total, 4 up, 5 in 2026-03-06T13:36:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:36:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:48 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/3475983492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:36:50.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:50 vm07 ceph-mon[58093]: pgmap v62: 1 pgs: 1 remapped; 449 KiB data, 303 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:36:50.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:50 vm09 ceph-mon[52771]: pgmap v62: 1 pgs: 1 remapped; 449 KiB data, 303 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:36:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:50 vm05 ceph-mon[53620]: pgmap v62: 1 pgs: 1 remapped; 449 KiB data, 303 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: pgmap v63: 1 pgs: 1 remapped; 449 KiB data, 303 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:52.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: pgmap v63: 1 pgs: 1 remapped; 449 KiB data, 303 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:36:52.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:52.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:52.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:52.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:52 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: pgmap v63: 1 pgs: 1 remapped; 449 KiB data, 303 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:36:52.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:52.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:52.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: Detected new or changed devices on vm07 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-06T13:36:53.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:53 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: Detected new or changed devices on vm07 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-06T13:36:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: Detected new or changed devices on vm07 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-06T13:36:53.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:54.193 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:54 vm09 ceph-mon[52771]: Deploying daemon osd.4 on vm09 2026-03-06T13:36:54.194 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:54 vm09 ceph-mon[52771]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-06T13:36:54.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:54 vm05 ceph-mon[53620]: Deploying daemon osd.4 on vm09 2026-03-06T13:36:54.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:54 vm05 ceph-mon[53620]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-06T13:36:54.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:54 vm07 ceph-mon[58093]: Deploying daemon osd.4 on vm09 2026-03-06T13:36:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:54 vm07 ceph-mon[58093]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-06T13:36:56.066 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:56 vm09 ceph-mon[52771]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:36:56.066 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:56 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:56.066 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:56 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:56.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:56 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:56.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:56 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:56 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:56 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:56 vm05 ceph-mon[53620]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:36:56.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:56 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:56.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:56 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:56.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:56 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:56.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:56 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:56 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:56 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:56 vm07 ceph-mon[58093]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:36:56.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:56 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:56.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:56 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:56.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:56 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:56.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:56 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:56 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:56.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:56 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:57.546 INFO:teuthology.orchestra.run.vm09.stdout:Created osd(s) 4 on host 'vm09' 2026-03-06T13:36:57.614 DEBUG:teuthology.orchestra.run.vm09:osd.4> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.4.service 2026-03-06T13:36:57.616 INFO:tasks.cephadm:Deploying osd.5 on vm09 with /dev/vdd... 2026-03-06T13:36:57.616 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- lvm zap /dev/vdd 2026-03-06T13:36:58.011 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.c/config 2026-03-06T13:36:58.034 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:36:57 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4[57844]: 2026-03-06T12:36:57.763+0000 7fa633098740 -1 osd.4 0 log_to_monitors true 2026-03-06T13:36:58.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 50 KiB/s, 0 objects/s recovering 2026-03-06T13:36:58.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:58.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:58.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:58.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:58.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.321 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:58 vm09 ceph-mon[52771]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 50 KiB/s, 0 objects/s recovering 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:58 vm05 ceph-mon[53620]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 50 KiB/s, 0 objects/s recovering 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:36:58.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:58 vm07 ceph-mon[58093]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-06T13:36:59.225 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:36:59.258 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph orch daemon add osd vm09:/dev/vdd 2026-03-06T13:36:59.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:59 vm05 ceph-mon[53620]: Adjusting osd_memory_target on vm09 to 3329M 2026-03-06T13:36:59.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:59 vm05 ceph-mon[53620]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]': finished 2026-03-06T13:36:59.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:59 vm05 ceph-mon[53620]: osdmap e27: 5 total, 4 up, 5 in 2026-03-06T13:36:59.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:59 vm05 ceph-mon[53620]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:36:59.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:36:59 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:36:59.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:59 vm07 ceph-mon[58093]: Adjusting osd_memory_target on vm09 to 3329M 2026-03-06T13:36:59.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:59 vm07 ceph-mon[58093]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]': finished 2026-03-06T13:36:59.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:59 vm07 ceph-mon[58093]: osdmap e27: 5 total, 4 up, 5 in 2026-03-06T13:36:59.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:59 vm07 ceph-mon[58093]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:36:59.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:36:59 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:36:59.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:59 vm09 ceph-mon[52771]: Adjusting osd_memory_target on vm09 to 3329M 2026-03-06T13:36:59.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:59 vm09 ceph-mon[52771]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]': finished 2026-03-06T13:36:59.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:59 vm09 ceph-mon[52771]: osdmap e27: 5 total, 4 up, 5 in 2026-03-06T13:36:59.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:59 vm09 ceph-mon[52771]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:36:59.570 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:36:59 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:36:59.641 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.c/config 2026-03-06T13:37:00.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-06T13:37:00.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-06T13:37:00.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: osdmap e28: 5 total, 4 up, 5 in 2026-03-06T13:37:00.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:00.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:00.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:37:00.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:37:00.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:00 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: osdmap e28: 5 total, 4 up, 5 in 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:37:00.457 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:00 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:00.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-06T13:37:00.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-06T13:37:00.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: osdmap e28: 5 total, 4 up, 5 in 2026-03-06T13:37:00.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:00.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:00.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:37:00.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:37:00.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:00 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:00.743 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:00 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4[57844]: 2026-03-06T12:37:00.489+0000 7fa62f019640 -1 osd.4 0 waiting for initial osdmap 2026-03-06T13:37:00.743 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:00 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4[57844]: 2026-03-06T12:37:00.500+0000 7fa62a642640 -1 osd.4 28 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: purged_snaps scrub starts 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: purged_snaps scrub ok 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128] boot 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: osdmap e29: 5 total, 5 up, 5 in 2026-03-06T13:37:01.338 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:01 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: purged_snaps scrub starts 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128] boot 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: osdmap e29: 5 total, 5 up, 5 in 2026-03-06T13:37:01.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:01 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:01.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: purged_snaps scrub starts 2026-03-06T13:37:01.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:37:01.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:01.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: from='osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128]' entity='osd.4' 2026-03-06T13:37:01.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:01.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: osd.4 [v2:192.168.123.109:6800/3095918128,v1:192.168.123.109:6801/3095918128] boot 2026-03-06T13:37:01.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: osdmap e29: 5 total, 5 up, 5 in 2026-03-06T13:37:01.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:01 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-06T13:37:02.314 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='client.? 192.168.123.109:0/1186072150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44778301-c201-4d24-beb2-139aa05fc96e"}]: dispatch 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='client.? 192.168.123.109:0/1186072150' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44778301-c201-4d24-beb2-139aa05fc96e"}]': finished 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: osdmap e30: 6 total, 5 up, 6 in 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:02.315 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:02 vm09 ceph-mon[52771]: from='client.? 192.168.123.109:0/1048993621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/1186072150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44778301-c201-4d24-beb2-139aa05fc96e"}]: dispatch 2026-03-06T13:37:02.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/1186072150' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44778301-c201-4d24-beb2-139aa05fc96e"}]': finished 2026-03-06T13:37:02.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: osdmap e30: 6 total, 5 up, 6 in 2026-03-06T13:37:02.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:02.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:02 vm05 ceph-mon[53620]: from='client.? 192.168.123.109:0/1048993621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='client.? 192.168.123.109:0/1186072150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44778301-c201-4d24-beb2-139aa05fc96e"}]: dispatch 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='client.? 192.168.123.109:0/1186072150' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44778301-c201-4d24-beb2-139aa05fc96e"}]': finished 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: osdmap e30: 6 total, 5 up, 6 in 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:02.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:02 vm07 ceph-mon[58093]: from='client.? 192.168.123.109:0/1048993621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: osdmap e31: 6 total, 5 up, 6 in 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: pgmap v74: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.820 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:03 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: osdmap e31: 6 total, 5 up, 6 in 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: pgmap v74: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:03.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:03 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:04.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: osdmap e31: 6 total, 5 up, 6 in 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: pgmap v74: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:04.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:03 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:06.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:05 vm09 ceph-mon[52771]: pgmap v75: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:06.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:05 vm07 ceph-mon[58093]: pgmap v75: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:06.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:05 vm05 ceph-mon[53620]: pgmap v75: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:07.142 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-06T13:37:07.142 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:06 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:07.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-06T13:37:07.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:06 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:07.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-06T13:37:07.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:06 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:07.990 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:07 vm09 ceph-mon[52771]: Deploying daemon osd.5 on vm09 2026-03-06T13:37:07.990 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:07 vm09 ceph-mon[52771]: pgmap v76: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:08.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:07 vm07 ceph-mon[58093]: Deploying daemon osd.5 on vm09 2026-03-06T13:37:08.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:07 vm07 ceph-mon[58093]: pgmap v76: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:08.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:07 vm05 ceph-mon[53620]: Deploying daemon osd.5 on vm09 2026-03-06T13:37:08.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:07 vm05 ceph-mon[53620]: pgmap v76: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:10.242 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:09 vm09 ceph-mon[52771]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:10.242 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:09 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:10.242 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:09 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:10.242 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:09 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:10.242 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:09 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.242 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:09 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.242 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:09 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:09 vm07 ceph-mon[58093]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:10.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:09 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:10.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:09 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:10.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:09 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:10.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:09 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:09 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:09 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:09 vm05 ceph-mon[53620]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:10.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:09 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:10.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:09 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:10.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:09 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:10.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:09 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:09 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:10.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:09 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:11.371 INFO:teuthology.orchestra.run.vm09.stdout:Created osd(s) 5 on host 'vm09' 2026-03-06T13:37:11.431 DEBUG:teuthology.orchestra.run.vm09:osd.5> sudo journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.5.service 2026-03-06T13:37:11.433 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2026-03-06T13:37:11.433 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd stat -f json 2026-03-06T13:37:11.795 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:11.990 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:11 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5[61125]: 2026-03-06T12:37:11.584+0000 7fe12421e740 -1 osd.5 0 log_to_monitors true 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 48 KiB/s, 0 objects/s recovering 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-06T13:37:12.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:11 vm05 ceph-mon[53620]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-06T13:37:12.139 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:12.199 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":31,"num_osds":6,"num_up_osds":5,"osd_up_since":1772800620,"num_in_osds":6,"osd_in_since":1772800621,"num_remapped_pgs":0} 2026-03-06T13:37:12.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 48 KiB/s, 0 objects/s recovering 2026-03-06T13:37:12.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:12.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-06T13:37:12.304 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:11 vm07 ceph-mon[58093]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 48 KiB/s, 0 objects/s recovering 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-06T13:37:12.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:11 vm09 ceph-mon[52771]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-06T13:37:13.200 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd stat -f json 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: Adjusting osd_memory_target on vm09 to 1664M 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/3622380398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]': finished 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: osdmap e32: 6 total, 5 up, 6 in 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:12 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.319 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: Adjusting osd_memory_target on vm09 to 1664M 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/3622380398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]': finished 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: osdmap e32: 6 total, 5 up, 6 in 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:12 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: Adjusting osd_memory_target on vm09 to 1664M 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3622380398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]': finished 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: osdmap e32: 6 total, 5 up, 6 in 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:12 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:13.558 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:13.915 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:13.982 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":34,"num_osds":6,"num_up_osds":5,"osd_up_since":1772800620,"num_in_osds":6,"osd_in_since":1772800621,"num_remapped_pgs":1} 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: osdmap e33: 6 total, 5 up, 6 in 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: osdmap e34: 6 total, 5 up, 6 in 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.261 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:14 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/3198997008' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:14.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-06T13:37:14.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-06T13:37:14.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: osdmap e33: 6 total, 5 up, 6 in 2026-03-06T13:37:14.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: osdmap e34: 6 total, 5 up, 6 in 2026-03-06T13:37:14.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:14 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/3198997008' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: osdmap e33: 6 total, 5 up, 6 in 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: osdmap e34: 6 total, 5 up, 6 in 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:14.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:14 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3198997008' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:14.570 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:14 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5[61125]: 2026-03-06T12:37:14.260+0000 7fe1209b2640 -1 osd.5 0 waiting for initial osdmap 2026-03-06T13:37:14.570 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:14 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5[61125]: 2026-03-06T12:37:14.268+0000 7fe11b7c8640 -1 osd.5 34 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:37:14.983 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd stat -f json 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: purged_snaps scrub starts 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: from='osd.5 ' entity='osd.5' 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890] boot 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: osdmap e35: 6 total, 6 up, 6 in 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:15.268 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:15 vm05 ceph-mon[53620]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:15.354 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:15.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: purged_snaps scrub starts 2026-03-06T13:37:15.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:37:15.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: from='osd.5 ' entity='osd.5' 2026-03-06T13:37:15.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:15.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890] boot 2026-03-06T13:37:15.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: osdmap e35: 6 total, 6 up, 6 in 2026-03-06T13:37:15.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:15.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:15 vm07 ceph-mon[58093]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: purged_snaps scrub starts 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: purged_snaps scrub ok 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: from='osd.5 ' entity='osd.5' 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: osd.5 [v2:192.168.123.109:6808/2996973890,v1:192.168.123.109:6809/2996973890] boot 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: osdmap e35: 6 total, 6 up, 6 in 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-06T13:37:15.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:15 vm09 ceph-mon[52771]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:15.699 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:15.752 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":35,"num_osds":6,"num_up_osds":6,"osd_up_since":1772800634,"num_in_osds":6,"osd_in_since":1772800621,"num_remapped_pgs":1} 2026-03-06T13:37:15.753 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd dump --format=json 2026-03-06T13:37:16.086 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:16.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:16 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/1480099404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:16.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:16 vm05 ceph-mon[53620]: osdmap e36: 6 total, 6 up, 6 in 2026-03-06T13:37:16.432 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:16.432 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":36,"fsid":"c169c906-1958-11f1-b32b-27a16367f1d5","created":"2026-03-06T12:34:32.429793+0000","modified":"2026-03-06T12:37:15.778924+0000","last_up_change":"2026-03-06T12:37:14.775514+0000","last_in_change":"2026-03-06T12:37:01.544097+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-03-06T12:36:34.938485+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6803","nonce":195107073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6805","nonce":195107073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6808","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6809","nonce":195107073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6807","nonce":195107073}]},"public_addr":"192.168.123.105:6803/195107073","cluster_addr":"192.168.123.105:6805/195107073","heartbeat_back_addr":"192.168.123.105:6809/195107073","heartbeat_front_addr":"192.168.123.105:6807/195107073","state":["exists","up"]},{"osd":1,"uuid":"247504d4-da0b-4302-b0a9-14fb95c5c848","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6810","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6811","nonce":38441477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6813","nonce":38441477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6816","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6817","nonce":38441477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6814","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6815","nonce":38441477}]},"public_addr":"192.168.123.105:6811/38441477","cluster_addr":"192.168.123.105:6813/38441477","heartbeat_back_addr":"192.168.123.105:6817/38441477","heartbeat_front_addr":"192.168.123.105:6815/38441477","state":["exists","up"]},{"osd":2,"uuid":"8213ba69-31c8-4167-9633-f9e175c59d43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6800","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6801","nonce":1695814373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6802","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6803","nonce":1695814373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6806","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6807","nonce":1695814373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6804","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6805","nonce":1695814373}]},"public_addr":"192.168.123.107:6801/1695814373","cluster_addr":"192.168.123.107:6803/1695814373","heartbeat_back_addr":"192.168.123.107:6807/1695814373","heartbeat_front_addr":"192.168.123.107:6805/1695814373","state":["exists","up"]},{"osd":3,"uuid":"8e1e72e4-228b-4f2d-b914-05524c756094","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6808","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6809","nonce":3196487848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6810","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6811","nonce":3196487848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6814","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6815","nonce":3196487848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6812","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6813","nonce":3196487848}]},"public_addr":"192.168.123.107:6809/3196487848","cluster_addr":"192.168.123.107:6811/3196487848","heartbeat_back_addr":"192.168.123.107:6815/3196487848","heartbeat_front_addr":"192.168.123.107:6813/3196487848","state":["exists","up"]},{"osd":4,"uuid":"61de25ee-ed92-491d-82cb-4853c95bc8f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6801","nonce":3095918128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6803","nonce":3095918128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6807","nonce":3095918128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6805","nonce":3095918128}]},"public_addr":"192.168.123.109:6801/3095918128","cluster_addr":"192.168.123.109:6803/3095918128","heartbeat_back_addr":"192.168.123.109:6807/3095918128","heartbeat_front_addr":"192.168.123.109:6805/3095918128","state":["exists","up"]},{"osd":5,"uuid":"44778301-c201-4d24-beb2-139aa05fc96e","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":"192.168.123.109:6808","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6809","nonce":2996973890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6810","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6811","nonce":2996973890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6814","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6815","nonce":2996973890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6812","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6813","nonce":2996973890}]},"public_addr":"192.168.123.109:6809/2996973890","cluster_addr":"192.168.123.109:6811/2996973890","heartbeat_back_addr":"192.168.123.109:6815/2996973890","heartbeat_front_addr":"192.168.123.109:6813/2996973890","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:04.636654+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:18.112773+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:31.870306+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:45.264506+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:58.743434+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:37:12.552168+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.105:6801/1200804275":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/1876043774":"2026-03-07T12:35:16.873392+0000","192.168.123.105:6800/1200804275":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/3193541349":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/1929506575":"2026-03-07T12:35:16.873392+0000","192.168.123.105:6801/1712713339":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/996065661":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/401243407":"2026-03-07T12:34:58.105731+0000","192.168.123.105:6800/1712713339":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/3911501579":"2026-03-07T12:34:58.105731+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-03-06T13:37:16.487 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-03-06T12:36:34.938485+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': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, '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-03-06T13:37:16.487 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd pool get .mgr pg_num 2026-03-06T13:37:16.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:16 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/1480099404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:16.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:16 vm07 ceph-mon[58093]: osdmap e36: 6 total, 6 up, 6 in 2026-03-06T13:37:16.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:16 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/1480099404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:37:16.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:16 vm09 ceph-mon[52771]: osdmap e36: 6 total, 6 up, 6 in 2026-03-06T13:37:16.820 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:17.168 INFO:teuthology.orchestra.run.vm05.stdout:pg_num: 1 2026-03-06T13:37:17.233 INFO:tasks.cephadm:Setting up client nodes... 2026-03-06T13:37:17.233 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-03-06T13:37:17.233 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-03-06T13:37:17.233 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph mgr dump --format=json 2026-03-06T13:37:17.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:17 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/3203400045' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:17.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:17 vm07 ceph-mon[58093]: osdmap e37: 6 total, 6 up, 6 in 2026-03-06T13:37:17.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:17 vm07 ceph-mon[58093]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-06T13:37:17.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:17 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2016836100' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-03-06T13:37:17.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:17 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/3203400045' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:17.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:17 vm09 ceph-mon[52771]: osdmap e37: 6 total, 6 up, 6 in 2026-03-06T13:37:17.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:17 vm09 ceph-mon[52771]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-06T13:37:17.569 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:17 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2016836100' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-03-06T13:37:17.586 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:17.611 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:17 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3203400045' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:17.611 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:17 vm05 ceph-mon[53620]: osdmap e37: 6 total, 6 up, 6 in 2026-03-06T13:37:17.611 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:17 vm05 ceph-mon[53620]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-06T13:37:17.611 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:17 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2016836100' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-03-06T13:37:17.948 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:18.002 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":15,"flags":0,"active_gid":14156,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":130236933},{"type":"v1","addr":"192.168.123.105:6801","nonce":130236933}]},"active_addr":"192.168.123.105:6801/130236933","active_change":"2026-03-06T12:35:16.873480+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14220,"name":"b","mgr_features":4540701547738038271,"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","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":[]},"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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.51.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":"quay.io/ceph/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":"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":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number. if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":"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":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"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","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":[]},"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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.51.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":"quay.io/ceph/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":"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":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number. if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":"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":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://192.168.123.105: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"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"192.168.123.105:0","nonce":1057981095}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.105:0","nonce":306525789}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.105:0","nonce":340213048}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.105:0","nonce":238594506}]}]} 2026-03-06T13:37:18.004 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-03-06T13:37:18.004 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-03-06T13:37:18.004 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd dump --format=json 2026-03-06T13:37:18.346 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:18.689 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:18.690 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":37,"fsid":"c169c906-1958-11f1-b32b-27a16367f1d5","created":"2026-03-06T12:34:32.429793+0000","modified":"2026-03-06T12:37:16.786205+0000","last_up_change":"2026-03-06T12:37:14.775514+0000","last_in_change":"2026-03-06T12:37:01.544097+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-03-06T12:36:34.938485+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6803","nonce":195107073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6805","nonce":195107073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6808","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6809","nonce":195107073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6807","nonce":195107073}]},"public_addr":"192.168.123.105:6803/195107073","cluster_addr":"192.168.123.105:6805/195107073","heartbeat_back_addr":"192.168.123.105:6809/195107073","heartbeat_front_addr":"192.168.123.105:6807/195107073","state":["exists","up"]},{"osd":1,"uuid":"247504d4-da0b-4302-b0a9-14fb95c5c848","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6810","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6811","nonce":38441477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6813","nonce":38441477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6816","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6817","nonce":38441477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6814","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6815","nonce":38441477}]},"public_addr":"192.168.123.105:6811/38441477","cluster_addr":"192.168.123.105:6813/38441477","heartbeat_back_addr":"192.168.123.105:6817/38441477","heartbeat_front_addr":"192.168.123.105:6815/38441477","state":["exists","up"]},{"osd":2,"uuid":"8213ba69-31c8-4167-9633-f9e175c59d43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6800","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6801","nonce":1695814373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6802","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6803","nonce":1695814373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6806","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6807","nonce":1695814373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6804","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6805","nonce":1695814373}]},"public_addr":"192.168.123.107:6801/1695814373","cluster_addr":"192.168.123.107:6803/1695814373","heartbeat_back_addr":"192.168.123.107:6807/1695814373","heartbeat_front_addr":"192.168.123.107:6805/1695814373","state":["exists","up"]},{"osd":3,"uuid":"8e1e72e4-228b-4f2d-b914-05524c756094","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6808","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6809","nonce":3196487848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6810","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6811","nonce":3196487848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6814","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6815","nonce":3196487848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6812","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6813","nonce":3196487848}]},"public_addr":"192.168.123.107:6809/3196487848","cluster_addr":"192.168.123.107:6811/3196487848","heartbeat_back_addr":"192.168.123.107:6815/3196487848","heartbeat_front_addr":"192.168.123.107:6813/3196487848","state":["exists","up"]},{"osd":4,"uuid":"61de25ee-ed92-491d-82cb-4853c95bc8f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6801","nonce":3095918128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6803","nonce":3095918128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6807","nonce":3095918128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6805","nonce":3095918128}]},"public_addr":"192.168.123.109:6801/3095918128","cluster_addr":"192.168.123.109:6803/3095918128","heartbeat_back_addr":"192.168.123.109:6807/3095918128","heartbeat_front_addr":"192.168.123.109:6805/3095918128","state":["exists","up"]},{"osd":5,"uuid":"44778301-c201-4d24-beb2-139aa05fc96e","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":"192.168.123.109:6808","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6809","nonce":2996973890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6810","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6811","nonce":2996973890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6814","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6815","nonce":2996973890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6812","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6813","nonce":2996973890}]},"public_addr":"192.168.123.109:6809/2996973890","cluster_addr":"192.168.123.109:6811/2996973890","heartbeat_back_addr":"192.168.123.109:6815/2996973890","heartbeat_front_addr":"192.168.123.109:6813/2996973890","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:04.636654+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:18.112773+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:31.870306+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:45.264506+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:58.743434+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:37:12.552168+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.105:6801/1200804275":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/1876043774":"2026-03-07T12:35:16.873392+0000","192.168.123.105:6800/1200804275":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/3193541349":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/1929506575":"2026-03-07T12:35:16.873392+0000","192.168.123.105:6801/1712713339":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/996065661":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/401243407":"2026-03-07T12:34:58.105731+0000","192.168.123.105:6800/1712713339":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/3911501579":"2026-03-07T12:34:58.105731+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-03-06T13:37:18.745 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-03-06T13:37:18.746 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd dump --format=json 2026-03-06T13:37:19.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:18 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/426620162' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-06T13:37:19.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:18 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/389153309' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:19.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:18 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/426620162' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-06T13:37:19.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:18 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/389153309' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:19.081 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:19.107 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:18 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/426620162' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-06T13:37:19.107 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:18 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/389153309' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:19.420 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:19.420 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":37,"fsid":"c169c906-1958-11f1-b32b-27a16367f1d5","created":"2026-03-06T12:34:32.429793+0000","modified":"2026-03-06T12:37:16.786205+0000","last_up_change":"2026-03-06T12:37:14.775514+0000","last_in_change":"2026-03-06T12:37:01.544097+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-03-06T12:36:34.938485+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"7575e3d6-3ffe-49e6-a890-6aa6f5bdf7ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6803","nonce":195107073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6805","nonce":195107073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6808","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6809","nonce":195107073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":195107073},{"type":"v1","addr":"192.168.123.105:6807","nonce":195107073}]},"public_addr":"192.168.123.105:6803/195107073","cluster_addr":"192.168.123.105:6805/195107073","heartbeat_back_addr":"192.168.123.105:6809/195107073","heartbeat_front_addr":"192.168.123.105:6807/195107073","state":["exists","up"]},{"osd":1,"uuid":"247504d4-da0b-4302-b0a9-14fb95c5c848","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6810","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6811","nonce":38441477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6813","nonce":38441477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6816","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6817","nonce":38441477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6814","nonce":38441477},{"type":"v1","addr":"192.168.123.105:6815","nonce":38441477}]},"public_addr":"192.168.123.105:6811/38441477","cluster_addr":"192.168.123.105:6813/38441477","heartbeat_back_addr":"192.168.123.105:6817/38441477","heartbeat_front_addr":"192.168.123.105:6815/38441477","state":["exists","up"]},{"osd":2,"uuid":"8213ba69-31c8-4167-9633-f9e175c59d43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6800","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6801","nonce":1695814373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6802","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6803","nonce":1695814373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6806","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6807","nonce":1695814373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6804","nonce":1695814373},{"type":"v1","addr":"192.168.123.107:6805","nonce":1695814373}]},"public_addr":"192.168.123.107:6801/1695814373","cluster_addr":"192.168.123.107:6803/1695814373","heartbeat_back_addr":"192.168.123.107:6807/1695814373","heartbeat_front_addr":"192.168.123.107:6805/1695814373","state":["exists","up"]},{"osd":3,"uuid":"8e1e72e4-228b-4f2d-b914-05524c756094","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6808","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6809","nonce":3196487848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6810","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6811","nonce":3196487848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6814","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6815","nonce":3196487848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6812","nonce":3196487848},{"type":"v1","addr":"192.168.123.107:6813","nonce":3196487848}]},"public_addr":"192.168.123.107:6809/3196487848","cluster_addr":"192.168.123.107:6811/3196487848","heartbeat_back_addr":"192.168.123.107:6815/3196487848","heartbeat_front_addr":"192.168.123.107:6813/3196487848","state":["exists","up"]},{"osd":4,"uuid":"61de25ee-ed92-491d-82cb-4853c95bc8f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6801","nonce":3095918128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6803","nonce":3095918128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6807","nonce":3095918128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":3095918128},{"type":"v1","addr":"192.168.123.109:6805","nonce":3095918128}]},"public_addr":"192.168.123.109:6801/3095918128","cluster_addr":"192.168.123.109:6803/3095918128","heartbeat_back_addr":"192.168.123.109:6807/3095918128","heartbeat_front_addr":"192.168.123.109:6805/3095918128","state":["exists","up"]},{"osd":5,"uuid":"44778301-c201-4d24-beb2-139aa05fc96e","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":"192.168.123.109:6808","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6809","nonce":2996973890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6810","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6811","nonce":2996973890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6814","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6815","nonce":2996973890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6812","nonce":2996973890},{"type":"v1","addr":"192.168.123.109:6813","nonce":2996973890}]},"public_addr":"192.168.123.109:6809/2996973890","cluster_addr":"192.168.123.109:6811/2996973890","heartbeat_back_addr":"192.168.123.109:6815/2996973890","heartbeat_front_addr":"192.168.123.109:6813/2996973890","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:04.636654+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:18.112773+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:31.870306+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:45.264506+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:36:58.743434+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:37:12.552168+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.105:6801/1200804275":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/1876043774":"2026-03-07T12:35:16.873392+0000","192.168.123.105:6800/1200804275":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/3193541349":"2026-03-07T12:35:16.873392+0000","192.168.123.105:0/1929506575":"2026-03-07T12:35:16.873392+0000","192.168.123.105:6801/1712713339":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/996065661":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/401243407":"2026-03-07T12:34:58.105731+0000","192.168.123.105:6800/1712713339":"2026-03-07T12:34:58.105731+0000","192.168.123.105:0/3911501579":"2026-03-07T12:34:58.105731+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-03-06T13:37:19.498 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph tell osd.0 flush_pg_stats 2026-03-06T13:37:19.499 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph tell osd.1 flush_pg_stats 2026-03-06T13:37:19.499 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph tell osd.2 flush_pg_stats 2026-03-06T13:37:19.499 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph tell osd.3 flush_pg_stats 2026-03-06T13:37:19.499 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph tell osd.4 flush_pg_stats 2026-03-06T13:37:19.499 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph tell osd.5 flush_pg_stats 2026-03-06T13:37:20.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:19 vm09 ceph-mon[52771]: pgmap v88: 1 pgs: 1 activating+degraded; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail; 2/6 objects degraded (33.333%) 2026-03-06T13:37:20.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:19 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2483767829' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:20.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:19 vm05 ceph-mon[53620]: pgmap v88: 1 pgs: 1 activating+degraded; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail; 2/6 objects degraded (33.333%) 2026-03-06T13:37:20.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:19 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2483767829' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:20.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:19 vm07 ceph-mon[58093]: pgmap v88: 1 pgs: 1 activating+degraded; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail; 2/6 objects degraded (33.333%) 2026-03-06T13:37:20.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:19 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2483767829' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:37:20.576 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:20.601 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:20.622 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:20.622 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:20.741 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:20.908 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:20 vm05 ceph-mon[53620]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2026-03-06T13:37:20.925 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:21.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:20 vm09 ceph-mon[52771]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2026-03-06T13:37:21.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:20 vm07 ceph-mon[58093]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2026-03-06T13:37:21.319 INFO:teuthology.orchestra.run.vm05.stdout:150323855363 2026-03-06T13:37:21.319 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.5 2026-03-06T13:37:21.517 INFO:teuthology.orchestra.run.vm05.stdout:34359738384 2026-03-06T13:37:21.517 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.0 2026-03-06T13:37:21.618 INFO:teuthology.orchestra.run.vm05.stdout:51539607566 2026-03-06T13:37:21.618 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.1 2026-03-06T13:37:21.896 INFO:teuthology.orchestra.run.vm05.stdout:103079215112 2026-03-06T13:37:21.896 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.3 2026-03-06T13:37:22.028 INFO:teuthology.orchestra.run.vm05.stdout:68719476747 2026-03-06T13:37:22.029 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.2 2026-03-06T13:37:22.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:21 vm09 ceph-mon[52771]: pgmap v89: 1 pgs: 1 activating+degraded; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 2/6 objects degraded (33.333%) 2026-03-06T13:37:22.074 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:21 vm05 ceph-mon[53620]: pgmap v89: 1 pgs: 1 activating+degraded; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 2/6 objects degraded (33.333%) 2026-03-06T13:37:22.074 INFO:teuthology.orchestra.run.vm05.stdout:124554051590 2026-03-06T13:37:22.074 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.4 2026-03-06T13:37:22.168 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:22.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:21 vm07 ceph-mon[58093]: pgmap v89: 1 pgs: 1 activating+degraded; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 2/6 objects degraded (33.333%) 2026-03-06T13:37:22.644 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:22.796 INFO:teuthology.orchestra.run.vm05.stdout:150323855362 2026-03-06T13:37:23.194 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855363 got 150323855362 for osd.5 2026-03-06T13:37:23.300 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:23.391 INFO:teuthology.orchestra.run.vm05.stdout:34359738383 2026-03-06T13:37:23.830 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738383 for osd.0 2026-03-06T13:37:23.978 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:23.987 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.987 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.987 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: Detected new or changed devices on vm09 2026-03-06T13:37:23.987 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/225123420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:23.988 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:23 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/1991759340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:37:24.005 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:24.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: Detected new or changed devices on vm09 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/225123420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:23 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/1991759340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:37:24.070 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.070 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: Detected new or changed devices on vm09 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/225123420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.071 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:23 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/1991759340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:37:24.071 INFO:teuthology.orchestra.run.vm05.stdout:51539607566 2026-03-06T13:37:24.195 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.5 2026-03-06T13:37:24.223 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607566 got 51539607566 for osd.1 2026-03-06T13:37:24.223 DEBUG:teuthology.parallel:result is None 2026-03-06T13:37:24.275 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:24.830 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph osd last-stat-seq osd.0 2026-03-06T13:37:24.926 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:24.934 INFO:teuthology.orchestra.run.vm05.stdout:124554051590 2026-03-06T13:37:24.973 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:24 vm05 ceph-mon[53620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2026-03-06T13:37:24.973 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:24 vm05 ceph-mon[53620]: Cluster is now healthy 2026-03-06T13:37:24.973 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.973 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.973 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:24 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:24.973 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:24 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2492578590' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-06T13:37:25.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:24 vm07 ceph-mon[58093]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2026-03-06T13:37:25.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:24 vm07 ceph-mon[58093]: Cluster is now healthy 2026-03-06T13:37:25.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:25.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:25.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:24 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:25.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:24 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2492578590' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-06T13:37:25.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:24 vm09 ceph-mon[52771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2026-03-06T13:37:25.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:24 vm09 ceph-mon[52771]: Cluster is now healthy 2026-03-06T13:37:25.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:25.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:25.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:24 vm09 ceph-mon[52771]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:25.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:24 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2492578590' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-06T13:37:25.174 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051590 got 124554051590 for osd.4 2026-03-06T13:37:25.174 DEBUG:teuthology.parallel:result is None 2026-03-06T13:37:25.414 INFO:teuthology.orchestra.run.vm05.stdout:103079215113 2026-03-06T13:37:25.570 INFO:teuthology.orchestra.run.vm05.stdout:68719476747 2026-03-06T13:37:25.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215112 got 103079215113 for osd.3 2026-03-06T13:37:25.576 DEBUG:teuthology.parallel:result is None 2026-03-06T13:37:25.591 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:25.744 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476747 got 68719476747 for osd.2 2026-03-06T13:37:25.744 DEBUG:teuthology.parallel:result is None 2026-03-06T13:37:25.775 INFO:teuthology.orchestra.run.vm05.stdout:150323855363 2026-03-06T13:37:25.849 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855363 got 150323855363 for osd.5 2026-03-06T13:37:25.849 DEBUG:teuthology.parallel:result is None 2026-03-06T13:37:26.032 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:25 vm05 ceph-mon[53620]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 49 KiB/s, 0 objects/s recovering 2026-03-06T13:37:26.032 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:25 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/3105934536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-03-06T13:37:26.032 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:25 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/829990237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-03-06T13:37:26.032 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:25 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/1991142415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-06T13:37:26.039 INFO:teuthology.orchestra.run.vm05.stdout:34359738385 2026-03-06T13:37:26.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:25 vm07 ceph-mon[58093]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 49 KiB/s, 0 objects/s recovering 2026-03-06T13:37:26.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:25 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/3105934536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-03-06T13:37:26.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:25 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/829990237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-03-06T13:37:26.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:25 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/1991142415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-06T13:37:26.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:25 vm09 ceph-mon[52771]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 49 KiB/s, 0 objects/s recovering 2026-03-06T13:37:26.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:25 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/3105934536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-03-06T13:37:26.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:25 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/829990237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-03-06T13:37:26.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:25 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/1991142415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-06T13:37:26.123 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738385 for osd.0 2026-03-06T13:37:26.123 DEBUG:teuthology.parallel:result is None 2026-03-06T13:37:26.124 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-03-06T13:37:26.124 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph pg dump --format=json 2026-03-06T13:37:26.477 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:26.851 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:26 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/4205204024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-06T13:37:26.851 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:26 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/1572788146' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:37:26.852 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:26.852 INFO:teuthology.orchestra.run.vm05.stderr:dumped all 2026-03-06T13:37:26.905 INFO:teuthology.orchestra.run.vm05.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2026-03-06T12:37:24.911836+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1377840,"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":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":125804544,"kb_used":164416,"kb_used_data":3372,"kb_used_omap":9,"kb_used_meta":160886,"kb_avail":125640128,"statfs":{"total":128823853056,"available":128655491072,"internally_reserved":0,"allocated":3452928,"data_stored":2149224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9528,"internal_metadata":164747976},"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":459280,"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":"9.124894"},"pg_stats":[{"pgid":"1.0","version":"20'32","reported_seq":58,"reported_epoch":37,"state":"active+clean","last_fresh":"2026-03-06T12:37:17.196472+0000","last_change":"2026-03-06T12:37:17.196472+0000","last_active":"2026-03-06T12:37:17.196472+0000","last_peered":"2026-03-06T12:37:17.196472+0000","last_clean":"2026-03-06T12:37:17.196472+0000","last_became_active":"2026-03-06T12:37:17.191627+0000","last_became_peered":"2026-03-06T12:37:17.191627+0000","last_unstale":"2026-03-06T12:37:17.196472+0000","last_undegraded":"2026-03-06T12:37:17.196472+0000","last_fullsized":"2026-03-06T12:37:17.196472+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-06T12:36:35.831149+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-06T12:36:35.831149+0000","last_clean_scrub_stamp":"2026-03-06T12:36:35.831149+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"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-03-07T21:25:03.443770+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1377840,"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":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1377840,"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":2314240,"data_stored":2296400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":35,"seq":150323855363,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27632,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939792,"statfs":{"total":21470642176,"available":21442347008,"internally_reserved":0,"allocated":806912,"data_stored":587844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"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":29,"seq":124554051590,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27172,"kb_used_data":336,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940252,"statfs":{"total":21470642176,"available":21442818048,"internally_reserved":0,"allocated":344064,"data_stored":128564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":24,"seq":103079215113,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27632,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939792,"statfs":{"total":21470642176,"available":21442347008,"internally_reserved":0,"allocated":806912,"data_stored":587844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1586,"internal_metadata":27457998},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":16,"seq":68719476748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27624,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939800,"statfs":{"total":21470642176,"available":21442355200,"internally_reserved":0,"allocated":806912,"data_stored":587844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607566,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27180,"kb_used_data":336,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940244,"statfs":{"total":21470642176,"available":21442809856,"internally_reserved":0,"allocated":344064,"data_stored":128564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27176,"kb_used_data":336,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940248,"statfs":{"total":21470642176,"available":21442813952,"internally_reserved":0,"allocated":344064,"data_stored":128564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-03-06T13:37:26.905 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph pg dump --format=json 2026-03-06T13:37:27.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:26 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/4205204024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-06T13:37:27.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:26 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/1572788146' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:37:27.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:26 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/4205204024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-06T13:37:27.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:26 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/1572788146' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:37:27.241 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:27.565 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:27.565 INFO:teuthology.orchestra.run.vm05.stderr:dumped all 2026-03-06T13:37:27.627 INFO:teuthology.orchestra.run.vm05.stdout:{"pg_ready":true,"pg_map":{"version":92,"stamp":"2026-03-06T12:37:26.912624+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1377840,"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":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":125804544,"kb_used":164416,"kb_used_data":3372,"kb_used_omap":9,"kb_used_meta":160886,"kb_avail":125640128,"statfs":{"total":128823853056,"available":128655491072,"internally_reserved":0,"allocated":3452928,"data_stored":2149224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9528,"internal_metadata":164747976},"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":459280,"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":"10.123413"},"pg_stats":[{"pgid":"1.0","version":"20'32","reported_seq":58,"reported_epoch":37,"state":"active+clean","last_fresh":"2026-03-06T12:37:17.196472+0000","last_change":"2026-03-06T12:37:17.196472+0000","last_active":"2026-03-06T12:37:17.196472+0000","last_peered":"2026-03-06T12:37:17.196472+0000","last_clean":"2026-03-06T12:37:17.196472+0000","last_became_active":"2026-03-06T12:37:17.191627+0000","last_became_peered":"2026-03-06T12:37:17.191627+0000","last_unstale":"2026-03-06T12:37:17.196472+0000","last_undegraded":"2026-03-06T12:37:17.196472+0000","last_fullsized":"2026-03-06T12:37:17.196472+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-06T12:36:35.831149+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-06T12:36:35.831149+0000","last_clean_scrub_stamp":"2026-03-06T12:36:35.831149+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"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-03-07T21:25:03.443770+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1377840,"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":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1377840,"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":2314240,"data_stored":2296400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":35,"seq":150323855364,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27632,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939792,"statfs":{"total":21470642176,"available":21442347008,"internally_reserved":0,"allocated":806912,"data_stored":587844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"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":29,"seq":124554051591,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27172,"kb_used_data":336,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940252,"statfs":{"total":21470642176,"available":21442818048,"internally_reserved":0,"allocated":344064,"data_stored":128564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":24,"seq":103079215113,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27632,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939792,"statfs":{"total":21470642176,"available":21442347008,"internally_reserved":0,"allocated":806912,"data_stored":587844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1586,"internal_metadata":27457998},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":16,"seq":68719476748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27624,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939800,"statfs":{"total":21470642176,"available":21442355200,"internally_reserved":0,"allocated":806912,"data_stored":587844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607567,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27180,"kb_used_data":336,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940244,"statfs":{"total":21470642176,"available":21442809856,"internally_reserved":0,"allocated":344064,"data_stored":128564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27176,"kb_used_data":336,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940248,"statfs":{"total":21470642176,"available":21442813952,"internally_reserved":0,"allocated":344064,"data_stored":128564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-03-06T13:37:27.627 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-03-06T13:37:27.627 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-03-06T13:37:27.627 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-03-06T13:37:27.627 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- ceph health --format=json 2026-03-06T13:37:27.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:27 vm05 ceph-mon[53620]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:27.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:27 vm05 ceph-mon[53620]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 44 KiB/s, 0 objects/s recovering 2026-03-06T13:37:27.962 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:28.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:27 vm07 ceph-mon[58093]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:28.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:27 vm07 ceph-mon[58093]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 44 KiB/s, 0 objects/s recovering 2026-03-06T13:37:28.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:27 vm09 ceph-mon[52771]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:28.069 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:27 vm09 ceph-mon[52771]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 44 KiB/s, 0 objects/s recovering 2026-03-06T13:37:28.320 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:37:28.320 INFO:teuthology.orchestra.run.vm05.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-06T13:37:28.380 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-03-06T13:37:28.380 INFO:tasks.cephadm:Setup complete, yielding 2026-03-06T13:37:28.380 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-06T13:37:28.382 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm05.local 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c169c906-1958-11f1-b32b-27a16367f1d5 -- bash -c 'set -ex 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> for host in $HOSTNAMES; do 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> # find the hostname for "host.c" which will have no mgr 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> if [ "$HAS_MGRS" == "false" ]; then 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> HOST_C="${host}" 2026-03-06T13:37:28.382 DEBUG:teuthology.orchestra.run.vm05:> fi 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> done 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # One last thing to worry about before draining the host 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # is that the teuthology test tends to put the explicit 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # hostnames in the placement for the mon service. 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # We want to make sure we can drain without providing 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # --force and there is a check for the host being removed 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # being listed explicitly in the placements. Therefore, 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # we should remove it from the mon placement. 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> ceph orch ls mon --export > mon.yaml 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> ceph orch apply -i mon_adjusted.yaml 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # now drain that host 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> ceph orch host drain $HOST_C --zap-osd-devices 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # wait for drain to complete 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> sleep 15 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> done 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # we want to check the ability to remove the host from 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # the CRUSH map, so we should first verify the host is in 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # the CRUSH map. 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> ceph osd getcrushmap -o compiled-crushmap 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> crushtool -d compiled-crushmap -o crushmap.txt 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> CRUSH_MAP=$(cat crushmap.txt) 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> exit 1 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> fi 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # If the drain was successful, we should be able to remove the 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # host without force with no issues. If there are still daemons 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # we will get a response telling us to drain the host and a 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # non-zero return code 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> ceph orch host rm $HOST_C --rm-crush-entry 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> sleep 30 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> ceph osd getcrushmap -o compiled-crushmap 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> crushtool -d compiled-crushmap -o crushmap.txt 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> CRUSH_MAP=$(cat crushmap.txt) 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> exit 1 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> fi 2026-03-06T13:37:28.383 DEBUG:teuthology.orchestra.run.vm05:> ' 2026-03-06T13:37:28.715 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/mon.a/config 2026-03-06T13:37:28.792 INFO:teuthology.orchestra.run.vm05.stderr:++ ceph orch host ls --format json 2026-03-06T13:37:28.792 INFO:teuthology.orchestra.run.vm05.stderr:++ jq -r '.[] | .hostname' 2026-03-06T13:37:29.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:28 vm07 ceph-mon[58093]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:29.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:28 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/2574313017' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-06T13:37:29.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:28 vm09 ceph-mon[52771]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:29.070 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:28 vm09 ceph-mon[52771]: from='client.? 192.168.123.105:0/2574313017' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-06T13:37:29.089 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:28 vm05 ceph-mon[53620]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:29.089 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:28 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/2574313017' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-06T13:37:29.089 INFO:teuthology.orchestra.run.vm05.stderr:+ HOSTNAMES='vm05 2026-03-06T13:37:29.089 INFO:teuthology.orchestra.run.vm05.stderr:vm07 2026-03-06T13:37:29.089 INFO:teuthology.orchestra.run.vm05.stderr:vm09' 2026-03-06T13:37:29.089 INFO:teuthology.orchestra.run.vm05.stderr:+ for host in $HOSTNAMES 2026-03-06T13:37:29.089 INFO:teuthology.orchestra.run.vm05.stderr:++ ceph orch ps --hostname vm05 --format json 2026-03-06T13:37:29.089 INFO:teuthology.orchestra.run.vm05.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-03-06T13:37:29.266 INFO:teuthology.orchestra.run.vm05.stderr:+ HAS_MGRS=true 2026-03-06T13:37:29.266 INFO:teuthology.orchestra.run.vm05.stderr:+ '[' true == false ']' 2026-03-06T13:37:29.266 INFO:teuthology.orchestra.run.vm05.stderr:+ for host in $HOSTNAMES 2026-03-06T13:37:29.266 INFO:teuthology.orchestra.run.vm05.stderr:++ ceph orch ps --hostname vm07 --format json 2026-03-06T13:37:29.266 INFO:teuthology.orchestra.run.vm05.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-03-06T13:37:29.441 INFO:teuthology.orchestra.run.vm05.stderr:+ HAS_MGRS=true 2026-03-06T13:37:29.441 INFO:teuthology.orchestra.run.vm05.stderr:+ '[' true == false ']' 2026-03-06T13:37:29.441 INFO:teuthology.orchestra.run.vm05.stderr:+ for host in $HOSTNAMES 2026-03-06T13:37:29.441 INFO:teuthology.orchestra.run.vm05.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-03-06T13:37:29.443 INFO:teuthology.orchestra.run.vm05.stderr:++ ceph orch ps --hostname vm09 --format json 2026-03-06T13:37:29.622 INFO:teuthology.orchestra.run.vm05.stderr:+ HAS_MGRS=false 2026-03-06T13:37:29.622 INFO:teuthology.orchestra.run.vm05.stderr:+ '[' false == false ']' 2026-03-06T13:37:29.622 INFO:teuthology.orchestra.run.vm05.stderr:+ HOST_C=vm09 2026-03-06T13:37:29.622 INFO:teuthology.orchestra.run.vm05.stderr:+ ceph orch ls mon --export 2026-03-06T13:37:29.731 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:29 vm05 ceph-mon[53620]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 37 KiB/s, 0 objects/s recovering 2026-03-06T13:37:29.731 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:29 vm05 ceph-mon[53620]: from='client.24358 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:29.806 INFO:teuthology.orchestra.run.vm05.stderr:+ sed /vm09/d mon.yaml 2026-03-06T13:37:29.807 INFO:teuthology.orchestra.run.vm05.stderr:+ ceph orch apply -i mon_adjusted.yaml 2026-03-06T13:37:29.974 INFO:teuthology.orchestra.run.vm05.stdout:Scheduled mon update... 2026-03-06T13:37:29.993 INFO:teuthology.orchestra.run.vm05.stderr:+ ceph orch host drain vm09 --zap-osd-devices 2026-03-06T13:37:30.023 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:29 vm09 ceph-mon[52771]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 37 KiB/s, 0 objects/s recovering 2026-03-06T13:37:30.023 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:29 vm09 ceph-mon[52771]: from='client.24358 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:30.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:29 vm07 ceph-mon[58093]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 37 KiB/s, 0 objects/s recovering 2026-03-06T13:37:30.051 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:29 vm07 ceph-mon[58093]: from='client.24358 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:30.168 INFO:teuthology.orchestra.run.vm05.stdout:Scheduled to remove the following daemons from host 'vm09' 2026-03-06T13:37:30.168 INFO:teuthology.orchestra.run.vm05.stdout:type id 2026-03-06T13:37:30.168 INFO:teuthology.orchestra.run.vm05.stdout:-------------------- --------------- 2026-03-06T13:37:30.168 INFO:teuthology.orchestra.run.vm05.stdout:agent vm09 2026-03-06T13:37:30.168 INFO:teuthology.orchestra.run.vm05.stdout:mon c 2026-03-06T13:37:30.169 INFO:teuthology.orchestra.run.vm05.stdout:osd 4 2026-03-06T13:37:30.169 INFO:teuthology.orchestra.run.vm05.stdout:osd 5 2026-03-06T13:37:30.178 INFO:teuthology.orchestra.run.vm05.stderr:++ ceph orch ps --hostname vm09 2026-03-06T13:37:30.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:30 vm09 podman[62327]: 2026-03-06 13:37:30.023511575 +0100 CET m=+0.016742436 container died 7e6a3642c81a845880abc498c4fa055a07b75c43009489f215dfbcc1aff01378 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-c, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:30.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:30 vm09 podman[62327]: 2026-03-06 13:37:30.039055948 +0100 CET m=+0.032286799 container remove 7e6a3642c81a845880abc498c4fa055a07b75c43009489f215dfbcc1aff01378 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-c, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8) 2026-03-06T13:37:30.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:30 vm09 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.c.service: Deactivated successfully. 2026-03-06T13:37:30.320 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 06 13:37:30 vm09 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.c.service: Consumed 1.883s CPU time. 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:agent.vm09 vm09 running 7s ago 118s - - 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:mon.c vm09 running (115s) 7s ago 115s 43.9M 2048M 19.2.3-47-gc24117fd552 306e97de47e9 7e6a3642c81a 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:osd.4 vm09 running (34s) 7s ago 34s 59.6M 1664M 19.2.3-47-gc24117fd552 306e97de47e9 22d0d1c2eeb6 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:osd.5 vm09 running (20s) 7s ago 20s 55.0M 1664M 19.2.3-47-gc24117fd552 306e97de47e9 8440f1be2a64 ' 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:agent.vm09 vm09 running 7s ago 118s - - 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:mon.c vm09 running (115s) 7s ago 115s 43.9M 2048M 19.2.3-47-gc24117fd552 306e97de47e9 7e6a3642c81a 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:osd.4 vm09 running (34s) 7s ago 34s 59.6M 1664M 19.2.3-47-gc24117fd552 306e97de47e9 22d0d1c2eeb6 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:osd.5 vm09 running (20s) 7s ago 20s 55.0M 1664M 19.2.3-47-gc24117fd552 306e97de47e9 8440f1be2a64 ' '!=' 'No daemons reported' ']' 2026-03-06T13:37:30.351 INFO:teuthology.orchestra.run.vm05.stderr:+ sleep 15 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: purged_snaps scrub ok 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='client.24364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm05", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='client.24370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm07", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='client.24379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='client.24382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: Saving service mon spec with placement vm05:192.168.123.105=a;vm07:192.168.123.107=b;count:3 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: Removing monitor c from monmap... 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: mon.a calling monitor election 2026-03-06T13:37:31.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: mon.b calling monitor election 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: monmap epoch 4 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: last_changed 2026-03-06T12:37:29.985517+0000 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: min_mon_release 19 (squid) 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: election_strategy: 1 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: 1: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: fsmap 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: osdmap e37: 6 total, 6 up, 6 in 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: mgrmap e15: a(active, since 2m), standbys: b 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: overall HEALTH_OK 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: Removing daemon mon.c from vm09 -- ports [] 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:31.303 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:30 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: purged_snaps scrub ok 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='client.24364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm05", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='client.24370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm07", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='client.24379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='client.24382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: Saving service mon spec with placement vm05:192.168.123.105=a;vm07:192.168.123.107=b;count:3 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: Removing monitor c from monmap... 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: mon.a calling monitor election 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: mon.b calling monitor election 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: monmap epoch 4 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: fsid c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: last_changed 2026-03-06T12:37:29.985517+0000 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: created 2026-03-06T12:34:31.351719+0000 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: min_mon_release 19 (squid) 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: election_strategy: 1 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: 0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: 1: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.b 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: fsmap 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: osdmap e37: 6 total, 6 up, 6 in 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: mgrmap e15: a(active, since 2m), standbys: b 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: overall HEALTH_OK 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: Removing daemon mon.c from vm09 -- ports [] 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:31.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:30 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "vm09", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: Added label _no_schedule to host vm09 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: Added label _no_conf_keyring to host vm09 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: osd.4 crush weight is 0.0194854736328125 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: osd.5 crush weight is 0.0194854736328125 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 37 KiB/s, 0 objects/s recovering 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:31 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "vm09", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: Added label _no_schedule to host vm09 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: Added label _no_conf_keyring to host vm09 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: osd.4 crush weight is 0.0194854736328125 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: osd.5 crush weight is 0.0194854736328125 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 37 KiB/s, 0 objects/s recovering 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:32.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:31 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 37 KiB/s, 0 objects/s recovering 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:33 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 37 KiB/s, 0 objects/s recovering 2026-03-06T13:37:34.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:34.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:34.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:34.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:33 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Detected new or changed devices on vm09 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Updating vm05:/etc/ceph/ceph.conf 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Updating vm07:/etc/ceph/ceph.conf 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Removing vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Removing vm09:/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Removing vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.client.admin.keyring 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Updating vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: Updating vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-06T13:37:35.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:34 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Detected new or changed devices on vm09 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Updating vm05:/etc/ceph/ceph.conf 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Updating vm07:/etc/ceph/ceph.conf 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Removing vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Removing vm09:/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Removing vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.client.admin.keyring 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Updating vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: Updating vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/config/ceph.conf 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2026-03-06T13:37:35.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:34 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-a[53616]: 2026-03-06T12:37:34.747+0000 7fc061dbf640 -1 mon.a@0(leader).osd e38 definitely_dead 0 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: osdmap e38: 6 total, 6 up, 6 in 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: osd.5 weight is now 0.0 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2026-03-06T13:37:36.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:35 vm07 ceph-mon[58093]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-06T13:37:36.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: osdmap e38: 6 total, 6 up, 6 in 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: osd.5 weight is now 0.0 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2026-03-06T13:37:36.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:35 vm05 ceph-mon[53620]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-06T13:37:36.339 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 systemd[1]: Stopping Ceph osd.4 for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:37:36.339 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4[57844]: 2026-03-06T12:37:36.148+0000 7fa63002d640 -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 (PID: 1) UID: 0 2026-03-06T13:37:36.339 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4[57844]: 2026-03-06T12:37:36.148+0000 7fa63002d640 -1 osd.4 38 *** Got signal Terminated *** 2026-03-06T13:37:36.339 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4[57844]: 2026-03-06T12:37:36.148+0000 7fa63002d640 -1 osd.4 38 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:37:36.339 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65504]: 2026-03-06 13:37:36.168611264 +0100 CET m=+0.035450980 container died 22d0d1c2eeb60f96483e40d29bdb6660e20d994f20f6d79c761aa07924d7548e (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:37:36.339 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65504]: 2026-03-06 13:37:36.198279783 +0100 CET m=+0.065119499 container remove 22d0d1c2eeb60f96483e40d29bdb6660e20d994f20f6d79c761aa07924d7548e (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:37:36.339 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 bash[65504]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4 2026-03-06T13:37:36.788 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65568]: 2026-03-06 13:37:36.338742044 +0100 CET m=+0.016552902 container create 929a3088173fa330d0ea6380f1495ffa43ea1892a66318672ae0759d4f61fcc9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:36.788 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65568]: 2026-03-06 13:37:36.376948562 +0100 CET m=+0.054759420 container init 929a3088173fa330d0ea6380f1495ffa43ea1892a66318672ae0759d4f61fcc9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4-deactivate, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8) 2026-03-06T13:37:36.788 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65568]: 2026-03-06 13:37:36.380021843 +0100 CET m=+0.057832691 container start 929a3088173fa330d0ea6380f1495ffa43ea1892a66318672ae0759d4f61fcc9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:36.788 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65568]: 2026-03-06 13:37:36.383941058 +0100 CET m=+0.061751916 container attach 929a3088173fa330d0ea6380f1495ffa43ea1892a66318672ae0759d4f61fcc9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4-deactivate, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:37:36.788 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65568]: 2026-03-06 13:37:36.332662865 +0100 CET m=+0.010473723 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:37:36.788 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65568]: 2026-03-06 13:37:36.787047187 +0100 CET m=+0.464858055 container died 929a3088173fa330d0ea6380f1495ffa43ea1892a66318672ae0759d4f61fcc9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:37:37.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:36 vm07 ceph-mon[58093]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-06T13:37:37.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:36 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-03-06T13:37:37.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:36 vm07 ceph-mon[58093]: osdmap e39: 6 total, 5 up, 6 in 2026-03-06T13:37:37.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:36 vm07 ceph-mon[58093]: osd.4 now down 2026-03-06T13:37:37.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:36 vm07 ceph-mon[58093]: Removing daemon osd.4 from vm09 -- ports [] 2026-03-06T13:37:37.070 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 podman[65568]: 2026-03-06 13:37:36.809154163 +0100 CET m=+0.486965021 container remove 929a3088173fa330d0ea6380f1495ffa43ea1892a66318672ae0759d4f61fcc9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-4-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:37:37.070 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.4.service: Deactivated successfully. 2026-03-06T13:37:37.070 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 systemd[1]: Stopped Ceph osd.4 for c169c906-1958-11f1-b32b-27a16367f1d5. 2026-03-06T13:37:37.070 INFO:journalctl@ceph.osd.4.vm09.stdout:Mar 06 13:37:36 vm09 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.4.service: Consumed 1.200s CPU time, 94.4M memory peak. 2026-03-06T13:37:37.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:36 vm05 ceph-mon[53620]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-06T13:37:37.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:36 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-03-06T13:37:37.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:36 vm05 ceph-mon[53620]: osdmap e39: 6 total, 5 up, 6 in 2026-03-06T13:37:37.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:36 vm05 ceph-mon[53620]: osd.4 now down 2026-03-06T13:37:37.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:36 vm05 ceph-mon[53620]: Removing daemon osd.4 from vm09 -- ports [] 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: osdmap e40: 6 total, 5 up, 6 in 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: Removing key for osd.4 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: Successfully removed osd.4 on vm09 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: Cluster is now healthy 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: osdmap e41: 5 total, 5 up, 5 in 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: Successfully purged osd.4 on vm09 2026-03-06T13:37:38.052 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:37 vm07 ceph-mon[58093]: Zapping devices for osd.4 on vm09 2026-03-06T13:37:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: osdmap e40: 6 total, 5 up, 6 in 2026-03-06T13:37:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-06T13:37:38.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: Removing key for osd.4 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: Successfully removed osd.4 on vm09 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: Cluster is now healthy 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: osdmap e41: 5 total, 5 up, 5 in 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: Successfully purged osd.4 on vm09 2026-03-06T13:37:38.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:37 vm05 ceph-mon[53620]: Zapping devices for osd.4 on vm09 2026-03-06T13:37:39.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:39 vm07 ceph-mon[58093]: osdmap e42: 5 total, 5 up, 5 in 2026-03-06T13:37:39.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:39 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:39.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:39 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:39.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:39 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:39.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:39 vm05 ceph-mon[53620]: osdmap e42: 5 total, 5 up, 5 in 2026-03-06T13:37:39.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:39 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:39.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:39 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:39.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:39 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:40.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:40 vm07 ceph-mon[58093]: Successfully zapped devices for osd.4 on vm09 2026-03-06T13:37:40.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:40 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:40.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:40 vm07 ceph-mon[58093]: pgmap v103: 1 pgs: 1 remapped+peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:40.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:40 vm07 ceph-mon[58093]: osdmap e43: 5 total, 5 up, 5 in 2026-03-06T13:37:40.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:40.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:40 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:40.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:40 vm05 ceph-mon[53620]: Successfully zapped devices for osd.4 on vm09 2026-03-06T13:37:40.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:40 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:40.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:40 vm05 ceph-mon[53620]: pgmap v103: 1 pgs: 1 remapped+peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:40.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:40 vm05 ceph-mon[53620]: osdmap e43: 5 total, 5 up, 5 in 2026-03-06T13:37:40.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:40.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:40 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: Detected new or changed devices on vm09 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.138 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: Removing daemon agent.vm09 from vm09 -- ports [] 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: pgmap v105: 1 pgs: 1 remapped+peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.vm09"}]: dispatch 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.vm09"}]': finished 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:41 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: Detected new or changed devices on vm09 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: Removing daemon agent.vm09 from vm09 -- ports [] 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: pgmap v105: 1 pgs: 1 remapped+peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.vm09"}]: dispatch 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.vm09"}]': finished 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:42.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:41 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:43.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:43 vm05 ceph-mon[53620]: Removing key for client.agent.vm09 2026-03-06T13:37:43.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:43 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:43.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:43 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:43.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:43 vm07 ceph-mon[58093]: Removing key for client.agent.vm09 2026-03-06T13:37:43.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:43 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:43.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:43 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:43.954 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:43 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-a[53616]: 2026-03-06T12:37:43.657+0000 7fc061dbf640 -1 mon.a@0(leader).osd e43 definitely_dead 0 2026-03-06T13:37:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: pgmap v106: 1 pgs: 1 active+clean+wait; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-06T13:37:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:44.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:44 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: pgmap v106: 1 pgs: 1 active+clean+wait; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:44.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:44 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:45.287 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:44 vm09 systemd[1]: Stopping Ceph osd.5 for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:37:45.287 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5[61125]: 2026-03-06T12:37:45.064+0000 7fe1211b3640 -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 (PID: 1) UID: 0 2026-03-06T13:37:45.287 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5[61125]: 2026-03-06T12:37:45.064+0000 7fe1211b3640 -1 osd.5 43 *** Got signal Terminated *** 2026-03-06T13:37:45.287 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5[61125]: 2026-03-06T12:37:45.064+0000 7fe1211b3640 -1 osd.5 43 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:37:45.287 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71504]: 2026-03-06 13:37:45.096489556 +0100 CET m=+0.048020567 container died 8440f1be2a64f23a0568ce40850d086c6c463abd17acff80a473a80dd09c3d67 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:37:45.287 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71504]: 2026-03-06 13:37:45.124935626 +0100 CET m=+0.076466637 container remove 8440f1be2a64f23a0568ce40850d086c6c463abd17acff80a473a80dd09c3d67 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:45.287 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 bash[71504]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5 2026-03-06T13:37:45.354 INFO:teuthology.orchestra.run.vm05.stderr:++ ceph orch ps --hostname vm09 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-03-06T13:37:45.354 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:45 vm05 ceph-mon[53620]: osdmap e44: 5 total, 4 up, 5 in 2026-03-06T13:37:45.534 INFO:teuthology.orchestra.run.vm05.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-06T13:37:45.534 INFO:teuthology.orchestra.run.vm05.stderr:osd.5 vm09 running (35s) 3s ago 35s 57.7M 1664M 19.2.3-47-gc24117fd552 306e97de47e9 8440f1be2a64 ' 2026-03-06T13:37:45.534 INFO:teuthology.orchestra.run.vm05.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-06T13:37:45.534 INFO:teuthology.orchestra.run.vm05.stderr:osd.5 vm09 running (35s) 3s ago 35s 57.7M 1664M 19.2.3-47-gc24117fd552 306e97de47e9 8440f1be2a64 ' '!=' 'No daemons reported' ']' 2026-03-06T13:37:45.534 INFO:teuthology.orchestra.run.vm05.stderr:+ sleep 15 2026-03-06T13:37:45.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:45.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:45.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-06T13:37:45.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-06T13:37:45.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-06T13:37:45.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-06T13:37:45.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-03-06T13:37:45.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:45 vm07 ceph-mon[58093]: osdmap e44: 5 total, 4 up, 5 in 2026-03-06T13:37:45.570 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71573]: 2026-03-06 13:37:45.286257097 +0100 CET m=+0.018143018 container create 331549c668b58730a15f695fedd75477f399d8e0d5ab7cda6c910a589a54a995 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:37:45.570 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71573]: 2026-03-06 13:37:45.333987289 +0100 CET m=+0.065873210 container init 331549c668b58730a15f695fedd75477f399d8e0d5ab7cda6c910a589a54a995 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:45.570 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71573]: 2026-03-06 13:37:45.337701832 +0100 CET m=+0.069587753 container start 331549c668b58730a15f695fedd75477f399d8e0d5ab7cda6c910a589a54a995 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:37:45.570 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71573]: 2026-03-06 13:37:45.342337858 +0100 CET m=+0.074223779 container attach 331549c668b58730a15f695fedd75477f399d8e0d5ab7cda6c910a589a54a995 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:45.570 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71573]: 2026-03-06 13:37:45.279557838 +0100 CET m=+0.011443770 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:37:46.070 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71592]: 2026-03-06 13:37:45.744674787 +0100 CET m=+0.010835120 container died 331549c668b58730a15f695fedd75477f399d8e0d5ab7cda6c910a589a54a995 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:46.070 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 podman[71592]: 2026-03-06 13:37:45.765590142 +0100 CET m=+0.031750486 container remove 331549c668b58730a15f695fedd75477f399d8e0d5ab7cda6c910a589a54a995 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-5-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:37:46.070 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.5.service: Deactivated successfully. 2026-03-06T13:37:46.070 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 systemd[1]: Stopped Ceph osd.5 for c169c906-1958-11f1-b32b-27a16367f1d5. 2026-03-06T13:37:46.070 INFO:journalctl@ceph.osd.5.vm09.stdout:Mar 06 13:37:45 vm09 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.5.service: Consumed 1.228s CPU time, 91.6M memory peak. 2026-03-06T13:37:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:46 vm05 ceph-mon[53620]: osd.5 now down 2026-03-06T13:37:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:46 vm05 ceph-mon[53620]: Removing daemon osd.5 from vm09 -- ports [] 2026-03-06T13:37:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:46 vm05 ceph-mon[53620]: pgmap v108: 1 pgs: 1 active+clean+wait; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 65 KiB/s, 0 objects/s recovering 2026-03-06T13:37:46.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:46 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:46.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:46 vm07 ceph-mon[58093]: osd.5 now down 2026-03-06T13:37:46.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:46 vm07 ceph-mon[58093]: Removing daemon osd.5 from vm09 -- ports [] 2026-03-06T13:37:46.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:46 vm07 ceph-mon[58093]: pgmap v108: 1 pgs: 1 active+clean+wait; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 65 KiB/s, 0 objects/s recovering 2026-03-06T13:37:46.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:46 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: Removing key for osd.5 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: Successfully removed osd.5 on vm09 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: Cluster is now healthy 2026-03-06T13:37:47.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-03-06T13:37:47.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: osdmap e45: 4 total, 4 up, 4 in 2026-03-06T13:37:47.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: Successfully purged osd.5 on vm09 2026-03-06T13:37:47.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:47 vm05 ceph-mon[53620]: Zapping devices for osd.5 on vm09 2026-03-06T13:37:47.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:37:47.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: Removing key for osd.5 2026-03-06T13:37:47.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2026-03-06T13:37:47.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: Successfully removed osd.5 on vm09 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: Cluster is now healthy 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: osdmap e45: 4 total, 4 up, 4 in 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: Successfully purged osd.5 on vm09 2026-03-06T13:37:47.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:47 vm07 ceph-mon[58093]: Zapping devices for osd.5 on vm09 2026-03-06T13:37:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:48 vm05 ceph-mon[53620]: pgmap v110: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 57 KiB/s, 0 objects/s recovering 2026-03-06T13:37:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:48.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:48 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:48.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:48 vm07 ceph-mon[58093]: pgmap v110: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 57 KiB/s, 0 objects/s recovering 2026-03-06T13:37:48.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:48.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:48 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:49 vm05 ceph-mon[53620]: Successfully zapped devices for osd.5 on vm09 2026-03-06T13:37:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:49.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:49 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:49.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:49 vm07 ceph-mon[58093]: Successfully zapped devices for osd.5 on vm09 2026-03-06T13:37:49.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:49.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:49 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: pgmap v111: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:50.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:37:50.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:37:50.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:50 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:50.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: pgmap v111: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:37:50.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:50 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: Detected new or changed devices on vm09 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: Reconfiguring mon.a (monmap changed)... 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: Reconfiguring daemon mon.a on vm05 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-06T13:37:51.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:51 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:51.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: Detected new or changed devices on vm09 2026-03-06T13:37:51.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: Reconfiguring mon.a (monmap changed)... 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: Reconfiguring daemon mon.a on vm05 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-06T13:37:51.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:51 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:52.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: Reconfiguring mgr.a (monmap changed)... 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: Reconfiguring daemon mgr.a on vm05 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: pgmap v112: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: Reconfiguring osd.0 (monmap changed)... 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: Reconfiguring daemon osd.0 on vm05 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:37:52.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:52 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: Reconfiguring mgr.a (monmap changed)... 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: Reconfiguring daemon mgr.a on vm05 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: pgmap v112: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: Reconfiguring osd.0 (monmap changed)... 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: Reconfiguring daemon osd.0 on vm05 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:37:52.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:52 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: Reconfiguring osd.1 (monmap changed)... 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: Reconfiguring daemon osd.1 on vm05 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: Reconfiguring mon.b (monmap changed)... 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: Reconfiguring daemon mon.b on vm07 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.119 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.120 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:37:53.120 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:37:53.120 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.120 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:53 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:53.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: Reconfiguring osd.1 (monmap changed)... 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: Reconfiguring daemon osd.1 on vm05 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: Reconfiguring mon.b (monmap changed)... 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: Reconfiguring daemon mon.b on vm07 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:53.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:53 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:54.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: Reconfiguring mgr.b (monmap changed)... 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: Reconfiguring daemon mgr.b on vm07 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-06T13:37:54.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:54 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: Reconfiguring mgr.b (monmap changed)... 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: Reconfiguring daemon mgr.b on vm07 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-06T13:37:54.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:54 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: Reconfiguring osd.2 (monmap changed)... 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: Reconfiguring daemon osd.2 on vm07 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: Reconfiguring osd.3 (monmap changed)... 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: Reconfiguring daemon osd.3 on vm07 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:55.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:55 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:55.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: Reconfiguring osd.2 (monmap changed)... 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: Reconfiguring daemon osd.2 on vm07 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: Reconfiguring osd.3 (monmap changed)... 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: Reconfiguring daemon osd.3 on vm07 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:55.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:55 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:56.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:56 vm05 ceph-mon[53620]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:56.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:56 vm07 ceph-mon[58093]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:57.801 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:57 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:57.802 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:57 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:57.802 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:57 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:57.802 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:57 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:57.802 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:57 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:57.802 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:57 vm07 ceph-mon[58093]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:37:57.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:57 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:57.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:57 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:57.888 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:57 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:37:57.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:57 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:37:57.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:57 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:37:57.889 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:57 vm05 ceph-mon[53620]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:00.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:37:59 vm07 ceph-mon[58093]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:00.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:37:59 vm05 ceph-mon[53620]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:00.536 INFO:teuthology.orchestra.run.vm05.stderr:++ ceph orch ps --hostname vm09 2026-03-06T13:38:00.702 INFO:teuthology.orchestra.run.vm05.stderr:+ HOST_C_DAEMONS='No daemons reported' 2026-03-06T13:38:00.702 INFO:teuthology.orchestra.run.vm05.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2026-03-06T13:38:00.702 INFO:teuthology.orchestra.run.vm05.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-03-06T13:38:00.858 INFO:teuthology.orchestra.run.vm05.stderr:17 2026-03-06T13:38:00.870 INFO:teuthology.orchestra.run.vm05.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-03-06T13:38:00.880 INFO:teuthology.orchestra.run.vm05.stderr:++ cat crushmap.txt 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:+ CRUSH_MAP='# begin crush map 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable choose_local_tries 0 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable choose_local_fallback_tries 0 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable choose_total_tries 50 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable chooseleaf_descend_once 1 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable chooseleaf_vary_r 1 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable chooseleaf_stable 1 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable straw_calc_version 1 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:tunable allowed_bucket_algs 54 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:# devices 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:device 0 osd.0 class hdd 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:device 1 osd.1 class hdd 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:device 2 osd.2 class hdd 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:device 3 osd.3 class hdd 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:# types 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 0 osd 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 1 host 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 2 chassis 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 3 rack 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 4 row 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 5 pdu 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 6 pod 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 7 room 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 8 datacenter 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 9 zone 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 10 region 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:type 11 root 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:# buckets 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:host vm05 { 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: id -3 # do not change unnecessarily 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: id -4 class hdd # do not change unnecessarily 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: # weight 0.03897 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: alg straw2 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: hash 0 # rjenkins1 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: item osd.0 weight 0.01949 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: item osd.1 weight 0.01949 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:host vm07 { 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: id -5 # do not change unnecessarily 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: id -6 class hdd # do not change unnecessarily 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: # weight 0.03897 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: alg straw2 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: hash 0 # rjenkins1 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: item osd.2 weight 0.01949 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: item osd.3 weight 0.01949 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr:host vm09 { 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: id -7 # do not change unnecessarily 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: id -8 class hdd # do not change unnecessarily 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: # weight 0.00000 2026-03-06T13:38:00.883 INFO:teuthology.orchestra.run.vm05.stderr: alg straw2 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: hash 0 # rjenkins1 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:root default { 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: id -1 # do not change unnecessarily 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: id -2 class hdd # do not change unnecessarily 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: # weight 0.07794 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: alg straw2 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: hash 0 # rjenkins1 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: item vm05 weight 0.03897 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: item vm07 weight 0.03897 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: item vm09 weight 0.00000 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:# rules 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:rule replicated_rule { 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: id 0 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: type replicated 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: step take default 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: step choose firstn 0 type osd 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: step emit 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:# end crush map' 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:+ grep -q vm09 2026-03-06T13:38:00.884 INFO:teuthology.orchestra.run.vm05.stderr:+ ceph orch host rm vm09 --rm-crush-entry 2026-03-06T13:38:01.139 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:00 vm05 ceph-mon[53620]: from='client.? 192.168.123.105:0/658125782' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2026-03-06T13:38:01.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:00 vm07 ceph-mon[58093]: from='client.? 192.168.123.105:0/658125782' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2026-03-06T13:38:01.996 INFO:teuthology.orchestra.run.vm05.stdout:Removed host 'vm09' 2026-03-06T13:38:02.007 INFO:teuthology.orchestra.run.vm05.stderr:+ sleep 30 2026-03-06T13:38:02.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:01 vm07 ceph-mon[58093]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:38:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:01 vm07 ceph-mon[58093]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:01 vm07 ceph-mon[58093]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "vm09", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:38:02.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:01 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "vm09"}]: dispatch 2026-03-06T13:38:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:01 vm05 ceph-mon[53620]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:38:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:01 vm05 ceph-mon[53620]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:01 vm05 ceph-mon[53620]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "vm09", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:38:02.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:01 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "vm09"}]: dispatch 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "vm09"}]': finished 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: osdmap e46: 4 total, 4 up, 4 in 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.vm09"}]: dispatch 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.vm09"}]': finished 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: Removed host vm09 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:38:03.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:02 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "vm09"}]': finished 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: osdmap e46: 4 total, 4 up, 4 in 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.vm09"}]: dispatch 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.vm09"}]': finished 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: Removed host vm09 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:38:03.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:02 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:04.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:04 vm07 ceph-mon[58093]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:04.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:04 vm05 ceph-mon[53620]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:05.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:05 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:05.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:05 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:05.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:05 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:05.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:05 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:05.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:05 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:05.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:05 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:06.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:06 vm05 ceph-mon[53620]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:06.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:06 vm07 ceph-mon[58093]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:08.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:08 vm05 ceph-mon[53620]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:08.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:08 vm07 ceph-mon[58093]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:10.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:10 vm05 ceph-mon[53620]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:10.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:10 vm07 ceph-mon[58093]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:12.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:12 vm05 ceph-mon[53620]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:12.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:12 vm07 ceph-mon[58093]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:14.072 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:14 vm05 ceph-mon[53620]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:14.077 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:14 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:14.077 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:14 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:14.077 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:14 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:14.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:14 vm07 ceph-mon[58093]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:14.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:14 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:14.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:14 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:14.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:14 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:16.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:16 vm05 ceph-mon[53620]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:16.552 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:16 vm07 ceph-mon[58093]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:18.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:18 vm05 ceph-mon[53620]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:18.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:18 vm07 ceph-mon[58093]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:20.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:20 vm05 ceph-mon[53620]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:20.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:20 vm07 ceph-mon[58093]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:22.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:22 vm05 ceph-mon[53620]: pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:22.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:22 vm07 ceph-mon[58093]: pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:24.389 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:24 vm05 ceph-mon[53620]: pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:24.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:24 vm07 ceph-mon[58093]: pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:25.469 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:25 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:25.469 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:25 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:25.469 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:25 vm05 ceph-mon[53620]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:25.469 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:25 vm05 ceph-mon[53620]: pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:25.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:25 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:25.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:25 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:25.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:25 vm07 ceph-mon[58093]: from='mgr.14156 192.168.123.105:0/87187381' entity='mgr.a' 2026-03-06T13:38:25.551 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:25 vm07 ceph-mon[58093]: pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:28.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:27 vm07 ceph-mon[58093]: pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:28.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:27 vm05 ceph-mon[53620]: pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:30.301 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:29 vm07 ceph-mon[58093]: pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:30.388 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:29 vm05 ceph-mon[53620]: pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:32.010 INFO:teuthology.orchestra.run.vm05.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-03-06T13:38:32.168 INFO:teuthology.orchestra.run.vm05.stderr:18 2026-03-06T13:38:32.179 INFO:teuthology.orchestra.run.vm05.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-03-06T13:38:32.189 INFO:teuthology.orchestra.run.vm05.stderr:++ cat crushmap.txt 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:+ CRUSH_MAP='# begin crush map 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable choose_local_tries 0 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable choose_local_fallback_tries 0 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable choose_total_tries 50 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable chooseleaf_descend_once 1 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable chooseleaf_vary_r 1 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable chooseleaf_stable 1 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable straw_calc_version 1 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:tunable allowed_bucket_algs 54 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:# devices 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:device 0 osd.0 class hdd 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:device 1 osd.1 class hdd 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:device 2 osd.2 class hdd 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:device 3 osd.3 class hdd 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:# types 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:type 0 osd 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:type 1 host 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:type 2 chassis 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:type 3 rack 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:type 4 row 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:type 5 pdu 2026-03-06T13:38:32.192 INFO:teuthology.orchestra.run.vm05.stderr:type 6 pod 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:type 7 room 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:type 8 datacenter 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:type 9 zone 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:type 10 region 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:type 11 root 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:# buckets 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:host vm05 { 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: id -3 # do not change unnecessarily 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: id -4 class hdd # do not change unnecessarily 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: # weight 0.03897 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: alg straw2 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: hash 0 # rjenkins1 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: item osd.0 weight 0.01949 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: item osd.1 weight 0.01949 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:host vm07 { 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: id -5 # do not change unnecessarily 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: id -6 class hdd # do not change unnecessarily 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: # weight 0.03897 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: alg straw2 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: hash 0 # rjenkins1 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: item osd.2 weight 0.01949 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: item osd.3 weight 0.01949 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:root default { 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: id -1 # do not change unnecessarily 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: id -2 class hdd # do not change unnecessarily 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: # weight 0.07794 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: alg straw2 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: hash 0 # rjenkins1 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: item vm05 weight 0.03897 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: item vm07 weight 0.03897 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:# rules 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:rule replicated_rule { 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: id 0 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: type replicated 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: step take default 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: step choose firstn 0 type osd 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: step emit 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr:} 2026-03-06T13:38:32.193 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:38:32.194 INFO:teuthology.orchestra.run.vm05.stderr:# end crush map' 2026-03-06T13:38:32.194 INFO:teuthology.orchestra.run.vm05.stderr:+ grep -q vm09 2026-03-06T13:38:32.237 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:31 vm05 ceph-mon[53620]: pgmap v133: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:32.264 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-03-06T13:38:32.266 INFO:tasks.cephadm:Teardown begin 2026-03-06T13:38:32.266 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:38:32.299 DEBUG:teuthology.orchestra.run.vm07:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:38:32.302 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:31 vm07 ceph-mon[58093]: pgmap v133: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-06T13:38:32.327 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:38:32.359 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-03-06T13:38:32.360 DEBUG:teuthology.orchestra.run.vm05:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:38:32.376 DEBUG:teuthology.orchestra.run.vm07:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:38:32.392 DEBUG:teuthology.orchestra.run.vm09:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:38:32.417 INFO:tasks.cephadm:Stopping all daemons... 2026-03-06T13:38:32.417 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-03-06T13:38:32.417 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.a 2026-03-06T13:38:32.531 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:32 vm05 systemd[1]: Stopping Ceph mon.a for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:32.824 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:32 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-a[53616]: 2026-03-06T12:38:32.530+0000 7fc0675ca640 -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-03-06T13:38:32.825 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:32 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-a[53616]: 2026-03-06T12:38:32.530+0000 7fc0675ca640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2026-03-06T13:38:32.825 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:32 vm05 podman[71829]: 2026-03-06 13:38:32.755163659 +0100 CET m=+0.236549760 container died 8a060fe4e8c2e7ac4dc09c0bc1898be932724c663ecb4e284984436ccecc27a3 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-a, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:38:32.825 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:32 vm05 podman[71829]: 2026-03-06 13:38:32.774223118 +0100 CET m=+0.255609229 container remove 8a060fe4e8c2e7ac4dc09c0bc1898be932724c663ecb4e284984436ccecc27a3 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-a, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:38:32.825 INFO:journalctl@ceph.mon.a.vm05.stdout:Mar 06 13:38:32 vm05 bash[71829]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-a 2026-03-06T13:38:32.845 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.a.service' 2026-03-06T13:38:32.887 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:32.887 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-03-06T13:38:32.887 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-03-06T13:38:32.887 DEBUG:teuthology.orchestra.run.vm07:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.b 2026-03-06T13:38:33.024 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:32 vm07 systemd[1]: Stopping Ceph mon.b for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:33.276 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:33 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-b[58089]: 2026-03-06T12:38:33.021+0000 7f7de15ae640 -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-03-06T13:38:33.276 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:33 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-b[58089]: 2026-03-06T12:38:33.021+0000 7f7de15ae640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2026-03-06T13:38:33.276 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:33 vm07 podman[69124]: 2026-03-06 13:38:33.07189406 +0100 CET m=+0.066571766 container died 71383078321e086d0213404c29a4dd42151d885aee9dfcff760bc89fa68b5389 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-b, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:38:33.276 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:33 vm07 podman[69124]: 2026-03-06 13:38:33.126631656 +0100 CET m=+0.121309372 container remove 71383078321e086d0213404c29a4dd42151d885aee9dfcff760bc89fa68b5389 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-b, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-03-06T13:38:33.276 INFO:journalctl@ceph.mon.b.vm07.stdout:Mar 06 13:38:33 vm07 bash[69124]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mon-b 2026-03-06T13:38:33.280 DEBUG:teuthology.orchestra.run.vm07:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.b.service' 2026-03-06T13:38:33.339 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:33.339 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-03-06T13:38:33.339 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-03-06T13:38:33.339 DEBUG:teuthology.orchestra.run.vm09:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.c 2026-03-06T13:38:33.377 DEBUG:teuthology.orchestra.run.vm09:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mon.c.service' 2026-03-06T13:38:33.466 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:33.467 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-03-06T13:38:33.467 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-03-06T13:38:33.467 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a 2026-03-06T13:38:33.738 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a.service' 2026-03-06T13:38:33.760 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:38:33 vm05 systemd[1]: Stopping Ceph mgr.a for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:33.760 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:38:33 vm05 podman[71932]: 2026-03-06 13:38:33.614207201 +0100 CET m=+0.063338871 container died 516edf8f041e007496a535da483e0e9bab0b5cd73a67f0ee41a893ac7e6c1747 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:33.760 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:38:33 vm05 podman[71932]: 2026-03-06 13:38:33.664865324 +0100 CET m=+0.113996983 container remove 516edf8f041e007496a535da483e0e9bab0b5cd73a67f0ee41a893ac7e6c1747 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:33.760 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:38:33 vm05 bash[71932]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-a 2026-03-06T13:38:33.760 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:38:33 vm05 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a.service: Deactivated successfully. 2026-03-06T13:38:33.760 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:38:33 vm05 systemd[1]: Stopped Ceph mgr.a for c169c906-1958-11f1-b32b-27a16367f1d5. 2026-03-06T13:38:33.761 INFO:journalctl@ceph.mgr.a.vm05.stdout:Mar 06 13:38:33 vm05 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.a.service: Consumed 44.020s CPU time. 2026-03-06T13:38:33.777 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:33.777 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-03-06T13:38:33.777 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-03-06T13:38:33.777 DEBUG:teuthology.orchestra.run.vm07:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.b 2026-03-06T13:38:33.864 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:38:33 vm07 systemd[1]: Stopping Ceph mgr.b for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:34.120 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:38:34 vm07 podman[69449]: 2026-03-06 13:38:34.03172281 +0100 CET m=+0.121759416 container remove b3dc050e2aada319f010ab16a3d79dfe58297d3219782e857593ecaf48f5ea82 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True) 2026-03-06T13:38:34.120 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:38:34 vm07 bash[69449]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-mgr-b 2026-03-06T13:38:34.120 INFO:journalctl@ceph.mgr.b.vm07.stdout:Mar 06 13:38:34 vm07 systemd[1]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-03-06T13:38:34.125 DEBUG:teuthology.orchestra.run.vm07:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@mgr.b.service' 2026-03-06T13:38:34.166 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:34.166 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-03-06T13:38:34.166 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-03-06T13:38:34.166 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.0 2026-03-06T13:38:34.638 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:34 vm05 systemd[1]: Stopping Ceph osd.0 for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:34.639 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:34 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0[62396]: 2026-03-06T12:38:34.270+0000 7f1d5e9c3640 -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 (PID: 1) UID: 0 2026-03-06T13:38:34.639 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:34 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0[62396]: 2026-03-06T12:38:34.270+0000 7f1d5e9c3640 -1 osd.0 46 *** Got signal Terminated *** 2026-03-06T13:38:34.639 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:34 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0[62396]: 2026-03-06T12:38:34.270+0000 7f1d5e9c3640 -1 osd.0 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:38:39.570 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 podman[72039]: 2026-03-06 13:38:39.309725879 +0100 CET m=+5.054184947 container died d42b6fbda544dcca3917201999d812581ac206094f71b8e6452bc5067433d69c (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:38:39.570 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 podman[72039]: 2026-03-06 13:38:39.328322862 +0100 CET m=+5.072781920 container remove d42b6fbda544dcca3917201999d812581ac206094f71b8e6452bc5067433d69c (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:38:39.571 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 bash[72039]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0 2026-03-06T13:38:39.571 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 podman[72106]: 2026-03-06 13:38:39.477069694 +0100 CET m=+0.016188064 container create c063fa21e11d616e58ca6391ad00c675c22d1a3ca31ebcc2c4b34494e72debd9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:39.571 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 podman[72106]: 2026-03-06 13:38:39.512770136 +0100 CET m=+0.051888515 container init c063fa21e11d616e58ca6391ad00c675c22d1a3ca31ebcc2c4b34494e72debd9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:38:39.571 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 podman[72106]: 2026-03-06 13:38:39.516500328 +0100 CET m=+0.055618688 container start c063fa21e11d616e58ca6391ad00c675c22d1a3ca31ebcc2c4b34494e72debd9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0-deactivate, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8) 2026-03-06T13:38:39.571 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 podman[72106]: 2026-03-06 13:38:39.517569921 +0100 CET m=+0.056688291 container attach c063fa21e11d616e58ca6391ad00c675c22d1a3ca31ebcc2c4b34494e72debd9 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-0-deactivate, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:38:39.571 INFO:journalctl@ceph.osd.0.vm05.stdout:Mar 06 13:38:39 vm05 podman[72106]: 2026-03-06 13:38:39.470949358 +0100 CET m=+0.010067728 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:38:39.958 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.0.service' 2026-03-06T13:38:40.000 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:40.000 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-03-06T13:38:40.000 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-03-06T13:38:40.000 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.1 2026-03-06T13:38:40.388 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:40 vm05 systemd[1]: Stopping Ceph osd.1 for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:40.388 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1[65515]: 2026-03-06T12:38:40.155+0000 7ff8d7e54640 -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 (PID: 1) UID: 0 2026-03-06T13:38:40.388 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1[65515]: 2026-03-06T12:38:40.155+0000 7ff8d7e54640 -1 osd.1 46 *** Got signal Terminated *** 2026-03-06T13:38:40.388 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:40 vm05 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1[65515]: 2026-03-06T12:38:40.155+0000 7ff8d7e54640 -1 osd.1 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72201]: 2026-03-06 13:38:45.183789928 +0100 CET m=+5.041210867 container died ed8e5ec09ba93b327b5d40c4dadff0172a9d6bca5d87aeb5649f30e799f9990e (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72201]: 2026-03-06 13:38:45.20870527 +0100 CET m=+5.066126208 container remove ed8e5ec09ba93b327b5d40c4dadff0172a9d6bca5d87aeb5649f30e799f9990e (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 bash[72201]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72485]: 2026-03-06 13:38:45.321560525 +0100 CET m=+0.014558044 container create 4a5955f355dad230093c7ead899b75ce6381f14518e20ee22657061c070fe106 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72485]: 2026-03-06 13:38:45.355223341 +0100 CET m=+0.048220860 container init 4a5955f355dad230093c7ead899b75ce6381f14518e20ee22657061c070fe106 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72485]: 2026-03-06 13:38:45.357784005 +0100 CET m=+0.050781524 container start 4a5955f355dad230093c7ead899b75ce6381f14518e20ee22657061c070fe106 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72485]: 2026-03-06 13:38:45.361075507 +0100 CET m=+0.054073036 container attach 4a5955f355dad230093c7ead899b75ce6381f14518e20ee22657061c070fe106 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:45.544 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72485]: 2026-03-06 13:38:45.314403547 +0100 CET m=+0.007401075 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:38:45.796 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 conmon[72496]: conmon 4a5955f355dad230093c : Failed to open cgroups file: /sys/fs/cgroup/machine.slice/libpod-4a5955f355dad230093c7ead899b75ce6381f14518e20ee22657061c070fe106.scope/container/memory.events 2026-03-06T13:38:45.796 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72485]: 2026-03-06 13:38:45.764884413 +0100 CET m=+0.457881922 container died 4a5955f355dad230093c7ead899b75ce6381f14518e20ee22657061c070fe106 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:38:45.796 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 06 13:38:45 vm05 podman[72485]: 2026-03-06 13:38:45.795708155 +0100 CET m=+0.488705674 container remove 4a5955f355dad230093c7ead899b75ce6381f14518e20ee22657061c070fe106 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8) 2026-03-06T13:38:45.817 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.1.service' 2026-03-06T13:38:45.870 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:45.870 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-03-06T13:38:45.870 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-03-06T13:38:45.870 DEBUG:teuthology.orchestra.run.vm07:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.2 2026-03-06T13:38:46.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:45 vm07 systemd[1]: Stopping Ceph osd.2 for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:46.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:45 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2[62764]: 2026-03-06T12:38:45.966+0000 7fde93000640 -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 (PID: 1) UID: 0 2026-03-06T13:38:46.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:45 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2[62764]: 2026-03-06T12:38:45.966+0000 7fde93000640 -1 osd.2 46 *** Got signal Terminated *** 2026-03-06T13:38:46.302 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:45 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2[62764]: 2026-03-06T12:38:45.966+0000 7fde93000640 -1 osd.2 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:38:51.262 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:50 vm07 podman[69634]: 2026-03-06 13:38:50.99618692 +0100 CET m=+5.043156921 container died c00c75fc731dc5837be3ef279660b8a31f119b626b06471a89147489026a26e2 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True) 2026-03-06T13:38:51.262 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:51 vm07 podman[69634]: 2026-03-06 13:38:51.022483116 +0100 CET m=+5.069453117 container remove c00c75fc731dc5837be3ef279660b8a31f119b626b06471a89147489026a26e2 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:51.262 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:51 vm07 bash[69634]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2 2026-03-06T13:38:51.262 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:51 vm07 podman[69699]: 2026-03-06 13:38:51.169815193 +0100 CET m=+0.015731195 container create 668c8a987bc38a02ac7e6f05654b771f4de6c28a4c9f3de4ed02ddb9c06f1327 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2-deactivate, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:38:51.262 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:51 vm07 podman[69699]: 2026-03-06 13:38:51.207694096 +0100 CET m=+0.053610108 container init 668c8a987bc38a02ac7e6f05654b771f4de6c28a4c9f3de4ed02ddb9c06f1327 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:38:51.262 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:51 vm07 podman[69699]: 2026-03-06 13:38:51.210834192 +0100 CET m=+0.056750185 container start 668c8a987bc38a02ac7e6f05654b771f4de6c28a4c9f3de4ed02ddb9c06f1327 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:51.262 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:51 vm07 podman[69699]: 2026-03-06 13:38:51.214071242 +0100 CET m=+0.059987244 container attach 668c8a987bc38a02ac7e6f05654b771f4de6c28a4c9f3de4ed02ddb9c06f1327 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-2-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:38:51.552 INFO:journalctl@ceph.osd.2.vm07.stdout:Mar 06 13:38:51 vm07 podman[69699]: 2026-03-06 13:38:51.163830772 +0100 CET m=+0.009746784 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:38:51.661 DEBUG:teuthology.orchestra.run.vm07:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.2.service' 2026-03-06T13:38:51.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:51.694 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-03-06T13:38:51.694 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2026-03-06T13:38:51.694 DEBUG:teuthology.orchestra.run.vm07:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.3 2026-03-06T13:38:52.051 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:51 vm07 systemd[1]: Stopping Ceph osd.3 for c169c906-1958-11f1-b32b-27a16367f1d5... 2026-03-06T13:38:52.051 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:51 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3[66081]: 2026-03-06T12:38:51.835+0000 7f7b147cd640 -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 (PID: 1) UID: 0 2026-03-06T13:38:52.052 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:51 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3[66081]: 2026-03-06T12:38:51.835+0000 7f7b147cd640 -1 osd.3 46 *** Got signal Terminated *** 2026-03-06T13:38:52.052 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:51 vm07 ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3[66081]: 2026-03-06T12:38:51.835+0000 7f7b147cd640 -1 osd.3 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:38:57.113 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:56 vm07 podman[69794]: 2026-03-06 13:38:56.860239683 +0100 CET m=+5.039289223 container died e0aa30ff7bac0209f187bd9666f10bb52a4b2d536671267ba79d74e2b6d5b1e3 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:38:57.113 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:56 vm07 podman[69794]: 2026-03-06 13:38:56.883755466 +0100 CET m=+5.062804995 container remove e0aa30ff7bac0209f187bd9666f10bb52a4b2d536671267ba79d74e2b6d5b1e3 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:38:57.113 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:56 vm07 bash[69794]: ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3 2026-03-06T13:38:57.113 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:57 vm07 podman[70197]: 2026-03-06 13:38:57.020094908 +0100 CET m=+0.016902807 container create f74533de12ec3804af271452b2dae77734fcf24af71881961850a979b3ae09ba (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3-deactivate, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:38:57.113 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:57 vm07 podman[70197]: 2026-03-06 13:38:57.059198564 +0100 CET m=+0.056006482 container init f74533de12ec3804af271452b2dae77734fcf24af71881961850a979b3ae09ba (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:57.113 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:57 vm07 podman[70197]: 2026-03-06 13:38:57.062735544 +0100 CET m=+0.059543453 container start f74533de12ec3804af271452b2dae77734fcf24af71881961850a979b3ae09ba (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3-deactivate, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-03-06T13:38:57.113 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:57 vm07 podman[70197]: 2026-03-06 13:38:57.063746155 +0100 CET m=+0.060554064 container attach f74533de12ec3804af271452b2dae77734fcf24af71881961850a979b3ae09ba (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3-deactivate, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True) 2026-03-06T13:38:57.484 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:57 vm07 podman[70197]: 2026-03-06 13:38:57.013574935 +0100 CET m=+0.010382854 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:38:57.484 INFO:journalctl@ceph.osd.3.vm07.stdout:Mar 06 13:38:57 vm07 podman[70197]: 2026-03-06 13:38:57.484272199 +0100 CET m=+0.481080108 container died f74533de12ec3804af271452b2dae77734fcf24af71881961850a979b3ae09ba (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c169c906-1958-11f1-b32b-27a16367f1d5-osd-3-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:38:57.524 DEBUG:teuthology.orchestra.run.vm07:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.3.service' 2026-03-06T13:38:57.564 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:57.565 INFO:tasks.cephadm.osd.3:Stopped osd.3 2026-03-06T13:38:57.565 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2026-03-06T13:38:57.565 DEBUG:teuthology.orchestra.run.vm09:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.4 2026-03-06T13:38:57.602 DEBUG:teuthology.orchestra.run.vm09:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.4.service' 2026-03-06T13:38:57.678 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:57.678 INFO:tasks.cephadm.osd.4:Stopped osd.4 2026-03-06T13:38:57.678 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2026-03-06T13:38:57.678 DEBUG:teuthology.orchestra.run.vm09:> sudo systemctl stop ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.5 2026-03-06T13:38:57.747 DEBUG:teuthology.orchestra.run.vm09:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c169c906-1958-11f1-b32b-27a16367f1d5@osd.5.service' 2026-03-06T13:38:57.820 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:38:57.820 INFO:tasks.cephadm.osd.5:Stopped osd.5 2026-03-06T13:38:57.820 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c169c906-1958-11f1-b32b-27a16367f1d5 --force --keep-logs 2026-03-06T13:38:58.133 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:38:59.561 DEBUG:teuthology.orchestra.run.vm07:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c169c906-1958-11f1-b32b-27a16367f1d5 --force --keep-logs 2026-03-06T13:38:59.852 INFO:teuthology.orchestra.run.vm07.stdout:Deleting cluster with fsid: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:39:01.258 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c169c906-1958-11f1-b32b-27a16367f1d5 --force --keep-logs 2026-03-06T13:39:01.555 INFO:teuthology.orchestra.run.vm09.stdout:Deleting cluster with fsid: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:39:01.925 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:39:01.950 DEBUG:teuthology.orchestra.run.vm07:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:39:01.977 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:39:02.001 INFO:tasks.cephadm:Archiving crash dumps... 2026-03-06T13:39:02.001 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm05/crash 2026-03-06T13:39:02.001 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash -- . 2026-03-06T13:39:02.027 INFO:teuthology.orchestra.run.vm05.stderr:tar: /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash: Cannot open: No such file or directory 2026-03-06T13:39:02.027 INFO:teuthology.orchestra.run.vm05.stderr:tar: Error is not recoverable: exiting now 2026-03-06T13:39:02.028 DEBUG:teuthology.misc:Transferring archived files from vm07:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm07/crash 2026-03-06T13:39:02.028 DEBUG:teuthology.orchestra.run.vm07:> sudo tar c -f - -C /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash -- . 2026-03-06T13:39:02.053 INFO:teuthology.orchestra.run.vm07.stderr:tar: /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash: Cannot open: No such file or directory 2026-03-06T13:39:02.053 INFO:teuthology.orchestra.run.vm07.stderr:tar: Error is not recoverable: exiting now 2026-03-06T13:39:02.054 DEBUG:teuthology.misc:Transferring archived files from vm09:/var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm09/crash 2026-03-06T13:39:02.054 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash -- . 2026-03-06T13:39:02.079 INFO:teuthology.orchestra.run.vm09.stderr:tar: /var/lib/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/crash: Cannot open: No such file or directory 2026-03-06T13:39:02.079 INFO:teuthology.orchestra.run.vm09.stderr:tar: Error is not recoverable: exiting now 2026-03-06T13:39:02.080 INFO:tasks.cephadm:Checking cluster log for badness... 2026-03-06T13:39:02.080 DEBUG:teuthology.orchestra.run.vm05:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/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-03-06T13:39:02.117 INFO:tasks.cephadm:Compressing logs... 2026-03-06T13:39:02.117 DEBUG:teuthology.orchestra.run.vm05:> 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-03-06T13:39:02.159 DEBUG:teuthology.orchestra.run.vm07:> 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-03-06T13:39:02.161 DEBUG:teuthology.orchestra.run.vm09:> 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-03-06T13:39:02.183 INFO:teuthology.orchestra.run.vm05.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-06T13:39:02.183 INFO:teuthology.orchestra.run.vm05.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-06T13:39:02.184 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.a.log 2026-03-06T13:39:02.184 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log 2026-03-06T13:39:02.185 INFO:teuthology.orchestra.run.vm07.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-06T13:39:02.185 INFO:teuthology.orchestra.run.vm07.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-06T13:39:02.186 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.a.log: 87.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-06T13:39:02.186 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mgr.a.log 2026-03-06T13:39:02.186 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log 2026-03-06T13:39:02.187 INFO:teuthology.orchestra.run.vm09.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-06T13:39:02.187 INFO:teuthology.orchestra.run.vm09.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-06T13:39:02.187 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.b.log 2026-03-06T13:39:02.187 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log: 83.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-06T13:39:02.188 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log: 85.1% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log.gz 2026-03-06T13:39:02.188 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log 2026-03-06T13:39:02.188 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log 2026-03-06T13:39:02.188 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.c.log 2026-03-06T13:39:02.189 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log 2026-03-06T13:39:02.190 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.c.log: 84.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-06T13:39:02.190 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log 2026-03-06T13:39:02.192 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log 2026-03-06T13:39:02.195 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log: 90.5% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log.gz 2026-03-06T13:39:02.197 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log 2026-03-06T13:39:02.197 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log: 82.2% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log.gz 2026-03-06T13:39:02.198 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log 2026-03-06T13:39:02.198 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log 2026-03-06T13:39:02.199 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log: 82.4% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log.gz 2026-03-06T13:39:02.200 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log 2026-03-06T13:39:02.200 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log: 90.7% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log.gz 2026-03-06T13:39:02.200 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log: 79.5% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.cephadm.log.gz 2026-03-06T13:39:02.201 INFO:teuthology.orchestra.run.vm07.stderr: 92.8% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log.gz 2026-03-06T13:39:02.201 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mgr.b.log 2026-03-06T13:39:02.201 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log 2026-03-06T13:39:02.201 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log: 85.1% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log.gz 2026-03-06T13:39:02.202 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.2.log 2026-03-06T13:39:02.203 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.0.log 2026-03-06T13:39:02.204 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log: 90.6% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.audit.log.gz 2026-03-06T13:39:02.204 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mgr.b.log: 90.5% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mgr.b.log.gz 2026-03-06T13:39:02.204 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.3.log 2026-03-06T13:39:02.205 INFO:teuthology.orchestra.run.vm09.stderr: 92.8% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log.gz 2026-03-06T13:39:02.205 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.4.log 2026-03-06T13:39:02.206 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log: 83.6% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph.log.gz 2026-03-06T13:39:02.206 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.5.log 2026-03-06T13:39:02.213 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.1.log 2026-03-06T13:39:02.225 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.4.log: /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.5.log: 92.3% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.c.log.gz 2026-03-06T13:39:02.225 INFO:teuthology.orchestra.run.vm09.stderr: 93.0% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.4.log.gz 2026-03-06T13:39:02.226 INFO:teuthology.orchestra.run.vm07.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.2.log: /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.3.log: 92.4% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.b.log.gz 2026-03-06T13:39:02.230 INFO:teuthology.orchestra.run.vm09.stderr: 93.0% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.5.log.gz 2026-03-06T13:39:02.232 INFO:teuthology.orchestra.run.vm09.stderr: 2026-03-06T13:39:02.232 INFO:teuthology.orchestra.run.vm09.stderr:real 0m0.055s 2026-03-06T13:39:02.232 INFO:teuthology.orchestra.run.vm09.stderr:user 0m0.073s 2026-03-06T13:39:02.232 INFO:teuthology.orchestra.run.vm09.stderr:sys 0m0.024s 2026-03-06T13:39:02.235 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.0.log: /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.1.log: 92.7% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-volume.log.gz 2026-03-06T13:39:02.239 INFO:teuthology.orchestra.run.vm07.stderr: 92.9% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.2.log.gz 2026-03-06T13:39:02.245 INFO:teuthology.orchestra.run.vm07.stderr: 93.1% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.3.log.gz 2026-03-06T13:39:02.246 INFO:teuthology.orchestra.run.vm07.stderr: 2026-03-06T13:39:02.246 INFO:teuthology.orchestra.run.vm07.stderr:real 0m0.072s 2026-03-06T13:39:02.247 INFO:teuthology.orchestra.run.vm07.stderr:user 0m0.104s 2026-03-06T13:39:02.247 INFO:teuthology.orchestra.run.vm07.stderr:sys 0m0.025s 2026-03-06T13:39:02.260 INFO:teuthology.orchestra.run.vm05.stderr: 92.9% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.1.log.gz 2026-03-06T13:39:02.260 INFO:teuthology.orchestra.run.vm05.stderr: 92.8% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-osd.0.log.gz 2026-03-06T13:39:02.270 INFO:teuthology.orchestra.run.vm05.stderr: 88.6% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mgr.a.log.gz 2026-03-06T13:39:02.332 INFO:teuthology.orchestra.run.vm05.stderr: 91.5% -- replaced with /var/log/ceph/c169c906-1958-11f1-b32b-27a16367f1d5/ceph-mon.a.log.gz 2026-03-06T13:39:02.334 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-06T13:39:02.334 INFO:teuthology.orchestra.run.vm05.stderr:real 0m0.162s 2026-03-06T13:39:02.334 INFO:teuthology.orchestra.run.vm05.stderr:user 0m0.223s 2026-03-06T13:39:02.334 INFO:teuthology.orchestra.run.vm05.stderr:sys 0m0.030s 2026-03-06T13:39:02.335 INFO:tasks.cephadm:Archiving logs... 2026-03-06T13:39:02.335 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/log/ceph to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm05/log 2026-03-06T13:39:02.335 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-06T13:39:02.425 DEBUG:teuthology.misc:Transferring archived files from vm07:/var/log/ceph to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm07/log 2026-03-06T13:39:02.426 DEBUG:teuthology.orchestra.run.vm07:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-06T13:39:02.463 DEBUG:teuthology.misc:Transferring archived files from vm09:/var/log/ceph to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm09/log 2026-03-06T13:39:02.463 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-06T13:39:02.502 INFO:tasks.cephadm:Removing cluster... 2026-03-06T13:39:02.502 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c169c906-1958-11f1-b32b-27a16367f1d5 --force 2026-03-06T13:39:02.807 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:39:03.040 DEBUG:teuthology.orchestra.run.vm07:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c169c906-1958-11f1-b32b-27a16367f1d5 --force 2026-03-06T13:39:03.335 INFO:teuthology.orchestra.run.vm07.stdout:Deleting cluster with fsid: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:39:03.570 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c169c906-1958-11f1-b32b-27a16367f1d5 --force 2026-03-06T13:39:03.871 INFO:teuthology.orchestra.run.vm09.stdout:Deleting cluster with fsid: c169c906-1958-11f1-b32b-27a16367f1d5 2026-03-06T13:39:04.087 INFO:tasks.cephadm:Removing cephadm ... 2026-03-06T13:39:04.087 DEBUG:teuthology.orchestra.run.vm05:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-06T13:39:04.108 DEBUG:teuthology.orchestra.run.vm07:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-06T13:39:04.124 DEBUG:teuthology.orchestra.run.vm09:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-06T13:39:04.145 INFO:tasks.cephadm:Teardown complete 2026-03-06T13:39:04.145 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-06T13:39:04.147 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-03-06T13:39:04.147 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-06T13:39:04.150 DEBUG:teuthology.orchestra.run.vm07:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-06T13:39:04.166 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-06T13:39:04.225 INFO:teuthology.task.install.rpm:Removing 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 rpm system. 2026-03-06T13:39:04.225 DEBUG:teuthology.orchestra.run.vm05:> 2026-03-06T13:39:04.225 DEBUG:teuthology.orchestra.run.vm05:> for d in 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 ; do 2026-03-06T13:39:04.225 DEBUG:teuthology.orchestra.run.vm05:> sudo yum -y remove $d || true 2026-03-06T13:39:04.225 DEBUG:teuthology.orchestra.run.vm05:> done 2026-03-06T13:39:04.231 INFO:teuthology.task.install.rpm:Removing 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 rpm system. 2026-03-06T13:39:04.231 DEBUG:teuthology.orchestra.run.vm07:> 2026-03-06T13:39:04.231 DEBUG:teuthology.orchestra.run.vm07:> for d in 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 ; do 2026-03-06T13:39:04.231 DEBUG:teuthology.orchestra.run.vm07:> sudo yum -y remove $d || true 2026-03-06T13:39:04.231 DEBUG:teuthology.orchestra.run.vm07:> done 2026-03-06T13:39:04.237 INFO:teuthology.task.install.rpm:Removing 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 rpm system. 2026-03-06T13:39:04.237 DEBUG:teuthology.orchestra.run.vm09:> 2026-03-06T13:39:04.237 DEBUG:teuthology.orchestra.run.vm09:> for d in 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 ; do 2026-03-06T13:39:04.237 DEBUG:teuthology.orchestra.run.vm09:> sudo yum -y remove $d || true 2026-03-06T13:39:04.237 DEBUG:teuthology.orchestra.run.vm09:> done 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repo Size 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 39 M 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:Remove 2 Packages 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:04.412 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 39 M 2026-03-06T13:39:04.413 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:04.415 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:04.415 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:04.417 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repo Size 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 39 M 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:Removing unused dependencies: 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:Remove 2 Packages 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 39 M 2026-03-06T13:39:04.418 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:04.420 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:04.420 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:04.429 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:04.429 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:04.434 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:04.434 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:04.450 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repo Size 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 39 M 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:Remove 2 Packages 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 39 M 2026-03-06T13:39:04.451 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:04.453 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:04.453 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:04.461 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:04.464 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:04.468 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:04.468 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-06T13:39:04.487 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:04.490 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.491 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.499 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:04.500 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.500 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.515 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.516 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.526 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.526 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:04.526 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:39:04.526 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-06T13:39:04.526 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-06T13:39:04.526 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:04.529 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.539 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.555 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.582 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.583 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.584 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.584 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.631 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.631 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm07.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm07.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:04.642 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.643 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:04.643 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:04.643 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:04.643 INFO:teuthology.orchestra.run.vm05.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:39:04.643 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:04.643 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:04.689 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:39:04.689 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:04.689 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:04.689 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:04.689 INFO:teuthology.orchestra.run.vm09.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:39:04.689 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:04.689 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:04.871 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:04.871 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:04.871 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repository Size 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 210 M 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:Removing unused dependencies: 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:Remove 3 Packages 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 211 M 2026-03-06T13:39:04.872 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:04.874 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:04.874 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:04.877 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 210 M 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:Remove 3 Packages 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 211 M 2026-03-06T13:39:04.878 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:04.881 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:04.881 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:04.900 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:04.901 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:04.909 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:04.909 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:04.911 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 210 M 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:Remove 3 Packages 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 211 M 2026-03-06T13:39:04.912 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:04.915 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:04.915 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:04.943 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:04.943 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:04.969 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:04.975 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:04.977 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:04.978 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:39:04.983 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:04.986 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:39:04.994 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.002 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.006 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:05.013 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:05.020 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:39:05.035 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.061 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.061 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:05.061 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:39:05.078 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.078 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:05.078 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:39:05.113 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.113 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:05.113 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:39:05.118 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.118 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.119 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:05.119 INFO:teuthology.orchestra.run.vm07.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.119 INFO:teuthology.orchestra.run.vm07.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:39:05.119 INFO:teuthology.orchestra.run.vm07.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:39:05.119 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.119 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.131 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:05.162 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:39:05.162 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.162 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:05.162 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.162 INFO:teuthology.orchestra.run.vm09.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:39:05.162 INFO:teuthology.orchestra.run.vm09.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:39:05.163 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.163 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:05.328 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:05.329 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:05.329 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repository Size 2026-03-06T13:39:05.329 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 0 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout:Removing unused dependencies: 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 7.4 M 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 18 M 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout:Remove 8 Packages 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.330 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 28 M 2026-03-06T13:39:05.331 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:05.332 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:05.332 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:05.338 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 0 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 7.4 M 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 18 M 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-06T13:39:05.339 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout:Remove 8 Packages 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 28 M 2026-03-06T13:39:05.340 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:05.342 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:05.342 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:05.357 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:05.357 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:05.363 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 0 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 7.4 M 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 18 M 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:Remove 8 Packages 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 28 M 2026-03-06T13:39:05.364 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:05.365 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:05.366 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:05.367 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:05.367 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:05.389 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:05.390 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:05.401 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:05.407 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:39:05.409 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:05.411 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-06T13:39:05.413 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-06T13:39:05.415 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:39:05.416 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-06T13:39:05.417 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-06T13:39:05.418 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-06T13:39:05.419 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-06T13:39:05.420 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-06T13:39:05.422 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-06T13:39:05.425 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-06T13:39:05.427 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-06T13:39:05.434 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:05.439 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:39:05.441 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-06T13:39:05.442 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.442 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:05.442 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:39:05.442 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-06T13:39:05.442 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-06T13:39:05.442 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.443 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-06T13:39:05.443 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.446 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-06T13:39:05.447 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.447 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:05.447 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:39:05.447 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-06T13:39:05.447 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-06T13:39:05.447 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.448 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.449 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-06T13:39:05.451 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-06T13:39:05.452 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.454 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.473 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.474 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:05.474 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:39:05.474 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-06T13:39:05.474 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-06T13:39:05.474 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.475 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.475 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:05.475 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:39:05.475 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-06T13:39:05.475 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-06T13:39:05.475 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.475 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.477 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.478 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.478 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:05.478 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:39:05.478 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-06T13:39:05.479 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-06T13:39:05.479 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.479 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.486 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:39:05.506 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.506 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:05.506 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:39:05.506 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-06T13:39:05.506 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-06T13:39:05.507 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.508 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-06T13:39:05.566 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-06T13:39:05.567 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.567 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:39:05.567 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/8 2026-03-06T13:39:05.567 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/8 2026-03-06T13:39:05.567 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-06T13:39:05.568 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-06T13:39:05.568 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-06T13:39:05.568 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-06T13:39:05.597 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:39:05.619 INFO:teuthology.orchestra.run.vm07.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:39:05.620 INFO:teuthology.orchestra.run.vm07.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:39:05.620 INFO:teuthology.orchestra.run.vm07.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:39:05.620 INFO:teuthology.orchestra.run.vm07.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:39:05.620 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.620 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.621 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.643 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:05.838 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:05.841 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout:=================================================================================================== 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repository Size 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout:=================================================================================================== 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 23 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout:Removing dependent packages: 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 431 k 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.4 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 803 k 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 88 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 66 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 563 k 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 59 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.4 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout:Removing unused dependencies: 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 85 M 2026-03-06T13:39:05.844 INFO:teuthology.orchestra.run.vm07.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 626 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 60 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.5 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 51 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 138 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 425 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.6 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 702 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-influxdb noarch 5.3.1-1.el9 @epel 747 k 2026-03-06T13:39:05.845 INFO:teuthology.orchestra.run.vm07.stdout: python3-isodate noarch 0.6.1-3.el9 @epel 203 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-lxml x86_64 4.6.5-3.el9 @appstream 4.2 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-msgpack x86_64 1.0.3-2.el9 @epel 264 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-saml noarch 1.16.0-1.el9 @epel 730 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-06T13:39:05.846 INFO:teuthology.orchestra.run.vm07.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: python3-xmlsec x86_64 1.3.13-1.el9 @epel 158 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: smartmontools x86_64 1:7.2-10.el9 @baseos 1.9 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1 x86_64 1.2.29-13.el9 @appstream 596 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 @appstream 281 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout:=================================================================================================== 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout:Remove 113 Packages 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout:=================================================================================================== 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout:=================================================================================================== 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 23 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 431 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.4 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 803 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 88 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 66 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 563 k 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 59 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.4 M 2026-03-06T13:39:05.847 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 85 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 626 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 60 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.5 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 51 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 138 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 425 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.6 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 702 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-influxdb noarch 5.3.1-1.el9 @epel 747 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-isodate noarch 0.6.1-3.el9 @epel 203 k 2026-03-06T13:39:05.848 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-lxml x86_64 4.6.5-3.el9 @appstream 4.2 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-msgpack x86_64 1.0.3-2.el9 @epel 264 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-saml noarch 1.16.0-1.el9 @epel 730 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmlsec x86_64 1.3.13-1.el9 @epel 158 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: smartmontools x86_64 1:7.2-10.el9 @baseos 1.9 M 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1 x86_64 1.2.29-13.el9 @appstream 596 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 @appstream 281 k 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout:=================================================================================================== 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout:Remove 113 Packages 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:05.849 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:05.850 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 623 M 2026-03-06T13:39:05.850 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:05.850 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 623 M 2026-03-06T13:39:05.850 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout:=================================================================================================== 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout:=================================================================================================== 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 23 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 431 k 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.4 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 803 k 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 88 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 66 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 563 k 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 59 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.4 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 85 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 626 k 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 60 k 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.5 M 2026-03-06T13:39:05.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 51 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 138 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 425 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.6 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 702 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-influxdb noarch 5.3.1-1.el9 @epel 747 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-isodate noarch 0.6.1-3.el9 @epel 203 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-06T13:39:05.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-lxml x86_64 4.6.5-3.el9 @appstream 4.2 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-msgpack x86_64 1.0.3-2.el9 @epel 264 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-saml noarch 1.16.0-1.el9 @epel 730 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmlsec x86_64 1.3.13-1.el9 @epel 158 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: smartmontools x86_64 1:7.2-10.el9 @baseos 1.9 M 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1 x86_64 1.2.29-13.el9 @appstream 596 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 @appstream 281 k 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout:=================================================================================================== 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout:Remove 113 Packages 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:05.854 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 623 M 2026-03-06T13:39:05.855 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:05.875 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:05.875 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:05.878 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:05.878 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:05.883 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:05.883 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:05.987 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:05.987 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:05.990 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:05.990 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:05.992 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:05.993 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:06.142 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:06.143 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:39:06.144 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:06.145 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:39:06.145 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:06.145 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:39:06.149 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:39:06.153 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:39:06.153 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:39:06.170 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.170 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.170 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:39:06.170 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-06T13:39:06.170 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-06T13:39:06.170 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:06.170 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.173 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.173 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.173 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:39:06.173 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-06T13:39:06.173 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-06T13:39:06.173 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:06.173 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.175 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.175 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.175 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:39:06.175 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-06T13:39:06.176 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-06T13:39:06.176 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:06.176 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.184 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.189 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.192 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:39:06.208 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 3/113 2026-03-06T13:39:06.208 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:39:06.213 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 3/113 2026-03-06T13:39:06.213 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:39:06.218 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 3/113 2026-03-06T13:39:06.218 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:39:06.221 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:39:06.227 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:39:06.227 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-influxdb-5.3.1-1.el9.noarch 5/113 2026-03-06T13:39:06.227 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:39:06.232 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-influxdb-5.3.1-1.el9.noarch 5/113 2026-03-06T13:39:06.232 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:39:06.232 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:39:06.237 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-influxdb-5.3.1-1.el9.noarch 5/113 2026-03-06T13:39:06.237 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:39:06.240 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:39:06.246 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:39:06.247 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 7/113 2026-03-06T13:39:06.250 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 8/113 2026-03-06T13:39:06.251 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:39:06.254 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 7/113 2026-03-06T13:39:06.258 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 8/113 2026-03-06T13:39:06.259 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/113 2026-03-06T13:39:06.260 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 7/113 2026-03-06T13:39:06.264 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 10/113 2026-03-06T13:39:06.266 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 8/113 2026-03-06T13:39:06.267 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/113 2026-03-06T13:39:06.272 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 10/113 2026-03-06T13:39:06.277 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/113 2026-03-06T13:39:06.281 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 10/113 2026-03-06T13:39:06.287 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.287 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.287 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:39:06.287 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-06T13:39:06.287 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-06T13:39:06.287 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:06.294 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.296 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.296 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.296 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:39:06.296 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-06T13:39:06.296 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-06T13:39:06.296 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:06.302 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.302 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.304 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.304 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.304 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:39:06.304 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-06T13:39:06.304 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-06T13:39:06.304 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:06.310 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.312 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.318 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.318 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.318 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:39:06.318 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:06.320 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:39:06.327 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.329 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.330 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.330 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:39:06.330 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:06.338 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.338 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.338 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:39:06.338 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:06.338 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.338 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.341 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 13/113 2026-03-06T13:39:06.345 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 14/113 2026-03-06T13:39:06.346 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.348 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.350 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 13/113 2026-03-06T13:39:06.351 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 15/113 2026-03-06T13:39:06.372 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:39:06.373 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 14/113 2026-03-06T13:39:06.375 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 13/113 2026-03-06T13:39:06.377 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 15/113 2026-03-06T13:39:06.379 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-saml-1.16.0-1.el9.noarch 16/113 2026-03-06T13:39:06.381 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 14/113 2026-03-06T13:39:06.386 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 15/113 2026-03-06T13:39:06.389 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-saml-1.16.0-1.el9.noarch 16/113 2026-03-06T13:39:06.398 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-saml-1.16.0-1.el9.noarch 16/113 2026-03-06T13:39:06.410 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 17/113 2026-03-06T13:39:06.415 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 18/113 2026-03-06T13:39:06.418 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 19/113 2026-03-06T13:39:06.421 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 17/113 2026-03-06T13:39:06.427 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 18/113 2026-03-06T13:39:06.427 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 20/113 2026-03-06T13:39:06.429 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 17/113 2026-03-06T13:39:06.429 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 19/113 2026-03-06T13:39:06.436 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 18/113 2026-03-06T13:39:06.438 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 21/113 2026-03-06T13:39:06.438 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:39:06.438 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 20/113 2026-03-06T13:39:06.439 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 19/113 2026-03-06T13:39:06.445 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:39:06.448 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 20/113 2026-03-06T13:39:06.448 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 21/113 2026-03-06T13:39:06.448 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:39:06.457 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:39:06.459 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 21/113 2026-03-06T13:39:06.459 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:39:06.467 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:39:06.543 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 23/113 2026-03-06T13:39:06.555 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 23/113 2026-03-06T13:39:06.559 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 24/113 2026-03-06T13:39:06.566 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-xmlsec-1.3.13-1.el9.x86_64 25/113 2026-03-06T13:39:06.568 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 23/113 2026-03-06T13:39:06.571 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-lxml-4.6.5-3.el9.x86_64 26/113 2026-03-06T13:39:06.572 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 24/113 2026-03-06T13:39:06.580 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-xmlsec-1.3.13-1.el9.x86_64 25/113 2026-03-06T13:39:06.584 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-lxml-4.6.5-3.el9.x86_64 26/113 2026-03-06T13:39:06.585 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 24/113 2026-03-06T13:39:06.586 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.586 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-06T13:39:06.586 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:06.587 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.592 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-xmlsec-1.3.13-1.el9.x86_64 25/113 2026-03-06T13:39:06.596 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-lxml-4.6.5-3.el9.x86_64 26/113 2026-03-06T13:39:06.599 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.599 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-06T13:39:06.599 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:06.601 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.613 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.613 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-06T13:39:06.613 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:06.613 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.614 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.618 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 28/113 2026-03-06T13:39:06.620 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : xmlsec1-openssl-1.2.29-13.el9.x86_64 29/113 2026-03-06T13:39:06.632 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : xmlsec1-1.2.29-13.el9.x86_64 30/113 2026-03-06T13:39:06.633 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.638 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 31/113 2026-03-06T13:39:06.638 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 28/113 2026-03-06T13:39:06.641 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : xmlsec1-openssl-1.2.29-13.el9.x86_64 29/113 2026-03-06T13:39:06.641 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 32/113 2026-03-06T13:39:06.643 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 33/113 2026-03-06T13:39:06.643 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:39:06.648 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 28/113 2026-03-06T13:39:06.650 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : xmlsec1-openssl-1.2.29-13.el9.x86_64 29/113 2026-03-06T13:39:06.654 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : xmlsec1-1.2.29-13.el9.x86_64 30/113 2026-03-06T13:39:06.660 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 31/113 2026-03-06T13:39:06.661 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.661 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.661 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:39:06.661 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:39:06.661 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:39:06.661 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:06.662 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.663 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 32/113 2026-03-06T13:39:06.664 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : xmlsec1-1.2.29-13.el9.x86_64 30/113 2026-03-06T13:39:06.665 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 33/113 2026-03-06T13:39:06.671 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 31/113 2026-03-06T13:39:06.673 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.674 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 32/113 2026-03-06T13:39:06.676 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 33/113 2026-03-06T13:39:06.677 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 35/113 2026-03-06T13:39:06.679 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 36/113 2026-03-06T13:39:06.682 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 37/113 2026-03-06T13:39:06.684 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 38/113 2026-03-06T13:39:06.685 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.685 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.685 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:39:06.685 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:39:06.685 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:39:06.685 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:06.686 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.687 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 39/113 2026-03-06T13:39:06.690 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 40/113 2026-03-06T13:39:06.690 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:39:06.700 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.700 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.700 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:39:06.700 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:39:06.700 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:39:06.700 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:06.701 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.704 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.710 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 35/113 2026-03-06T13:39:06.714 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:39:06.714 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 36/113 2026-03-06T13:39:06.717 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 37/113 2026-03-06T13:39:06.718 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 35/113 2026-03-06T13:39:06.720 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 38/113 2026-03-06T13:39:06.720 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 36/113 2026-03-06T13:39:06.722 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 37/113 2026-03-06T13:39:06.723 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 39/113 2026-03-06T13:39:06.725 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 38/113 2026-03-06T13:39:06.726 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 40/113 2026-03-06T13:39:06.727 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:39:06.728 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 39/113 2026-03-06T13:39:06.731 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 40/113 2026-03-06T13:39:06.731 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:39:06.744 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:39:06.752 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 42/113 2026-03-06T13:39:06.756 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 43/113 2026-03-06T13:39:06.764 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 44/113 2026-03-06T13:39:06.769 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 45/113 2026-03-06T13:39:06.779 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 46/113 2026-03-06T13:39:06.782 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:39:06.786 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:39:06.822 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 42/113 2026-03-06T13:39:06.822 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 42/113 2026-03-06T13:39:06.823 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 47/113 2026-03-06T13:39:06.826 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 43/113 2026-03-06T13:39:06.827 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 43/113 2026-03-06T13:39:06.827 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 48/113 2026-03-06T13:39:06.831 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 49/113 2026-03-06T13:39:06.835 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 44/113 2026-03-06T13:39:06.837 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 44/113 2026-03-06T13:39:06.841 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 45/113 2026-03-06T13:39:06.843 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 45/113 2026-03-06T13:39:06.852 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 46/113 2026-03-06T13:39:06.855 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 46/113 2026-03-06T13:39:06.859 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 47/113 2026-03-06T13:39:06.863 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 47/113 2026-03-06T13:39:06.864 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 48/113 2026-03-06T13:39:06.869 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 48/113 2026-03-06T13:39:06.869 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 49/113 2026-03-06T13:39:06.874 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 49/113 2026-03-06T13:39:06.880 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 50/113 2026-03-06T13:39:06.891 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 51/113 2026-03-06T13:39:06.893 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 52/113 2026-03-06T13:39:06.898 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/113 2026-03-06T13:39:06.900 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 54/113 2026-03-06T13:39:06.904 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 55/113 2026-03-06T13:39:06.907 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 56/113 2026-03-06T13:39:06.918 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 50/113 2026-03-06T13:39:06.924 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 50/113 2026-03-06T13:39:06.928 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.928 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.928 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:39:06.928 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:06.928 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.930 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 51/113 2026-03-06T13:39:06.934 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 52/113 2026-03-06T13:39:06.936 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 51/113 2026-03-06T13:39:06.937 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.938 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 52/113 2026-03-06T13:39:06.939 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/113 2026-03-06T13:39:06.939 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 58/113 2026-03-06T13:39:06.941 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 59/113 2026-03-06T13:39:06.941 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 54/113 2026-03-06T13:39:06.944 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-ply-3.11-14.el9.noarch 60/113 2026-03-06T13:39:06.944 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/113 2026-03-06T13:39:06.945 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 55/113 2026-03-06T13:39:06.947 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 54/113 2026-03-06T13:39:06.947 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 61/113 2026-03-06T13:39:06.948 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 56/113 2026-03-06T13:39:06.951 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 55/113 2026-03-06T13:39:06.953 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 62/113 2026-03-06T13:39:06.954 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 56/113 2026-03-06T13:39:06.956 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 63/113 2026-03-06T13:39:06.962 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 64/113 2026-03-06T13:39:06.970 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 65/113 2026-03-06T13:39:06.974 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.974 INFO:teuthology.orchestra.run.vm07.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.974 INFO:teuthology.orchestra.run.vm07.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:39:06.974 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:06.975 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.975 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.975 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:39:06.975 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:39:06.975 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:06.976 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.976 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 66/113 2026-03-06T13:39:06.979 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 67/113 2026-03-06T13:39:06.982 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 68/113 2026-03-06T13:39:06.984 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.985 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 69/113 2026-03-06T13:39:06.986 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:39:06.986 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 58/113 2026-03-06T13:39:06.987 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 70/113 2026-03-06T13:39:06.988 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 58/113 2026-03-06T13:39:06.988 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 59/113 2026-03-06T13:39:06.990 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 71/113 2026-03-06T13:39:06.991 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 59/113 2026-03-06T13:39:06.992 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-ply-3.11-14.el9.noarch 60/113 2026-03-06T13:39:06.993 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 72/113 2026-03-06T13:39:06.994 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ply-3.11-14.el9.noarch 60/113 2026-03-06T13:39:06.995 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 61/113 2026-03-06T13:39:06.997 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 73/113 2026-03-06T13:39:06.997 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 61/113 2026-03-06T13:39:07.001 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 62/113 2026-03-06T13:39:07.005 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 62/113 2026-03-06T13:39:07.005 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 63/113 2026-03-06T13:39:07.006 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 74/113 2026-03-06T13:39:07.010 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 63/113 2026-03-06T13:39:07.011 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 75/113 2026-03-06T13:39:07.012 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 64/113 2026-03-06T13:39:07.013 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 76/113 2026-03-06T13:39:07.017 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 77/113 2026-03-06T13:39:07.018 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 64/113 2026-03-06T13:39:07.022 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 65/113 2026-03-06T13:39:07.023 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 78/113 2026-03-06T13:39:07.027 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 65/113 2026-03-06T13:39:07.030 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 79/113 2026-03-06T13:39:07.031 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 66/113 2026-03-06T13:39:07.033 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-isodate-0.6.1-3.el9.noarch 80/113 2026-03-06T13:39:07.034 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 66/113 2026-03-06T13:39:07.035 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 67/113 2026-03-06T13:39:07.037 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 81/113 2026-03-06T13:39:07.037 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 67/113 2026-03-06T13:39:07.039 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 68/113 2026-03-06T13:39:07.040 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 68/113 2026-03-06T13:39:07.040 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 82/113 2026-03-06T13:39:07.042 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 69/113 2026-03-06T13:39:07.043 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 69/113 2026-03-06T13:39:07.045 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 70/113 2026-03-06T13:39:07.045 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 70/113 2026-03-06T13:39:07.047 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 83/113 2026-03-06T13:39:07.048 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 71/113 2026-03-06T13:39:07.048 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 71/113 2026-03-06T13:39:07.050 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 72/113 2026-03-06T13:39:07.051 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:39:07.052 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 72/113 2026-03-06T13:39:07.053 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 73/113 2026-03-06T13:39:07.055 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 85/113 2026-03-06T13:39:07.056 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 73/113 2026-03-06T13:39:07.058 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 86/113 2026-03-06T13:39:07.060 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 87/113 2026-03-06T13:39:07.061 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 74/113 2026-03-06T13:39:07.066 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 88/113 2026-03-06T13:39:07.067 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 75/113 2026-03-06T13:39:07.067 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 74/113 2026-03-06T13:39:07.069 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 89/113 2026-03-06T13:39:07.070 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 76/113 2026-03-06T13:39:07.073 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 75/113 2026-03-06T13:39:07.075 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 77/113 2026-03-06T13:39:07.077 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 76/113 2026-03-06T13:39:07.080 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 77/113 2026-03-06T13:39:07.081 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 78/113 2026-03-06T13:39:07.086 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 78/113 2026-03-06T13:39:07.086 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 79/113 2026-03-06T13:39:07.090 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-isodate-0.6.1-3.el9.noarch 80/113 2026-03-06T13:39:07.091 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.091 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-06T13:39:07.091 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:07.091 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 79/113 2026-03-06T13:39:07.094 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 81/113 2026-03-06T13:39:07.096 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-isodate-0.6.1-3.el9.noarch 80/113 2026-03-06T13:39:07.096 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 82/113 2026-03-06T13:39:07.099 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.102 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 81/113 2026-03-06T13:39:07.102 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 83/113 2026-03-06T13:39:07.107 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:39:07.107 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 82/113 2026-03-06T13:39:07.110 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 85/113 2026-03-06T13:39:07.112 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 86/113 2026-03-06T13:39:07.114 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 87/113 2026-03-06T13:39:07.114 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 83/113 2026-03-06T13:39:07.119 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:39:07.120 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 88/113 2026-03-06T13:39:07.123 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 85/113 2026-03-06T13:39:07.123 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 89/113 2026-03-06T13:39:07.126 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 86/113 2026-03-06T13:39:07.128 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 87/113 2026-03-06T13:39:07.131 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.131 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:39:07.134 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 88/113 2026-03-06T13:39:07.139 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 89/113 2026-03-06T13:39:07.146 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.146 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-06T13:39:07.146 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:07.146 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:39:07.153 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 92/113 2026-03-06T13:39:07.153 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.157 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 93/113 2026-03-06T13:39:07.160 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 94/113 2026-03-06T13:39:07.160 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:39:07.165 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.165 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-06T13:39:07.165 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:07.175 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.181 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.181 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:39:07.190 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:39:07.195 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 92/113 2026-03-06T13:39:07.198 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 93/113 2026-03-06T13:39:07.200 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 94/113 2026-03-06T13:39:07.200 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:39:07.207 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:39:07.207 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:39:07.218 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:39:07.223 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 92/113 2026-03-06T13:39:07.226 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 93/113 2026-03-06T13:39:07.229 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 94/113 2026-03-06T13:39:07.229 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /sys 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /proc 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /mnt 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /var/tmp 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /home 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /root 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /tmp 2026-03-06T13:39:12.681 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:12.888 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 96/113 2026-03-06T13:39:12.909 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:12.909 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:12.969 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:13.113 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 98/113 2026-03-06T13:39:13.212 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 99/113 2026-03-06T13:39:13.276 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 100/113 2026-03-06T13:39:13.302 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 101/113 2026-03-06T13:39:13.302 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:39:13.319 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:39:13.332 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.332 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/smartd.service". 2026-03-06T13:39:13.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:13.335 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.358 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.361 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 104/113 2026-03-06T13:39:13.365 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 105/113 2026-03-06T13:39:13.368 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 106/113 2026-03-06T13:39:13.371 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 107/113 2026-03-06T13:39:13.375 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 108/113 2026-03-06T13:39:13.380 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 109/113 2026-03-06T13:39:13.388 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 110/113 2026-03-06T13:39:13.393 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 111/113 2026-03-06T13:39:13.396 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-msgpack-1.0.3-2.el9.x86_64 112/113 2026-03-06T13:39:13.396 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 4/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 7/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 8/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 9/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 10/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 11/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 12/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 13/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 14/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 15/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 16/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 17/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 18/113 2026-03-06T13:39:13.496 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 19/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 20/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 22/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 23/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 24/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 25/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 26/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 27/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 28/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 29/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 32/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 33/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 34/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 35/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/113 2026-03-06T13:39:13.497 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 37/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 38/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 39/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 40/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 41/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 42/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 43/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 44/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 45/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 46/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 47/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 48/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 49/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 50/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 51/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 52/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 53/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 55/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 56/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 57/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 58/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 59/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 60/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 61/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 62/113 2026-03-06T13:39:13.498 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 63/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 64/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 65/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 66/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 68/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 69/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 70/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 71/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 72/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 73/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 74/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 75/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 76/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 77/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 78/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 79/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 80/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ply-3.11-14.el9.noarch 81/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 82/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 83/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 86/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 87/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 88/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 89/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 90/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 91/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 92/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 93/113 2026-03-06T13:39:13.499 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 94/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 95/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 96/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 97/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 98/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 99/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 100/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 101/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 102/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 103/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 104/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 105/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 106/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 107/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 108/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 109/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 110/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 111/113 2026-03-06T13:39:13.500 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 112/113 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 113/113 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.602 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:39:13.603 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:39:13.604 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:13.605 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /sys 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /proc 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /mnt 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /var/tmp 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /home 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /root 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout:skipping the directory /tmp 2026-03-06T13:39:13.622 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:13.632 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 96/113 2026-03-06T13:39:13.652 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:13.652 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:13.661 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:13.664 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 98/113 2026-03-06T13:39:13.667 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 99/113 2026-03-06T13:39:13.670 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 100/113 2026-03-06T13:39:13.673 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 101/113 2026-03-06T13:39:13.673 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:39:13.687 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:39:13.701 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.701 INFO:teuthology.orchestra.run.vm07.stdout:Removed "/etc/systemd/system/multi-user.target.wants/smartd.service". 2026-03-06T13:39:13.701 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:13.703 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /sys 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /proc 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /mnt 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /var/tmp 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /home 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /root 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /tmp 2026-03-06T13:39:13.704 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:13.713 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.714 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 96/113 2026-03-06T13:39:13.715 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 104/113 2026-03-06T13:39:13.718 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 105/113 2026-03-06T13:39:13.721 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 106/113 2026-03-06T13:39:13.725 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 107/113 2026-03-06T13:39:13.728 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 108/113 2026-03-06T13:39:13.731 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:13.731 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:13.735 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 109/113 2026-03-06T13:39:13.738 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:39:13.741 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 98/113 2026-03-06T13:39:13.744 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 99/113 2026-03-06T13:39:13.744 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 110/113 2026-03-06T13:39:13.747 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 100/113 2026-03-06T13:39:13.749 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 101/113 2026-03-06T13:39:13.749 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:39:13.750 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 111/113 2026-03-06T13:39:13.753 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-msgpack-1.0.3-2.el9.x86_64 112/113 2026-03-06T13:39:13.753 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:39:13.762 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:39:13.773 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.773 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/smartd.service". 2026-03-06T13:39:13.773 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:13.776 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.784 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:39:13.787 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 104/113 2026-03-06T13:39:13.790 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 105/113 2026-03-06T13:39:13.793 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 106/113 2026-03-06T13:39:13.796 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 107/113 2026-03-06T13:39:13.799 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 108/113 2026-03-06T13:39:13.805 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 109/113 2026-03-06T13:39:13.814 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 110/113 2026-03-06T13:39:13.817 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 775 k 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:Remove 1 Package 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 775 k 2026-03-06T13:39:13.818 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:13.820 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 111/113 2026-03-06T13:39:13.820 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:13.820 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:13.822 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:13.822 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:13.823 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-msgpack-1.0.3-2.el9.x86_64 112/113 2026-03-06T13:39:13.823 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:39:13.839 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:13.839 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:13.868 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:39:13.868 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/113 2026-03-06T13:39:13.868 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/113 2026-03-06T13:39:13.868 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/113 2026-03-06T13:39:13.868 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 4/113 2026-03-06T13:39:13.868 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 7/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 8/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 9/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 10/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 11/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 12/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 13/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 14/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 15/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 16/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 17/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 18/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 19/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 20/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 22/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 23/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 24/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 25/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 26/113 2026-03-06T13:39:13.869 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 27/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 28/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 29/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 32/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 33/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 34/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 35/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 37/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 38/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 39/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 40/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 41/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 42/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 43/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 44/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 45/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 46/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 47/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 48/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 49/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 50/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 51/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 52/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 53/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 55/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 56/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 57/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 58/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 59/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 60/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 61/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 62/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 63/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 64/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 65/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 66/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 68/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 69/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 70/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 71/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 72/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 73/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 74/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 75/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 76/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 77/113 2026-03-06T13:39:13.871 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 78/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 79/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 80/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-ply-3.11-14.el9.noarch 81/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 82/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 83/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 86/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 87/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 88/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 89/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 90/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 91/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 92/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 93/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 94/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 95/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 96/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 97/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 98/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 99/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 100/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 101/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 102/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 103/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 104/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 105/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 106/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 107/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 108/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 109/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 110/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 111/113 2026-03-06T13:39:13.872 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 112/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 4/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 7/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 8/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 9/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 10/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 11/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 12/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 13/113 2026-03-06T13:39:13.923 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 14/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 15/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 16/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 17/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 18/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 19/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 20/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 22/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 23/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 24/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 25/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 26/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 27/113 2026-03-06T13:39:13.924 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 28/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 29/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 32/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 33/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 34/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 35/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 37/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 38/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 39/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 40/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 41/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 42/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 43/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 44/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 45/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 46/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 47/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 48/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 49/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 50/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 51/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 52/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 53/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 55/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 56/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 57/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 58/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 59/113 2026-03-06T13:39:13.925 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 60/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 61/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 62/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 63/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 64/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 65/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 66/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 68/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 69/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 70/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 71/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 72/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 73/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 74/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 75/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 76/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 77/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 78/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 79/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 80/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ply-3.11-14.el9.noarch 81/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 82/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 83/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 86/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 87/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 88/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 89/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 90/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 91/113 2026-03-06T13:39:13.926 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 92/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 93/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 94/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 95/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 96/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 97/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 98/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 99/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 100/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 101/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 102/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 103/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 104/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 105/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 106/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 107/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 108/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 109/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 110/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 111/113 2026-03-06T13:39:13.927 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 112/113 2026-03-06T13:39:13.949 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 113/113 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:39:13.951 INFO:teuthology.orchestra.run.vm07.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:39:13.952 INFO:teuthology.orchestra.run.vm07.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:13.953 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:13.993 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:13.993 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:13.993 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:13.993 INFO:teuthology.orchestra.run.vm05.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:13.993 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:13.993 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 113/113 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.018 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:39:14.019 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-06T13:39:14.020 INFO:teuthology.orchestra.run.vm09.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:14.021 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repository Size 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 775 k 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:Remove 1 Package 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 775 k 2026-03-06T13:39:14.159 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:14.161 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:14.161 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:14.162 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:14.163 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:14.171 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-immutable-object-cache 2026-03-06T13:39:14.171 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:14.173 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:14.174 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:14.174 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:14.178 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:14.178 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:14.227 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 775 k 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:Remove 1 Package 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 775 k 2026-03-06T13:39:14.228 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:14.230 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:14.230 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:14.231 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:14.231 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:14.248 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:14.248 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:14.281 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:14.324 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:14.324 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:14.324 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:14.324 INFO:teuthology.orchestra.run.vm07.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.324 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:14.324 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:14.350 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr 2026-03-06T13:39:14.350 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:14.353 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:14.353 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:14.353 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:14.360 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:14.402 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:39:14.402 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:14.402 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:14.402 INFO:teuthology.orchestra.run.vm09.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:39:14.402 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:14.403 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:14.516 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: ceph-immutable-object-cache 2026-03-06T13:39:14.516 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:14.519 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:14.519 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:14.519 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:14.534 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-dashboard 2026-03-06T13:39:14.534 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:14.536 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:14.537 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:14.537 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:14.591 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-immutable-object-cache 2026-03-06T13:39:14.591 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:14.593 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:14.594 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:14.594 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:14.686 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: ceph-mgr 2026-03-06T13:39:14.686 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:14.688 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:14.688 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:14.688 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:14.709 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-06T13:39:14.710 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:14.712 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:14.712 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:14.712 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:14.760 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr 2026-03-06T13:39:14.760 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:14.762 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:14.763 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:14.763 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:14.858 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: ceph-mgr-dashboard 2026-03-06T13:39:14.858 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:14.861 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:14.861 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:14.861 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:14.889 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-rook 2026-03-06T13:39:14.889 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:14.892 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:14.892 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:14.892 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:14.944 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-dashboard 2026-03-06T13:39:14.944 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:14.946 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:14.946 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:14.946 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:15.033 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-06T13:39:15.034 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:15.035 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:15.036 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:15.036 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:15.062 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-cephadm 2026-03-06T13:39:15.062 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:15.064 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:15.065 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:15.065 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:15.112 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-06T13:39:15.113 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:15.115 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:15.115 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:15.115 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:15.201 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: ceph-mgr-rook 2026-03-06T13:39:15.201 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:15.203 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:15.204 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:15.204 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:15.237 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.6 M 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout: fuse x86_64 2.9.9-17.el9 @baseos 214 k 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:Remove 2 Packages 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 3.8 M 2026-03-06T13:39:15.238 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:15.240 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:15.241 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:15.255 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:15.255 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:15.282 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-rook 2026-03-06T13:39:15.282 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:15.284 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:15.284 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:15.285 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:15.285 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:15.288 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:39:15.302 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:15.371 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:15.371 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:39:15.383 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: ceph-mgr-cephadm 2026-03-06T13:39:15.383 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:15.385 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:15.386 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:15.386 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:15.424 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:15.424 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:15.424 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:15.424 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 fuse-2.9.9-17.el9.x86_64 2026-03-06T13:39:15.424 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:15.424 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:15.485 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-cephadm 2026-03-06T13:39:15.485 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:15.488 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:15.489 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:15.489 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repository Size 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.6 M 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:Removing unused dependencies: 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout: fuse x86_64 2.9.9-17.el9 @baseos 214 k 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:Remove 2 Packages 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:15.594 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 3.8 M 2026-03-06T13:39:15.595 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:15.597 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:15.597 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:15.613 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:15.614 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:15.645 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-volume 2026-03-06T13:39:15.645 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:15.646 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:15.647 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:15.648 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:15.648 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:15.650 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:39:15.666 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:15.720 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:15.720 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.6 M 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout: fuse x86_64 2.9.9-17.el9 @baseos 214 k 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:Remove 2 Packages 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 3.8 M 2026-03-06T13:39:15.721 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:15.724 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:15.724 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:15.742 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:15.742 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:15.766 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:15.830 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repo Size 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 456 k 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 153 k 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:Remove 2 Packages 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 610 k 2026-03-06T13:39:15.877 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:15.879 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:15.879 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:15.885 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:15.891 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:15.892 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:15.997 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:15.997 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:15.997 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:15.997 INFO:teuthology.orchestra.run.vm07.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 fuse-2.9.9-17.el9.x86_64 2026-03-06T13:39:15.997 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:15.997 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:16.004 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:39:16.020 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:16.032 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:16.053 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:39:16.087 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.109 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:16.109 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:39:16.175 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.175 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:39:16.234 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: ceph-volume 2026-03-06T13:39:16.235 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:16.236 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:39:16.236 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:16.236 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:16.236 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 fuse-2.9.9-17.el9.x86_64 2026-03-06T13:39:16.236 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:16.236 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:16.237 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:16.238 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:16.238 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:16.304 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.304 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:16.304 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:16.304 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.304 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.304 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:16.304 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:16.461 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-volume 2026-03-06T13:39:16.461 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:16.464 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:16.464 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:16.464 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repo Size 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 456 k 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:Removing dependent packages: 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 153 k 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout:Remove 2 Packages 2026-03-06T13:39:16.478 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.479 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 610 k 2026-03-06T13:39:16.479 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:16.480 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:16.480 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:16.490 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:16.491 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:16.516 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:16.518 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:39:16.532 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repo Size 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.0 M 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-06T13:39:16.580 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 514 k 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 187 k 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout:Remove 3 Packages 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 3.7 M 2026-03-06T13:39:16.581 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:16.583 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:16.583 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:16.598 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.598 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:39:16.599 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:16.599 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:16.632 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:16.634 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 1/3 2026-03-06T13:39:16.636 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:39:16.636 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:39:16.638 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.638 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.638 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:16.639 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.639 INFO:teuthology.orchestra.run.vm07.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.639 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.639 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repo Size 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 456 k 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 153 k 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout:Remove 2 Packages 2026-03-06T13:39:16.660 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:16.661 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 610 k 2026-03-06T13:39:16.661 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:16.662 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:16.662 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:16.673 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:16.673 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:16.704 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:16.706 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:39:16.712 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:39:16.712 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:16.712 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:39:16.720 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.756 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 3/3 2026-03-06T13:39:16.756 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:16.757 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:16.757 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.757 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.757 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.757 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:16.757 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:16.788 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.788 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:39:16.818 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:16.818 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:16.818 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repo Size 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.0 M 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:Removing dependent packages: 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 514 k 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:Removing unused dependencies: 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 187 k 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:Remove 3 Packages 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 3.7 M 2026-03-06T13:39:16.819 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:16.820 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:16.821 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:16.835 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:16.835 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:16.836 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:39:16.836 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:16.836 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:16.836 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.837 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.837 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:16.837 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:16.865 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:16.867 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 1/3 2026-03-06T13:39:16.868 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:39:16.868 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:39:16.933 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:39:16.933 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:16.933 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:39:16.949 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: libcephfs-devel 2026-03-06T13:39:16.949 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:16.951 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:16.952 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:16.952 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 3/3 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:16.979 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:17.030 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repo Size 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.0 M 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 514 k 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 187 k 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:Remove 3 Packages 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 3.7 M 2026-03-06T13:39:17.031 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:17.033 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:17.033 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:17.049 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:17.049 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:17.081 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:17.083 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 1/3 2026-03-06T13:39:17.085 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:39:17.085 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:39:17.135 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 265 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 227 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 494 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 19 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-06T13:39:17.137 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout:Remove 20 Packages 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 79 M 2026-03-06T13:39:17.138 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-06T13:39:17.142 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-06T13:39:17.142 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-06T13:39:17.151 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:39:17.151 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:39:17.151 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:39:17.158 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: libcephfs-devel 2026-03-06T13:39:17.158 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:17.160 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:17.161 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:17.161 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:17.164 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-06T13:39:17.165 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 3/3 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.189 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:17.204 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-06T13:39:17.206 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/20 2026-03-06T13:39:17.208 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/20 2026-03-06T13:39:17.211 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 3/20 2026-03-06T13:39:17.211 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:39:17.224 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:39:17.226 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-06T13:39:17.228 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 6/20 2026-03-06T13:39:17.229 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 7/20 2026-03-06T13:39:17.231 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-06T13:39:17.234 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-06T13:39:17.234 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.249 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.249 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:39:17.249 INFO:teuthology.orchestra.run.vm05.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-06T13:39:17.249 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:17.263 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:39:17.265 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:39:17.268 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-06T13:39:17.272 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-06T13:39:17.274 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-06T13:39:17.277 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-06T13:39:17.279 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-06T13:39:17.280 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-06T13:39:17.283 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-06T13:39:17.297 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:39:17.347 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: Package Arch Version Repository Size 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout:Removing: 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout:Removing dependent packages: 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 265 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 227 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 494 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout:Removing unused dependencies: 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: boost-program-options 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-06T13:39:17.348 INFO:teuthology.orchestra.run.vm07.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 19 M 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout:Transaction Summary 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout:================================================================================ 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout:Remove 20 Packages 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout:Freed space: 79 M 2026-03-06T13:39:17.349 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction check 2026-03-06T13:39:17.352 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: libcephfs-devel 2026-03-06T13:39:17.352 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:17.353 INFO:teuthology.orchestra.run.vm07.stdout:Transaction check succeeded. 2026-03-06T13:39:17.353 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction test 2026-03-06T13:39:17.354 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:17.355 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:17.355 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:17.363 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:39:17.363 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-06T13:39:17.363 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-06T13:39:17.363 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-06T13:39:17.363 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-06T13:39:17.363 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-06T13:39:17.363 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 7/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 13/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 14/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 15/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 17/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 18/20 2026-03-06T13:39:17.364 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-06T13:39:17.373 INFO:teuthology.orchestra.run.vm07.stdout:Transaction test succeeded. 2026-03-06T13:39:17.374 INFO:teuthology.orchestra.run.vm07.stdout:Running transaction 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-06T13:39:17.406 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:17.411 INFO:teuthology.orchestra.run.vm07.stdout: Preparing : 1/1 2026-03-06T13:39:17.414 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/20 2026-03-06T13:39:17.416 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/20 2026-03-06T13:39:17.419 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 3/20 2026-03-06T13:39:17.419 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:39:17.436 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:39:17.439 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-06T13:39:17.441 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 6/20 2026-03-06T13:39:17.442 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 7/20 2026-03-06T13:39:17.444 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-06T13:39:17.447 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-06T13:39:17.447 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.461 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.461 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:39:17.462 INFO:teuthology.orchestra.run.vm07.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-06T13:39:17.462 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:17.478 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:39:17.480 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:39:17.484 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-06T13:39:17.488 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-06T13:39:17.491 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-06T13:39:17.493 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-06T13:39:17.495 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-06T13:39:17.497 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-06T13:39:17.499 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-06T13:39:17.513 INFO:teuthology.orchestra.run.vm07.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:39:17.535 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 265 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 227 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 494 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 19 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout:Remove 20 Packages 2026-03-06T13:39:17.537 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.538 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 79 M 2026-03-06T13:39:17.538 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-06T13:39:17.541 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-06T13:39:17.541 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-06T13:39:17.567 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-06T13:39:17.567 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 7/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 13/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 14/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 15/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 17/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 18/20 2026-03-06T13:39:17.585 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-06T13:39:17.611 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-06T13:39:17.614 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/20 2026-03-06T13:39:17.616 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/20 2026-03-06T13:39:17.619 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 3/20 2026-03-06T13:39:17.620 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:39:17.620 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: librbd1 2026-03-06T13:39:17.620 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:17.623 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:17.624 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:17.624 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:17.635 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:39:17.637 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-06T13:39:17.639 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 6/20 2026-03-06T13:39:17.640 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 7/20 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout:Removed: 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:39:17.641 INFO:teuthology.orchestra.run.vm07.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:17.642 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-06T13:39:17.645 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-06T13:39:17.645 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.661 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.661 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:39:17.661 INFO:teuthology.orchestra.run.vm09.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-06T13:39:17.661 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.674 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:39:17.677 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:39:17.680 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-06T13:39:17.683 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-06T13:39:17.686 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-06T13:39:17.689 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-06T13:39:17.691 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-06T13:39:17.693 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-06T13:39:17.695 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-06T13:39:17.709 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-06T13:39:17.771 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 7/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 13/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 14/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 15/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 17/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 18/20 2026-03-06T13:39:17.772 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-06T13:39:17.813 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rados 2026-03-06T13:39:17.813 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:17.815 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:17.816 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:17.816 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:17.820 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-06T13:39:17.821 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:17.860 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: librbd1 2026-03-06T13:39:17.860 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:17.863 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:17.864 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:17.864 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:17.986 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rgw 2026-03-06T13:39:17.986 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:17.989 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:17.989 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:17.989 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:18.034 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: librbd1 2026-03-06T13:39:18.034 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:18.036 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:18.036 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:18.037 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:18.046 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: python3-rados 2026-03-06T13:39:18.046 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:18.048 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:18.049 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:18.049 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:18.155 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-cephfs 2026-03-06T13:39:18.156 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:18.158 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:18.159 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:18.159 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:18.220 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: python3-rgw 2026-03-06T13:39:18.220 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:18.222 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:18.223 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:18.223 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:18.226 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-rados 2026-03-06T13:39:18.226 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:18.229 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:18.229 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:18.229 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:18.326 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rbd 2026-03-06T13:39:18.326 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:18.329 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:18.329 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:18.329 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:18.389 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: python3-cephfs 2026-03-06T13:39:18.389 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:18.391 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:18.392 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:18.392 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:18.395 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-rgw 2026-03-06T13:39:18.395 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:18.398 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:18.398 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:18.398 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:18.499 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-fuse 2026-03-06T13:39:18.499 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:18.502 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:18.502 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:18.502 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:18.564 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: python3-rbd 2026-03-06T13:39:18.564 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:18.566 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:18.567 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:18.567 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:18.571 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-cephfs 2026-03-06T13:39:18.571 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:18.573 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:18.574 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:18.574 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:18.678 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-mirror 2026-03-06T13:39:18.678 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:18.680 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:18.681 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:18.681 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:18.748 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: rbd-fuse 2026-03-06T13:39:18.748 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:18.751 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:18.751 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:18.751 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:18.753 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-rbd 2026-03-06T13:39:18.753 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:18.755 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:18.756 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:18.756 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:18.849 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-nbd 2026-03-06T13:39:18.849 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-06T13:39:18.851 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-06T13:39:18.852 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-06T13:39:18.852 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-06T13:39:18.874 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean all 2026-03-06T13:39:18.920 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: rbd-mirror 2026-03-06T13:39:18.920 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:18.922 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:18.923 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:18.923 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:18.927 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: rbd-fuse 2026-03-06T13:39:18.927 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:18.929 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:18.930 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:18.930 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:19.008 INFO:teuthology.orchestra.run.vm05.stdout:56 files removed 2026-03-06T13:39:19.031 DEBUG:teuthology.orchestra.run.vm05:> sudo rm /etc/yum.repos.d/ceph-source.repo 2026-03-06T13:39:19.057 DEBUG:teuthology.orchestra.run.vm05:> sudo rm /etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:39:19.103 INFO:teuthology.orchestra.run.vm07.stdout:No match for argument: rbd-nbd 2026-03-06T13:39:19.103 INFO:teuthology.orchestra.run.vm07.stderr:No packages marked for removal. 2026-03-06T13:39:19.105 INFO:teuthology.orchestra.run.vm07.stdout:Dependencies resolved. 2026-03-06T13:39:19.106 INFO:teuthology.orchestra.run.vm07.stdout:Nothing to do. 2026-03-06T13:39:19.106 INFO:teuthology.orchestra.run.vm07.stdout:Complete! 2026-03-06T13:39:19.116 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: rbd-mirror 2026-03-06T13:39:19.116 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:19.118 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:19.119 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:19.119 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:19.120 DEBUG:teuthology.orchestra.run.vm05:> sudo rm /etc/yum.repos.d/ceph.repo 2026-03-06T13:39:19.129 DEBUG:teuthology.orchestra.run.vm07:> sudo yum clean all 2026-03-06T13:39:19.189 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean expire-cache 2026-03-06T13:39:19.270 INFO:teuthology.orchestra.run.vm07.stdout:56 files removed 2026-03-06T13:39:19.294 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: rbd-nbd 2026-03-06T13:39:19.294 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-06T13:39:19.296 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-06T13:39:19.297 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-06T13:39:19.297 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-06T13:39:19.300 DEBUG:teuthology.orchestra.run.vm07:> sudo rm /etc/yum.repos.d/ceph-source.repo 2026-03-06T13:39:19.320 DEBUG:teuthology.orchestra.run.vm09:> sudo yum clean all 2026-03-06T13:39:19.327 DEBUG:teuthology.orchestra.run.vm07:> sudo rm /etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:39:19.340 INFO:teuthology.orchestra.run.vm05.stdout:Cache was expired 2026-03-06T13:39:19.340 INFO:teuthology.orchestra.run.vm05.stdout:0 files removed 2026-03-06T13:39:19.361 DEBUG:teuthology.parallel:result is None 2026-03-06T13:39:19.395 DEBUG:teuthology.orchestra.run.vm07:> sudo rm /etc/yum.repos.d/ceph.repo 2026-03-06T13:39:19.454 INFO:teuthology.orchestra.run.vm09.stdout:56 files removed 2026-03-06T13:39:19.460 DEBUG:teuthology.orchestra.run.vm07:> sudo yum clean expire-cache 2026-03-06T13:39:19.478 DEBUG:teuthology.orchestra.run.vm09:> sudo rm /etc/yum.repos.d/ceph-source.repo 2026-03-06T13:39:19.501 DEBUG:teuthology.orchestra.run.vm09:> sudo rm /etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:39:19.569 DEBUG:teuthology.orchestra.run.vm09:> sudo rm /etc/yum.repos.d/ceph.repo 2026-03-06T13:39:19.623 INFO:teuthology.orchestra.run.vm07.stdout:Cache was expired 2026-03-06T13:39:19.623 INFO:teuthology.orchestra.run.vm07.stdout:0 files removed 2026-03-06T13:39:19.636 DEBUG:teuthology.orchestra.run.vm09:> sudo yum clean expire-cache 2026-03-06T13:39:19.642 DEBUG:teuthology.parallel:result is None 2026-03-06T13:39:19.790 INFO:teuthology.orchestra.run.vm09.stdout:Cache was expired 2026-03-06T13:39:19.790 INFO:teuthology.orchestra.run.vm09.stdout:0 files removed 2026-03-06T13:39:19.810 DEBUG:teuthology.parallel:result is None 2026-03-06T13:39:19.810 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm05.local 2026-03-06T13:39:19.810 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm07.local 2026-03-06T13:39:19.810 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm09.local 2026-03-06T13:39:19.810 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-06T13:39:19.810 DEBUG:teuthology.orchestra.run.vm07:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-06T13:39:19.810 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-06T13:39:19.835 DEBUG:teuthology.orchestra.run.vm09:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-06T13:39:19.838 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-06T13:39:19.839 DEBUG:teuthology.orchestra.run.vm07:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-06T13:39:19.903 INFO:teuthology.orchestra.run.vm09.stderr:mv: cannot stat '/etc/yum/pluginconf.d/priorities.conf.orig': No such file or directory 2026-03-06T13:39:19.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:39:19.905 DEBUG:teuthology.parallel:result is None 2026-03-06T13:39:19.905 INFO:teuthology.orchestra.run.vm05.stderr:mv: cannot stat '/etc/yum/pluginconf.d/priorities.conf.orig': No such file or directory 2026-03-06T13:39:19.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:39:19.906 DEBUG:teuthology.parallel:result is None 2026-03-06T13:39:19.906 INFO:teuthology.orchestra.run.vm07.stderr:mv: cannot stat '/etc/yum/pluginconf.d/priorities.conf.orig': No such file or directory 2026-03-06T13:39:19.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:39:19.908 DEBUG:teuthology.parallel:result is None 2026-03-06T13:39:19.908 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-06T13:39:19.910 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-06T13:39:19.910 DEBUG:teuthology.orchestra.run.vm05:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:39:19.948 DEBUG:teuthology.orchestra.run.vm07:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:39:19.950 DEBUG:teuthology.orchestra.run.vm09:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:39:19.964 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:39:19.965 INFO:teuthology.orchestra.run.vm07.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:39:19.967 INFO:teuthology.orchestra.run.vm09.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm05.stdout:^+ ntp2.wup-de.hosts.301-mo> 2 6 377 50 +1057us[+1057us] +/- 19ms 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm05.stdout:^+ netcup02.theravenhub.com 2 6 377 51 +3360us[+3360us] +/- 18ms 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm05.stdout:^+ ntp.kernfusion.at 2 6 377 50 -1814us[-1814us] +/- 28ms 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm05.stdout:^* ntp4.lwlcom.net 1 6 377 51 -2215us[-2363us] +/- 15ms 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm07.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm07.stdout:=============================================================================== 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm07.stdout:^+ ntp2.wup-de.hosts.301-mo> 2 6 377 50 +1371us[+1371us] +/- 19ms 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm07.stdout:^+ netcup02.theravenhub.com 2 6 377 51 +3651us[+3625us] +/- 18ms 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm07.stdout:^+ ntp.kernfusion.at 2 6 377 51 -1759us[-1786us] +/- 28ms 2026-03-06T13:39:19.969 INFO:teuthology.orchestra.run.vm07.stdout:^* ntp4.lwlcom.net 1 6 377 50 -1927us[-1954us] +/- 16ms 2026-03-06T13:39:19.970 INFO:teuthology.orchestra.run.vm09.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:39:19.970 INFO:teuthology.orchestra.run.vm09.stdout:=============================================================================== 2026-03-06T13:39:19.970 INFO:teuthology.orchestra.run.vm09.stdout:^* ntp4.lwlcom.net 1 6 377 49 -2225us[-2219us] +/- 16ms 2026-03-06T13:39:19.970 INFO:teuthology.orchestra.run.vm09.stdout:^+ ntp2.wup-de.hosts.301-mo> 2 6 377 50 -389us[ -383us] +/- 21ms 2026-03-06T13:39:19.970 INFO:teuthology.orchestra.run.vm09.stdout:^+ netcup02.theravenhub.com 2 6 377 51 +3486us[+3491us] +/- 19ms 2026-03-06T13:39:19.970 INFO:teuthology.orchestra.run.vm09.stdout:^+ ntp.kernfusion.at 2 6 377 50 -2014us[-2008us] +/- 28ms 2026-03-06T13:39:19.970 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-06T13:39:19.972 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-06T13:39:19.972 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-06T13:39:19.974 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-06T13:39:19.976 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-06T13:39:19.978 INFO:teuthology.task.internal:Duration was 567.131060 seconds 2026-03-06T13:39:19.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-06T13:39:19.980 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-06T13:39:19.980 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:39:20.012 DEBUG:teuthology.orchestra.run.vm07:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:39:20.014 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:39:20.055 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:39:20.058 INFO:teuthology.orchestra.run.vm07.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:39:20.061 INFO:teuthology.orchestra.run.vm09.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:39:20.327 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-06T13:39:20.327 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm05.local 2026-03-06T13:39:20.327 DEBUG:teuthology.orchestra.run.vm05:> 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-03-06T13:39:20.355 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm07.local 2026-03-06T13:39:20.356 DEBUG:teuthology.orchestra.run.vm07:> 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-03-06T13:39:20.385 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm09.local 2026-03-06T13:39:20.385 DEBUG:teuthology.orchestra.run.vm09:> 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-03-06T13:39:20.414 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-06T13:39:20.414 DEBUG:teuthology.orchestra.run.vm05:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:39:20.416 DEBUG:teuthology.orchestra.run.vm07:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:39:20.427 DEBUG:teuthology.orchestra.run.vm09:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:39:20.986 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-06T13:39:20.986 DEBUG:teuthology.orchestra.run.vm05:> 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-03-06T13:39:20.987 DEBUG:teuthology.orchestra.run.vm07:> 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-03-06T13:39:20.989 DEBUG:teuthology.orchestra.run.vm09:> 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-03-06T13:39:21.012 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:39:21.012 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:39:21.013 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:39:21.013 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:39:21.013 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: /home/ubuntu/cephtest/archive/syslog/journalctl.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:39:21.016 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:39:21.016 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:39:21.016 INFO:teuthology.orchestra.run.vm07.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:39:21.016 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:39:21.017 INFO:teuthology.orchestra.run.vm07.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: /home/ubuntu/cephtest/archive/syslog/journalctl.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:39:21.018 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:39:21.018 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:39:21.018 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:39:21.019 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:39:21.019 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: /home/ubuntu/cephtest/archive/syslog/journalctl.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:39:21.150 INFO:teuthology.orchestra.run.vm09.stderr: 98.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:39:21.167 INFO:teuthology.orchestra.run.vm05.stderr: 98.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:39:21.204 INFO:teuthology.orchestra.run.vm07.stderr: 98.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:39:21.206 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-06T13:39:21.217 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-06T13:39:21.217 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:39:21.247 DEBUG:teuthology.orchestra.run.vm07:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:39:21.275 DEBUG:teuthology.orchestra.run.vm09:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:39:21.300 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-06T13:39:21.318 DEBUG:teuthology.orchestra.run.vm05:> 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-03-06T13:39:21.320 DEBUG:teuthology.orchestra.run.vm07:> 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-03-06T13:39:21.322 DEBUG:teuthology.orchestra.run.vm09:> 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-03-06T13:39:21.345 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = core 2026-03-06T13:39:21.347 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern = core 2026-03-06T13:39:21.369 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = core 2026-03-06T13:39:21.386 DEBUG:teuthology.orchestra.run.vm05:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:39:21.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:39:21.417 DEBUG:teuthology.orchestra.run.vm07:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:39:21.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:39:21.434 DEBUG:teuthology.orchestra.run.vm09:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:39:21.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:39:21.452 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-06T13:39:21.477 INFO:teuthology.task.internal:Transferring archived files... 2026-03-06T13:39:21.477 DEBUG:teuthology.misc:Transferring archived files from vm05:/home/ubuntu/cephtest/archive to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm05 2026-03-06T13:39:21.477 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:39:21.512 DEBUG:teuthology.misc:Transferring archived files from vm07:/home/ubuntu/cephtest/archive to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm07 2026-03-06T13:39:21.513 DEBUG:teuthology.orchestra.run.vm07:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:39:21.545 DEBUG:teuthology.misc:Transferring archived files from vm09:/home/ubuntu/cephtest/archive to /archive/irq0-2026-03-06_13:20:18-orch:cephadm:workunits-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/270/remote/vm09 2026-03-06T13:39:21.545 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:39:21.574 INFO:teuthology.task.internal:Removing archive directory... 2026-03-06T13:39:21.574 DEBUG:teuthology.orchestra.run.vm05:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:39:21.576 DEBUG:teuthology.orchestra.run.vm07:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:39:21.587 DEBUG:teuthology.orchestra.run.vm09:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:39:21.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-06T13:39:21.676 INFO:teuthology.task.internal:Not uploading archives. 2026-03-06T13:39:21.676 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-06T13:39:21.717 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-06T13:39:21.717 DEBUG:teuthology.orchestra.run.vm05:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:39:21.719 DEBUG:teuthology.orchestra.run.vm07:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:39:21.720 DEBUG:teuthology.orchestra.run.vm09:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:39:21.734 INFO:teuthology.orchestra.run.vm05.stdout: 8532139 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 6 13:39 /home/ubuntu/cephtest 2026-03-06T13:39:21.735 INFO:teuthology.orchestra.run.vm07.stdout: 8532144 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 6 13:39 /home/ubuntu/cephtest 2026-03-06T13:39:21.739 INFO:teuthology.orchestra.run.vm09.stdout: 8532144 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 6 13:39 /home/ubuntu/cephtest 2026-03-06T13:39:21.740 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-06T13:39:21.752 INFO:teuthology.run:Summary data: description: orch:cephadm:workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 567.1310596466064 flavor: default owner: irq0 success: true 2026-03-06T13:39:21.752 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:39:21.775 INFO:teuthology.run:pass