2026-03-10T08:34:10.789 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-10T08:34:10.794 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-10T08:34:10.811 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: null first_in_suite: false flavor: default job_id: '967' last_in_suite: false machine_type: vps name: kyr-2026-03-10_01:00:38-orch-squid-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ansible.cephlab: branch: main skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: timezone: UTC 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: e911bdebe5c8faa3800735d1568fcdca65db60df ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e911bdebe5c8faa3800735d1568fcdca65db60df extra_system_packages: deb: - python3-xmltodict - python3-jmespath rpm: - bzip2 - perl-Test-Harness - python3-xmltodict - python3-jmespath selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: tt-squid sha1: 75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b owner: kyr 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: 8043 sha1: e911bdebe5c8faa3800735d1568fcdca65db60df sleep_before_teardown: 0 subset: 1/64 suite: orch suite_branch: tt-squid suite_path: /home/teuthos/src/github.com_kshtsk_ceph_75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b targets: vm01.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPewbGt3pPRQX4TWo1vHct3r6Q+wkqv4kDYv1PZ4o44mEwfGTEkBHyf+nn2D6FzEP6smK0HxgI6+zg4pSmw2NMM= vm05.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBg6ltcAUWFLJ0LT841cyAgbqo1c/C2Wy6HdaMzZvrXwFGzdJqkE62r0H1pRMTJf0+wFYmrFZRn+2/n0Wo8D1JU= vm08.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAzkKIjCUvR3BN6vfobK3Xzsaj+GPHolCeV6HT1l2zYbEbH/nQNy1zlkoYtaFh1pcILAsO2DiLx4lkQPlRojPzE= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-10_01:00:38 tube: vps user: kyr verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.611473 2026-03-10T08:34:10.811 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b/qa; will attempt to use it 2026-03-10T08:34:10.812 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b/qa/tasks 2026-03-10T08:34:10.812 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-10T08:34:10.812 INFO:teuthology.task.internal:Checking packages... 2026-03-10T08:34:10.812 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e911bdebe5c8faa3800735d1568fcdca65db60df' 2026-03-10T08:34:10.812 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-10T08:34:10.812 INFO:teuthology.packaging:ref: None 2026-03-10T08:34:10.812 INFO:teuthology.packaging:tag: None 2026-03-10T08:34:10.812 INFO:teuthology.packaging:branch: squid 2026-03-10T08:34:10.812 INFO:teuthology.packaging:sha1: e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:34:10.812 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2026-03-10T08:34:11.531 INFO:teuthology.task.internal:Found packages for ceph version 19.2.3-678.ge911bdeb 2026-03-10T08:34:11.532 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-10T08:34:11.533 INFO:teuthology.task.internal:no buildpackages task found 2026-03-10T08:34:11.533 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-10T08:34:11.534 INFO:teuthology.task.internal:Saving configuration 2026-03-10T08:34:11.539 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-10T08:34:11.540 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-10T08:34:11.546 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm01.local', 'description': '/archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967', '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-10 08:32:13.773139', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:01', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPewbGt3pPRQX4TWo1vHct3r6Q+wkqv4kDYv1PZ4o44mEwfGTEkBHyf+nn2D6FzEP6smK0HxgI6+zg4pSmw2NMM='} 2026-03-10T08:34:11.552 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm05.local', 'description': '/archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967', '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-10 08:32:13.773411', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:05', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBg6ltcAUWFLJ0LT841cyAgbqo1c/C2Wy6HdaMzZvrXwFGzdJqkE62r0H1pRMTJf0+wFYmrFZRn+2/n0Wo8D1JU='} 2026-03-10T08:34:11.558 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm08.local', 'description': '/archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967', '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-10 08:32:13.772644', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:08', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAzkKIjCUvR3BN6vfobK3Xzsaj+GPHolCeV6HT1l2zYbEbH/nQNy1zlkoYtaFh1pcILAsO2DiLx4lkQPlRojPzE='} 2026-03-10T08:34:11.558 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-10T08:34:11.559 INFO:teuthology.task.internal:roles: ubuntu@vm01.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2026-03-10T08:34:11.559 INFO:teuthology.task.internal:roles: ubuntu@vm05.local - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2026-03-10T08:34:11.559 INFO:teuthology.task.internal:roles: ubuntu@vm08.local - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2026-03-10T08:34:11.559 INFO:teuthology.run_tasks:Running task console_log... 2026-03-10T08:34:11.565 DEBUG:teuthology.task.console_log:vm01 does not support IPMI; excluding 2026-03-10T08:34:11.570 DEBUG:teuthology.task.console_log:vm05 does not support IPMI; excluding 2026-03-10T08:34:11.575 DEBUG:teuthology.task.console_log:vm08 does not support IPMI; excluding 2026-03-10T08:34:11.575 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc1da686170>, signals=[15]) 2026-03-10T08:34:11.575 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-10T08:34:11.576 INFO:teuthology.task.internal:Opening connections... 2026-03-10T08:34:11.576 DEBUG:teuthology.task.internal:connecting to ubuntu@vm01.local 2026-03-10T08:34:11.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T08:34:11.636 DEBUG:teuthology.task.internal:connecting to ubuntu@vm05.local 2026-03-10T08:34:11.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T08:34:11.693 DEBUG:teuthology.task.internal:connecting to ubuntu@vm08.local 2026-03-10T08:34:11.693 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T08:34:11.753 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-10T08:34:11.754 DEBUG:teuthology.orchestra.run.vm01:> uname -m 2026-03-10T08:34:11.769 INFO:teuthology.orchestra.run.vm01.stdout:x86_64 2026-03-10T08:34:11.769 DEBUG:teuthology.orchestra.run.vm01:> cat /etc/os-release 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:NAME="CentOS Stream" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:VERSION="9" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:ID="centos" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:ID_LIKE="rhel fedora" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_ID="9" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:PLATFORM_ID="platform:el9" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:ANSI_COLOR="0;31" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:LOGO="fedora-logo-icon" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:HOME_URL="https://centos.org/" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T08:34:11.823 INFO:teuthology.orchestra.run.vm01.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T08:34:11.823 INFO:teuthology.lock.ops:Updating vm01.local on lock server 2026-03-10T08:34:11.828 DEBUG:teuthology.orchestra.run.vm05:> uname -m 2026-03-10T08:34:11.842 INFO:teuthology.orchestra.run.vm05.stdout:x86_64 2026-03-10T08:34:11.842 DEBUG:teuthology.orchestra.run.vm05:> cat /etc/os-release 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:NAME="CentOS Stream" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:VERSION="9" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:ID="centos" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:ID_LIKE="rhel fedora" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_ID="9" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:PLATFORM_ID="platform:el9" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:ANSI_COLOR="0;31" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:LOGO="fedora-logo-icon" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:HOME_URL="https://centos.org/" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T08:34:11.897 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T08:34:11.897 INFO:teuthology.lock.ops:Updating vm05.local on lock server 2026-03-10T08:34:11.900 DEBUG:teuthology.orchestra.run.vm08:> uname -m 2026-03-10T08:34:11.913 INFO:teuthology.orchestra.run.vm08.stdout:x86_64 2026-03-10T08:34:11.913 DEBUG:teuthology.orchestra.run.vm08:> cat /etc/os-release 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:NAME="CentOS Stream" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:VERSION="9" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:ID="centos" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:ID_LIKE="rhel fedora" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:VERSION_ID="9" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:PLATFORM_ID="platform:el9" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:ANSI_COLOR="0;31" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:LOGO="fedora-logo-icon" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:HOME_URL="https://centos.org/" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T08:34:11.967 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T08:34:11.968 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T08:34:11.968 INFO:teuthology.lock.ops:Updating vm08.local on lock server 2026-03-10T08:34:11.971 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-10T08:34:11.973 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-10T08:34:11.973 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-10T08:34:11.973 DEBUG:teuthology.orchestra.run.vm01:> test '!' -e /home/ubuntu/cephtest 2026-03-10T08:34:11.975 DEBUG:teuthology.orchestra.run.vm05:> test '!' -e /home/ubuntu/cephtest 2026-03-10T08:34:11.977 DEBUG:teuthology.orchestra.run.vm08:> test '!' -e /home/ubuntu/cephtest 2026-03-10T08:34:12.021 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-10T08:34:12.022 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-10T08:34:12.022 DEBUG:teuthology.orchestra.run.vm01:> test -z $(ls -A /var/lib/ceph) 2026-03-10T08:34:12.030 DEBUG:teuthology.orchestra.run.vm05:> test -z $(ls -A /var/lib/ceph) 2026-03-10T08:34:12.033 DEBUG:teuthology.orchestra.run.vm08:> test -z $(ls -A /var/lib/ceph) 2026-03-10T08:34:12.044 INFO:teuthology.orchestra.run.vm01.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T08:34:12.045 INFO:teuthology.orchestra.run.vm05.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T08:34:12.075 INFO:teuthology.orchestra.run.vm08.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T08:34:12.076 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-10T08:34:12.083 DEBUG:teuthology.orchestra.run.vm01:> test -e /ceph-qa-ready 2026-03-10T08:34:12.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:34:12.287 DEBUG:teuthology.orchestra.run.vm05:> test -e /ceph-qa-ready 2026-03-10T08:34:12.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:34:12.512 DEBUG:teuthology.orchestra.run.vm08:> test -e /ceph-qa-ready 2026-03-10T08:34:12.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:34:12.710 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-10T08:34:12.711 INFO:teuthology.task.internal:Creating test directory... 2026-03-10T08:34:12.712 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T08:34:12.714 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T08:34:12.716 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T08:34:12.733 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-10T08:34:12.734 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-10T08:34:12.735 INFO:teuthology.task.internal:Creating archive directory... 2026-03-10T08:34:12.736 DEBUG:teuthology.orchestra.run.vm01:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T08:34:12.771 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T08:34:12.772 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T08:34:12.793 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-10T08:34:12.794 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-10T08:34:12.794 DEBUG:teuthology.orchestra.run.vm01:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T08:34:12.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:34:12.840 DEBUG:teuthology.orchestra.run.vm05:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T08:34:12.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:34:12.855 DEBUG:teuthology.orchestra.run.vm08:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T08:34:12.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:34:12.872 DEBUG:teuthology.orchestra.run.vm01:> 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-10T08:34:12.882 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-10T08:34:12.897 DEBUG:teuthology.orchestra.run.vm08:> 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-10T08:34:12.904 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T08:34:12.912 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T08:34:12.918 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T08:34:12.927 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T08:34:12.940 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T08:34:12.950 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T08:34:12.951 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-10T08:34:12.953 INFO:teuthology.task.internal:Configuring sudo... 2026-03-10T08:34:12.953 DEBUG:teuthology.orchestra.run.vm01:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-10T08:34:12.955 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-10T08:34:12.970 DEBUG:teuthology.orchestra.run.vm08:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-10T08:34:13.018 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-10T08:34:13.020 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-10T08:34:13.020 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T08:34:13.023 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T08:34:13.037 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T08:34:13.072 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T08:34:13.099 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T08:34:13.155 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:34:13.155 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T08:34:13.214 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T08:34:13.237 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T08:34:13.292 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:34:13.292 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T08:34:13.350 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T08:34:13.372 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T08:34:13.431 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:34:13.431 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T08:34:13.491 DEBUG:teuthology.orchestra.run.vm01:> sudo service rsyslog restart 2026-03-10T08:34:13.493 DEBUG:teuthology.orchestra.run.vm05:> sudo service rsyslog restart 2026-03-10T08:34:13.495 DEBUG:teuthology.orchestra.run.vm08:> sudo service rsyslog restart 2026-03-10T08:34:13.520 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T08:34:13.520 INFO:teuthology.orchestra.run.vm01.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T08:34:13.557 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T08:34:13.903 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-10T08:34:13.905 INFO:teuthology.task.internal:Starting timer... 2026-03-10T08:34:13.905 INFO:teuthology.run_tasks:Running task pcp... 2026-03-10T08:34:13.907 INFO:teuthology.run_tasks:Running task selinux... 2026-03-10T08:34:13.909 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-03-10T08:34:13.910 INFO:teuthology.task.selinux:Excluding vm01: VMs are not yet supported 2026-03-10T08:34:13.910 INFO:teuthology.task.selinux:Excluding vm05: VMs are not yet supported 2026-03-10T08:34:13.910 INFO:teuthology.task.selinux:Excluding vm08: VMs are not yet supported 2026-03-10T08:34:13.910 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-10T08:34:13.910 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-10T08:34:13.910 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-10T08:34:13.910 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-10T08:34:13.911 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'timezone': 'UTC'}} 2026-03-10T08:34:13.911 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/ceph/ceph-cm-ansible.git 2026-03-10T08:34:13.913 INFO:teuthology.repo_utils:Fetching github.com_ceph_ceph-cm-ansible_main from origin 2026-03-10T08:34:14.390 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main to origin/main 2026-03-10T08:34:14.396 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-10T08:34:14.396 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "UTC"}' -i /tmp/teuth_ansible_inventoryq48f6xgb --limit vm01.local,vm05.local,vm08.local /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-03-10T08:36:11.173 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm01.local'), Remote(name='ubuntu@vm05.local'), Remote(name='ubuntu@vm08.local')] 2026-03-10T08:36:11.174 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm01.local' 2026-03-10T08:36:11.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T08:36:11.242 DEBUG:teuthology.orchestra.run.vm01:> true 2026-03-10T08:36:11.329 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm01.local' 2026-03-10T08:36:11.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm05.local' 2026-03-10T08:36:11.329 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T08:36:11.392 DEBUG:teuthology.orchestra.run.vm05:> true 2026-03-10T08:36:11.473 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm05.local' 2026-03-10T08:36:11.473 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm08.local' 2026-03-10T08:36:11.473 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T08:36:11.537 DEBUG:teuthology.orchestra.run.vm08:> true 2026-03-10T08:36:11.623 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm08.local' 2026-03-10T08:36:11.623 INFO:teuthology.run_tasks:Running task clock... 2026-03-10T08:36:11.625 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-10T08:36:11.625 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T08:36:11.625 DEBUG:teuthology.orchestra.run.vm01:> 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-10T08:36:11.628 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T08:36:11.628 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-10T08:36:11.631 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T08:36:11.631 DEBUG:teuthology.orchestra.run.vm08:> 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-10T08:36:11.665 INFO:teuthology.orchestra.run.vm01.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T08:36:11.677 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T08:36:11.682 INFO:teuthology.orchestra.run.vm01.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T08:36:11.701 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T08:36:11.702 INFO:teuthology.orchestra.run.vm08.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T08:36:11.718 INFO:teuthology.orchestra.run.vm01.stderr:sudo: ntpd: command not found 2026-03-10T08:36:11.719 INFO:teuthology.orchestra.run.vm08.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T08:36:11.733 INFO:teuthology.orchestra.run.vm05.stderr:sudo: ntpd: command not found 2026-03-10T08:36:11.733 INFO:teuthology.orchestra.run.vm01.stdout:506 Cannot talk to daemon 2026-03-10T08:36:11.747 INFO:teuthology.orchestra.run.vm05.stdout:506 Cannot talk to daemon 2026-03-10T08:36:11.748 INFO:teuthology.orchestra.run.vm01.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T08:36:11.753 INFO:teuthology.orchestra.run.vm08.stderr:sudo: ntpd: command not found 2026-03-10T08:36:11.765 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T08:36:11.765 INFO:teuthology.orchestra.run.vm01.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T08:36:11.769 INFO:teuthology.orchestra.run.vm08.stdout:506 Cannot talk to daemon 2026-03-10T08:36:11.784 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T08:36:11.787 INFO:teuthology.orchestra.run.vm08.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T08:36:11.803 INFO:teuthology.orchestra.run.vm08.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T08:36:11.812 INFO:teuthology.orchestra.run.vm01.stderr:bash: line 1: ntpq: command not found 2026-03-10T08:36:11.814 INFO:teuthology.orchestra.run.vm01.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T08:36:11.814 INFO:teuthology.orchestra.run.vm01.stdout:=============================================================================== 2026-03-10T08:36:11.836 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-10T08:36:11.839 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T08:36:11.839 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-10T08:36:11.855 INFO:teuthology.orchestra.run.vm08.stderr:bash: line 1: ntpq: command not found 2026-03-10T08:36:11.857 INFO:teuthology.orchestra.run.vm08.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T08:36:11.857 INFO:teuthology.orchestra.run.vm08.stdout:=============================================================================== 2026-03-10T08:36:11.857 INFO:teuthology.run_tasks:Running task pexec... 2026-03-10T08:36:11.860 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-10T08:36:11.860 DEBUG:teuthology.orchestra.run.vm01:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T08:36:11.860 DEBUG:teuthology.orchestra.run.vm05:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T08:36:11.860 DEBUG:teuthology.orchestra.run.vm08:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T08:36:11.862 DEBUG:teuthology.task.pexec:ubuntu@vm01.local< sudo dnf remove nvme-cli -y 2026-03-10T08:36:11.862 DEBUG:teuthology.task.pexec:ubuntu@vm01.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T08:36:11.862 DEBUG:teuthology.task.pexec:ubuntu@vm01.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.862 DEBUG:teuthology.task.pexec:ubuntu@vm01.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.862 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm01.local 2026-03-10T08:36:11.862 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T08:36:11.862 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T08:36:11.862 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.862 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.863 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo dnf remove nvme-cli -y 2026-03-10T08:36:11.863 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T08:36:11.863 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.863 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.863 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm05.local 2026-03-10T08:36:11.863 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T08:36:11.863 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T08:36:11.863 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.863 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.900 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo dnf remove nvme-cli -y 2026-03-10T08:36:11.901 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T08:36:11.901 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.901 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.901 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm08.local 2026-03-10T08:36:11.901 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T08:36:11.901 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T08:36:11.901 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:11.901 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T08:36:12.115 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: nvme-cli 2026-03-10T08:36:12.116 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:36:12.122 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:36:12.123 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:36:12.123 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:36:12.132 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: nvme-cli 2026-03-10T08:36:12.138 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:36:12.142 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:36:12.143 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:36:12.143 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:36:12.152 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: nvme-cli 2026-03-10T08:36:12.153 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:36:12.156 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:36:12.156 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:36:12.156 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:36:12.613 INFO:teuthology.orchestra.run.vm01.stdout:Last metadata expiration check: 0:01:03 ago on Tue 10 Mar 2026 08:35:09 AM UTC. 2026-03-10T08:36:12.663 INFO:teuthology.orchestra.run.vm05.stdout:Last metadata expiration check: 0:01:09 ago on Tue 10 Mar 2026 08:35:03 AM UTC. 2026-03-10T08:36:12.679 INFO:teuthology.orchestra.run.vm08.stdout:Last metadata expiration check: 0:01:12 ago on Tue 10 Mar 2026 08:35:00 AM UTC. 2026-03-10T08:36:12.722 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:Installing: 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:Installing dependencies: 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:Install 7 Packages 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:Total download size: 6.3 M 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:Installed size: 24 M 2026-03-10T08:36:12.723 INFO:teuthology.orchestra.run.vm01.stdout:Downloading Packages: 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T08:36:12.790 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout:Install 7 Packages 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 6.3 M 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout:Installed size: 24 M 2026-03-10T08:36:12.791 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-10T08:36:12.802 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:Installing: 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:Installing dependencies: 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:Install 7 Packages 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:Total download size: 6.3 M 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:Installed size: 24 M 2026-03-10T08:36:12.803 INFO:teuthology.orchestra.run.vm08.stdout:Downloading Packages: 2026-03-10T08:36:13.567 INFO:teuthology.orchestra.run.vm05.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 203 kB/s | 44 kB 00:00 2026-03-10T08:36:13.568 INFO:teuthology.orchestra.run.vm05.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 331 kB/s | 72 kB 00:00 2026-03-10T08:36:13.675 INFO:teuthology.orchestra.run.vm05.stdout:(3/7): nvme-cli-2.16-1.el9.x86_64.rpm 3.6 MB/s | 1.2 MB 00:00 2026-03-10T08:36:13.676 INFO:teuthology.orchestra.run.vm05.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 775 kB/s | 84 kB 00:00 2026-03-10T08:36:13.678 INFO:teuthology.orchestra.run.vm05.stdout:(5/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.3 MB/s | 150 kB 00:00 2026-03-10T08:36:13.739 INFO:teuthology.orchestra.run.vm05.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 13 MB/s | 837 kB 00:00 2026-03-10T08:36:13.740 INFO:teuthology.orchestra.run.vm08.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 146 kB/s | 44 kB 00:00 2026-03-10T08:36:13.772 INFO:teuthology.orchestra.run.vm08.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 216 kB/s | 72 kB 00:00 2026-03-10T08:36:13.786 INFO:teuthology.orchestra.run.vm01.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 640 kB/s | 44 kB 00:00 2026-03-10T08:36:13.788 INFO:teuthology.orchestra.run.vm01.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2026-03-10T08:36:13.838 INFO:teuthology.orchestra.run.vm01.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2026-03-10T08:36:13.857 INFO:teuthology.orchestra.run.vm01.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.1 MB/s | 150 kB 00:00 2026-03-10T08:36:13.911 INFO:teuthology.orchestra.run.vm08.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 491 kB/s | 84 kB 00:00 2026-03-10T08:36:13.928 INFO:teuthology.orchestra.run.vm01.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.5 MB/s | 1.2 MB 00:00 2026-03-10T08:36:13.939 INFO:teuthology.orchestra.run.vm01.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.1 MB/s | 837 kB 00:00 2026-03-10T08:36:13.987 INFO:teuthology.orchestra.run.vm08.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 702 kB/s | 150 kB 00:00 2026-03-10T08:36:14.064 INFO:teuthology.orchestra.run.vm08.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.8 MB/s | 1.2 MB 00:00 2026-03-10T08:36:14.093 INFO:teuthology.orchestra.run.vm05.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 9.5 MB/s | 4.0 MB 00:00 2026-03-10T08:36:14.095 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-10T08:36:14.096 INFO:teuthology.orchestra.run.vm05.stdout:Total 4.8 MB/s | 6.3 MB 00:01 2026-03-10T08:36:14.164 INFO:teuthology.orchestra.run.vm01.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 13 MB/s | 4.0 MB 00:00 2026-03-10T08:36:14.165 INFO:teuthology.orchestra.run.vm01.stdout:-------------------------------------------------------------------------------- 2026-03-10T08:36:14.165 INFO:teuthology.orchestra.run.vm01.stdout:Total 4.4 MB/s | 6.3 MB 00:01 2026-03-10T08:36:14.186 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:36:14.195 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:36:14.195 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:36:14.229 INFO:teuthology.orchestra.run.vm08.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.6 MB/s | 837 kB 00:00 2026-03-10T08:36:14.271 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:36:14.277 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:36:14.277 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:36:14.282 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:36:14.283 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:36:14.364 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:36:14.365 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:36:14.480 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:36:14.494 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-10T08:36:14.512 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-10T08:36:14.523 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T08:36:14.535 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T08:36:14.537 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T08:36:14.589 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:36:14.594 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T08:36:14.605 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-10T08:36:14.620 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-10T08:36:14.630 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T08:36:14.638 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T08:36:14.643 INFO:teuthology.orchestra.run.vm01.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T08:36:14.709 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T08:36:14.776 INFO:teuthology.orchestra.run.vm05.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-10T08:36:14.780 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T08:36:14.891 INFO:teuthology.orchestra.run.vm01.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-10T08:36:14.898 INFO:teuthology.orchestra.run.vm01.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T08:36:14.915 INFO:teuthology.orchestra.run.vm08.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 4.3 MB/s | 4.0 MB 00:00 2026-03-10T08:36:14.916 INFO:teuthology.orchestra.run.vm08.stdout:-------------------------------------------------------------------------------- 2026-03-10T08:36:14.916 INFO:teuthology.orchestra.run.vm08.stdout:Total 3.0 MB/s | 6.3 MB 00:02 2026-03-10T08:36:15.018 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:36:15.027 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:36:15.027 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:36:15.106 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:36:15.107 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:36:15.210 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T08:36:15.210 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-10T08:36:15.210 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:36:15.317 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:36:15.319 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T08:36:15.319 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-10T08:36:15.319 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:36:15.331 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-10T08:36:15.344 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-10T08:36:15.354 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T08:36:15.365 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T08:36:15.367 INFO:teuthology.orchestra.run.vm08.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T08:36:15.431 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T08:36:15.615 INFO:teuthology.orchestra.run.vm08.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-10T08:36:15.624 INFO:teuthology.orchestra.run.vm08.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T08:36:15.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-10T08:36:15.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-10T08:36:15.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T08:36:15.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T08:36:15.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-10T08:36:15.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-10T08:36:15.988 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-10T08:36:15.989 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-10T08:36:15.989 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T08:36:15.989 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T08:36:15.989 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-10T08:36:15.989 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-10T08:36:16.017 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-10T08:36:16.018 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:36:16.018 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-10T08:36:16.018 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T08:36:16.018 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-10T08:36:16.018 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-10T08:36:16.018 INFO:teuthology.orchestra.run.vm05.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-10T08:36:16.018 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:36:16.018 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:36:16.068 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T08:36:16.068 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-10T08:36:16.068 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:36:16.102 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-10T08:36:16.102 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:36:16.102 INFO:teuthology.orchestra.run.vm01.stdout:Installed: 2026-03-10T08:36:16.102 INFO:teuthology.orchestra.run.vm01.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T08:36:16.102 INFO:teuthology.orchestra.run.vm01.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-10T08:36:16.103 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-10T08:36:16.103 INFO:teuthology.orchestra.run.vm01.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-10T08:36:16.103 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:36:16.103 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:36:16.155 DEBUG:teuthology.parallel:result is None 2026-03-10T08:36:16.235 DEBUG:teuthology.parallel:result is None 2026-03-10T08:36:16.727 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-10T08:36:16.727 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-10T08:36:16.727 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T08:36:16.727 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T08:36:16.727 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-10T08:36:16.727 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-10T08:36:16.819 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-10T08:36:16.819 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:36:16.819 INFO:teuthology.orchestra.run.vm08.stdout:Installed: 2026-03-10T08:36:16.819 INFO:teuthology.orchestra.run.vm08.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T08:36:16.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-10T08:36:16.820 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-10T08:36:16.820 INFO:teuthology.orchestra.run.vm08.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-10T08:36:16.820 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:36:16.820 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:36:16.930 DEBUG:teuthology.parallel:result is None 2026-03-10T08:36:16.930 INFO:teuthology.run_tasks:Running task install... 2026-03-10T08:36:16.932 DEBUG:teuthology.task.install:project ceph 2026-03-10T08:36:16.932 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df'}, 'extra_system_packages': {'deb': ['python3-xmltodict', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}} 2026-03-10T08:36:16.932 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'extra_system_packages': {'deb': ['python3-xmltodict', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}} 2026-03-10T08:36:16.932 INFO:teuthology.task.install:Using flavor: default 2026-03-10T08:36:16.935 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-10T08:36:16.935 INFO:teuthology.task.install:extra packages: [] 2026-03-10T08:36:16.935 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', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'tag': None, 'wait_for_package': False} 2026-03-10T08:36:16.935 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:36:16.936 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', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'tag': None, 'wait_for_package': False} 2026-03-10T08:36:16.936 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:36:16.936 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', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'tag': None, 'wait_for_package': False} 2026-03-10T08:36:16.936 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:36:17.567 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T08:36:17.567 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T08:36:17.628 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T08:36:17.628 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T08:36:17.629 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T08:36:17.629 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T08:36:18.100 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-10T08:36:18.100 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:36:18.100 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T08:36:18.111 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-10T08:36:18.112 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:36:18.112 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T08:36:18.127 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-10T08:36:18.127 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:36:18.127 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T08:36:18.134 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, python3-jmespath on remote rpm x86_64 2026-03-10T08:36:18.134 DEBUG:teuthology.orchestra.run.vm08:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e911bdebe5c8faa3800735d1568fcdca65db60df/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-10T08:36:18.152 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, python3-jmespath on remote rpm x86_64 2026-03-10T08:36:18.152 DEBUG:teuthology.orchestra.run.vm05:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e911bdebe5c8faa3800735d1568fcdca65db60df/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-10T08:36:18.167 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, python3-jmespath on remote rpm x86_64 2026-03-10T08:36:18.167 DEBUG:teuthology.orchestra.run.vm01:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e911bdebe5c8faa3800735d1568fcdca65db60df/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-10T08:36:18.211 DEBUG:teuthology.orchestra.run.vm08:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-03-10T08:36:18.225 DEBUG:teuthology.orchestra.run.vm05:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-03-10T08:36:18.247 DEBUG:teuthology.orchestra.run.vm01:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-03-10T08:36:18.293 DEBUG:teuthology.orchestra.run.vm08:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-03-10T08:36:18.310 DEBUG:teuthology.orchestra.run.vm05:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-03-10T08:36:18.331 DEBUG:teuthology.orchestra.run.vm01:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-03-10T08:36:18.343 INFO:teuthology.orchestra.run.vm05.stdout:check_obsoletes = 1 2026-03-10T08:36:18.345 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean all 2026-03-10T08:36:18.365 INFO:teuthology.orchestra.run.vm08.stdout:check_obsoletes = 1 2026-03-10T08:36:18.366 INFO:teuthology.orchestra.run.vm01.stdout:check_obsoletes = 1 2026-03-10T08:36:18.367 DEBUG:teuthology.orchestra.run.vm01:> sudo yum clean all 2026-03-10T08:36:18.368 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean all 2026-03-10T08:36:18.545 INFO:teuthology.orchestra.run.vm05.stdout:41 files removed 2026-03-10T08:36:18.568 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 python3-jmespath 2026-03-10T08:36:18.596 INFO:teuthology.orchestra.run.vm01.stdout:41 files removed 2026-03-10T08:36:18.599 INFO:teuthology.orchestra.run.vm08.stdout:41 files removed 2026-03-10T08:36:18.635 DEBUG:teuthology.orchestra.run.vm01:> 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 python3-jmespath 2026-03-10T08:36:18.637 DEBUG:teuthology.orchestra.run.vm08:> 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 python3-jmespath 2026-03-10T08:36:20.182 INFO:teuthology.orchestra.run.vm01.stdout:ceph packages for x86_64 62 kB/s | 84 kB 00:01 2026-03-10T08:36:20.196 INFO:teuthology.orchestra.run.vm05.stdout:ceph packages for x86_64 59 kB/s | 84 kB 00:01 2026-03-10T08:36:20.215 INFO:teuthology.orchestra.run.vm08.stdout:ceph packages for x86_64 62 kB/s | 84 kB 00:01 2026-03-10T08:36:21.153 INFO:teuthology.orchestra.run.vm05.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T08:36:21.168 INFO:teuthology.orchestra.run.vm01.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T08:36:21.195 INFO:teuthology.orchestra.run.vm08.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T08:36:22.113 INFO:teuthology.orchestra.run.vm05.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T08:36:22.133 INFO:teuthology.orchestra.run.vm01.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T08:36:22.149 INFO:teuthology.orchestra.run.vm08.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T08:36:22.503 INFO:teuthology.orchestra.run.vm01.stdout:CentOS Stream 9 - BaseOS 25 MB/s | 8.9 MB 00:00 2026-03-10T08:36:22.658 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.9 MB 00:00 2026-03-10T08:36:23.870 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.9 MB 00:01 2026-03-10T08:36:25.091 INFO:teuthology.orchestra.run.vm01.stdout:CentOS Stream 9 - AppStream 15 MB/s | 27 MB 00:01 2026-03-10T08:36:26.189 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - AppStream 17 MB/s | 27 MB 00:01 2026-03-10T08:36:28.523 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - AppStream 5.2 MB/s | 27 MB 00:05 2026-03-10T08:36:30.004 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 8.0 MB 00:00 2026-03-10T08:36:30.571 INFO:teuthology.orchestra.run.vm01.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 8.0 MB 00:02 2026-03-10T08:36:31.340 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 20 kB 00:00 2026-03-10T08:36:31.939 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - CRB 13 MB/s | 8.0 MB 00:00 2026-03-10T08:36:32.139 INFO:teuthology.orchestra.run.vm01.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 20 kB 00:00 2026-03-10T08:36:32.666 INFO:teuthology.orchestra.run.vm08.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2026-03-10T08:36:33.472 INFO:teuthology.orchestra.run.vm01.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2026-03-10T08:36:33.634 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 20 kB 00:00 2026-03-10T08:36:34.978 INFO:teuthology.orchestra.run.vm05.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2026-03-10T08:36:37.271 INFO:teuthology.orchestra.run.vm08.stdout:lab-extras 64 kB/s | 50 kB 00:00 2026-03-10T08:36:38.164 INFO:teuthology.orchestra.run.vm01.stdout:lab-extras 63 kB/s | 50 kB 00:00 2026-03-10T08:36:38.767 INFO:teuthology.orchestra.run.vm08.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T08:36:38.768 INFO:teuthology.orchestra.run.vm08.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T08:36:38.773 INFO:teuthology.orchestra.run.vm08.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T08:36:38.773 INFO:teuthology.orchestra.run.vm08.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T08:36:38.811 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout:====================================================================================== 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout:====================================================================================== 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout:Installing: 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T08:36:38.817 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout:Upgrading: 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout:Installing dependencies: 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T08:36:38.818 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T08:36:38.819 INFO:teuthology.orchestra.run.vm08.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout:Installing weak dependencies: 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout:====================================================================================== 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout:Install 134 Packages 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout:Upgrade 2 Packages 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout:Total download size: 210 M 2026-03-10T08:36:38.820 INFO:teuthology.orchestra.run.vm08.stdout:Downloading Packages: 2026-03-10T08:36:39.528 INFO:teuthology.orchestra.run.vm05.stdout:lab-extras 65 kB/s | 50 kB 00:00 2026-03-10T08:36:39.631 INFO:teuthology.orchestra.run.vm01.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T08:36:39.632 INFO:teuthology.orchestra.run.vm01.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T08:36:39.636 INFO:teuthology.orchestra.run.vm01.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T08:36:39.637 INFO:teuthology.orchestra.run.vm01.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T08:36:39.666 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:36:39.670 INFO:teuthology.orchestra.run.vm01.stdout:====================================================================================== 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout:====================================================================================== 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout:Installing: 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout:Upgrading: 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout:Installing dependencies: 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T08:36:39.671 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T08:36:39.672 INFO:teuthology.orchestra.run.vm01.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T08:36:39.673 INFO:teuthology.orchestra.run.vm01.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout:Installing weak dependencies: 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout:====================================================================================== 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout:Install 134 Packages 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout:Upgrade 2 Packages 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout:Total download size: 210 M 2026-03-10T08:36:39.674 INFO:teuthology.orchestra.run.vm01.stdout:Downloading Packages: 2026-03-10T08:36:40.204 INFO:teuthology.orchestra.run.vm08.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 13 kB/s | 6.5 kB 00:00 2026-03-10T08:36:40.967 INFO:teuthology.orchestra.run.vm05.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T08:36:40.968 INFO:teuthology.orchestra.run.vm05.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T08:36:40.972 INFO:teuthology.orchestra.run.vm05.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T08:36:40.973 INFO:teuthology.orchestra.run.vm05.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T08:36:41.005 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T08:36:41.011 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout:Upgrading: 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T08:36:41.012 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T08:36:41.013 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T08:36:41.014 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout:Installing weak dependencies: 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout:Install 134 Packages 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout:Upgrade 2 Packages 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 210 M 2026-03-10T08:36:41.015 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-10T08:36:41.312 INFO:teuthology.orchestra.run.vm01.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 14 kB/s | 6.5 kB 00:00 2026-03-10T08:36:42.793 INFO:teuthology.orchestra.run.vm05.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 14 kB/s | 6.5 kB 00:00 2026-03-10T08:36:44.177 INFO:teuthology.orchestra.run.vm08.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 297 kB/s | 1.2 MB 00:03 2026-03-10T08:36:44.421 INFO:teuthology.orchestra.run.vm08.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 596 kB/s | 145 kB 00:00 2026-03-10T08:36:45.252 INFO:teuthology.orchestra.run.vm01.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 299 kB/s | 1.2 MB 00:03 2026-03-10T08:36:45.486 INFO:teuthology.orchestra.run.vm01.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 621 kB/s | 145 kB 00:00 2026-03-10T08:36:46.722 INFO:teuthology.orchestra.run.vm05.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 300 kB/s | 1.2 MB 00:03 2026-03-10T08:36:46.832 INFO:teuthology.orchestra.run.vm08.stdout:(4/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 1.0 MB/s | 2.4 MB 00:02 2026-03-10T08:36:46.958 INFO:teuthology.orchestra.run.vm05.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 617 kB/s | 145 kB 00:00 2026-03-10T08:36:47.021 INFO:teuthology.orchestra.run.vm08.stdout:(5/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 771 kB/s | 5.5 MB 00:07 2026-03-10T08:36:47.684 INFO:teuthology.orchestra.run.vm08.stdout:(6/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 1.3 MB/s | 1.1 MB 00:00 2026-03-10T08:36:47.810 INFO:teuthology.orchestra.run.vm01.stdout:(4/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 1.0 MB/s | 2.4 MB 00:02 2026-03-10T08:36:48.550 INFO:teuthology.orchestra.run.vm01.stdout:(5/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 1.5 MB/s | 1.1 MB 00:00 2026-03-10T08:36:48.594 INFO:teuthology.orchestra.run.vm08.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 3.0 MB/s | 4.7 MB 00:01 2026-03-10T08:36:48.809 INFO:teuthology.orchestra.run.vm01.stdout:(6/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 707 kB/s | 5.5 MB 00:07 2026-03-10T08:36:49.280 INFO:teuthology.orchestra.run.vm05.stdout:(4/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 1.0 MB/s | 2.4 MB 00:02 2026-03-10T08:36:49.864 INFO:teuthology.orchestra.run.vm05.stdout:(5/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 1.8 MB/s | 1.1 MB 00:00 2026-03-10T08:36:50.189 INFO:teuthology.orchestra.run.vm01.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 2.9 MB/s | 4.7 MB 00:01 2026-03-10T08:36:50.310 INFO:teuthology.orchestra.run.vm08.stdout:(8/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9. 6.3 MB/s | 11 MB 00:01 2026-03-10T08:36:50.423 INFO:teuthology.orchestra.run.vm08.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 222 kB/s | 25 kB 00:00 2026-03-10T08:36:52.084 INFO:teuthology.orchestra.run.vm01.stdout:(8/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9. 5.7 MB/s | 11 MB 00:01 2026-03-10T08:36:52.124 INFO:teuthology.orchestra.run.vm05.stdout:(6/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 2.1 MB/s | 4.7 MB 00:02 2026-03-10T08:36:52.201 INFO:teuthology.orchestra.run.vm01.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 214 kB/s | 25 kB 00:00 2026-03-10T08:36:52.597 INFO:teuthology.orchestra.run.vm01.stdout:(10/136): ceph-common-19.2.3-678.ge911bdeb.el9. 1.9 MB/s | 22 MB 00:11 2026-03-10T08:36:52.714 INFO:teuthology.orchestra.run.vm01.stdout:(11/136): libcephfs-devel-19.2.3-678.ge911bdeb. 288 kB/s | 34 kB 00:00 2026-03-10T08:36:53.058 INFO:teuthology.orchestra.run.vm01.stdout:(12/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 2.8 MB/s | 1.0 MB 00:00 2026-03-10T08:36:53.174 INFO:teuthology.orchestra.run.vm01.stdout:(13/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.4 MB/s | 163 kB 00:00 2026-03-10T08:36:53.289 INFO:teuthology.orchestra.run.vm01.stdout:(14/136): librados-devel-19.2.3-678.ge911bdeb.e 1.1 MB/s | 127 kB 00:00 2026-03-10T08:36:53.517 INFO:teuthology.orchestra.run.vm01.stdout:(15/136): libradosstriper1-19.2.3-678.ge911bdeb 2.2 MB/s | 503 kB 00:00 2026-03-10T08:36:54.205 INFO:teuthology.orchestra.run.vm01.stdout:(16/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 3.2 MB/s | 17 MB 00:05 2026-03-10T08:36:54.883 INFO:teuthology.orchestra.run.vm05.stdout:(7/136): ceph-common-19.2.3-678.ge911bdeb.el9.x 1.7 MB/s | 22 MB 00:12 2026-03-10T08:36:54.983 INFO:teuthology.orchestra.run.vm01.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 58 kB/s | 45 kB 00:00 2026-03-10T08:36:55.119 INFO:teuthology.orchestra.run.vm01.stdout:(18/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 3.4 MB/s | 5.4 MB 00:01 2026-03-10T08:36:55.121 INFO:teuthology.orchestra.run.vm01.stdout:(19/136): python3-ceph-common-19.2.3-678.ge911b 1.0 MB/s | 142 kB 00:00 2026-03-10T08:36:55.235 INFO:teuthology.orchestra.run.vm01.stdout:(20/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.4 MB/s | 165 kB 00:00 2026-03-10T08:36:55.352 INFO:teuthology.orchestra.run.vm01.stdout:(21/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.5 MB/s | 303 kB 00:00 2026-03-10T08:36:55.365 INFO:teuthology.orchestra.run.vm01.stdout:(22/136): python3-rados-19.2.3-678.ge911bdeb.el 1.3 MB/s | 323 kB 00:00 2026-03-10T08:36:55.467 INFO:teuthology.orchestra.run.vm01.stdout:(23/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 870 kB/s | 100 kB 00:00 2026-03-10T08:36:55.489 INFO:teuthology.orchestra.run.vm01.stdout:(24/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 692 kB/s | 85 kB 00:00 2026-03-10T08:36:55.615 INFO:teuthology.orchestra.run.vm01.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 1.3 MB/s | 171 kB 00:00 2026-03-10T08:36:55.738 INFO:teuthology.orchestra.run.vm01.stdout:(26/136): ceph-grafana-dashboards-19.2.3-678.ge 252 kB/s | 31 kB 00:00 2026-03-10T08:36:55.864 INFO:teuthology.orchestra.run.vm01.stdout:(27/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 1.2 MB/s | 150 kB 00:00 2026-03-10T08:36:56.148 INFO:teuthology.orchestra.run.vm05.stdout:(8/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 407 kB/s | 5.5 MB 00:13 2026-03-10T08:36:56.263 INFO:teuthology.orchestra.run.vm05.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 218 kB/s | 25 kB 00:00 2026-03-10T08:36:56.376 INFO:teuthology.orchestra.run.vm01.stdout:(28/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 3.4 MB/s | 3.1 MB 00:00 2026-03-10T08:36:57.489 INFO:teuthology.orchestra.run.vm01.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 2.3 MB/s | 3.8 MB 00:01 2026-03-10T08:36:57.526 INFO:teuthology.orchestra.run.vm05.stdout:(10/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 3.2 MB/s | 17 MB 00:05 2026-03-10T08:36:57.617 INFO:teuthology.orchestra.run.vm01.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 1.9 MB/s | 253 kB 00:00 2026-03-10T08:36:57.644 INFO:teuthology.orchestra.run.vm05.stdout:(11/136): libcephfs-devel-19.2.3-678.ge911bdeb. 285 kB/s | 34 kB 00:00 2026-03-10T08:36:57.740 INFO:teuthology.orchestra.run.vm01.stdout:(31/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 401 kB/s | 49 kB 00:00 2026-03-10T08:36:57.927 INFO:teuthology.orchestra.run.vm01.stdout:(32/136): ceph-test-19.2.3-678.ge911bdeb.el9.x8 8.7 MB/s | 50 MB 00:05 2026-03-10T08:36:57.927 INFO:teuthology.orchestra.run.vm01.stdout:(33/136): ceph-prometheus-alerts-19.2.3-678.ge9 89 kB/s | 17 kB 00:00 2026-03-10T08:36:58.000 INFO:teuthology.orchestra.run.vm05.stdout:(12/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 2.7 MB/s | 1.0 MB 00:00 2026-03-10T08:36:58.047 INFO:teuthology.orchestra.run.vm01.stdout:(34/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 299 kB 00:00 2026-03-10T08:36:58.121 INFO:teuthology.orchestra.run.vm05.stdout:(13/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.3 MB/s | 163 kB 00:00 2026-03-10T08:36:58.240 INFO:teuthology.orchestra.run.vm05.stdout:(14/136): librados-devel-19.2.3-678.ge911bdeb.e 1.0 MB/s | 127 kB 00:00 2026-03-10T08:36:58.296 INFO:teuthology.orchestra.run.vm01.stdout:(35/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 2.0 MB/s | 769 kB 00:00 2026-03-10T08:36:58.369 INFO:teuthology.orchestra.run.vm05.stdout:(15/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9 3.1 MB/s | 11 MB 00:03 2026-03-10T08:36:58.458 INFO:teuthology.orchestra.run.vm01.stdout:(36/136): ceph-mgr-diskprediction-local-19.2.3- 3.5 MB/s | 7.4 MB 00:02 2026-03-10T08:36:58.478 INFO:teuthology.orchestra.run.vm05.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 2.1 MB/s | 503 kB 00:00 2026-03-10T08:36:58.504 INFO:teuthology.orchestra.run.vm01.stdout:(37/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 195 kB/s | 40 kB 00:00 2026-03-10T08:36:58.574 INFO:teuthology.orchestra.run.vm01.stdout:(38/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 667 kB/s | 351 kB 00:00 2026-03-10T08:36:58.596 INFO:teuthology.orchestra.run.vm05.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 384 kB/s | 45 kB 00:00 2026-03-10T08:36:58.715 INFO:teuthology.orchestra.run.vm05.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 1.2 MB/s | 142 kB 00:00 2026-03-10T08:36:58.749 INFO:teuthology.orchestra.run.vm01.stdout:(39/136): libquadmath-11.5.0-14.el9.x86_64.rpm 1.0 MB/s | 184 kB 00:00 2026-03-10T08:36:58.802 INFO:teuthology.orchestra.run.vm01.stdout:(40/136): mailcap-2.1.49-5.el9.noarch.rpm 616 kB/s | 33 kB 00:00 2026-03-10T08:36:58.833 INFO:teuthology.orchestra.run.vm05.stdout:(19/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.4 MB/s | 165 kB 00:00 2026-03-10T08:36:58.884 INFO:teuthology.orchestra.run.vm01.stdout:(41/136): libconfig-1.7.2-9.el9.x86_64.rpm 169 kB/s | 72 kB 00:00 2026-03-10T08:36:58.900 INFO:teuthology.orchestra.run.vm01.stdout:(42/136): pciutils-3.7.0-7.el9.x86_64.rpm 959 kB/s | 93 kB 00:00 2026-03-10T08:36:58.959 INFO:teuthology.orchestra.run.vm05.stdout:(20/136): python3-rados-19.2.3-678.ge911bdeb.el 2.5 MB/s | 323 kB 00:00 2026-03-10T08:36:59.018 INFO:teuthology.orchestra.run.vm01.stdout:(43/136): libgfortran-11.5.0-14.el9.x86_64.rpm 1.5 MB/s | 794 kB 00:00 2026-03-10T08:36:59.049 INFO:teuthology.orchestra.run.vm01.stdout:(44/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2026-03-10T08:36:59.083 INFO:teuthology.orchestra.run.vm05.stdout:(21/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 303 kB 00:00 2026-03-10T08:36:59.132 INFO:teuthology.orchestra.run.vm01.stdout:(45/136): python3-ply-3.11-14.el9.noarch.rpm 940 kB/s | 106 kB 00:00 2026-03-10T08:36:59.202 INFO:teuthology.orchestra.run.vm05.stdout:(22/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 844 kB/s | 100 kB 00:00 2026-03-10T08:36:59.224 INFO:teuthology.orchestra.run.vm01.stdout:(46/136): python3-pycparser-2.20-6.el9.noarch.r 772 kB/s | 135 kB 00:00 2026-03-10T08:36:59.240 INFO:teuthology.orchestra.run.vm01.stdout:(47/136): python3-cryptography-36.0.1-5.el9.x86 3.7 MB/s | 1.2 MB 00:00 2026-03-10T08:36:59.320 INFO:teuthology.orchestra.run.vm05.stdout:(23/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 722 kB/s | 85 kB 00:00 2026-03-10T08:36:59.387 INFO:teuthology.orchestra.run.vm01.stdout:(48/136): python3-requests-2.25.1-10.el9.noarch 496 kB/s | 126 kB 00:00 2026-03-10T08:36:59.402 INFO:teuthology.orchestra.run.vm01.stdout:(49/136): unzip-6.0-59.el9.x86_64.rpm 1.1 MB/s | 182 kB 00:00 2026-03-10T08:36:59.457 INFO:teuthology.orchestra.run.vm01.stdout:(50/136): python3-urllib3-1.26.5-7.el9.noarch.r 938 kB/s | 218 kB 00:00 2026-03-10T08:36:59.593 INFO:teuthology.orchestra.run.vm01.stdout:(51/136): zip-3.0-35.el9.x86_64.rpm 1.3 MB/s | 266 kB 00:00 2026-03-10T08:36:59.721 INFO:teuthology.orchestra.run.vm01.stdout:(52/136): flexiblas-3.0.4-9.el9.x86_64.rpm 112 kB/s | 30 kB 00:00 2026-03-10T08:36:59.773 INFO:teuthology.orchestra.run.vm01.stdout:(53/136): boost-program-options-1.75.0-13.el9.x 280 kB/s | 104 kB 00:00 2026-03-10T08:36:59.788 INFO:teuthology.orchestra.run.vm01.stdout:(54/136): flexiblas-openblas-openmp-3.0.4-9.el9 219 kB/s | 15 kB 00:00 2026-03-10T08:36:59.965 INFO:teuthology.orchestra.run.vm01.stdout:(55/136): libnbd-1.20.3-4.el9.x86_64.rpm 856 kB/s | 164 kB 00:00 2026-03-10T08:37:00.032 INFO:teuthology.orchestra.run.vm01.stdout:(56/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 659 kB/s | 160 kB 00:00 2026-03-10T08:37:00.083 INFO:teuthology.orchestra.run.vm01.stdout:(57/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 385 kB/s | 45 kB 00:00 2026-03-10T08:37:00.123 INFO:teuthology.orchestra.run.vm05.stdout:(24/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 3.1 MB/s | 5.4 MB 00:01 2026-03-10T08:37:00.243 INFO:teuthology.orchestra.run.vm05.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 1.4 MB/s | 171 kB 00:00 2026-03-10T08:37:00.311 INFO:teuthology.orchestra.run.vm08.stdout:(10/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 1.4 MB/s | 17 MB 00:12 2026-03-10T08:37:00.361 INFO:teuthology.orchestra.run.vm05.stdout:(26/136): ceph-grafana-dashboards-19.2.3-678.ge 264 kB/s | 31 kB 00:00 2026-03-10T08:37:00.433 INFO:teuthology.orchestra.run.vm08.stdout:(11/136): libcephfs-devel-19.2.3-678.ge911bdeb. 276 kB/s | 34 kB 00:00 2026-03-10T08:37:00.441 INFO:teuthology.orchestra.run.vm01.stdout:(58/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 3.5 MB/s | 3.0 MB 00:00 2026-03-10T08:37:00.479 INFO:teuthology.orchestra.run.vm05.stdout:(27/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 1.2 MB/s | 150 kB 00:00 2026-03-10T08:37:00.517 INFO:teuthology.orchestra.run.vm01.stdout:(59/136): librdkafka-1.6.1-102.el9.x86_64.rpm 1.3 MB/s | 662 kB 00:00 2026-03-10T08:37:00.545 INFO:teuthology.orchestra.run.vm01.stdout:(60/136): libxslt-1.1.34-12.el9.x86_64.rpm 2.2 MB/s | 233 kB 00:00 2026-03-10T08:37:00.599 INFO:teuthology.orchestra.run.vm01.stdout:(61/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 478 kB/s | 246 kB 00:00 2026-03-10T08:37:00.610 INFO:teuthology.orchestra.run.vm01.stdout:(62/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2026-03-10T08:37:00.622 INFO:teuthology.orchestra.run.vm05.stdout:(28/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 2.4 MB/s | 3.1 MB 00:01 2026-03-10T08:37:00.652 INFO:teuthology.orchestra.run.vm01.stdout:(63/136): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 188 kB 00:00 2026-03-10T08:37:00.698 INFO:teuthology.orchestra.run.vm01.stdout:(64/136): openblas-0.3.29-1.el9.x86_64.rpm 426 kB/s | 42 kB 00:00 2026-03-10T08:37:00.943 INFO:teuthology.orchestra.run.vm01.stdout:(65/136): protobuf-3.14.0-17.el9.x86_64.rpm 3.5 MB/s | 1.0 MB 00:00 2026-03-10T08:37:01.068 INFO:teuthology.orchestra.run.vm01.stdout:(66/136): python3-devel-3.9.25-3.el9.x86_64.rpm 1.9 MB/s | 244 kB 00:00 2026-03-10T08:37:01.088 INFO:teuthology.orchestra.run.vm01.stdout:(67/136): openblas-openmp-0.3.29-1.el9.x86_64.r 11 MB/s | 5.3 MB 00:00 2026-03-10T08:37:01.159 INFO:teuthology.orchestra.run.vm01.stdout:(68/136): python3-jinja2-2.11.3-8.el9.noarch.rp 2.7 MB/s | 249 kB 00:00 2026-03-10T08:37:01.176 INFO:teuthology.orchestra.run.vm01.stdout:(69/136): python3-jmespath-1.0.1-1.el9.noarch.r 542 kB/s | 48 kB 00:00 2026-03-10T08:37:01.255 INFO:teuthology.orchestra.run.vm01.stdout:(70/136): python3-libstoragemgmt-1.10.1-1.el9.x 1.8 MB/s | 177 kB 00:00 2026-03-10T08:37:01.264 INFO:teuthology.orchestra.run.vm01.stdout:(71/136): python3-mako-1.1.4-6.el9.noarch.rpm 1.9 MB/s | 172 kB 00:00 2026-03-10T08:37:01.324 INFO:teuthology.orchestra.run.vm01.stdout:(72/136): python3-markupsafe-1.1.1-12.el9.x86_6 511 kB/s | 35 kB 00:00 2026-03-10T08:37:01.449 INFO:teuthology.orchestra.run.vm01.stdout:(73/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 3.4 MB/s | 442 kB 00:00 2026-03-10T08:37:01.545 INFO:teuthology.orchestra.run.vm01.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 811 kB/s | 77 kB 00:00 2026-03-10T08:37:01.545 INFO:teuthology.orchestra.run.vm08.stdout:(12/136): ceph-common-19.2.3-678.ge911bdeb.el9. 1.0 MB/s | 22 MB 00:21 2026-03-10T08:37:01.639 INFO:teuthology.orchestra.run.vm05.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 3.3 MB/s | 3.8 MB 00:01 2026-03-10T08:37:01.665 INFO:teuthology.orchestra.run.vm01.stdout:(75/136): python3-protobuf-3.14.0-17.el9.noarch 2.2 MB/s | 267 kB 00:00 2026-03-10T08:37:01.741 INFO:teuthology.orchestra.run.vm01.stdout:(76/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 13 MB/s | 6.1 MB 00:00 2026-03-10T08:37:01.758 INFO:teuthology.orchestra.run.vm05.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 2.1 MB/s | 253 kB 00:00 2026-03-10T08:37:01.780 INFO:teuthology.orchestra.run.vm01.stdout:(77/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.3 MB/s | 157 kB 00:00 2026-03-10T08:37:01.783 INFO:teuthology.orchestra.run.vm08.stdout:(13/136): libcephsqlite-19.2.3-678.ge911bdeb.el 688 kB/s | 163 kB 00:00 2026-03-10T08:37:01.846 INFO:teuthology.orchestra.run.vm01.stdout:(78/136): python3-pyasn1-modules-0.4.8-7.el9.no 2.6 MB/s | 277 kB 00:00 2026-03-10T08:37:01.858 INFO:teuthology.orchestra.run.vm01.stdout:(79/136): python3-requests-oauthlib-1.3.0-12.el 687 kB/s | 54 kB 00:00 2026-03-10T08:37:01.876 INFO:teuthology.orchestra.run.vm05.stdout:(31/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 422 kB/s | 49 kB 00:00 2026-03-10T08:37:01.903 INFO:teuthology.orchestra.run.vm08.stdout:(14/136): librados-devel-19.2.3-678.ge911bdeb.e 1.0 MB/s | 127 kB 00:00 2026-03-10T08:37:01.911 INFO:teuthology.orchestra.run.vm08.stdout:(15/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 677 kB/s | 1.0 MB 00:01 2026-03-10T08:37:01.943 INFO:teuthology.orchestra.run.vm01.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 495 kB/s | 42 kB 00:00 2026-03-10T08:37:01.992 INFO:teuthology.orchestra.run.vm05.stdout:(32/136): ceph-prometheus-alerts-19.2.3-678.ge9 145 kB/s | 17 kB 00:00 2026-03-10T08:37:02.058 INFO:teuthology.orchestra.run.vm01.stdout:(81/136): qatlib-25.08.0-2.el9.x86_64.rpm 2.0 MB/s | 240 kB 00:00 2026-03-10T08:37:02.112 INFO:teuthology.orchestra.run.vm05.stdout:(33/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 299 kB 00:00 2026-03-10T08:37:02.141 INFO:teuthology.orchestra.run.vm01.stdout:(82/136): qatlib-service-25.08.0-2.el9.x86_64.r 465 kB/s | 37 kB 00:00 2026-03-10T08:37:02.157 INFO:teuthology.orchestra.run.vm01.stdout:(83/136): python3-babel-2.9.1-2.el9.noarch.rpm 4.1 MB/s | 6.0 MB 00:01 2026-03-10T08:37:02.244 INFO:teuthology.orchestra.run.vm01.stdout:(84/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 629 kB/s | 66 kB 00:00 2026-03-10T08:37:02.337 INFO:teuthology.orchestra.run.vm01.stdout:(85/136): socat-1.7.4.1-8.el9.x86_64.rpm 1.6 MB/s | 303 kB 00:00 2026-03-10T08:37:02.444 INFO:teuthology.orchestra.run.vm05.stdout:(34/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 2.3 MB/s | 769 kB 00:00 2026-03-10T08:37:02.444 INFO:teuthology.orchestra.run.vm08.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 931 kB/s | 503 kB 00:00 2026-03-10T08:37:02.446 INFO:teuthology.orchestra.run.vm01.stdout:(86/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 319 kB/s | 64 kB 00:00 2026-03-10T08:37:02.543 INFO:teuthology.orchestra.run.vm01.stdout:(87/136): lua-devel-5.4.4-4.el9.x86_64.rpm 108 kB/s | 22 kB 00:00 2026-03-10T08:37:02.564 INFO:teuthology.orchestra.run.vm08.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 377 kB/s | 45 kB 00:00 2026-03-10T08:37:02.684 INFO:teuthology.orchestra.run.vm08.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 1.2 MB/s | 142 kB 00:00 2026-03-10T08:37:02.824 INFO:teuthology.orchestra.run.vm01.stdout:(88/136): protobuf-compiler-3.14.0-17.el9.x86_6 2.2 MB/s | 862 kB 00:00 2026-03-10T08:37:02.845 INFO:teuthology.orchestra.run.vm01.stdout:(89/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 1.8 MB/s | 551 kB 00:00 2026-03-10T08:37:02.875 INFO:teuthology.orchestra.run.vm01.stdout:(90/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 6.0 MB/s | 308 kB 00:00 2026-03-10T08:37:02.877 INFO:teuthology.orchestra.run.vm01.stdout:(91/136): grpc-data-1.46.7-10.el9.noarch.rpm 597 kB/s | 19 kB 00:00 2026-03-10T08:37:02.902 INFO:teuthology.orchestra.run.vm05.stdout:(35/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 768 kB/s | 351 kB 00:00 2026-03-10T08:37:02.918 INFO:teuthology.orchestra.run.vm01.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 609 kB/s | 25 kB 00:00 2026-03-10T08:37:02.920 INFO:teuthology.orchestra.run.vm08.stdout:(19/136): python3-cephfs-19.2.3-678.ge911bdeb.e 700 kB/s | 165 kB 00:00 2026-03-10T08:37:02.993 INFO:teuthology.orchestra.run.vm05.stdout:(36/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 447 kB/s | 40 kB 00:00 2026-03-10T08:37:03.028 INFO:teuthology.orchestra.run.vm01.stdout:(93/136): libarrow-9.0.0-15.el9.x86_64.rpm 29 MB/s | 4.4 MB 00:00 2026-03-10T08:37:03.029 INFO:teuthology.orchestra.run.vm01.stdout:(94/136): liboath-2.6.12-1.el9.x86_64.rpm 439 kB/s | 49 kB 00:00 2026-03-10T08:37:03.067 INFO:teuthology.orchestra.run.vm01.stdout:(95/136): libunwind-1.6.2-1.el9.x86_64.rpm 1.7 MB/s | 67 kB 00:00 2026-03-10T08:37:03.073 INFO:teuthology.orchestra.run.vm01.stdout:(96/136): luarocks-3.9.2-5.el9.noarch.rpm 3.4 MB/s | 151 kB 00:00 2026-03-10T08:37:03.111 INFO:teuthology.orchestra.run.vm05.stdout:(37/136): libconfig-1.7.2-9.el9.x86_64.rpm 608 kB/s | 72 kB 00:00 2026-03-10T08:37:03.124 INFO:teuthology.orchestra.run.vm01.stdout:(97/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 15 MB/s | 838 kB 00:00 2026-03-10T08:37:03.132 INFO:teuthology.orchestra.run.vm01.stdout:(98/136): python3-asyncssh-2.13.2-5.el9.noarch. 9.1 MB/s | 548 kB 00:00 2026-03-10T08:37:03.159 INFO:teuthology.orchestra.run.vm01.stdout:(99/136): python3-autocommand-2.2.2-8.el9.noarc 839 kB/s | 29 kB 00:00 2026-03-10T08:37:03.208 INFO:teuthology.orchestra.run.vm01.stdout:(100/136): python3-backports-tarfile-1.2.0-1.el 796 kB/s | 60 kB 00:00 2026-03-10T08:37:03.208 INFO:teuthology.orchestra.run.vm08.stdout:(20/136): python3-rados-19.2.3-678.ge911bdeb.el 1.1 MB/s | 323 kB 00:00 2026-03-10T08:37:03.209 INFO:teuthology.orchestra.run.vm01.stdout:(101/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 874 kB/s | 43 kB 00:00 2026-03-10T08:37:03.242 INFO:teuthology.orchestra.run.vm01.stdout:(102/136): python3-cachetools-4.2.4-1.el9.noarc 976 kB/s | 32 kB 00:00 2026-03-10T08:37:03.242 INFO:teuthology.orchestra.run.vm01.stdout:(103/136): python3-certifi-2023.05.07-4.el9.noa 424 kB/s | 14 kB 00:00 2026-03-10T08:37:03.283 INFO:teuthology.orchestra.run.vm01.stdout:(104/136): python3-cheroot-10.0.1-4.el9.noarch. 4.1 MB/s | 173 kB 00:00 2026-03-10T08:37:03.285 INFO:teuthology.orchestra.run.vm01.stdout:(105/136): python3-cherrypy-18.6.1-2.el9.noarch 8.2 MB/s | 358 kB 00:00 2026-03-10T08:37:03.308 INFO:teuthology.orchestra.run.vm05.stdout:(38/136): libgfortran-11.5.0-14.el9.x86_64.rpm 4.0 MB/s | 794 kB 00:00 2026-03-10T08:37:03.319 INFO:teuthology.orchestra.run.vm01.stdout:(106/136): python3-google-auth-2.45.0-1.el9.noa 7.1 MB/s | 254 kB 00:00 2026-03-10T08:37:03.394 INFO:teuthology.orchestra.run.vm05.stdout:(39/136): libquadmath-11.5.0-14.el9.x86_64.rpm 2.1 MB/s | 184 kB 00:00 2026-03-10T08:37:03.424 INFO:teuthology.orchestra.run.vm01.stdout:(107/136): python3-grpcio-1.46.7-10.el9.x86_64. 15 MB/s | 2.0 MB 00:00 2026-03-10T08:37:03.425 INFO:teuthology.orchestra.run.vm01.stdout:(108/136): python3-grpcio-tools-1.46.7-10.el9.x 1.3 MB/s | 144 kB 00:00 2026-03-10T08:37:03.448 INFO:teuthology.orchestra.run.vm08.stdout:(21/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 1.2 MB/s | 303 kB 00:00 2026-03-10T08:37:03.469 INFO:teuthology.orchestra.run.vm01.stdout:(109/136): python3-jaraco-8.2.1-3.el9.noarch.rp 247 kB/s | 11 kB 00:00 2026-03-10T08:37:03.488 INFO:teuthology.orchestra.run.vm01.stdout:(110/136): python3-jaraco-classes-3.2.1-5.el9.n 284 kB/s | 18 kB 00:00 2026-03-10T08:37:03.500 INFO:teuthology.orchestra.run.vm05.stdout:(40/136): ceph-mgr-diskprediction-local-19.2.3- 2.6 MB/s | 7.4 MB 00:02 2026-03-10T08:37:03.523 INFO:teuthology.orchestra.run.vm05.stdout:(41/136): mailcap-2.1.49-5.el9.noarch.rpm 257 kB/s | 33 kB 00:00 2026-03-10T08:37:03.545 INFO:teuthology.orchestra.run.vm01.stdout:(111/136): python3-jaraco-collections-3.0.0-8.e 307 kB/s | 23 kB 00:00 2026-03-10T08:37:03.600 INFO:teuthology.orchestra.run.vm01.stdout:(112/136): python3-jaraco-context-6.0.1-3.el9.n 176 kB/s | 20 kB 00:00 2026-03-10T08:37:03.601 INFO:teuthology.orchestra.run.vm08.stdout:(22/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 653 kB/s | 100 kB 00:00 2026-03-10T08:37:03.603 INFO:teuthology.orchestra.run.vm01.stdout:(113/136): python3-jaraco-functools-3.5.0-2.el9 339 kB/s | 19 kB 00:00 2026-03-10T08:37:03.633 INFO:teuthology.orchestra.run.vm01.stdout:(114/136): python3-jaraco-text-4.0.0-2.el9.noar 819 kB/s | 26 kB 00:00 2026-03-10T08:37:03.649 INFO:teuthology.orchestra.run.vm01.stdout:(115/136): python3-kubernetes-26.1.0-3.el9.noar 22 MB/s | 1.0 MB 00:00 2026-03-10T08:37:03.671 INFO:teuthology.orchestra.run.vm01.stdout:(116/136): python3-logutils-0.3.5-21.el9.noarch 1.2 MB/s | 46 kB 00:00 2026-03-10T08:37:03.685 INFO:teuthology.orchestra.run.vm01.stdout:(117/136): python3-more-itertools-8.12.0-2.el9. 2.2 MB/s | 79 kB 00:00 2026-03-10T08:37:03.711 INFO:teuthology.orchestra.run.vm01.stdout:(118/136): python3-natsort-7.1.1-5.el9.noarch.r 1.4 MB/s | 58 kB 00:00 2026-03-10T08:37:03.721 INFO:teuthology.orchestra.run.vm08.stdout:(23/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 711 kB/s | 85 kB 00:00 2026-03-10T08:37:03.730 INFO:teuthology.orchestra.run.vm01.stdout:(119/136): python3-pecan-1.4.2-3.el9.noarch.rpm 5.9 MB/s | 272 kB 00:00 2026-03-10T08:37:03.749 INFO:teuthology.orchestra.run.vm01.stdout:(120/136): python3-portend-3.1.0-2.el9.noarch.r 439 kB/s | 16 kB 00:00 2026-03-10T08:37:03.750 INFO:teuthology.orchestra.run.vm05.stdout:(42/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2026-03-10T08:37:03.766 INFO:teuthology.orchestra.run.vm01.stdout:(121/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 2.5 MB/s | 90 kB 00:00 2026-03-10T08:37:03.787 INFO:teuthology.orchestra.run.vm01.stdout:(122/136): python3-repoze-lru-0.7-16.el9.noarch 819 kB/s | 31 kB 00:00 2026-03-10T08:37:03.808 INFO:teuthology.orchestra.run.vm01.stdout:(123/136): python3-routes-2.5.1-5.el9.noarch.rp 4.3 MB/s | 188 kB 00:00 2026-03-10T08:37:03.820 INFO:teuthology.orchestra.run.vm01.stdout:(124/136): python3-rsa-4.9-2.el9.noarch.rpm 1.8 MB/s | 59 kB 00:00 2026-03-10T08:37:03.828 INFO:teuthology.orchestra.run.vm05.stdout:(43/136): pciutils-3.7.0-7.el9.x86_64.rpm 284 kB/s | 93 kB 00:00 2026-03-10T08:37:03.841 INFO:teuthology.orchestra.run.vm01.stdout:(125/136): python3-tempora-5.0.0-2.el9.noarch.r 1.1 MB/s | 36 kB 00:00 2026-03-10T08:37:03.865 INFO:teuthology.orchestra.run.vm01.stdout:(126/136): python3-typing-extensions-4.15.0-1.e 1.9 MB/s | 86 kB 00:00 2026-03-10T08:37:03.885 INFO:teuthology.orchestra.run.vm01.stdout:(127/136): python3-webob-1.8.8-2.el9.noarch.rpm 5.2 MB/s | 230 kB 00:00 2026-03-10T08:37:03.898 INFO:teuthology.orchestra.run.vm01.stdout:(128/136): python3-websocket-client-1.2.3-2.el9 2.7 MB/s | 90 kB 00:00 2026-03-10T08:37:03.919 INFO:teuthology.orchestra.run.vm05.stdout:(44/136): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2026-03-10T08:37:03.937 INFO:teuthology.orchestra.run.vm01.stdout:(129/136): python3-werkzeug-2.0.3-3.el9.1.noarc 8.1 MB/s | 427 kB 00:00 2026-03-10T08:37:03.937 INFO:teuthology.orchestra.run.vm01.stdout:(130/136): python3-xmltodict-0.12.0-15.el9.noar 558 kB/s | 22 kB 00:00 2026-03-10T08:37:04.003 INFO:teuthology.orchestra.run.vm01.stdout:(131/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 8.9 MB/s | 19 MB 00:02 2026-03-10T08:37:04.004 INFO:teuthology.orchestra.run.vm05.stdout:(45/136): python3-cryptography-36.0.1-5.el9.x86 4.9 MB/s | 1.2 MB 00:00 2026-03-10T08:37:04.005 INFO:teuthology.orchestra.run.vm01.stdout:(132/136): re2-20211101-20.el9.x86_64.rpm 2.8 MB/s | 191 kB 00:00 2026-03-10T08:37:04.005 INFO:teuthology.orchestra.run.vm01.stdout:(133/136): python3-zc-lockfile-2.0-10.el9.noarc 292 kB/s | 20 kB 00:00 2026-03-10T08:37:04.027 INFO:teuthology.orchestra.run.vm05.stdout:(46/136): python3-pycparser-2.20-6.el9.noarch.r 1.2 MB/s | 135 kB 00:00 2026-03-10T08:37:04.058 INFO:teuthology.orchestra.run.vm01.stdout:(134/136): thrift-0.15.0-4.el9.x86_64.rpm 29 MB/s | 1.6 MB 00:00 2026-03-10T08:37:04.113 INFO:teuthology.orchestra.run.vm05.stdout:(47/136): python3-requests-2.25.1-10.el9.noarch 1.1 MB/s | 126 kB 00:00 2026-03-10T08:37:04.196 INFO:teuthology.orchestra.run.vm05.stdout:(48/136): python3-urllib3-1.26.5-7.el9.noarch.r 1.3 MB/s | 218 kB 00:00 2026-03-10T08:37:04.197 INFO:teuthology.orchestra.run.vm05.stdout:(49/136): unzip-6.0-59.el9.x86_64.rpm 2.1 MB/s | 182 kB 00:00 2026-03-10T08:37:04.262 INFO:teuthology.orchestra.run.vm05.stdout:(50/136): zip-3.0-35.el9.x86_64.rpm 3.9 MB/s | 266 kB 00:00 2026-03-10T08:37:04.311 INFO:teuthology.orchestra.run.vm05.stdout:(51/136): boost-program-options-1.75.0-13.el9.x 918 kB/s | 104 kB 00:00 2026-03-10T08:37:04.378 INFO:teuthology.orchestra.run.vm05.stdout:(52/136): flexiblas-3.0.4-9.el9.x86_64.rpm 257 kB/s | 30 kB 00:00 2026-03-10T08:37:04.433 INFO:teuthology.orchestra.run.vm05.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 273 kB/s | 15 kB 00:00 2026-03-10T08:37:04.588 INFO:teuthology.orchestra.run.vm05.stdout:(54/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 11 MB/s | 3.0 MB 00:00 2026-03-10T08:37:04.663 INFO:teuthology.orchestra.run.vm05.stdout:(55/136): libnbd-1.20.3-4.el9.x86_64.rpm 712 kB/s | 164 kB 00:00 2026-03-10T08:37:04.664 INFO:teuthology.orchestra.run.vm08.stdout:(24/136): ceph-test-19.2.3-678.ge911bdeb.el9.x8 3.5 MB/s | 50 MB 00:14 2026-03-10T08:37:04.691 INFO:teuthology.orchestra.run.vm05.stdout:(56/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.6 MB/s | 45 kB 00:00 2026-03-10T08:37:04.695 INFO:teuthology.orchestra.run.vm05.stdout:(57/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.5 MB/s | 160 kB 00:00 2026-03-10T08:37:04.833 INFO:teuthology.orchestra.run.vm05.stdout:(58/136): librdkafka-1.6.1-102.el9.x86_64.rpm 4.6 MB/s | 662 kB 00:00 2026-03-10T08:37:04.897 INFO:teuthology.orchestra.run.vm05.stdout:(59/136): libxslt-1.1.34-12.el9.x86_64.rpm 3.6 MB/s | 233 kB 00:00 2026-03-10T08:37:04.931 INFO:teuthology.orchestra.run.vm08.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 640 kB/s | 171 kB 00:00 2026-03-10T08:37:05.002 INFO:teuthology.orchestra.run.vm05.stdout:(60/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 803 kB/s | 246 kB 00:00 2026-03-10T08:37:05.018 INFO:teuthology.orchestra.run.vm05.stdout:(61/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2026-03-10T08:37:05.102 INFO:teuthology.orchestra.run.vm08.stdout:(26/136): ceph-grafana-dashboards-19.2.3-678.ge 183 kB/s | 31 kB 00:00 2026-03-10T08:37:05.102 INFO:teuthology.orchestra.run.vm05.stdout:(62/136): openblas-0.3.29-1.el9.x86_64.rpm 503 kB/s | 42 kB 00:00 2026-03-10T08:37:05.158 INFO:teuthology.orchestra.run.vm05.stdout:(63/136): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2026-03-10T08:37:05.177 INFO:teuthology.orchestra.run.vm01.stdout:(135/136): librados2-19.2.3-678.ge911bdeb.el9.x 2.9 MB/s | 3.4 MB 00:01 2026-03-10T08:37:05.356 INFO:teuthology.orchestra.run.vm08.stdout:(27/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 593 kB/s | 150 kB 00:00 2026-03-10T08:37:05.379 INFO:teuthology.orchestra.run.vm05.stdout:(64/136): protobuf-3.14.0-17.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2026-03-10T08:37:05.449 INFO:teuthology.orchestra.run.vm05.stdout:(65/136): openblas-openmp-0.3.29-1.el9.x86_64.r 15 MB/s | 5.3 MB 00:00 2026-03-10T08:37:05.503 INFO:teuthology.orchestra.run.vm05.stdout:(66/136): python3-devel-3.9.25-3.el9.x86_64.rpm 4.5 MB/s | 244 kB 00:00 2026-03-10T08:37:05.549 INFO:teuthology.orchestra.run.vm05.stdout:(67/136): python3-jinja2-2.11.3-8.el9.noarch.rp 5.4 MB/s | 249 kB 00:00 2026-03-10T08:37:05.577 INFO:teuthology.orchestra.run.vm05.stdout:(68/136): python3-jmespath-1.0.1-1.el9.noarch.r 1.6 MB/s | 48 kB 00:00 2026-03-10T08:37:05.620 INFO:teuthology.orchestra.run.vm05.stdout:(69/136): python3-babel-2.9.1-2.el9.noarch.rpm 25 MB/s | 6.0 MB 00:00 2026-03-10T08:37:05.645 INFO:teuthology.orchestra.run.vm05.stdout:(70/136): python3-libstoragemgmt-1.10.1-1.el9.x 2.6 MB/s | 177 kB 00:00 2026-03-10T08:37:05.676 INFO:teuthology.orchestra.run.vm05.stdout:(71/136): python3-markupsafe-1.1.1-12.el9.x86_6 1.1 MB/s | 35 kB 00:00 2026-03-10T08:37:05.699 INFO:teuthology.orchestra.run.vm05.stdout:(72/136): python3-mako-1.1.4-6.el9.noarch.rpm 2.1 MB/s | 172 kB 00:00 2026-03-10T08:37:05.718 INFO:teuthology.orchestra.run.vm01.stdout:(136/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 1.8 MB/s | 3.2 MB 00:01 2026-03-10T08:37:05.721 INFO:teuthology.orchestra.run.vm01.stdout:-------------------------------------------------------------------------------- 2026-03-10T08:37:05.721 INFO:teuthology.orchestra.run.vm01.stdout:Total 8.1 MB/s | 210 MB 00:26 2026-03-10T08:37:05.795 INFO:teuthology.orchestra.run.vm05.stdout:(73/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 4.5 MB/s | 442 kB 00:00 2026-03-10T08:37:05.859 INFO:teuthology.orchestra.run.vm05.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 1.2 MB/s | 77 kB 00:00 2026-03-10T08:37:05.940 INFO:teuthology.orchestra.run.vm05.stdout:(75/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 23 MB/s | 6.1 MB 00:00 2026-03-10T08:37:05.954 INFO:teuthology.orchestra.run.vm05.stdout:(76/136): python3-protobuf-3.14.0-17.el9.noarch 2.8 MB/s | 267 kB 00:00 2026-03-10T08:37:05.981 INFO:teuthology.orchestra.run.vm08.stdout:(28/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 1.4 MB/s | 3.1 MB 00:02 2026-03-10T08:37:06.008 INFO:teuthology.orchestra.run.vm05.stdout:(77/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 2.3 MB/s | 157 kB 00:00 2026-03-10T08:37:06.035 INFO:teuthology.orchestra.run.vm05.stdout:(78/136): python3-requests-oauthlib-1.3.0-12.el 1.9 MB/s | 54 kB 00:00 2026-03-10T08:37:06.142 INFO:teuthology.orchestra.run.vm05.stdout:(79/136): python3-pyasn1-modules-0.4.8-7.el9.no 1.4 MB/s | 277 kB 00:00 2026-03-10T08:37:06.208 INFO:teuthology.orchestra.run.vm05.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 629 kB/s | 42 kB 00:00 2026-03-10T08:37:06.329 INFO:teuthology.orchestra.run.vm05.stdout:(81/136): qatlib-25.08.0-2.el9.x86_64.rpm 1.9 MB/s | 240 kB 00:00 2026-03-10T08:37:06.350 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:37:06.400 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:37:06.400 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:37:06.449 INFO:teuthology.orchestra.run.vm05.stdout:(82/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 47 MB/s | 19 MB 00:00 2026-03-10T08:37:06.487 INFO:teuthology.orchestra.run.vm05.stdout:(83/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.7 MB/s | 66 kB 00:00 2026-03-10T08:37:06.607 INFO:teuthology.orchestra.run.vm05.stdout:(84/136): socat-1.7.4.1-8.el9.x86_64.rpm 2.5 MB/s | 303 kB 00:00 2026-03-10T08:37:06.648 INFO:teuthology.orchestra.run.vm05.stdout:(85/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2026-03-10T08:37:06.692 INFO:teuthology.orchestra.run.vm05.stdout:(86/136): lua-devel-5.4.4-4.el9.x86_64.rpm 505 kB/s | 22 kB 00:00 2026-03-10T08:37:06.778 INFO:teuthology.orchestra.run.vm05.stdout:(87/136): protobuf-compiler-3.14.0-17.el9.x86_6 9.9 MB/s | 862 kB 00:00 2026-03-10T08:37:07.247 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:37:07.248 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:37:07.384 INFO:teuthology.orchestra.run.vm05.stdout:(88/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 910 kB/s | 551 kB 00:00 2026-03-10T08:37:07.384 INFO:teuthology.orchestra.run.vm08.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 1.9 MB/s | 3.8 MB 00:02 2026-03-10T08:37:07.469 INFO:teuthology.orchestra.run.vm05.stdout:(89/136): qatlib-service-25.08.0-2.el9.x86_64.r 33 kB/s | 37 kB 00:01 2026-03-10T08:37:07.581 INFO:teuthology.orchestra.run.vm05.stdout:(90/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 1.5 MB/s | 308 kB 00:00 2026-03-10T08:37:07.596 INFO:teuthology.orchestra.run.vm05.stdout:(91/136): grpc-data-1.46.7-10.el9.noarch.rpm 152 kB/s | 19 kB 00:00 2026-03-10T08:37:07.610 INFO:teuthology.orchestra.run.vm08.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 1.1 MB/s | 253 kB 00:00 2026-03-10T08:37:07.663 INFO:teuthology.orchestra.run.vm05.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 372 kB/s | 25 kB 00:00 2026-03-10T08:37:07.723 INFO:teuthology.orchestra.run.vm08.stdout:(31/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 435 kB/s | 49 kB 00:00 2026-03-10T08:37:07.731 INFO:teuthology.orchestra.run.vm05.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 732 kB/s | 49 kB 00:00 2026-03-10T08:37:07.837 INFO:teuthology.orchestra.run.vm08.stdout:(32/136): ceph-prometheus-alerts-19.2.3-678.ge9 147 kB/s | 17 kB 00:00 2026-03-10T08:37:07.860 INFO:teuthology.orchestra.run.vm05.stdout:(94/136): libunwind-1.6.2-1.el9.x86_64.rpm 520 kB/s | 67 kB 00:00 2026-03-10T08:37:07.990 INFO:teuthology.orchestra.run.vm05.stdout:(95/136): luarocks-3.9.2-5.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2026-03-10T08:37:08.063 INFO:teuthology.orchestra.run.vm08.stdout:(33/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 1.3 MB/s | 299 kB 00:00 2026-03-10T08:37:08.161 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:37:08.248 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T08:37:08.297 INFO:teuthology.orchestra.run.vm01.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T08:37:08.333 INFO:teuthology.orchestra.run.vm08.stdout:(34/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 862 kB/s | 5.4 MB 00:06 2026-03-10T08:37:08.440 INFO:teuthology.orchestra.run.vm05.stdout:(96/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 1.8 MB/s | 838 kB 00:00 2026-03-10T08:37:08.520 INFO:teuthology.orchestra.run.vm01.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T08:37:08.522 INFO:teuthology.orchestra.run.vm01.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:08.554 INFO:teuthology.orchestra.run.vm08.stdout:(35/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 1.5 MB/s | 769 kB 00:00 2026-03-10T08:37:08.593 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:08.595 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T08:37:08.611 INFO:teuthology.orchestra.run.vm08.stdout:(36/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.2 MB/s | 351 kB 00:00 2026-03-10T08:37:08.611 INFO:teuthology.orchestra.run.vm05.stdout:(97/136): libarrow-9.0.0-15.el9.x86_64.rpm 4.3 MB/s | 4.4 MB 00:01 2026-03-10T08:37:08.634 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T08:37:08.637 INFO:teuthology.orchestra.run.vm05.stdout:(98/136): python3-asyncssh-2.13.2-5.el9.noarch. 2.7 MB/s | 548 kB 00:00 2026-03-10T08:37:08.647 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T08:37:08.652 INFO:teuthology.orchestra.run.vm01.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T08:37:08.656 INFO:teuthology.orchestra.run.vm01.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T08:37:08.662 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T08:37:08.671 INFO:teuthology.orchestra.run.vm08.stdout:(37/136): libconfig-1.7.2-9.el9.x86_64.rpm 1.2 MB/s | 72 kB 00:00 2026-03-10T08:37:08.673 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T08:37:08.676 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:08.679 INFO:teuthology.orchestra.run.vm05.stdout:(99/136): python3-autocommand-2.2.2-8.el9.noarc 437 kB/s | 29 kB 00:00 2026-03-10T08:37:08.704 INFO:teuthology.orchestra.run.vm05.stdout:(100/136): python3-backports-tarfile-1.2.0-1.el 891 kB/s | 60 kB 00:00 2026-03-10T08:37:08.711 INFO:teuthology.orchestra.run.vm08.stdout:(38/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 258 kB/s | 40 kB 00:00 2026-03-10T08:37:08.716 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:08.718 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T08:37:08.736 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T08:37:08.747 INFO:teuthology.orchestra.run.vm05.stdout:(101/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 641 kB/s | 43 kB 00:00 2026-03-10T08:37:08.769 INFO:teuthology.orchestra.run.vm05.stdout:(102/136): python3-cachetools-4.2.4-1.el9.noarc 495 kB/s | 32 kB 00:00 2026-03-10T08:37:08.775 INFO:teuthology.orchestra.run.vm01.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T08:37:08.797 INFO:teuthology.orchestra.run.vm08.stdout:(39/136): libgfortran-11.5.0-14.el9.x86_64.rpm 6.2 MB/s | 794 kB 00:00 2026-03-10T08:37:08.814 INFO:teuthology.orchestra.run.vm05.stdout:(103/136): python3-certifi-2023.05.07-4.el9.noa 212 kB/s | 14 kB 00:00 2026-03-10T08:37:08.824 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T08:37:08.829 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T08:37:08.839 INFO:teuthology.orchestra.run.vm05.stdout:(104/136): python3-cheroot-10.0.1-4.el9.noarch. 2.4 MB/s | 173 kB 00:00 2026-03-10T08:37:08.843 INFO:teuthology.orchestra.run.vm08.stdout:(40/136): mailcap-2.1.49-5.el9.noarch.rpm 722 kB/s | 33 kB 00:00 2026-03-10T08:37:08.855 INFO:teuthology.orchestra.run.vm08.stdout:(41/136): libquadmath-11.5.0-14.el9.x86_64.rpm 1.3 MB/s | 184 kB 00:00 2026-03-10T08:37:08.859 INFO:teuthology.orchestra.run.vm01.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T08:37:08.874 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T08:37:08.882 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T08:37:08.886 INFO:teuthology.orchestra.run.vm05.stdout:(105/136): python3-cherrypy-18.6.1-2.el9.noarch 4.9 MB/s | 358 kB 00:00 2026-03-10T08:37:08.893 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T08:37:08.896 INFO:teuthology.orchestra.run.vm08.stdout:(42/136): pciutils-3.7.0-7.el9.x86_64.rpm 1.7 MB/s | 93 kB 00:00 2026-03-10T08:37:08.901 INFO:teuthology.orchestra.run.vm01.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T08:37:08.907 INFO:teuthology.orchestra.run.vm01.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T08:37:08.913 INFO:teuthology.orchestra.run.vm01.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T08:37:08.946 INFO:teuthology.orchestra.run.vm01.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T08:37:08.959 INFO:teuthology.orchestra.run.vm08.stdout:(43/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.4 MB/s | 253 kB 00:00 2026-03-10T08:37:08.967 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T08:37:08.972 INFO:teuthology.orchestra.run.vm05.stdout:(106/136): python3-google-auth-2.45.0-1.el9.noa 1.9 MB/s | 254 kB 00:00 2026-03-10T08:37:08.973 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T08:37:08.982 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T08:37:08.985 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T08:37:08.994 INFO:teuthology.orchestra.run.vm08.stdout:(44/136): python3-cryptography-36.0.1-5.el9.x86 13 MB/s | 1.2 MB 00:00 2026-03-10T08:37:09.019 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T08:37:09.019 INFO:teuthology.orchestra.run.vm08.stdout:(45/136): python3-ply-3.11-14.el9.noarch.rpm 1.7 MB/s | 106 kB 00:00 2026-03-10T08:37:09.026 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T08:37:09.039 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T08:37:09.042 INFO:teuthology.orchestra.run.vm05.stdout:(107/136): python3-grpcio-tools-1.46.7-10.el9.x 2.0 MB/s | 144 kB 00:00 2026-03-10T08:37:09.057 INFO:teuthology.orchestra.run.vm08.stdout:(46/136): python3-pycparser-2.20-6.el9.noarch.r 2.1 MB/s | 135 kB 00:00 2026-03-10T08:37:09.058 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T08:37:09.068 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T08:37:09.078 INFO:teuthology.orchestra.run.vm08.stdout:(47/136): python3-requests-2.25.1-10.el9.noarch 2.1 MB/s | 126 kB 00:00 2026-03-10T08:37:09.101 INFO:teuthology.orchestra.run.vm01.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T08:37:09.105 INFO:teuthology.orchestra.run.vm08.stdout:(48/136): python3-urllib3-1.26.5-7.el9.noarch.r 4.4 MB/s | 218 kB 00:00 2026-03-10T08:37:09.109 INFO:teuthology.orchestra.run.vm05.stdout:(108/136): python3-jaraco-8.2.1-3.el9.noarch.rp 160 kB/s | 11 kB 00:00 2026-03-10T08:37:09.109 INFO:teuthology.orchestra.run.vm01.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T08:37:09.119 INFO:teuthology.orchestra.run.vm01.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T08:37:09.141 INFO:teuthology.orchestra.run.vm08.stdout:(49/136): unzip-6.0-59.el9.x86_64.rpm 2.8 MB/s | 182 kB 00:00 2026-03-10T08:37:09.153 INFO:teuthology.orchestra.run.vm01.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T08:37:09.172 INFO:teuthology.orchestra.run.vm08.stdout:(50/136): boost-program-options-1.75.0-13.el9.x 3.3 MB/s | 104 kB 00:00 2026-03-10T08:37:09.173 INFO:teuthology.orchestra.run.vm08.stdout:(51/136): zip-3.0-35.el9.x86_64.rpm 3.9 MB/s | 266 kB 00:00 2026-03-10T08:37:09.175 INFO:teuthology.orchestra.run.vm05.stdout:(109/136): python3-jaraco-classes-3.2.1-5.el9.n 268 kB/s | 18 kB 00:00 2026-03-10T08:37:09.187 INFO:teuthology.orchestra.run.vm08.stdout:(52/136): flexiblas-3.0.4-9.el9.x86_64.rpm 1.9 MB/s | 30 kB 00:00 2026-03-10T08:37:09.208 INFO:teuthology.orchestra.run.vm08.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 720 kB/s | 15 kB 00:00 2026-03-10T08:37:09.212 INFO:teuthology.orchestra.run.vm05.stdout:(110/136): python3-grpcio-1.46.7-10.el9.x86_64. 6.3 MB/s | 2.0 MB 00:00 2026-03-10T08:37:09.230 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T08:37:09.238 INFO:teuthology.orchestra.run.vm08.stdout:(54/136): libnbd-1.20.3-4.el9.x86_64.rpm 5.3 MB/s | 164 kB 00:00 2026-03-10T08:37:09.242 INFO:teuthology.orchestra.run.vm05.stdout:(111/136): python3-jaraco-collections-3.0.0-8.e 349 kB/s | 23 kB 00:00 2026-03-10T08:37:09.252 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T08:37:09.262 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T08:37:09.273 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T08:37:09.277 INFO:teuthology.orchestra.run.vm05.stdout:(112/136): python3-jaraco-context-6.0.1-3.el9.n 302 kB/s | 20 kB 00:00 2026-03-10T08:37:09.282 INFO:teuthology.orchestra.run.vm01.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T08:37:09.290 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T08:37:09.299 INFO:teuthology.orchestra.run.vm08.stdout:(55/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.6 MB/s | 160 kB 00:00 2026-03-10T08:37:09.307 INFO:teuthology.orchestra.run.vm05.stdout:(113/136): python3-jaraco-functools-3.5.0-2.el9 298 kB/s | 19 kB 00:00 2026-03-10T08:37:09.310 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T08:37:09.327 INFO:teuthology.orchestra.run.vm08.stdout:(56/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.6 MB/s | 45 kB 00:00 2026-03-10T08:37:09.340 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T08:37:09.343 INFO:teuthology.orchestra.run.vm05.stdout:(114/136): python3-jaraco-text-4.0.0-2.el9.noar 403 kB/s | 26 kB 00:00 2026-03-10T08:37:09.347 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T08:37:09.353 INFO:teuthology.orchestra.run.vm08.stdout:(57/136): librdkafka-1.6.1-102.el9.x86_64.rpm 25 MB/s | 662 kB 00:00 2026-03-10T08:37:09.354 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T08:37:09.371 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T08:37:09.384 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T08:37:09.397 INFO:teuthology.orchestra.run.vm08.stdout:(58/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 13 MB/s | 3.0 MB 00:00 2026-03-10T08:37:09.397 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T08:37:09.399 INFO:teuthology.orchestra.run.vm08.stdout:(59/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 5.2 MB/s | 246 kB 00:00 2026-03-10T08:37:09.410 INFO:teuthology.orchestra.run.vm05.stdout:(115/136): python3-logutils-0.3.5-21.el9.noarch 691 kB/s | 46 kB 00:00 2026-03-10T08:37:09.442 INFO:teuthology.orchestra.run.vm08.stdout:(60/136): libxslt-1.1.34-12.el9.x86_64.rpm 5.1 MB/s | 233 kB 00:00 2026-03-10T08:37:09.465 INFO:teuthology.orchestra.run.vm08.stdout:(61/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.4 MB/s | 292 kB 00:00 2026-03-10T08:37:09.468 INFO:teuthology.orchestra.run.vm08.stdout:(62/136): lua-5.4.4-4.el9.x86_64.rpm 7.0 MB/s | 188 kB 00:00 2026-03-10T08:37:09.469 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T08:37:09.477 INFO:teuthology.orchestra.run.vm05.stdout:(116/136): python3-more-itertools-8.12.0-2.el9. 1.2 MB/s | 79 kB 00:00 2026-03-10T08:37:09.479 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T08:37:09.486 INFO:teuthology.orchestra.run.vm08.stdout:(63/136): openblas-0.3.29-1.el9.x86_64.rpm 1.9 MB/s | 42 kB 00:00 2026-03-10T08:37:09.490 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T08:37:09.544 INFO:teuthology.orchestra.run.vm05.stdout:(117/136): python3-natsort-7.1.1-5.el9.noarch.r 858 kB/s | 58 kB 00:00 2026-03-10T08:37:09.545 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T08:37:09.571 INFO:teuthology.orchestra.run.vm05.stdout:(118/136): python3-kubernetes-26.1.0-3.el9.noar 3.9 MB/s | 1.0 MB 00:00 2026-03-10T08:37:09.616 INFO:teuthology.orchestra.run.vm05.stdout:(119/136): python3-pecan-1.4.2-3.el9.noarch.rpm 3.7 MB/s | 272 kB 00:00 2026-03-10T08:37:09.632 INFO:teuthology.orchestra.run.vm08.stdout:(64/136): openblas-openmp-0.3.29-1.el9.x86_64.r 32 MB/s | 5.3 MB 00:00 2026-03-10T08:37:09.635 INFO:teuthology.orchestra.run.vm05.stdout:(120/136): python3-portend-3.1.0-2.el9.noarch.r 253 kB/s | 16 kB 00:00 2026-03-10T08:37:09.636 INFO:teuthology.orchestra.run.vm08.stdout:(65/136): protobuf-3.14.0-17.el9.x86_64.rpm 6.7 MB/s | 1.0 MB 00:00 2026-03-10T08:37:09.686 INFO:teuthology.orchestra.run.vm05.stdout:(121/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 1.3 MB/s | 90 kB 00:00 2026-03-10T08:37:09.689 INFO:teuthology.orchestra.run.vm08.stdout:(66/136): python3-devel-3.9.25-3.el9.x86_64.rpm 4.5 MB/s | 244 kB 00:00 2026-03-10T08:37:09.704 INFO:teuthology.orchestra.run.vm05.stdout:(122/136): python3-repoze-lru-0.7-16.el9.noarch 447 kB/s | 31 kB 00:00 2026-03-10T08:37:09.752 INFO:teuthology.orchestra.run.vm08.stdout:(67/136): python3-babel-2.9.1-2.el9.noarch.rpm 50 MB/s | 6.0 MB 00:00 2026-03-10T08:37:09.753 INFO:teuthology.orchestra.run.vm08.stdout:(68/136): python3-jinja2-2.11.3-8.el9.noarch.rp 3.8 MB/s | 249 kB 00:00 2026-03-10T08:37:09.756 INFO:teuthology.orchestra.run.vm05.stdout:(123/136): python3-routes-2.5.1-5.el9.noarch.rp 2.6 MB/s | 188 kB 00:00 2026-03-10T08:37:09.771 INFO:teuthology.orchestra.run.vm05.stdout:(124/136): python3-rsa-4.9-2.el9.noarch.rpm 890 kB/s | 59 kB 00:00 2026-03-10T08:37:09.773 INFO:teuthology.orchestra.run.vm08.stdout:(69/136): python3-jmespath-1.0.1-1.el9.noarch.r 2.2 MB/s | 48 kB 00:00 2026-03-10T08:37:09.815 INFO:teuthology.orchestra.run.vm08.stdout:(70/136): python3-mako-1.1.4-6.el9.noarch.rpm 4.0 MB/s | 172 kB 00:00 2026-03-10T08:37:09.822 INFO:teuthology.orchestra.run.vm05.stdout:(125/136): python3-tempora-5.0.0-2.el9.noarch.r 544 kB/s | 36 kB 00:00 2026-03-10T08:37:09.838 INFO:teuthology.orchestra.run.vm08.stdout:(71/136): python3-markupsafe-1.1.1-12.el9.x86_6 1.5 MB/s | 35 kB 00:00 2026-03-10T08:37:09.839 INFO:teuthology.orchestra.run.vm05.stdout:(126/136): python3-typing-extensions-4.15.0-1.e 1.2 MB/s | 86 kB 00:00 2026-03-10T08:37:09.856 INFO:teuthology.orchestra.run.vm08.stdout:(72/136): python3-libstoragemgmt-1.10.1-1.el9.x 1.7 MB/s | 177 kB 00:00 2026-03-10T08:37:09.894 INFO:teuthology.orchestra.run.vm05.stdout:(127/136): python3-webob-1.8.8-2.el9.noarch.rpm 3.2 MB/s | 230 kB 00:00 2026-03-10T08:37:09.907 INFO:teuthology.orchestra.run.vm05.stdout:(128/136): python3-websocket-client-1.2.3-2.el9 1.3 MB/s | 90 kB 00:00 2026-03-10T08:37:09.954 INFO:teuthology.orchestra.run.vm08.stdout:(73/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 4.4 MB/s | 442 kB 00:00 2026-03-10T08:37:09.975 INFO:teuthology.orchestra.run.vm05.stdout:(129/136): python3-xmltodict-0.12.0-15.el9.noar 323 kB/s | 22 kB 00:00 2026-03-10T08:37:09.979 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T08:37:09.979 INFO:teuthology.orchestra.run.vm08.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 3.0 MB/s | 77 kB 00:00 2026-03-10T08:37:09.997 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T08:37:10.001 INFO:teuthology.orchestra.run.vm08.stdout:(75/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 38 MB/s | 6.1 MB 00:00 2026-03-10T08:37:10.006 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T08:37:10.014 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T08:37:10.024 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T08:37:10.024 INFO:teuthology.orchestra.run.vm08.stdout:(76/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 6.7 MB/s | 157 kB 00:00 2026-03-10T08:37:10.032 INFO:teuthology.orchestra.run.vm08.stdout:(77/136): python3-protobuf-3.14.0-17.el9.noarch 5.0 MB/s | 267 kB 00:00 2026-03-10T08:37:10.035 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T08:37:10.039 INFO:teuthology.orchestra.run.vm01.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T08:37:10.041 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T08:37:10.042 INFO:teuthology.orchestra.run.vm05.stdout:(130/136): python3-zc-lockfile-2.0-10.el9.noarc 302 kB/s | 20 kB 00:00 2026-03-10T08:37:10.048 INFO:teuthology.orchestra.run.vm08.stdout:(78/136): python3-requests-oauthlib-1.3.0-12.el 3.5 MB/s | 54 kB 00:00 2026-03-10T08:37:10.071 INFO:teuthology.orchestra.run.vm08.stdout:(79/136): python3-pyasn1-modules-0.4.8-7.el9.no 5.9 MB/s | 277 kB 00:00 2026-03-10T08:37:10.074 INFO:teuthology.orchestra.run.vm01.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T08:37:10.081 INFO:teuthology.orchestra.run.vm08.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 4.0 MB/s | 42 kB 00:00 2026-03-10T08:37:10.113 INFO:teuthology.orchestra.run.vm05.stdout:(131/136): re2-20211101-20.el9.x86_64.rpm 2.6 MB/s | 191 kB 00:00 2026-03-10T08:37:10.131 INFO:teuthology.orchestra.run.vm01.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T08:37:10.145 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T08:37:10.153 INFO:teuthology.orchestra.run.vm01.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T08:37:10.160 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T08:37:10.168 INFO:teuthology.orchestra.run.vm08.stdout:(81/136): qatlib-25.08.0-2.el9.x86_64.rpm 2.7 MB/s | 240 kB 00:00 2026-03-10T08:37:10.168 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T08:37:10.175 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T08:37:10.185 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T08:37:10.191 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T08:37:10.213 INFO:teuthology.orchestra.run.vm08.stdout:(82/136): qatlib-service-25.08.0-2.el9.x86_64.r 836 kB/s | 37 kB 00:00 2026-03-10T08:37:10.229 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T08:37:10.233 INFO:teuthology.orchestra.run.vm08.stdout:(83/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 3.2 MB/s | 66 kB 00:00 2026-03-10T08:37:10.243 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T08:37:10.290 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T08:37:10.347 INFO:teuthology.orchestra.run.vm08.stdout:(84/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 64 MB/s | 19 MB 00:00 2026-03-10T08:37:10.349 INFO:teuthology.orchestra.run.vm08.stdout:(85/136): socat-1.7.4.1-8.el9.x86_64.rpm 2.6 MB/s | 303 kB 00:00 2026-03-10T08:37:10.381 INFO:teuthology.orchestra.run.vm08.stdout:(86/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2026-03-10T08:37:10.406 INFO:teuthology.orchestra.run.vm08.stdout:(87/136): lua-devel-5.4.4-4.el9.x86_64.rpm 395 kB/s | 22 kB 00:00 2026-03-10T08:37:10.464 INFO:teuthology.orchestra.run.vm08.stdout:(88/136): protobuf-compiler-3.14.0-17.el9.x86_6 10 MB/s | 862 kB 00:00 2026-03-10T08:37:10.580 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T08:37:10.613 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T08:37:10.620 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T08:37:10.681 INFO:teuthology.orchestra.run.vm01.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T08:37:10.684 INFO:teuthology.orchestra.run.vm01.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T08:37:10.709 INFO:teuthology.orchestra.run.vm01.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T08:37:10.733 INFO:teuthology.orchestra.run.vm08.stdout:(89/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 1.6 MB/s | 551 kB 00:00 2026-03-10T08:37:10.765 INFO:teuthology.orchestra.run.vm08.stdout:(90/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 1.0 MB/s | 308 kB 00:00 2026-03-10T08:37:10.855 INFO:teuthology.orchestra.run.vm08.stdout:(91/136): ceph-mgr-diskprediction-local-19.2.3- 1.5 MB/s | 7.4 MB 00:04 2026-03-10T08:37:10.884 INFO:teuthology.orchestra.run.vm08.stdout:(92/136): grpc-data-1.46.7-10.el9.noarch.rpm 129 kB/s | 19 kB 00:00 2026-03-10T08:37:10.944 INFO:teuthology.orchestra.run.vm08.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 820 kB/s | 49 kB 00:00 2026-03-10T08:37:10.989 INFO:teuthology.orchestra.run.vm08.stdout:(94/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 186 kB/s | 25 kB 00:00 2026-03-10T08:37:10.992 INFO:teuthology.orchestra.run.vm08.stdout:(95/136): libunwind-1.6.2-1.el9.x86_64.rpm 1.4 MB/s | 67 kB 00:00 2026-03-10T08:37:11.097 INFO:teuthology.orchestra.run.vm01.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T08:37:11.128 INFO:teuthology.orchestra.run.vm08.stdout:(96/136): libarrow-9.0.0-15.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2026-03-10T08:37:11.191 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T08:37:11.357 INFO:teuthology.orchestra.run.vm08.stdout:(97/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2026-03-10T08:37:11.368 INFO:teuthology.orchestra.run.vm08.stdout:(98/136): python3-asyncssh-2.13.2-5.el9.noarch. 2.2 MB/s | 548 kB 00:00 2026-03-10T08:37:11.378 INFO:teuthology.orchestra.run.vm05.stdout:(132/136): thrift-0.15.0-4.el9.x86_64.rpm 1.3 MB/s | 1.6 MB 00:01 2026-03-10T08:37:11.414 INFO:teuthology.orchestra.run.vm08.stdout:(99/136): python3-autocommand-2.2.2-8.el9.noarc 524 kB/s | 29 kB 00:00 2026-03-10T08:37:11.421 INFO:teuthology.orchestra.run.vm08.stdout:(100/136): python3-backports-tarfile-1.2.0-1.el 1.1 MB/s | 60 kB 00:00 2026-03-10T08:37:11.430 INFO:teuthology.orchestra.run.vm08.stdout:(101/136): luarocks-3.9.2-5.el9.noarch.rpm 343 kB/s | 151 kB 00:00 2026-03-10T08:37:11.474 INFO:teuthology.orchestra.run.vm08.stdout:(102/136): python3-cachetools-4.2.4-1.el9.noarc 615 kB/s | 32 kB 00:00 2026-03-10T08:37:11.485 INFO:teuthology.orchestra.run.vm08.stdout:(103/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 612 kB/s | 43 kB 00:00 2026-03-10T08:37:11.503 INFO:teuthology.orchestra.run.vm08.stdout:(104/136): python3-certifi-2023.05.07-4.el9.noa 193 kB/s | 14 kB 00:00 2026-03-10T08:37:11.529 INFO:teuthology.orchestra.run.vm08.stdout:(105/136): python3-cheroot-10.0.1-4.el9.noarch. 3.1 MB/s | 173 kB 00:00 2026-03-10T08:37:11.555 INFO:teuthology.orchestra.run.vm08.stdout:(106/136): python3-cherrypy-18.6.1-2.el9.noarch 5.0 MB/s | 358 kB 00:00 2026-03-10T08:37:11.594 INFO:teuthology.orchestra.run.vm08.stdout:(107/136): python3-google-auth-2.45.0-1.el9.noa 2.8 MB/s | 254 kB 00:00 2026-03-10T08:37:11.611 INFO:teuthology.orchestra.run.vm08.stdout:(108/136): python3-grpcio-tools-1.46.7-10.el9.x 2.5 MB/s | 144 kB 00:00 2026-03-10T08:37:11.668 INFO:teuthology.orchestra.run.vm08.stdout:(109/136): python3-jaraco-8.2.1-3.el9.noarch.rp 144 kB/s | 11 kB 00:00 2026-03-10T08:37:11.675 INFO:teuthology.orchestra.run.vm08.stdout:(110/136): python3-jaraco-classes-3.2.1-5.el9.n 279 kB/s | 18 kB 00:00 2026-03-10T08:37:11.705 INFO:teuthology.orchestra.run.vm08.stdout:(111/136): python3-grpcio-1.46.7-10.el9.x86_64. 12 MB/s | 2.0 MB 00:00 2026-03-10T08:37:11.721 INFO:teuthology.orchestra.run.vm08.stdout:(112/136): python3-jaraco-collections-3.0.0-8.e 440 kB/s | 23 kB 00:00 2026-03-10T08:37:11.748 INFO:teuthology.orchestra.run.vm08.stdout:(113/136): python3-jaraco-context-6.0.1-3.el9.n 268 kB/s | 20 kB 00:00 2026-03-10T08:37:11.761 INFO:teuthology.orchestra.run.vm08.stdout:(114/136): python3-jaraco-functools-3.5.0-2.el9 345 kB/s | 19 kB 00:00 2026-03-10T08:37:11.772 INFO:teuthology.orchestra.run.vm08.stdout:(115/136): python3-jaraco-text-4.0.0-2.el9.noar 520 kB/s | 26 kB 00:00 2026-03-10T08:37:11.822 INFO:teuthology.orchestra.run.vm08.stdout:(116/136): python3-logutils-0.3.5-21.el9.noarch 770 kB/s | 46 kB 00:00 2026-03-10T08:37:11.835 INFO:teuthology.orchestra.run.vm08.stdout:(117/136): python3-more-itertools-8.12.0-2.el9. 1.2 MB/s | 79 kB 00:00 2026-03-10T08:37:11.919 INFO:teuthology.orchestra.run.vm08.stdout:(118/136): python3-natsort-7.1.1-5.el9.noarch.r 599 kB/s | 58 kB 00:00 2026-03-10T08:37:11.924 INFO:teuthology.orchestra.run.vm08.stdout:(119/136): python3-pecan-1.4.2-3.el9.noarch.rpm 3.0 MB/s | 272 kB 00:00 2026-03-10T08:37:11.971 INFO:teuthology.orchestra.run.vm08.stdout:(120/136): python3-portend-3.1.0-2.el9.noarch.r 313 kB/s | 16 kB 00:00 2026-03-10T08:37:11.976 INFO:teuthology.orchestra.run.vm08.stdout:(121/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 1.7 MB/s | 90 kB 00:00 2026-03-10T08:37:12.023 INFO:teuthology.orchestra.run.vm08.stdout:(122/136): python3-repoze-lru-0.7-16.el9.noarch 590 kB/s | 31 kB 00:00 2026-03-10T08:37:12.031 INFO:teuthology.orchestra.run.vm05.stdout:(133/136): python3-werkzeug-2.0.3-3.el9.1.noarc 200 kB/s | 427 kB 00:02 2026-03-10T08:37:12.031 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T08:37:12.043 INFO:teuthology.orchestra.run.vm08.stdout:(123/136): python3-routes-2.5.1-5.el9.noarch.rp 2.8 MB/s | 188 kB 00:00 2026-03-10T08:37:12.060 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T08:37:12.066 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T08:37:12.072 INFO:teuthology.orchestra.run.vm01.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T08:37:12.089 INFO:teuthology.orchestra.run.vm08.stdout:(124/136): python3-rsa-4.9-2.el9.noarch.rpm 901 kB/s | 59 kB 00:00 2026-03-10T08:37:12.096 INFO:teuthology.orchestra.run.vm08.stdout:(125/136): python3-tempora-5.0.0-2.el9.noarch.r 683 kB/s | 36 kB 00:00 2026-03-10T08:37:12.113 INFO:teuthology.orchestra.run.vm08.stdout:(126/136): python3-kubernetes-26.1.0-3.el9.noar 2.8 MB/s | 1.0 MB 00:00 2026-03-10T08:37:12.147 INFO:teuthology.orchestra.run.vm08.stdout:(127/136): python3-typing-extensions-4.15.0-1.e 1.5 MB/s | 86 kB 00:00 2026-03-10T08:37:12.154 INFO:teuthology.orchestra.run.vm08.stdout:(128/136): python3-webob-1.8.8-2.el9.noarch.rpm 3.9 MB/s | 230 kB 00:00 2026-03-10T08:37:12.169 INFO:teuthology.orchestra.run.vm08.stdout:(129/136): python3-websocket-client-1.2.3-2.el9 1.6 MB/s | 90 kB 00:00 2026-03-10T08:37:12.203 INFO:teuthology.orchestra.run.vm08.stdout:(130/136): python3-werkzeug-2.0.3-3.el9.1.noarc 7.6 MB/s | 427 kB 00:00 2026-03-10T08:37:12.220 INFO:teuthology.orchestra.run.vm08.stdout:(131/136): python3-xmltodict-0.12.0-15.el9.noar 334 kB/s | 22 kB 00:00 2026-03-10T08:37:12.237 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T08:37:12.240 INFO:teuthology.orchestra.run.vm01.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T08:37:12.275 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T08:37:12.280 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T08:37:12.288 INFO:teuthology.orchestra.run.vm01.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T08:37:12.378 INFO:teuthology.orchestra.run.vm08.stdout:(132/136): python3-zc-lockfile-2.0-10.el9.noarc 95 kB/s | 20 kB 00:00 2026-03-10T08:37:12.453 INFO:teuthology.orchestra.run.vm08.stdout:(133/136): re2-20211101-20.el9.x86_64.rpm 764 kB/s | 191 kB 00:00 2026-03-10T08:37:12.476 INFO:teuthology.orchestra.run.vm08.stdout:(134/136): thrift-0.15.0-4.el9.x86_64.rpm 6.2 MB/s | 1.6 MB 00:00 2026-03-10T08:37:12.555 INFO:teuthology.orchestra.run.vm01.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T08:37:12.558 INFO:teuthology.orchestra.run.vm01.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T08:37:12.582 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T08:37:12.585 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T08:37:13.244 INFO:teuthology.orchestra.run.vm05.stdout:(134/136): librados2-19.2.3-678.ge911bdeb.el9.x 1.8 MB/s | 3.4 MB 00:01 2026-03-10T08:37:13.529 INFO:teuthology.orchestra.run.vm05.stdout:(135/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 2.1 MB/s | 3.2 MB 00:01 2026-03-10T08:37:13.763 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:13.771 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:13.798 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:13.825 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T08:37:13.849 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T08:37:13.947 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T08:37:13.969 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T08:37:14.003 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T08:37:14.056 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T08:37:14.129 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T08:37:14.187 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T08:37:14.199 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T08:37:14.209 INFO:teuthology.orchestra.run.vm01.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T08:37:14.214 INFO:teuthology.orchestra.run.vm01.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T08:37:14.223 INFO:teuthology.orchestra.run.vm01.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T08:37:14.243 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T08:37:14.496 INFO:teuthology.orchestra.run.vm08.stdout:(135/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 1.6 MB/s | 3.2 MB 00:02 2026-03-10T08:37:14.570 INFO:teuthology.orchestra.run.vm01.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T08:37:14.576 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T08:37:14.619 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T08:37:14.619 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-10T08:37:14.619 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-10T08:37:14.619 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:14.624 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T08:37:15.419 INFO:teuthology.orchestra.run.vm08.stdout:(136/136): librados2-19.2.3-678.ge911bdeb.el9.x 1.1 MB/s | 3.4 MB 00:03 2026-03-10T08:37:15.421 INFO:teuthology.orchestra.run.vm08.stdout:-------------------------------------------------------------------------------- 2026-03-10T08:37:15.422 INFO:teuthology.orchestra.run.vm08.stdout:Total 5.7 MB/s | 210 MB 00:36 2026-03-10T08:37:16.031 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:37:16.082 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:37:16.082 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:37:16.915 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:37:16.915 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:37:17.817 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:37:17.840 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T08:37:17.868 INFO:teuthology.orchestra.run.vm08.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T08:37:18.049 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T08:37:18.053 INFO:teuthology.orchestra.run.vm08.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:18.115 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:18.124 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T08:37:18.156 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T08:37:18.173 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T08:37:18.183 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T08:37:18.194 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T08:37:18.200 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T08:37:18.218 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T08:37:18.223 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:18.262 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:18.265 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T08:37:18.284 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T08:37:18.327 INFO:teuthology.orchestra.run.vm08.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T08:37:18.382 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T08:37:18.400 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T08:37:18.437 INFO:teuthology.orchestra.run.vm08.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T08:37:18.454 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T08:37:18.474 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T08:37:18.490 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T08:37:18.503 INFO:teuthology.orchestra.run.vm08.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T08:37:18.514 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T08:37:18.534 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T08:37:18.570 INFO:teuthology.orchestra.run.vm08.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T08:37:18.600 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T08:37:18.616 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T08:37:18.633 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T08:37:18.645 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T08:37:18.689 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T08:37:18.708 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T08:37:18.725 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T08:37:18.750 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T08:37:18.760 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T08:37:18.794 INFO:teuthology.orchestra.run.vm08.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T08:37:18.804 INFO:teuthology.orchestra.run.vm08.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T08:37:18.813 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T08:37:18.847 INFO:teuthology.orchestra.run.vm08.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T08:37:18.914 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T08:37:18.931 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T08:37:18.939 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T08:37:18.948 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T08:37:18.954 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T08:37:18.958 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T08:37:18.976 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T08:37:19.002 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T08:37:19.010 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T08:37:19.017 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T08:37:19.033 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T08:37:19.045 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T08:37:19.058 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T08:37:19.124 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T08:37:19.133 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T08:37:19.145 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T08:37:19.193 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T08:37:19.373 INFO:teuthology.orchestra.run.vm05.stdout:(136/136): ceph-test-19.2.3-678.ge911bdeb.el9.x 2.1 MB/s | 50 MB 00:23 2026-03-10T08:37:19.376 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-10T08:37:19.376 INFO:teuthology.orchestra.run.vm05.stdout:Total 5.5 MB/s | 210 MB 00:38 2026-03-10T08:37:19.573 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T08:37:19.590 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T08:37:19.596 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T08:37:19.604 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T08:37:19.609 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T08:37:19.617 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T08:37:19.620 INFO:teuthology.orchestra.run.vm08.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T08:37:19.622 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T08:37:19.653 INFO:teuthology.orchestra.run.vm08.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T08:37:19.706 INFO:teuthology.orchestra.run.vm08.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T08:37:19.720 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T08:37:19.728 INFO:teuthology.orchestra.run.vm08.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T08:37:19.733 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T08:37:19.741 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T08:37:19.747 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T08:37:19.756 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T08:37:19.762 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T08:37:19.801 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T08:37:19.815 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T08:37:19.863 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T08:37:19.956 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:37:20.007 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:37:20.007 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:37:20.143 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T08:37:20.302 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T08:37:20.335 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T08:37:20.443 INFO:teuthology.orchestra.run.vm08.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T08:37:20.508 INFO:teuthology.orchestra.run.vm08.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T08:37:20.628 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T08:37:20.849 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:37:20.849 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:37:21.105 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T08:37:21.193 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /sys 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /proc 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /mnt 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /var/tmp 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /home 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /root 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /tmp 2026-03-10T08:37:21.198 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:21.323 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T08:37:21.347 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T08:37:21.347 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:21.347 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T08:37:21.347 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T08:37:21.347 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T08:37:21.347 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:21.574 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T08:37:21.597 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T08:37:21.597 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:21.597 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T08:37:21.597 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T08:37:21.597 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T08:37:21.597 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:21.606 INFO:teuthology.orchestra.run.vm01.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T08:37:21.609 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T08:37:21.627 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:21.627 INFO:teuthology.orchestra.run.vm01.stdout:Creating group 'qat' with GID 994. 2026-03-10T08:37:21.627 INFO:teuthology.orchestra.run.vm01.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T08:37:21.627 INFO:teuthology.orchestra.run.vm01.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T08:37:21.627 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:21.638 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:21.666 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:21.666 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-10T08:37:21.666 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:21.711 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T08:37:21.774 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:37:21.789 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T08:37:21.791 INFO:teuthology.orchestra.run.vm01.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T08:37:21.797 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T08:37:21.803 INFO:teuthology.orchestra.run.vm05.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T08:37:21.812 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T08:37:21.812 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:21.812 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T08:37:21.812 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:21.978 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T08:37:21.980 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:21.981 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T08:37:22.010 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T08:37:22.017 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T08:37:22.023 INFO:teuthology.orchestra.run.vm08.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T08:37:22.049 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:22.050 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T08:37:22.083 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T08:37:22.092 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T08:37:22.096 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T08:37:22.098 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T08:37:22.103 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T08:37:22.113 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T08:37:22.115 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:22.153 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:22.154 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T08:37:22.171 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T08:37:22.179 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T08:37:22.183 INFO:teuthology.orchestra.run.vm08.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T08:37:22.209 INFO:teuthology.orchestra.run.vm05.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T08:37:22.217 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T08:37:22.221 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T08:37:22.228 INFO:teuthology.orchestra.run.vm08.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T08:37:22.249 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T08:37:22.255 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T08:37:22.280 INFO:teuthology.orchestra.run.vm05.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T08:37:22.296 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T08:37:22.304 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T08:37:22.315 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T08:37:22.322 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T08:37:22.326 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T08:37:22.332 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T08:37:22.360 INFO:teuthology.orchestra.run.vm05.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T08:37:22.376 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T08:37:22.381 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T08:37:22.388 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T08:37:22.390 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T08:37:22.421 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T08:37:22.428 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T08:37:22.439 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T08:37:22.452 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T08:37:22.461 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T08:37:22.480 INFO:teuthology.orchestra.run.vm08.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T08:37:22.483 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T08:37:22.491 INFO:teuthology.orchestra.run.vm05.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T08:37:22.496 INFO:teuthology.orchestra.run.vm05.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T08:37:22.504 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T08:37:22.505 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T08:37:22.507 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T08:37:22.534 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T08:37:22.594 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T08:37:22.609 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T08:37:22.611 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T08:37:22.619 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T08:37:22.629 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T08:37:22.634 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T08:37:22.634 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:22.634 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T08:37:22.634 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T08:37:22.634 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T08:37:22.634 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:22.636 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T08:37:22.643 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T08:37:22.661 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T08:37:22.690 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T08:37:22.690 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T08:37:22.695 INFO:teuthology.orchestra.run.vm01.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T08:37:22.699 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T08:37:22.702 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T08:37:22.706 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T08:37:22.723 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T08:37:22.726 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T08:37:22.729 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T08:37:22.736 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T08:37:22.749 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T08:37:22.813 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T08:37:22.823 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T08:37:22.833 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T08:37:22.881 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T08:37:23.253 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T08:37:23.269 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T08:37:23.275 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T08:37:23.282 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T08:37:23.287 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T08:37:23.289 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T08:37:23.294 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T08:37:23.297 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T08:37:23.299 INFO:teuthology.orchestra.run.vm05.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T08:37:23.301 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T08:37:23.332 INFO:teuthology.orchestra.run.vm05.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T08:37:23.385 INFO:teuthology.orchestra.run.vm05.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T08:37:23.398 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T08:37:23.406 INFO:teuthology.orchestra.run.vm05.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T08:37:23.412 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T08:37:23.419 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T08:37:23.424 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T08:37:23.433 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T08:37:23.439 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T08:37:23.473 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T08:37:23.486 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T08:37:23.528 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T08:37:23.618 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:23.624 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:23.646 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:23.663 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T08:37:23.684 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T08:37:23.775 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T08:37:23.791 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T08:37:23.802 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T08:37:23.821 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T08:37:23.824 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T08:37:23.827 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T08:37:23.836 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T08:37:23.846 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T08:37:23.860 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T08:37:23.892 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T08:37:23.910 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T08:37:23.912 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T08:37:23.926 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T08:37:23.936 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T08:37:23.943 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T08:37:23.945 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T08:37:23.949 INFO:teuthology.orchestra.run.vm08.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T08:37:23.952 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T08:37:23.954 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T08:37:23.955 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T08:37:23.956 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T08:37:23.975 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T08:37:23.978 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T08:37:23.978 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:23.978 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T08:37:23.978 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T08:37:23.978 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T08:37:23.978 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:23.993 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T08:37:24.005 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T08:37:24.285 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T08:37:24.292 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T08:37:24.333 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T08:37:24.333 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-10T08:37:24.333 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-10T08:37:24.333 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:24.338 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T08:37:24.352 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T08:37:24.445 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T08:37:24.517 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T08:37:24.521 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T08:37:24.546 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T08:37:24.546 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:24.546 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T08:37:24.546 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T08:37:24.546 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T08:37:24.546 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:24.558 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T08:37:24.577 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T08:37:24.577 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:24.577 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T08:37:24.577 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:24.736 INFO:teuthology.orchestra.run.vm01.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T08:37:24.761 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T08:37:24.761 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:24.761 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T08:37:24.761 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T08:37:24.761 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T08:37:24.761 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:25.274 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T08:37:25.305 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T08:37:25.312 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T08:37:25.317 INFO:teuthology.orchestra.run.vm05.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T08:37:25.479 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T08:37:25.482 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T08:37:25.515 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T08:37:25.519 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T08:37:25.528 INFO:teuthology.orchestra.run.vm05.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T08:37:25.781 INFO:teuthology.orchestra.run.vm05.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T08:37:25.784 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T08:37:25.803 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T08:37:25.805 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T08:37:26.936 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:26.941 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:26.965 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T08:37:26.983 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T08:37:27.005 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T08:37:27.099 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T08:37:27.114 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T08:37:27.146 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T08:37:27.189 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T08:37:27.253 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T08:37:27.264 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T08:37:27.270 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T08:37:27.276 INFO:teuthology.orchestra.run.vm05.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T08:37:27.281 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T08:37:27.283 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T08:37:27.299 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T08:37:27.302 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T08:37:27.311 INFO:teuthology.orchestra.run.vm01.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T08:37:27.316 INFO:teuthology.orchestra.run.vm01.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T08:37:27.374 INFO:teuthology.orchestra.run.vm01.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T08:37:27.384 INFO:teuthology.orchestra.run.vm01.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T08:37:27.388 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T08:37:27.389 INFO:teuthology.orchestra.run.vm01.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T08:37:27.406 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T08:37:27.406 INFO:teuthology.orchestra.run.vm01.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:27.612 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T08:37:27.725 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T08:37:27.847 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T08:37:27.847 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-10T08:37:27.847 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-10T08:37:27.847 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:27.938 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T08:37:28.880 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T08:37:28.881 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T08:37:28.884 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T08:37:28.885 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T08:37:28.886 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout:Upgraded: 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout:Installed: 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.001 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T08:37:29.002 INFO:teuthology.orchestra.run.vm01.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T08:37:29.003 INFO:teuthology.orchestra.run.vm01.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T08:37:29.004 INFO:teuthology.orchestra.run.vm01.stdout: zip-3.0-35.el9.x86_64 2026-03-10T08:37:29.004 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:37:29.004 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:37:29.107 DEBUG:teuthology.parallel:result is None 2026-03-10T08:37:30.300 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /sys 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /proc 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /mnt 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /var/tmp 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /home 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /root 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /tmp 2026-03-10T08:37:30.301 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:30.424 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T08:37:30.449 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T08:37:30.449 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:30.450 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T08:37:30.450 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T08:37:30.450 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T08:37:30.450 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:30.683 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T08:37:30.707 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T08:37:30.707 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:30.707 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T08:37:30.707 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T08:37:30.707 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T08:37:30.707 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:30.716 INFO:teuthology.orchestra.run.vm08.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T08:37:30.720 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T08:37:30.738 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:30.738 INFO:teuthology.orchestra.run.vm08.stdout:Creating group 'qat' with GID 994. 2026-03-10T08:37:30.738 INFO:teuthology.orchestra.run.vm08.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T08:37:30.739 INFO:teuthology.orchestra.run.vm08.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T08:37:30.739 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:30.749 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:30.779 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:30.780 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-10T08:37:30.780 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:30.822 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T08:37:30.896 INFO:teuthology.orchestra.run.vm08.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T08:37:30.901 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T08:37:30.915 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T08:37:30.915 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:30.915 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T08:37:30.915 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:31.688 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T08:37:31.715 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T08:37:31.715 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:31.715 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T08:37:31.715 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T08:37:31.715 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T08:37:31.715 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:31.775 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T08:37:31.779 INFO:teuthology.orchestra.run.vm08.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T08:37:31.785 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T08:37:31.807 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T08:37:31.811 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T08:37:32.334 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T08:37:32.340 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T08:37:32.868 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T08:37:32.872 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T08:37:32.935 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T08:37:33.111 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T08:37:33.204 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T08:37:33.226 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T08:37:33.226 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:33.226 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T08:37:33.226 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T08:37:33.226 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T08:37:33.226 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:33.347 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T08:37:33.359 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T08:37:33.918 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T08:37:33.922 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T08:37:33.943 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T08:37:33.943 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:33.943 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T08:37:33.943 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T08:37:33.943 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T08:37:33.943 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:33.955 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T08:37:33.975 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T08:37:33.975 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:33.975 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T08:37:33.975 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:34.126 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T08:37:34.151 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T08:37:34.151 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:34.151 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T08:37:34.151 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T08:37:34.151 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T08:37:34.151 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /sys 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /proc 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /mnt 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /var/tmp 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /home 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /root 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /tmp 2026-03-10T08:37:34.164 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:34.293 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T08:37:34.319 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T08:37:34.319 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:34.319 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T08:37:34.319 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-10T08:37:34.319 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-10T08:37:34.319 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:34.551 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T08:37:34.572 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T08:37:34.572 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:34.572 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T08:37:34.572 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-10T08:37:34.572 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-10T08:37:34.572 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:34.580 INFO:teuthology.orchestra.run.vm05.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T08:37:34.583 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T08:37:34.601 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:34.601 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'qat' with GID 994. 2026-03-10T08:37:34.601 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T08:37:34.601 INFO:teuthology.orchestra.run.vm05.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T08:37:34.601 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:34.611 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:34.637 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T08:37:34.637 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-10T08:37:34.637 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:34.677 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T08:37:34.751 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T08:37:34.757 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T08:37:34.773 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T08:37:34.774 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:34.774 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T08:37:34.774 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:35.568 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T08:37:35.597 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T08:37:35.597 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:35.597 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T08:37:35.597 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-10T08:37:35.597 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-10T08:37:35.597 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:35.659 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T08:37:35.663 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T08:37:35.670 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T08:37:35.694 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T08:37:35.698 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T08:37:36.235 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T08:37:36.243 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T08:37:36.638 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T08:37:36.649 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T08:37:36.654 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T08:37:36.709 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T08:37:36.718 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T08:37:36.723 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T08:37:36.723 INFO:teuthology.orchestra.run.vm08.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T08:37:36.739 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T08:37:36.739 INFO:teuthology.orchestra.run.vm08.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:36.758 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T08:37:36.760 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T08:37:36.822 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T08:37:36.882 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T08:37:36.885 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T08:37:36.908 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T08:37:36.908 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:36.908 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T08:37:36.908 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-10T08:37:36.908 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-10T08:37:36.908 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:36.923 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T08:37:36.935 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T08:37:37.441 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T08:37:37.559 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T08:37:37.584 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T08:37:37.584 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:37.584 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T08:37:37.584 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-10T08:37:37.584 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-10T08:37:37.584 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:37.596 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T08:37:37.618 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T08:37:37.618 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:37.618 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T08:37:37.618 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:37.941 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T08:37:37.965 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T08:37:37.965 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:37:37.965 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T08:37:37.965 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-10T08:37:37.965 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-10T08:37:37.965 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:38.144 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:38.144 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T08:37:38.145 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T08:37:38.146 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T08:37:38.147 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T08:37:38.148 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T08:37:38.149 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T08:37:38.150 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T08:37:38.151 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout:Upgraded: 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout:Installed: 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.256 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.257 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T08:37:38.258 INFO:teuthology.orchestra.run.vm08.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T08:37:38.259 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T08:37:38.259 INFO:teuthology.orchestra.run.vm08.stdout: zip-3.0-35.el9.x86_64 2026-03-10T08:37:38.259 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:37:38.259 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:37:38.362 DEBUG:teuthology.parallel:result is None 2026-03-10T08:37:40.498 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T08:37:40.509 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T08:37:40.514 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T08:37:40.571 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T08:37:40.581 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T08:37:40.585 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T08:37:40.585 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T08:37:40.600 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T08:37:40.600 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T08:37:41.879 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T08:37:41.880 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T08:37:41.882 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T08:37:41.882 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T08:37:41.883 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T08:37:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T08:37:41.885 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T08:37:41.990 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout:Upgraded: 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.991 INFO:teuthology.orchestra.run.vm05.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T08:37:41.992 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T08:37:41.993 INFO:teuthology.orchestra.run.vm05.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T08:37:41.994 INFO:teuthology.orchestra.run.vm05.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T08:37:41.994 INFO:teuthology.orchestra.run.vm05.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T08:37:41.994 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T08:37:41.994 INFO:teuthology.orchestra.run.vm05.stdout: zip-3.0-35.el9.x86_64 2026-03-10T08:37:41.994 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:37:41.994 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:37:42.077 DEBUG:teuthology.parallel:result is None 2026-03-10T08:37:42.078 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:37:42.745 DEBUG:teuthology.orchestra.run.vm01:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T08:37:42.765 INFO:teuthology.orchestra.run.vm01.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T08:37:42.766 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T08:37:42.766 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T08:37:42.767 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:37:43.365 DEBUG:teuthology.orchestra.run.vm05:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T08:37:43.383 INFO:teuthology.orchestra.run.vm05.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T08:37:43.384 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T08:37:43.384 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T08:37:43.385 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:37:44.046 DEBUG:teuthology.orchestra.run.vm08:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T08:37:44.066 INFO:teuthology.orchestra.run.vm08.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T08:37:44.066 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T08:37:44.066 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T08:37:44.067 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-10T08:37:44.067 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:37:44.067 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T08:37:44.093 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:37:44.093 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T08:37:44.120 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:37:44.120 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T08:37:44.144 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-10T08:37:44.144 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:37:44.144 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T08:37:44.171 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T08:37:44.236 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:37:44.236 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T08:37:44.260 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T08:37:44.324 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:37:44.324 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T08:37:44.349 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T08:37:44.415 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-10T08:37:44.415 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:37:44.415 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T08:37:44.438 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T08:37:44.501 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:37:44.501 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T08:37:44.523 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T08:37:44.585 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:37:44.585 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T08:37:44.608 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T08:37:44.672 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-10T08:37:44.672 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:37:44.673 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T08:37:44.697 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T08:37:44.759 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:37:44.759 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T08:37:44.781 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T08:37:44.844 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:37:44.844 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T08:37:44.867 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T08:37:44.930 INFO:teuthology.run_tasks:Running task cephadm... 2026-03-10T08:37:44.973 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': 'e911bdebe5c8faa3800735d1568fcdca65db60df'} 2026-03-10T08:37:44.973 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:37:44.973 INFO:tasks.cephadm:Cluster fsid is 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:37:44.974 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-03-10T08:37:44.974 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '192.168.123.101', 'mon.b': '192.168.123.105', 'mon.c': '192.168.123.108'} 2026-03-10T08:37:44.974 INFO:tasks.cephadm:First mon is mon.a on vm01 2026-03-10T08:37:44.974 INFO:tasks.cephadm:First mgr is a 2026-03-10T08:37:44.974 INFO:tasks.cephadm:Normalizing hostnames... 2026-03-10T08:37:44.974 DEBUG:teuthology.orchestra.run.vm01:> sudo hostname $(hostname -s) 2026-03-10T08:37:44.996 DEBUG:teuthology.orchestra.run.vm05:> sudo hostname $(hostname -s) 2026-03-10T08:37:45.019 DEBUG:teuthology.orchestra.run.vm08:> sudo hostname $(hostname -s) 2026-03-10T08:37:45.041 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-03-10T08:37:45.041 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:37:45.703 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/', 'ref': 'squid', 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-25 18:55:15.146628', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '19.2.3-678-ge911bdeb', 'package_manager_version': '19.2.3-678.ge911bdeb', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3275/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-03-10T08:37:46.323 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 e911bdebe5c8faa3800735d1568fcdca65db60df from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:37:46.324 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm 2026-03-10T08:37:46.324 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm 2026-03-10T08:37:46.324 DEBUG:teuthology.orchestra.run.vm01:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:47.678 INFO:teuthology.orchestra.run.vm01.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 08:37 /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:47.678 DEBUG:teuthology.orchestra.run.vm05:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:49.079 INFO:teuthology.orchestra.run.vm05.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 08:37 /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:49.079 DEBUG:teuthology.orchestra.run.vm08:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:50.522 INFO:teuthology.orchestra.run.vm08.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 08:37 /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:50.522 DEBUG:teuthology.orchestra.run.vm01:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:50.538 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-10T08:37:50.553 DEBUG:teuthology.orchestra.run.vm08:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-10T08:37:50.572 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df on all hosts... 2026-03-10T08:37:50.572 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T08:37:50.579 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T08:37:50.595 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T08:37:50.730 INFO:teuthology.orchestra.run.vm01.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T08:37:50.751 INFO:teuthology.orchestra.run.vm05.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T08:37:50.764 INFO:teuthology.orchestra.run.vm08.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T08:38:20.946 INFO:teuthology.orchestra.run.vm01.stdout:{ 2026-03-10T08:38:20.946 INFO:teuthology.orchestra.run.vm01.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T08:38:20.946 INFO:teuthology.orchestra.run.vm01.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T08:38:20.946 INFO:teuthology.orchestra.run.vm01.stdout: "repo_digests": [ 2026-03-10T08:38:20.946 INFO:teuthology.orchestra.run.vm01.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T08:38:20.946 INFO:teuthology.orchestra.run.vm01.stdout: ] 2026-03-10T08:38:20.946 INFO:teuthology.orchestra.run.vm01.stdout:} 2026-03-10T08:38:36.994 INFO:teuthology.orchestra.run.vm08.stdout:{ 2026-03-10T08:38:36.994 INFO:teuthology.orchestra.run.vm08.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T08:38:36.994 INFO:teuthology.orchestra.run.vm08.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T08:38:36.994 INFO:teuthology.orchestra.run.vm08.stdout: "repo_digests": [ 2026-03-10T08:38:36.994 INFO:teuthology.orchestra.run.vm08.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T08:38:36.994 INFO:teuthology.orchestra.run.vm08.stdout: ] 2026-03-10T08:38:36.994 INFO:teuthology.orchestra.run.vm08.stdout:} 2026-03-10T08:38:40.142 INFO:teuthology.orchestra.run.vm05.stdout:{ 2026-03-10T08:38:40.143 INFO:teuthology.orchestra.run.vm05.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T08:38:40.143 INFO:teuthology.orchestra.run.vm05.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T08:38:40.143 INFO:teuthology.orchestra.run.vm05.stdout: "repo_digests": [ 2026-03-10T08:38:40.143 INFO:teuthology.orchestra.run.vm05.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T08:38:40.143 INFO:teuthology.orchestra.run.vm05.stdout: ] 2026-03-10T08:38:40.143 INFO:teuthology.orchestra.run.vm05.stdout:} 2026-03-10T08:38:40.160 DEBUG:teuthology.orchestra.run.vm01:> sudo mkdir -p /etc/ceph 2026-03-10T08:38:40.188 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /etc/ceph 2026-03-10T08:38:40.212 DEBUG:teuthology.orchestra.run.vm08:> sudo mkdir -p /etc/ceph 2026-03-10T08:38:40.239 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod 777 /etc/ceph 2026-03-10T08:38:40.266 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 777 /etc/ceph 2026-03-10T08:38:40.288 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod 777 /etc/ceph 2026-03-10T08:38:40.314 INFO:tasks.cephadm:Writing seed config... 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-03-10T08:38:40.314 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-03-10T08:38:40.315 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:38:40.315 DEBUG:teuthology.orchestra.run.vm01:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-03-10T08:38:40.329 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 = 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 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-10T08:38:40.330 DEBUG:teuthology.orchestra.run.vm01:mon.a> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a.service 2026-03-10T08:38:40.371 DEBUG:teuthology.orchestra.run.vm01:mgr.a> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.a.service 2026-03-10T08:38:40.413 INFO:tasks.cephadm:Bootstrapping... 2026-03-10T08:38:40.413 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df -v bootstrap --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 --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.101 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:38:40.552 INFO:teuthology.orchestra.run.vm01.stdout:-------------------------------------------------------------------------------- 2026-03-10T08:38:40.552 INFO:teuthology.orchestra.run.vm01.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df', '-v', 'bootstrap', '--fsid', '69059a0e-1c5c-11f1-bf10-c948c66cf6b8', '--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.101', '--skip-admin-label'] 2026-03-10T08:38:40.552 INFO:teuthology.orchestra.run.vm01.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-03-10T08:38:40.552 INFO:teuthology.orchestra.run.vm01.stdout:Verifying podman|docker is present... 2026-03-10T08:38:40.572 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stdout 5.8.0 2026-03-10T08:38:40.572 INFO:teuthology.orchestra.run.vm01.stdout:Verifying lvm2 is present... 2026-03-10T08:38:40.572 INFO:teuthology.orchestra.run.vm01.stdout:Verifying time synchronization is in place... 2026-03-10T08:38:40.578 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-10T08:38:40.578 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-10T08:38:40.585 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-10T08:38:40.585 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-10T08:38:40.591 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout enabled 2026-03-10T08:38:40.596 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout active 2026-03-10T08:38:40.596 INFO:teuthology.orchestra.run.vm01.stdout:Unit chronyd.service is enabled and running 2026-03-10T08:38:40.596 INFO:teuthology.orchestra.run.vm01.stdout:Repeating the final host check... 2026-03-10T08:38:40.614 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stdout 5.8.0 2026-03-10T08:38:40.614 INFO:teuthology.orchestra.run.vm01.stdout:podman (/bin/podman) version 5.8.0 is present 2026-03-10T08:38:40.614 INFO:teuthology.orchestra.run.vm01.stdout:systemctl is present 2026-03-10T08:38:40.614 INFO:teuthology.orchestra.run.vm01.stdout:lvcreate is present 2026-03-10T08:38:40.619 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-10T08:38:40.619 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-10T08:38:40.624 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-10T08:38:40.624 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-10T08:38:40.629 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout enabled 2026-03-10T08:38:40.633 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout active 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Unit chronyd.service is enabled and running 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Host looks OK 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Cluster fsid: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Acquiring lock 140580563612432 on /run/cephadm/69059a0e-1c5c-11f1-bf10-c948c66cf6b8.lock 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Lock 140580563612432 acquired on /run/cephadm/69059a0e-1c5c-11f1-bf10-c948c66cf6b8.lock 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Verifying IP 192.168.123.101 port 3300 ... 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Verifying IP 192.168.123.101 port 6789 ... 2026-03-10T08:38:40.634 INFO:teuthology.orchestra.run.vm01.stdout:Base mon IP(s) is [192.168.123.101:3300, 192.168.123.101:6789], mon addrv is [v2:192.168.123.101:3300,v1:192.168.123.101:6789] 2026-03-10T08:38:40.637 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout default via 192.168.123.1 dev eth0 proto dhcp src 192.168.123.101 metric 100 2026-03-10T08:38:40.637 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout 192.168.123.0/24 dev eth0 proto kernel scope link src 192.168.123.101 metric 100 2026-03-10T08:38:40.639 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-03-10T08:38:40.639 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout fe80::/64 dev eth0 proto kernel metric 1024 pref medium 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout 2: eth0: mtu 1500 state UP qlen 1000 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout inet6 fe80::5055:ff:fe00:1/64 scope link noprefixroute 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:Mon IP `192.168.123.101` is in CIDR network `192.168.123.0/24` 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:Mon IP `192.168.123.101` is in CIDR network `192.168.123.0/24` 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:Inferred mon public CIDR from local network configuration ['192.168.123.0/24', '192.168.123.0/24'] 2026-03-10T08:38:40.641 INFO:teuthology.orchestra.run.vm01.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-03-10T08:38:40.642 INFO:teuthology.orchestra.run.vm01.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T08:38:41.903 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stdout 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c 2026-03-10T08:38:41.903 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T08:38:41.903 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stderr Getting image source signatures 2026-03-10T08:38:41.903 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stderr Copying blob sha256:1752b8d01aa0dd33bbe0ab24e8316174c94fbdcd5d26252e2680bba0624747a7 2026-03-10T08:38:41.903 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stderr Copying blob sha256:8e380faede39ebd4286247457b408d979ab568aafd8389c42ec304b8cfba4e92 2026-03-10T08:38:41.903 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stderr Copying config sha256:654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c 2026-03-10T08:38:41.903 INFO:teuthology.orchestra.run.vm01.stdout:/bin/podman: stderr Writing manifest to image destination 2026-03-10T08:38:42.177 INFO:teuthology.orchestra.run.vm01.stdout:ceph: stdout ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable) 2026-03-10T08:38:42.177 INFO:teuthology.orchestra.run.vm01.stdout:Ceph version: ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable) 2026-03-10T08:38:42.177 INFO:teuthology.orchestra.run.vm01.stdout:Extracting ceph user uid/gid from container image... 2026-03-10T08:38:42.395 INFO:teuthology.orchestra.run.vm01.stdout:stat: stdout 167 167 2026-03-10T08:38:42.395 INFO:teuthology.orchestra.run.vm01.stdout:Creating initial keys... 2026-03-10T08:38:42.626 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-authtool: stdout AQCS2K9pyE5PHRAARSBrloKgmi0ql9ww2ExuZQ== 2026-03-10T08:38:42.828 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-authtool: stdout AQCS2K9pHw0+KhAASqQ/hdj4NELzNLSUDiArig== 2026-03-10T08:38:43.052 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-authtool: stdout AQCS2K9pfPDENhAA9204eePle8DwLeE3i/xe+g== 2026-03-10T08:38:43.052 INFO:teuthology.orchestra.run.vm01.stdout:Creating initial monmap... 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:monmaptool for a [v2:192.168.123.101:3300,v1:192.168.123.101:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:setting min_mon_release = quincy 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: set fsid to 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:38:43.279 INFO:teuthology.orchestra.run.vm01.stdout:Creating mon... 2026-03-10T08:38:43.527 INFO:teuthology.orchestra.run.vm01.stdout:create mon.a on 2026-03-10T08:38:43.681 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-03-10T08:38:43.798 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-03-10T08:38:43.929 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8.target → /etc/systemd/system/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8.target. 2026-03-10T08:38:43.929 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8.target → /etc/systemd/system/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8.target. 2026-03-10T08:38:44.069 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a 2026-03-10T08:38:44.069 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to reset failed state of unit ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a.service: Unit ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a.service not loaded. 2026-03-10T08:38:44.208 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8.target.wants/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a.service → /etc/systemd/system/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@.service. 2026-03-10T08:38:44.417 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-10T08:38:44.417 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to enable service . firewalld.service is not available 2026-03-10T08:38:44.417 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mon to start... 2026-03-10T08:38:44.417 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mon... 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout cluster: 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout id: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout services: 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.153478s) 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout data: 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-03-10T08:38:44.737 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-03-10T08:38:44.738 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-03-10T08:38:44.738 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout pgs: 2026-03-10T08:38:44.738 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:44.738 INFO:teuthology.orchestra.run.vm01.stdout:mon is available 2026-03-10T08:38:44.738 INFO:teuthology.orchestra.run.vm01.stdout:Assimilating anything we can from ceph.conf... 2026-03-10T08:38:45.028 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [global] 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout fsid = 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.101:3300,v1:192.168.123.101:6789] 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [osd] 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-10T08:38:45.029 INFO:teuthology.orchestra.run.vm01.stdout:Generating new minimal ceph.conf... 2026-03-10T08:38:45.321 INFO:teuthology.orchestra.run.vm01.stdout:Restarting the monitor... 2026-03-10T08:38:45.574 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a[51912]: 2026-03-10T08:38:45.391+0000 7fbf80771640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-10T08:38:45.574 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 podman[52209]: 2026-03-10 08:38:45.577297258 +0000 UTC m=+0.200400932 container died 2b6691cf90394b3c9d7cc302bde27926b727bf3be3c886cd51892dad8ecd3bea (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a, CEPH_REF=squid, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0) 2026-03-10T08:38:45.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 podman[52209]: 2026-03-10 08:38:45.692269478 +0000 UTC m=+0.315373152 container remove 2b6691cf90394b3c9d7cc302bde27926b727bf3be3c886cd51892dad8ecd3bea (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, CEPH_REF=squid, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default) 2026-03-10T08:38:45.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 bash[52209]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a 2026-03-10T08:38:45.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 systemd[1]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a.service: Deactivated successfully. 2026-03-10T08:38:45.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 systemd[1]: Stopped Ceph mon.a for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8. 2026-03-10T08:38:45.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 systemd[1]: Starting Ceph mon.a for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:38:46.244 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:45 vm01 podman[52288]: 2026-03-10 08:38:45.841061804 +0000 UTC m=+0.016218035 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T08:38:46.642 INFO:teuthology.orchestra.run.vm01.stdout:Setting public_network to 192.168.123.0/24 in mon config section 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 podman[52288]: 2026-03-10 08:38:46.247183603 +0000 UTC m=+0.422339834 container create 9dde11f04fe2dd600b8ce4c1936ca4778af42c96ac2746914150799f59bf12bb (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 podman[52288]: 2026-03-10 08:38:46.63159605 +0000 UTC m=+0.806752281 container init 9dde11f04fe2dd600b8ce4c1936ca4778af42c96ac2746914150799f59bf12bb (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=squid) 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 podman[52288]: 2026-03-10 08:38:46.635366299 +0000 UTC m=+0.810522530 container start 9dde11f04fe2dd600b8ce4c1936ca4778af42c96ac2746914150799f59bf12bb (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid) 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 bash[52288]: 9dde11f04fe2dd600b8ce4c1936ca4778af42c96ac2746914150799f59bf12bb 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 systemd[1]: Started Ceph mon.a for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8. 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: set uid:gid to 167:167 (ceph:ceph) 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable), process ceph-mon, pid 6 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: pidfile_write: ignore empty --pid-file 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: load: jerasure load: lrc 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: RocksDB version: 7.9.2 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Git sha 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Compile date 2026-02-25 18:11:04 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: DB SUMMARY 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: DB Session ID: 0567CRKPSTIIFDASAY9A 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: CURRENT file: CURRENT 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: IDENTITY file: IDENTITY 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 75535 ; 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.error_if_exists: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.create_if_missing: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.paranoid_checks: 1 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.flush_verify_memtable_count: 1 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.env: 0x55d401173dc0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.fs: PosixFileSystem 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.info_log: 0x55d40225c700 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_file_opening_threads: 16 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.statistics: (nil) 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.use_fsync: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_log_file_size: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.log_file_time_to_roll: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.keep_log_file_num: 1000 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.recycle_log_file_num: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.allow_fallocate: 1 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.allow_mmap_reads: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.allow_mmap_writes: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.use_direct_reads: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.create_missing_column_families: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.db_log_dir: 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.wal_dir: 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.table_cache_numshardbits: 6 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.WAL_ttl_seconds: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.WAL_size_limit_MB: 0 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-10T08:38:46.938 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.is_fd_close_on_exec: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.advise_random_on_open: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.db_write_buffer_size: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.write_buffer_manager: 0x55d402261900 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.use_adaptive_mutex: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.rate_limiter: (nil) 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.wal_recovery_mode: 2 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.enable_thread_tracking: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.enable_pipelined_write: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.unordered_write: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.row_cache: None 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.wal_filter: None 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.allow_ingest_behind: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.two_write_queues: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.manual_wal_flush: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.wal_compression: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.atomic_flush: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.persist_stats_to_disk: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.write_dbid_to_manifest: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.log_readahead_size: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.best_efforts_recovery: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.allow_data_in_errors: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.db_host_id: __hostname__ 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.enforce_single_del_contracts: true 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_background_jobs: 2 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_background_compactions: -1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_subcompactions: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.delayed_write_rate : 16777216 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_total_wal_size: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.stats_dump_period_sec: 600 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.stats_persist_period_sec: 600 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_open_files: -1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bytes_per_sync: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.wal_bytes_per_sync: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.strict_bytes_per_sync: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_readahead_size: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_background_flushes: -1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Compression algorithms supported: 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kZSTD supported: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kXpressCompression supported: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kBZip2Compression supported: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kLZ4Compression supported: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kZlibCompression supported: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kLZ4HCCompression supported: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: kSnappyCompression supported: 1 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Fast CRC32 supported: Supported on x86 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: DMutex implementation: pthread_mutex_t 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-10T08:38:46.939 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.merge_operator: 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_filter: None 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_filter_factory: None 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.sst_partitioner_factory: None 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.memtable_factory: SkipListFactory 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.table_factory: BlockBasedTable 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d40225c640) 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: cache_index_and_filter_blocks: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: pin_top_level_index_and_filter: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: index_type: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: data_block_index_type: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: index_shortening: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: data_block_hash_table_util_ratio: 0.750000 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: checksum: 4 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: no_block_cache: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_cache: 0x55d402281350 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_cache_name: BinnedLRUCache 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_cache_options: 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: capacity : 536870912 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: num_shard_bits : 4 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: strict_capacity_limit : 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: high_pri_pool_ratio: 0.000 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_cache_compressed: (nil) 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: persistent_cache: (nil) 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_size: 4096 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_size_deviation: 10 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_restart_interval: 16 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: index_block_restart_interval: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: metadata_block_size: 4096 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: partition_filters: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: use_delta_encoding: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: filter_policy: bloomfilter 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: whole_key_filtering: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: verify_compression: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: read_amp_bytes_per_bit: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: format_version: 5 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: enable_index_compression: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: block_align: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: max_auto_readahead_size: 262144 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: prepopulate_block_cache: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: initial_auto_readahead_size: 8192 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout: num_file_reads_for_auto_readahead: 2 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.write_buffer_size: 33554432 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_write_buffer_number: 2 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression: NoCompression 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression: Disabled 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.prefix_extractor: nullptr 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.num_levels: 7 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.window_bits: -14 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.level: 32767 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.strategy: 0 2026-03-10T08:38:46.940 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.enabled: false 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.target_file_size_base: 67108864 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.target_file_size_multiplier: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.arena_block_size: 1048576 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.disable_auto_compactions: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.inplace_update_support: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.inplace_update_num_locks: 10000 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.memtable_huge_page_size: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.bloom_locality: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.max_successive_merges: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.optimize_filters_for_hits: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.paranoid_file_checks: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.force_consistency_checks: 1 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.report_bg_io_stats: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.ttl: 2592000 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.periodic_compaction_seconds: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.enable_blob_files: false 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.min_blob_size: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.blob_file_size: 268435456 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.blob_compression_type: NoCompression 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.enable_blob_garbage_collection: false 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.blob_file_starting_level: 0 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dc805b64-2b95-4440-88dc-648c53849516 2026-03-10T08:38:46.941 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773131926658421, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773131926659800, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 72616, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 225, "table_properties": {"data_size": 70895, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9705, "raw_average_key_size": 49, "raw_value_size": 65374, "raw_average_value_size": 333, "num_data_blocks": 8, "num_entries": 196, "num_filter_entries": 196, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1773131926, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dc805b64-2b95-4440-88dc-648c53849516", "db_session_id": "0567CRKPSTIIFDASAY9A", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773131926659850, "job": 1, "event": "recovery_finished"} 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d402282e00 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: DB pointer 0x55d402398000 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: starting mon.a rank 0 at public addrs [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] at bind addrs [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: ** DB Stats ** 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: ** Compaction Stats [default] ** 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: L0 2/0 72.77 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Sum 2/0 72.77 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: ** Compaction Stats [default] ** 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 57.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: AddFile(Keys): cumulative 0, interval 0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Cumulative compaction: 0.00 GB write, 9.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Interval compaction: 0.00 GB write, 9.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Block cache BinnedLRUCache@0x55d402281350#6 capacity: 512.00 MB usage: 26.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 5e-06 secs_since: 0 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: Block cache entry stats(count,size,portion): DataBlock(3,25.11 KB,0.00478923%) FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout: ** File Read Latency Histogram By Level [default] ** 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: mon.a@-1(???) e1 preinit fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:46.942 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:46 vm01 ceph-mon[52322]: mon.a@-1(???).mds e1 new map 2026-03-10T08:38:46.945 INFO:teuthology.orchestra.run.vm01.stdout:Wrote config to /etc/ceph/ceph.conf 2026-03-10T08:38:46.946 INFO:teuthology.orchestra.run.vm01.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:38:46.946 INFO:teuthology.orchestra.run.vm01.stdout:Creating mgr... 2026-03-10T08:38:46.946 INFO:teuthology.orchestra.run.vm01.stdout:Verifying port 0.0.0.0:9283 ... 2026-03-10T08:38:46.947 INFO:teuthology.orchestra.run.vm01.stdout:Verifying port 0.0.0.0:8765 ... 2026-03-10T08:38:47.081 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.a 2026-03-10T08:38:47.081 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to reset failed state of unit ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.a.service: Unit ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.a.service not loaded. 2026-03-10T08:38:47.206 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8.target.wants/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.a.service → /etc/systemd/system/ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@.service. 2026-03-10T08:38:47.363 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-10T08:38:47.363 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to enable service . firewalld.service is not available 2026-03-10T08:38:47.363 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-10T08:38:47.363 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-03-10T08:38:47.363 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr to start... 2026-03-10T08:38:47.363 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr... 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsid": "69059a0e-1c5c-11f1-bf10-c948c66cf6b8", 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 0 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:47.700 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T08:38:44:443106+0000", 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T08:38:47.701 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T08:38:44.443745+0000", 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-10T08:38:47.702 INFO:teuthology.orchestra.run.vm01.stdout:mgr not available, waiting (1/15)... 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: monmap epoch 1 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: last_changed 2026-03-10T08:38:43.146693+0000 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: min_mon_release 19 (squid) 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: election_strategy: 1 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: fsmap 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: osdmap e1: 0 total, 0 up, 0 in 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: mgrmap e1: no daemons active 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3071523725' entity='client.admin' 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2915934261' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T08:38:47.871 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:47 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:47.873+0000 7efeb423d140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T08:38:48.624 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.167+0000 7efeb423d140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T08:38:48.625 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T08:38:48.625 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T08:38:48.625 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: from numpy import show_config as show_numpy_config 2026-03-10T08:38:48.625 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.247+0000 7efeb423d140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T08:38:48.625 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.281+0000 7efeb423d140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T08:38:48.625 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.347+0000 7efeb423d140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T08:38:49.124 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.807+0000 7efeb423d140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T08:38:49.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.911+0000 7efeb423d140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:38:49.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.948+0000 7efeb423d140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T08:38:49.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:48.979+0000 7efeb423d140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T08:38:49.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.017+0000 7efeb423d140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T08:38:49.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.050+0000 7efeb423d140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T08:38:49.456 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.208+0000 7efeb423d140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T08:38:49.456 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.254+0000 7efeb423d140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T08:38:49.717 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.458+0000 7efeb423d140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T08:38:49.717 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.719+0000 7efeb423d140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T08:38:49.994 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2881341974' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T08:38:49.994 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.760+0000 7efeb423d140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T08:38:49.994 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.803+0000 7efeb423d140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T08:38:49.994 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.883+0000 7efeb423d140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T08:38:49.994 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.922+0000 7efeb423d140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T08:38:49.994 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:49 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:49.995+0000 7efeb423d140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsid": "69059a0e-1c5c-11f1-bf10-c948c66cf6b8", 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 0 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T08:38:44:443106+0000", 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:50.005 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T08:38:50.006 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:50.006 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T08:38:44.443745+0000", 2026-03-10T08:38:50.006 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T08:38:50.006 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:50.006 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T08:38:50.006 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-10T08:38:50.006 INFO:teuthology.orchestra.run.vm01.stdout:mgr not available, waiting (2/15)... 2026-03-10T08:38:50.257 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:50.104+0000 7efeb423d140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:38:50.257 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:50.226+0000 7efeb423d140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T08:38:50.257 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:50.259+0000 7efeb423d140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: Activating manager daemon a 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: mgrmap e2: a(active, starting, since 0.00331709s) 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: Manager daemon a is now available 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' 2026-03-10T08:38:51.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:50 vm01 ceph-mon[52322]: from='mgr.14100 192.168.123.101:0/221352757' entity='mgr.a' 2026-03-10T08:38:52.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:52 vm01 ceph-mon[52322]: mgrmap e3: a(active, since 1.00768s) 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsid": "69059a0e-1c5c-11f1-bf10-c948c66cf6b8", 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 0 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T08:38:52.454 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T08:38:44:443106+0000", 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T08:38:44.443745+0000", 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-10T08:38:52.455 INFO:teuthology.orchestra.run.vm01.stdout:mgr is available 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [global] 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout fsid = 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.101:3300,v1:192.168.123.101:6789] 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [osd] 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-10T08:38:52.799 INFO:teuthology.orchestra.run.vm01.stdout:Enabling cephadm module... 2026-03-10T08:38:53.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-mon[52322]: mgrmap e4: a(active, since 2s) 2026-03-10T08:38:53.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1880379062' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T08:38:53.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/576893824' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-10T08:38:53.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/576893824' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-10T08:38:53.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1118615779' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-10T08:38:54.068 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: ignoring --setuser ceph since I am not root 2026-03-10T08:38:54.068 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: ignoring --setgroup ceph since I am not root 2026-03-10T08:38:54.068 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:53.784+0000 7f203c187140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T08:38:54.068 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:53 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:53.838+0000 7f203c187140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for the mgr to restart... 2026-03-10T08:38:54.202 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr epoch 5... 2026-03-10T08:38:54.374 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:54.241+0000 7f203c187140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T08:38:54.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1118615779' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-10T08:38:54.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-mon[52322]: mgrmap e5: a(active, since 3s) 2026-03-10T08:38:54.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3472763706' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T08:38:54.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:54.555+0000 7f203c187140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T08:38:54.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T08:38:54.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T08:38:54.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: from numpy import show_config as show_numpy_config 2026-03-10T08:38:54.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:54.637+0000 7f203c187140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T08:38:54.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:54.674+0000 7f203c187140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T08:38:54.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:54 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:54.742+0000 7f203c187140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T08:38:55.477 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.223+0000 7f203c187140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T08:38:55.477 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.331+0000 7f203c187140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:38:55.478 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.370+0000 7f203c187140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T08:38:55.478 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.403+0000 7f203c187140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T08:38:55.478 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.444+0000 7f203c187140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T08:38:55.478 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.480+0000 7f203c187140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T08:38:55.874 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.642+0000 7f203c187140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T08:38:55.874 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.694+0000 7f203c187140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T08:38:56.181 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:55 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:55.908+0000 7f203c187140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T08:38:56.181 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.183+0000 7f203c187140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T08:38:56.451 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.221+0000 7f203c187140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T08:38:56.451 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.263+0000 7f203c187140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T08:38:56.451 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.340+0000 7f203c187140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T08:38:56.451 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.375+0000 7f203c187140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T08:38:56.451 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.453+0000 7f203c187140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T08:38:56.721 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.560+0000 7f203c187140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:38:56.722 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.688+0000 7f203c187140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T08:38:56.722 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:38:56.724+0000 7f203c187140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T08:38:57.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: Active manager daemon a restarted 2026-03-10T08:38:57.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: Activating manager daemon a 2026-03-10T08:38:57.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: osdmap e2: 0 total, 0 up, 0 in 2026-03-10T08:38:57.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: mgrmap e6: a(active, starting, since 0.00550941s) 2026-03-10T08:38:57.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: Manager daemon a is now available 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T08:38:57.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:56 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T08:38:57.882 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-10T08:38:57.882 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-03-10T08:38:57.882 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-10T08:38:57.882 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-10T08:38:57.882 INFO:teuthology.orchestra.run.vm01.stdout:mgr epoch 5 is available 2026-03-10T08:38:57.882 INFO:teuthology.orchestra.run.vm01.stdout:Setting orchestrator backend to cephadm... 2026-03-10T08:38:58.525 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-mon[52322]: Found migration_current of "None". Setting to last migration. 2026-03-10T08:38:58.525 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:38:58.525 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:38:58.525 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-mon[52322]: mgrmap e7: a(active, since 1.01926s) 2026-03-10T08:38:58.525 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:38:58.525 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:38:58.525 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:38:58.644 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout value unchanged 2026-03-10T08:38:58.644 INFO:teuthology.orchestra.run.vm01.stdout:Generating ssh key... 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: Generating public/private ed25519 key pair. 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: Your identification has been saved in /tmp/tmpiyqsdiuy/key 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: Your public key has been saved in /tmp/tmpiyqsdiuy/key.pub 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: The key fingerprint is: 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: SHA256:4rO4C21m9lfBLnOJ6HONQPSB0sNOOK9RM3/3s5wyRtQ ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: The key's randomart image is: 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: +--[ED25519 256]--+ 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | + . | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | + @ . | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | O * o . | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | . + o + o E | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | +..S+ = . | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | ...o.+ = . o | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | . *.o. B . . + | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | * ooo+ . + + | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: | +oo+ . o | 2026-03-10T08:38:59.121 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:38:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: +----[SHA256]-----+ 2026-03-10T08:38:59.371 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLaQWAucrC4afadSWGxVClPwSJLWlzyMOp8a+cDWomt ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:38:59.371 INFO:teuthology.orchestra.run.vm01.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-03-10T08:38:59.371 INFO:teuthology.orchestra.run.vm01.stdout:Adding key to root@localhost authorized_keys... 2026-03-10T08:38:59.371 INFO:teuthology.orchestra.run.vm01.stdout:Adding host vm01... 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: [10/Mar/2026:08:38:58] ENGINE Bus STARTING 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: [10/Mar/2026:08:38:58] ENGINE Serving on https://192.168.123.101:7150 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: [10/Mar/2026:08:38:58] ENGINE Client ('192.168.123.101', 43360) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: [10/Mar/2026:08:38:58] ENGINE Serving on http://192.168.123.101:8765 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: [10/Mar/2026:08:38:58] ENGINE Bus STARTED 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:38:59.646 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:38:59 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:00.410 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:00 vm01 ceph-mon[52322]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:00.410 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:00 vm01 ceph-mon[52322]: Generating ssh key... 2026-03-10T08:39:00.410 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:00 vm01 ceph-mon[52322]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:00.410 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:00 vm01 ceph-mon[52322]: mgrmap e8: a(active, since 2s) 2026-03-10T08:39:00.410 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:00 vm01 ceph-mon[52322]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm01", "addr": "192.168.123.101", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:01.188 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout Added host 'vm01' with addr '192.168.123.101' 2026-03-10T08:39:01.188 INFO:teuthology.orchestra.run.vm01.stdout:Deploying unmanaged mon service... 2026-03-10T08:39:01.561 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:01 vm01 ceph-mon[52322]: Deploying cephadm binary to vm01 2026-03-10T08:39:01.561 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:01 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:01.561 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:01 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:01.570 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-03-10T08:39:01.570 INFO:teuthology.orchestra.run.vm01.stdout:Deploying unmanaged mgr service... 2026-03-10T08:39:01.952 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-03-10T08:39:02.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:02 vm01 ceph-mon[52322]: Added host vm01 2026-03-10T08:39:02.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:02 vm01 ceph-mon[52322]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:02.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:02 vm01 ceph-mon[52322]: Saving service mon spec with placement count:5 2026-03-10T08:39:02.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:02 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:02.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:02 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:02.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:02 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2637264752' entity='client.admin' 2026-03-10T08:39:02.699 INFO:teuthology.orchestra.run.vm01.stdout:Enabling the dashboard module... 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: Saving service mgr spec with placement count:2 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3368050369' entity='client.admin' 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1435919519' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm01", "caps": []}]: dispatch 2026-03-10T08:39:03.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-mon[52322]: from='mgr.14118 192.168.123.101:0/2162183698' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm01", "caps": []}]': finished 2026-03-10T08:39:04.139 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: ignoring --setuser ceph since I am not root 2026-03-10T08:39:04.139 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:03 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: ignoring --setgroup ceph since I am not root 2026-03-10T08:39:04.139 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:04.009+0000 7f68bdaa9140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T08:39:04.139 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:04.061+0000 7f68bdaa9140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for the mgr to restart... 2026-03-10T08:39:04.448 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr epoch 9... 2026-03-10T08:39:04.839 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:04.518+0000 7f68bdaa9140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T08:39:04.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-mon[52322]: Deploying daemon agent.vm01 on vm01 2026-03-10T08:39:04.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1435919519' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-10T08:39:04.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-mon[52322]: mgrmap e9: a(active, since 7s) 2026-03-10T08:39:04.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1923907819' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T08:39:05.124 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:04.841+0000 7f68bdaa9140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T08:39:05.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T08:39:05.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T08:39:05.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: from numpy import show_config as show_numpy_config 2026-03-10T08:39:05.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:04.926+0000 7f68bdaa9140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T08:39:05.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:04 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:04.961+0000 7f68bdaa9140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T08:39:05.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.028+0000 7f68bdaa9140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T08:39:05.874 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.502+0000 7f68bdaa9140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T08:39:05.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.605+0000 7f68bdaa9140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:39:05.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.643+0000 7f68bdaa9140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T08:39:05.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.675+0000 7f68bdaa9140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T08:39:05.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.713+0000 7f68bdaa9140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T08:39:05.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.747+0000 7f68bdaa9140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T08:39:06.158 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.907+0000 7f68bdaa9140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T08:39:06.158 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:05 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:05.954+0000 7f68bdaa9140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T08:39:06.417 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.160+0000 7f68bdaa9140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T08:39:06.682 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.419+0000 7f68bdaa9140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T08:39:06.682 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.459+0000 7f68bdaa9140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T08:39:06.682 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.502+0000 7f68bdaa9140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T08:39:06.682 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.575+0000 7f68bdaa9140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T08:39:06.683 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.610+0000 7f68bdaa9140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T08:39:06.946 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.684+0000 7f68bdaa9140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T08:39:06.946 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.789+0000 7f68bdaa9140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:39:06.946 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.914+0000 7f68bdaa9140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T08:39:07.263 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:06.948+0000 7f68bdaa9140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T08:39:07.263 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:07 vm01 ceph-mon[52322]: Active manager daemon a restarted 2026-03-10T08:39:07.263 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:07 vm01 ceph-mon[52322]: Activating manager daemon a 2026-03-10T08:39:08.239 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-10T08:39:08.239 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-03-10T08:39:08.239 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-10T08:39:08.240 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-10T08:39:08.240 INFO:teuthology.orchestra.run.vm01.stdout:mgr epoch 9 is available 2026-03-10T08:39:08.240 INFO:teuthology.orchestra.run.vm01.stdout:Generating a dashboard self-signed certificate... 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: osdmap e3: 0 total, 0 up, 0 in 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: mgrmap e10: a(active, starting, since 0.192189s) 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: Manager daemon a is now available 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm01", "caps": []}]: dispatch 2026-03-10T08:39:08.357 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:08 vm01 ceph-mon[52322]: mgrmap e11: a(active, since 1.13601s) 2026-03-10T08:39:08.689 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-03-10T08:39:08.690 INFO:teuthology.orchestra.run.vm01.stdout:Creating initial admin user... 2026-03-10T08:39:09.204 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$j1JajxBGrxlRXHg1wnPB0OPXzDB3Yki1z9fmI/us7J/m7OQvrRJhO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1773131949, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-03-10T08:39:09.204 INFO:teuthology.orchestra.run.vm01.stdout:Fetching dashboard port number... 2026-03-10T08:39:09.568 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 8443 2026-03-10T08:39:09.568 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-10T08:39:09.568 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-03-10T08:39:09.569 INFO:teuthology.orchestra.run.vm01.stdout:Ceph Dashboard is now available at: 2026-03-10T08:39:09.569 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:09.569 INFO:teuthology.orchestra.run.vm01.stdout: URL: https://vm01.local:8443/ 2026-03-10T08:39:09.569 INFO:teuthology.orchestra.run.vm01.stdout: User: admin 2026-03-10T08:39:09.569 INFO:teuthology.orchestra.run.vm01.stdout: Password: oirpbcho8a 2026-03-10T08:39:09.569 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:09.570 INFO:teuthology.orchestra.run.vm01.stdout:Saving cluster configuration to /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config directory 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: [10/Mar/2026:08:39:07] ENGINE Bus STARTING 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: [10/Mar/2026:08:39:08] ENGINE Serving on https://192.168.123.101:7150 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: [10/Mar/2026:08:39:08] ENGINE Client ('192.168.123.101', 58560) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: [10/Mar/2026:08:39:08] ENGINE Serving on http://192.168.123.101:8765 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: [10/Mar/2026:08:39:08] ENGINE Bus STARTED 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: Deploying daemon agent.vm01 on vm01 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='client.14164 -' 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-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:09.684 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:09 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3259004064' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout:Or, if you are only running a single cluster on this host: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout:Please consider enabling telemetry to help improve Ceph: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: ceph telemetry on 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout:For more information see: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:10.186 INFO:teuthology.orchestra.run.vm01.stdout:Bootstrap complete. 2026-03-10T08:39:10.215 INFO:tasks.cephadm:Fetching config... 2026-03-10T08:39:10.215 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:39:10.215 DEBUG:teuthology.orchestra.run.vm01:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-03-10T08:39:10.237 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-03-10T08:39:10.237 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:39:10.237 DEBUG:teuthology.orchestra.run.vm01:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-03-10T08:39:10.292 INFO:tasks.cephadm:Fetching mon keyring... 2026-03-10T08:39:10.292 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:39:10.292 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/keyring of=/dev/stdout 2026-03-10T08:39:10.356 INFO:tasks.cephadm:Fetching pub ssh key... 2026-03-10T08:39:10.356 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:39:10.356 DEBUG:teuthology.orchestra.run.vm01:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-03-10T08:39:10.410 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-03-10T08:39:10.411 DEBUG:teuthology.orchestra.run.vm01:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLaQWAucrC4afadSWGxVClPwSJLWlzyMOp8a+cDWomt ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T08:39:10.482 INFO:teuthology.orchestra.run.vm01.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLaQWAucrC4afadSWGxVClPwSJLWlzyMOp8a+cDWomt ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:10.492 DEBUG:teuthology.orchestra.run.vm05:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLaQWAucrC4afadSWGxVClPwSJLWlzyMOp8a+cDWomt ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T08:39:10.523 INFO:teuthology.orchestra.run.vm05.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLaQWAucrC4afadSWGxVClPwSJLWlzyMOp8a+cDWomt ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:10.532 DEBUG:teuthology.orchestra.run.vm08:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLaQWAucrC4afadSWGxVClPwSJLWlzyMOp8a+cDWomt ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T08:39:10.577 INFO:teuthology.orchestra.run.vm08.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLaQWAucrC4afadSWGxVClPwSJLWlzyMOp8a+cDWomt ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:10.590 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-03-10T08:39:10.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:10 vm01 ceph-mon[52322]: mgrmap e12: a(active, since 2s) 2026-03-10T08:39:10.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:10 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2484677211' entity='client.admin' 2026-03-10T08:39:10.901 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:11.498 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-03-10T08:39:11.498 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-03-10T08:39:11.768 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:12.256 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm05 2026-03-10T08:39:12.257 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:39:12.257 DEBUG:teuthology.orchestra.run.vm05:> dd of=/etc/ceph/ceph.conf 2026-03-10T08:39:12.273 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:39:12.273 DEBUG:teuthology.orchestra.run.vm05:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:12.330 INFO:tasks.cephadm:Adding host vm05 to orchestrator... 2026-03-10T08:39:12.330 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch host add vm05 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1146552954' entity='client.admin' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.371 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.372 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:12.372 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:12.372 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:12.372 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:12.666 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: Updating vm01:/etc/ceph/ceph.conf 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: Updating vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: Updating vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.client.admin.keyring 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:13.572 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:14.658 INFO:teuthology.orchestra.run.vm01.stdout:Added host 'vm05' with addr '192.168.123.105' 2026-03-10T08:39:14.845 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch host ls --format=json 2026-03-10T08:39:14.910 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:14 vm01 ceph-mon[52322]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm05", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:14.910 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:14 vm01 ceph-mon[52322]: Deploying cephadm binary to vm05 2026-03-10T08:39:14.910 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:14.910 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:14 vm01 ceph-mon[52322]: mgrmap e13: a(active, since 6s) 2026-03-10T08:39:14.910 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:14.910 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:14.910 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:15.057 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:15.300 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:15.300 INFO:teuthology.orchestra.run.vm01.stdout:[{"addr": "192.168.123.101", "hostname": "vm01", "labels": [], "status": ""}, {"addr": "192.168.123.105", "hostname": "vm05", "labels": [], "status": ""}] 2026-03-10T08:39:15.478 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm08 2026-03-10T08:39:15.478 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:39:15.478 DEBUG:teuthology.orchestra.run.vm08:> dd of=/etc/ceph/ceph.conf 2026-03-10T08:39:15.493 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:39:15.493 DEBUG:teuthology.orchestra.run.vm08:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:15.549 INFO:tasks.cephadm:Adding host vm08 to orchestrator... 2026-03-10T08:39:15.549 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch host add vm08 2026-03-10T08:39:15.728 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: Added host vm05 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-10T08:39:16.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]': finished 2026-03-10T08:39:17.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: Updating vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: Updating vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.client.admin.keyring 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:17.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:17.422 INFO:teuthology.orchestra.run.vm01.stdout:Added host 'vm08' with addr '192.168.123.108' 2026-03-10T08:39:17.574 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch host ls --format=json 2026-03-10T08:39:17.746 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:18.023 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:18.023 INFO:teuthology.orchestra.run.vm01.stdout:[{"addr": "192.168.123.101", "hostname": "vm01", "labels": [], "status": ""}, {"addr": "192.168.123.105", "hostname": "vm05", "labels": [], "status": ""}, {"addr": "192.168.123.108", "hostname": "vm08", "labels": [], "status": ""}] 2026-03-10T08:39:18.023 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: Deploying daemon agent.vm05 on vm05 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: Deploying cephadm binary to vm08 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm08", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:18.024 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:18.176 INFO:tasks.cephadm:Setting crush tunables to default 2026-03-10T08:39:18.176 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd crush tunables default 2026-03-10T08:39:18.366 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: Added host vm08 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: Updating vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm08", "caps": []}]: dispatch 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm08", "caps": []}]': finished 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:19.332 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:18 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2829393805' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-10T08:39:19.332 INFO:teuthology.orchestra.run.vm01.stderr:adjusted tunables profile to default 2026-03-10T08:39:19.515 INFO:tasks.cephadm:Adding mon.a on vm01 2026-03-10T08:39:19.515 INFO:tasks.cephadm:Adding mon.b on vm05 2026-03-10T08:39:19.515 INFO:tasks.cephadm:Adding mon.c on vm08 2026-03-10T08:39:19.515 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch apply mon '3;vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm08:192.168.123.108=c' 2026-03-10T08:39:19.731 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:20.042 INFO:teuthology.orchestra.run.vm08.stdout:Scheduled mon update... 2026-03-10T08:39:20.353 DEBUG:teuthology.orchestra.run.vm05:mon.b> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.b.service 2026-03-10T08:39:20.355 DEBUG:teuthology.orchestra.run.vm08:mon.c> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.c.service 2026-03-10T08:39:20.356 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T08:39:20.356 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph mon dump -f json 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: Updating vm08:/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: Updating vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.client.admin.keyring 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: Deploying daemon agent.vm08 on vm08 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2829393805' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:20.606 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:20.911 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:39:20.911 INFO:teuthology.orchestra.run.vm08.stdout:{"epoch":1,"fsid":"69059a0e-1c5c-11f1-bf10-c948c66cf6b8","modified":"2026-03-10T08:38:43.146693Z","created":"2026-03-10T08:38:43.146693Z","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.101:3300","nonce":0},{"type":"v1","addr":"192.168.123.101:6789","nonce":0}]},"addr":"192.168.123.101:6789/0","public_addr":"192.168.123.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-03-10T08:39:20.911 INFO:teuthology.orchestra.run.vm08.stderr:dumped monmap epoch 1 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm08:192.168.123.108=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: Saving service mon spec with placement vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm08:192.168.123.108=c;count:3 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: Deploying daemon mon.c on vm08 2026-03-10T08:39:21.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:21 vm01 ceph-mon[52322]: from='client.? 192.168.123.108:0/117346084' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T08:39:22.068 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T08:39:22.069 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph mon dump -f json 2026-03-10T08:39:22.257 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.c/config 2026-03-10T08:39:23.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:23 vm05 ceph-mon[52532]: mon.b@-1(synchronizing).mgr e13 mkfs or daemon transitioned to available, loading commands 2026-03-10T08:39:27.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:26 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: Deploying daemon mon.b on vm05 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: mon.a calling monitor election 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: mon.c calling monitor election 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: monmap epoch 2 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: last_changed 2026-03-10T08:39:21.833188+0000 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: min_mon_release 19 (squid) 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: election_strategy: 1 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: fsmap 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: mgrmap e13: a(active, since 19s) 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: overall HEALTH_OK 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:26 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.733 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: Deploying daemon mon.b on vm05 2026-03-10T08:39:27.733 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:39:27.733 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: mon.a calling monitor election 2026-03-10T08:39:27.733 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.733 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.733 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: mon.c calling monitor election 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: monmap epoch 2 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: last_changed 2026-03-10T08:39:21.833188+0000 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: min_mon_release 19 (squid) 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: election_strategy: 1 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: fsmap 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: mgrmap e13: a(active, since 19s) 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: overall HEALTH_OK 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.734 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:27.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:27 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:27.831+0000 7f6889e14640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Updating vm01:/etc/ceph/ceph.conf 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Updating vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Updating vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Updating vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: Reconfiguring daemon mon.a on vm01 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: mon.a calling monitor election 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: mon.c calling monitor election 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: monmap epoch 3 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: last_changed 2026-03-10T08:39:27.479046+0000 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: min_mon_release 19 (squid) 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: election_strategy: 1 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: fsmap 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: mgrmap e13: a(active, since 25s) 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: overall HEALTH_OK 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:39:32.795 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:39:32.796 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:32.796 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.796 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.796 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.796 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Updating vm01:/etc/ceph/ceph.conf 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Updating vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Updating vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Updating vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: Reconfiguring daemon mon.a on vm01 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: mon.a calling monitor election 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: mon.c calling monitor election 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T08:39:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: monmap epoch 3 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: last_changed 2026-03-10T08:39:27.479046+0000 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: min_mon_release 19 (squid) 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: election_strategy: 1 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: fsmap 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: mgrmap e13: a(active, since 25s) 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: overall HEALTH_OK 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:32.966 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:39:32.966 INFO:teuthology.orchestra.run.vm08.stdout:{"epoch":3,"fsid":"69059a0e-1c5c-11f1-bf10-c948c66cf6b8","modified":"2026-03-10T08:39:27.479046Z","created":"2026-03-10T08:38:43.146693Z","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.101:3300","nonce":0},{"type":"v1","addr":"192.168.123.101:6789","nonce":0}]},"addr":"192.168.123.101:6789/0","public_addr":"192.168.123.101:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:3300","nonce":0},{"type":"v1","addr":"192.168.123.108:6789","nonce":0}]},"addr":"192.168.123.108:6789/0","public_addr":"192.168.123.108:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","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,1]} 2026-03-10T08:39:32.966 INFO:teuthology.orchestra.run.vm08.stderr:dumped monmap epoch 3 2026-03-10T08:39:33.137 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-03-10T08:39:33.137 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph config generate-minimal-conf 2026-03-10T08:39:33.377 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: Reconfiguring mon.b (monmap changed)... 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: Reconfiguring daemon mon.b on vm05 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.701 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='client.? 192.168.123.108:0/2011970583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:39:33.702 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:33.702 INFO:teuthology.orchestra.run.vm01.stdout:# minimal ceph.conf for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:33.702 INFO:teuthology.orchestra.run.vm01.stdout:[global] 2026-03-10T08:39:33.702 INFO:teuthology.orchestra.run.vm01.stdout: fsid = 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:33.702 INFO:teuthology.orchestra.run.vm01.stdout: mon_host = [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: Reconfiguring mon.b (monmap changed)... 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: Reconfiguring daemon mon.b on vm05 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='client.? 192.168.123.108:0/2011970583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:39:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:33.855 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-03-10T08:39:33.855 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:39:33.855 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T08:39:33.893 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:39:33.893 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:33.962 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:39:33.962 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T08:39:33.986 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:39:33.986 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:34.049 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:39:34.049 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T08:39:34.076 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:39:34.076 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:39:34.140 INFO:tasks.cephadm:Adding mgr.a on vm01 2026-03-10T08:39:34.140 INFO:tasks.cephadm:Adding mgr.b on vm05 2026-03-10T08:39:34.140 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch apply mgr '2;vm01=a;vm05=b' 2026-03-10T08:39:34.485 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.c/config 2026-03-10T08:39:34.725 INFO:teuthology.orchestra.run.vm08.stdout:Scheduled mgr update... 2026-03-10T08:39:34.877 DEBUG:teuthology.orchestra.run.vm05:mgr.b> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.b.service 2026-03-10T08:39:34.878 INFO:tasks.cephadm:Deploying OSDs... 2026-03-10T08:39:34.879 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-10T08:39:34.879 DEBUG:teuthology.orchestra.run.vm01:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T08:39:34.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:39:34.893 DEBUG:teuthology.orchestra.run.vm01:> ls /dev/[sv]d? 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Updating vm01:/etc/ceph/ceph.conf 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Updating vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Updating vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Updating vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Reconfiguring daemon mon.a on vm01 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: mon.a calling monitor election 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: mon.c calling monitor election 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:34.921 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: monmap epoch 3 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: last_changed 2026-03-10T08:39:27.479046+0000 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: min_mon_release 19 (squid) 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: election_strategy: 1 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: fsmap 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: mgrmap e13: a(active, since 25s) 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: overall HEALTH_OK 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Reconfiguring mon.b (monmap changed)... 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: Reconfiguring daemon mon.b on vm05 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='client.? 192.168.123.108:0/2011970583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:39:34.922 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:34.949 INFO:teuthology.orchestra.run.vm01.stdout:/dev/vda 2026-03-10T08:39:34.949 INFO:teuthology.orchestra.run.vm01.stdout:/dev/vdb 2026-03-10T08:39:34.949 INFO:teuthology.orchestra.run.vm01.stdout:/dev/vdc 2026-03-10T08:39:34.949 INFO:teuthology.orchestra.run.vm01.stdout:/dev/vdd 2026-03-10T08:39:34.949 INFO:teuthology.orchestra.run.vm01.stdout:/dev/vde 2026-03-10T08:39:34.949 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T08:39:34.949 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T08:39:34.949 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vdb 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vdb 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout:Device: 6h/6d Inode: 221 Links: 1 Device type: fc,10 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-10 08:39:33.535434341 +0000 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-10 08:36:15.440914107 +0000 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-10 08:36:15.440914107 +0000 2026-03-10T08:39:35.005 INFO:teuthology.orchestra.run.vm01.stdout: Birth: 2026-03-10 08:33:10.294000000 +0000 2026-03-10T08:39:35.005 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T08:39:35.068 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-10T08:39:35.068 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-10T08:39:35.068 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000168876 s, 3.0 MB/s 2026-03-10T08:39:35.069 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T08:39:35.128 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vdc 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vdc 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout:Device: 6h/6d Inode: 222 Links: 1 Device type: fc,20 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-10 08:39:33.544434339 +0000 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-10 08:36:15.354914047 +0000 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-10 08:36:15.354914047 +0000 2026-03-10T08:39:35.184 INFO:teuthology.orchestra.run.vm01.stdout: Birth: 2026-03-10 08:33:10.298000000 +0000 2026-03-10T08:39:35.184 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T08:39:35.246 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-10T08:39:35.246 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-10T08:39:35.246 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000154749 s, 3.3 MB/s 2026-03-10T08:39:35.247 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T08:39:35.303 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vdd 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vdd 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout:Device: 6h/6d Inode: 225 Links: 1 Device type: fc,30 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-10 08:39:33.550434338 +0000 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-10 08:36:15.356914048 +0000 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-10 08:36:15.356914048 +0000 2026-03-10T08:39:35.359 INFO:teuthology.orchestra.run.vm01.stdout: Birth: 2026-03-10 08:33:10.315000000 +0000 2026-03-10T08:39:35.359 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T08:39:35.421 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-10T08:39:35.421 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-10T08:39:35.421 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000210964 s, 2.4 MB/s 2026-03-10T08:39:35.422 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T08:39:35.478 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vde 2026-03-10T08:39:35.484 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 systemd[1]: Starting Ceph mgr.b for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vde 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-10 08:39:33.554434337 +0000 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-10 08:36:15.366914055 +0000 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-10 08:36:15.366914055 +0000 2026-03-10T08:39:35.535 INFO:teuthology.orchestra.run.vm01.stdout: Birth: 2026-03-10 08:33:10.332000000 +0000 2026-03-10T08:39:35.535 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T08:39:35.604 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-10T08:39:35.604 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-10T08:39:35.604 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000147146 s, 3.5 MB/s 2026-03-10T08:39:35.606 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T08:39:35.669 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T08:39:35.669 DEBUG:teuthology.orchestra.run.vm05:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T08:39:35.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:39:35.688 DEBUG:teuthology.orchestra.run.vm05:> ls /dev/[sv]d? 2026-03-10T08:39:35.750 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vda 2026-03-10T08:39:35.750 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdb 2026-03-10T08:39:35.750 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdc 2026-03-10T08:39:35.750 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdd 2026-03-10T08:39:35.750 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vde 2026-03-10T08:39:35.750 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T08:39:35.750 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T08:39:35.751 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdb 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdb 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 254 Links: 1 Device type: fc,10 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 08:39:28.645737526 +0000 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 08:36:15.304869435 +0000 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 08:36:15.304869435 +0000 2026-03-10T08:39:35.811 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 08:33:40.279000000 +0000 2026-03-10T08:39:35.811 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: mon.b calling monitor election 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: Reconfiguring mon.c (monmap changed)... 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: Reconfiguring daemon mon.c on vm08 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: mon.b calling monitor election 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: mon.c calling monitor election 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: mon.a calling monitor election 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: monmap epoch 3 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: last_changed 2026-03-10T08:39:27.479046+0000 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: min_mon_release 19 (squid) 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: election_strategy: 1 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: fsmap 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: mgrmap e13: a(active, since 27s) 2026-03-10T08:39:35.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: overall HEALTH_OK 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: Deploying daemon mgr.b on vm05 2026-03-10T08:39:35.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:35 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: mon.b calling monitor election 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: Reconfiguring mon.c (monmap changed)... 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: Reconfiguring daemon mon.c on vm08 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: mon.b calling monitor election 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: mon.c calling monitor election 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: mon.a calling monitor election 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: monmap epoch 3 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: last_changed 2026-03-10T08:39:27.479046+0000 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: min_mon_release 19 (squid) 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: election_strategy: 1 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: fsmap 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: mgrmap e13: a(active, since 27s) 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: overall HEALTH_OK 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: Deploying daemon mgr.b on vm05 2026-03-10T08:39:35.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: mon.b calling monitor election 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: Reconfiguring mon.c (monmap changed)... 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: Reconfiguring daemon mon.c on vm08 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: mon.b calling monitor election 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: mon.c calling monitor election 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: mon.a calling monitor election 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: monmap epoch 3 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: last_changed 2026-03-10T08:39:27.479046+0000 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: min_mon_release 19 (squid) 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: election_strategy: 1 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: 1: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.c 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: fsmap 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: mgrmap e13: a(active, since 27s) 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: overall HEALTH_OK 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:39:35.885 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: Deploying daemon mgr.b on vm05 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 podman[54059]: 2026-03-10 08:39:35.516942678 +0000 UTC m=+0.014152060 container create fc46db2fd0c2cef523e58a60cff0507e8d77caa5bace7eb01e42f16e55250587 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.build-date=20260223) 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 podman[54059]: 2026-03-10 08:39:35.567809794 +0000 UTC m=+0.065019176 container init fc46db2fd0c2cef523e58a60cff0507e8d77caa5bace7eb01e42f16e55250587 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b, org.opencontainers.image.authors=Ceph Release Team , ceph=True, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid) 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 podman[54059]: 2026-03-10 08:39:35.571605458 +0000 UTC m=+0.068814840 container start fc46db2fd0c2cef523e58a60cff0507e8d77caa5bace7eb01e42f16e55250587 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b, org.label-schema.build-date=20260223, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 bash[54059]: fc46db2fd0c2cef523e58a60cff0507e8d77caa5bace7eb01e42f16e55250587 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 podman[54059]: 2026-03-10 08:39:35.511272985 +0000 UTC m=+0.008482377 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 systemd[1]: Started Ceph mgr.b for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8. 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:35.674+0000 7fdc903be140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T08:39:35.886 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:35 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:35.727+0000 7fdc903be140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T08:39:35.889 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T08:39:35.889 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T08:39:35.889 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000163316 s, 3.1 MB/s 2026-03-10T08:39:35.890 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T08:39:35.957 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdc 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdc 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 255 Links: 1 Device type: fc,20 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 08:39:28.648737529 +0000 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 08:36:15.262869399 +0000 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 08:36:15.262869399 +0000 2026-03-10T08:39:36.022 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 08:33:40.287000000 +0000 2026-03-10T08:39:36.022 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T08:39:36.087 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T08:39:36.088 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T08:39:36.088 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000104055 s, 4.9 MB/s 2026-03-10T08:39:36.088 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T08:39:36.150 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdd 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdd 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 08:39:28.651737533 +0000 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 08:36:15.321869449 +0000 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 08:36:15.321869449 +0000 2026-03-10T08:39:36.223 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 08:33:40.290000000 +0000 2026-03-10T08:39:36.223 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T08:39:36.298 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T08:39:36.298 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T08:39:36.298 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000109434 s, 4.7 MB/s 2026-03-10T08:39:36.299 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T08:39:36.363 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vde 2026-03-10T08:39:36.420 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vde 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 08:39:28.654737535 +0000 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 08:36:15.310869440 +0000 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 08:36:15.310869440 +0000 2026-03-10T08:39:36.421 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 08:33:40.297000000 +0000 2026-03-10T08:39:36.421 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T08:39:36.497 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:36.262+0000 7fdc903be140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T08:39:36.499 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T08:39:36.499 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T08:39:36.499 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000165149 s, 3.1 MB/s 2026-03-10T08:39:36.500 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T08:39:36.568 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T08:39:36.568 DEBUG:teuthology.orchestra.run.vm08:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T08:39:36.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:39:36.585 DEBUG:teuthology.orchestra.run.vm08:> ls /dev/[sv]d? 2026-03-10T08:39:36.644 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vda 2026-03-10T08:39:36.644 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vdb 2026-03-10T08:39:36.644 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vdc 2026-03-10T08:39:36.644 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vdd 2026-03-10T08:39:36.644 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vde 2026-03-10T08:39:36.644 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T08:39:36.644 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T08:39:36.644 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vdb 2026-03-10T08:39:36.701 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vdb 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 228 Links: 1 Device type: fc,10 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 08:39:28.650317472 +0000 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 08:36:16.151354751 +0000 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 08:36:16.151354751 +0000 2026-03-10T08:39:36.702 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 08:32:22.271000000 +0000 2026-03-10T08:39:36.702 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T08:39:36.772 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T08:39:36.772 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T08:39:36.772 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000216976 s, 2.4 MB/s 2026-03-10T08:39:36.773 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: Reconfiguring daemon mgr.a on vm01 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.800 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:36.800+0000 7fdc903be140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T08:39:36.831 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vdc 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:39:36.470+0000 7f6889e14640 -1 mgr.server handle_report got status from non-daemon mon.b 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: Reconfiguring daemon mgr.a on vm01 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.887 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vdc 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 229 Links: 1 Device type: fc,20 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 08:39:28.653317474 +0000 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 08:36:16.153354757 +0000 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 08:36:16.153354757 +0000 2026-03-10T08:39:36.888 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 08:32:22.274000000 +0000 2026-03-10T08:39:36.888 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T08:39:36.954 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:36.954 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.954 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.954 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.954 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.954 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: Reconfiguring daemon mgr.a on vm01 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:36.955 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:36.958 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T08:39:36.958 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T08:39:36.958 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000138028 s, 3.7 MB/s 2026-03-10T08:39:36.959 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T08:39:37.019 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vdd 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vdd 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 08:39:28.656317475 +0000 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 08:36:16.148354742 +0000 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 08:36:16.148354742 +0000 2026-03-10T08:39:37.079 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 08:32:22.289000000 +0000 2026-03-10T08:39:37.079 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T08:39:37.083 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T08:39:37.083 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T08:39:37.083 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: from numpy import show_config as show_numpy_config 2026-03-10T08:39:37.083 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:36.945+0000 7fdc903be140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T08:39:37.083 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:36 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:36.992+0000 7fdc903be140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T08:39:37.083 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:37.084+0000 7fdc903be140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T08:39:37.145 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T08:39:37.145 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T08:39:37.145 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000147627 s, 3.5 MB/s 2026-03-10T08:39:37.146 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T08:39:37.202 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vde 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vde 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 08:39:28.660317477 +0000 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 08:36:16.168354802 +0000 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 08:36:16.168354802 +0000 2026-03-10T08:39:37.262 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 08:32:22.369000000 +0000 2026-03-10T08:39:37.262 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T08:39:37.330 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T08:39:37.330 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T08:39:37.331 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000124424 s, 4.1 MB/s 2026-03-10T08:39:37.332 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T08:39:37.390 INFO:tasks.cephadm:Deploying osd.0 on vm01 with /dev/vde... 2026-03-10T08:39:37.390 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- lvm zap /dev/vde 2026-03-10T08:39:37.568 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:37.908 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:37.642+0000 7fdc903be140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T08:39:37.908 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:37.753+0000 7fdc903be140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:39:37.908 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:37.794+0000 7fdc903be140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T08:39:37.908 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:37.830+0000 7fdc903be140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T08:39:37.908 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:37.872+0000 7fdc903be140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T08:39:37.908 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:37.908+0000 7fdc903be140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:37.948 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:37.949 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.076+0000 7fdc903be140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T08:39:38.183 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.125+0000 7fdc903be140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:38.563 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:38.579 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch daemon add osd vm01:/dev/vde 2026-03-10T08:39:38.607 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.340+0000 7fdc903be140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T08:39:38.607 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.607+0000 7fdc903be140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T08:39:38.737 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:38.868 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.642+0000 7fdc903be140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T08:39:38.868 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.681+0000 7fdc903be140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T08:39:38.868 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.756+0000 7fdc903be140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T08:39:38.868 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.792+0000 7fdc903be140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T08:39:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:38 vm01 ceph-mon[52322]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:39.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-mon[52532]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:39.143 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.869+0000 7fdc903be140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T08:39:39.143 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:38 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:38.977+0000 7fdc903be140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T08:39:39.143 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:39.108+0000 7fdc903be140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T08:39:39.143 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b[54069]: 2026-03-10T08:39:39.143+0000 7fdc903be140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T08:39:39.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:38 vm08 ceph-mon[53254]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: Standby manager daemon b started 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3192142593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]: dispatch 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]': finished 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T08:39:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: Standby manager daemon b started 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3192142593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]: dispatch 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]': finished 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T08:39:40.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: Standby manager daemon b started 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.? 192.168.123.105:0/2299472306' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3192142593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]: dispatch 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3877ec20-a881-4fde-8cfe-37208f08e102"}]': finished 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T08:39:40.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:41.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:40 vm08 ceph-mon[53254]: mgrmap e14: a(active, since 33s), standbys: b 2026-03-10T08:39:41.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T08:39:41.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:40 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3143681469' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:39:41.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:40 vm01 ceph-mon[52322]: mgrmap e14: a(active, since 33s), standbys: b 2026-03-10T08:39:41.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T08:39:41.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:40 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3143681469' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:39:41.432 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:40 vm05 ceph-mon[52532]: mgrmap e14: a(active, since 33s), standbys: b 2026-03-10T08:39:41.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T08:39:41.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:40 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3143681469' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:39:42.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:41 vm08 ceph-mon[53254]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:42.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:41 vm01 ceph-mon[52322]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:42.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:41 vm05 ceph-mon[52532]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:44.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:44 vm01 ceph-mon[52322]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:44.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:44 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T08:39:44.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:44 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:44.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:44 vm01 ceph-mon[52322]: Deploying daemon osd.0 on vm01 2026-03-10T08:39:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:44 vm08 ceph-mon[53254]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:44 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T08:39:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:44 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:44 vm08 ceph-mon[53254]: Deploying daemon osd.0 on vm01 2026-03-10T08:39:44.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:44 vm05 ceph-mon[52532]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:44.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:44 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T08:39:44.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:44 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:44.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:44 vm05 ceph-mon[52532]: Deploying daemon osd.0 on vm01 2026-03-10T08:39:46.363 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:46 vm01 ceph-mon[52322]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:46.363 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:46 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:46.363 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:46 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:46.363 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:46 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:46.363 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:46 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.363 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:46 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.363 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:46 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:46 vm08 ceph-mon[53254]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:46 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:46 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:46 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:46 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:46 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:46 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:46 vm05 ceph-mon[52532]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:46.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:46 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:46.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:46 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:46.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:46 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:46.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:46 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:46 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:46.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:46 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:47.266 INFO:teuthology.orchestra.run.vm01.stdout:Created osd(s) 0 on host 'vm01' 2026-03-10T08:39:47.434 DEBUG:teuthology.orchestra.run.vm01:osd.0> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.0.service 2026-03-10T08:39:47.435 INFO:tasks.cephadm:Deploying osd.1 on vm01 with /dev/vdd... 2026-03-10T08:39:47.435 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- lvm zap /dev/vdd 2026-03-10T08:39:47.640 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:48.484 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:48.484 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:48.484 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:48.484 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.485 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:48.485 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:48.485 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.485 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:48 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:48 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.634 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:39:48.650 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch daemon add osd vm01:/dev/vdd 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:48 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:48.806 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:39:48.830 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:39:48 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0[62220]: 2026-03-10T08:39:48.528+0000 7fda1d099740 -1 osd.0 0 log_to_monitors true 2026-03-10T08:39:49.483 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:49 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.483 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:49 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.483 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:49 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.483 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:49 vm01 ceph-mon[52322]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T08:39:49.483 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:49 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:39:49.483 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:49 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:39:49.483 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:49 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:49.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:49 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:49 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:49 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:49 vm08 ceph-mon[53254]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T08:39:49.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:49 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:39:49.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:49 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:39:49.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:49 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:49.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:49 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:49 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:49 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:49.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:49 vm05 ceph-mon[52532]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T08:39:49.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:49 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:39:49.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:49 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:39:49.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:49 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2171419772' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]': finished 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: osdmap e7: 2 total, 0 up, 2 in 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:50 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/15927279' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/2171419772' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]': finished 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: osdmap e7: 2 total, 0 up, 2 in 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:50 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/15927279' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/2171419772' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b"}]': finished 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: osdmap e7: 2 total, 0 up, 2 in 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:50 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/15927279' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:39:51.125 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:39:50 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0[62220]: 2026-03-10T08:39:50.786+0000 7fda1901a640 -1 osd.0 0 waiting for initial osdmap 2026-03-10T08:39:51.125 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:39:50 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0[62220]: 2026-03-10T08:39:50.793+0000 7fda14643640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T08:39:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:51 vm08 ceph-mon[53254]: purged_snaps scrub starts 2026-03-10T08:39:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:51 vm08 ceph-mon[53254]: purged_snaps scrub ok 2026-03-10T08:39:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:51 vm08 ceph-mon[53254]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' 2026-03-10T08:39:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:51 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:52.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:51 vm01 ceph-mon[52322]: purged_snaps scrub starts 2026-03-10T08:39:52.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:51 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:39:52.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:51 vm01 ceph-mon[52322]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' 2026-03-10T08:39:52.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:51 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:51 vm05 ceph-mon[52532]: purged_snaps scrub starts 2026-03-10T08:39:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:51 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:39:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:51 vm05 ceph-mon[52532]: from='osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319]' entity='osd.0' 2026-03-10T08:39:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:51 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319] boot 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: osdmap e8: 2 total, 1 up, 2 in 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:52 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319] boot 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: osdmap e8: 2 total, 1 up, 2 in 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:52 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: osd.0 [v2:192.168.123.101:6802/2701657319,v1:192.168.123.101:6803/2701657319] boot 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: osdmap e8: 2 total, 1 up, 2 in 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:52 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:53.864 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:53 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:53 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:53 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:55.038 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:54 vm01 ceph-mon[52322]: pgmap v22: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:55.038 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T08:39:55.038 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:55.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:54 vm08 ceph-mon[53254]: pgmap v22: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:55.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:54 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T08:39:55.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:54 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:54 vm05 ceph-mon[52532]: pgmap v22: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T08:39:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:55.816 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:55 vm01 ceph-mon[52322]: Deploying daemon osd.1 on vm01 2026-03-10T08:39:56.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:55 vm08 ceph-mon[53254]: Deploying daemon osd.1 on vm01 2026-03-10T08:39:56.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:55 vm05 ceph-mon[52532]: Deploying daemon osd.1 on vm01 2026-03-10T08:39:56.818 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:56 vm05 ceph-mon[52532]: pgmap v23: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:57.031 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:56 vm01 ceph-mon[52322]: pgmap v23: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:57.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:56 vm08 ceph-mon[53254]: pgmap v23: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:58.229 INFO:teuthology.orchestra.run.vm01.stdout:Created osd(s) 1 on host 'vm01' 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:58 vm08 ceph-mon[53254]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.351 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:58 vm01 ceph-mon[52322]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:58.375 DEBUG:teuthology.orchestra.run.vm01:osd.1> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.1.service 2026-03-10T08:39:58.376 INFO:tasks.cephadm:Deploying osd.2 on vm05 with /dev/vde... 2026-03-10T08:39:58.377 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- lvm zap /dev/vde 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:58.400 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:58 vm05 ceph-mon[52532]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:39:58.543 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.b/config 2026-03-10T08:39:58.625 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:39:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1[65717]: 2026-03-10T08:39:58.468+0000 7ff438b9f740 -1 osd.1 0 log_to_monitors true 2026-03-10T08:39:59.291 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:59.291 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:59.291 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.292 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:59.292 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:59.292 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.292 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.292 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:39:59 vm05 ceph-mon[52532]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:39:59 vm08 ceph-mon[53254]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:39:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:39:59 vm01 ceph-mon[52322]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T08:39:59.475 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:39:59.491 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch daemon add osd vm05:/dev/vde 2026-03-10T08:39:59.686 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.b/config 2026-03-10T08:40:00.352 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm01", "root=default"]}]: dispatch 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:00.353 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:00 vm05 ceph-mon[52532]: overall HEALTH_OK 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm01", "root=default"]}]: dispatch 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:00.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:00 vm08 ceph-mon[53254]: overall HEALTH_OK 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm01", "root=default"]}]: dispatch 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:00.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:00 vm01 ceph-mon[52322]: overall HEALTH_OK 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='client.? 192.168.123.105:0/305937023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]: dispatch 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]: dispatch 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]': finished 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: osdmap e12: 3 total, 1 up, 3 in 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' 2026-03-10T08:40:01.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:01 vm08 ceph-mon[53254]: from='client.? 192.168.123.105:0/2697950904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:01.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='client.? 192.168.123.105:0/305937023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]: dispatch 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]: dispatch 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]': finished 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: osdmap e12: 3 total, 1 up, 3 in 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' 2026-03-10T08:40:01.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:01 vm01 ceph-mon[52322]: from='client.? 192.168.123.105:0/2697950904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:01.625 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:40:01 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1[65717]: 2026-03-10T08:40:01.169+0000 7ff435333640 -1 osd.1 0 waiting for initial osdmap 2026-03-10T08:40:01.625 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:40:01 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1[65717]: 2026-03-10T08:40:01.175+0000 7ff430149640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='client.? 192.168.123.105:0/305937023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]: dispatch 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]: dispatch 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "497172c4-1bd0-4e62-afb1-bc384822189a"}]': finished 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: osdmap e12: 3 total, 1 up, 3 in 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883]' entity='osd.1' 2026-03-10T08:40:01.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:01 vm05 ceph-mon[52532]: from='client.? 192.168.123.105:0/2697950904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: purged_snaps scrub starts 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: purged_snaps scrub ok 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883] boot 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: osdmap e13: 3 total, 2 up, 3 in 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:02.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:02 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:02.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: purged_snaps scrub starts 2026-03-10T08:40:02.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:02.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:40:02.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:02.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883] boot 2026-03-10T08:40:02.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: osdmap e13: 3 total, 2 up, 3 in 2026-03-10T08:40:02.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:02.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: purged_snaps scrub starts 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: osd.1 [v2:192.168.123.101:6810/3885275883,v1:192.168.123.101:6811/3885275883] boot 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: osdmap e13: 3 total, 2 up, 3 in 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T08:40:02.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:04.260 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:04 vm05 ceph-mon[52532]: pgmap v31: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:04.260 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:04 vm05 ceph-mon[52532]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T08:40:04.260 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:04 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:04.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:04 vm08 ceph-mon[53254]: pgmap v31: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:04.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:04 vm08 ceph-mon[53254]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T08:40:04.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:04 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:04.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:04 vm01 ceph-mon[52322]: pgmap v31: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:04.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:04 vm01 ceph-mon[52322]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T08:40:04.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:04 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:05.407 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:05 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T08:40:05.408 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:05 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:05.408 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:05 vm05 ceph-mon[52532]: Deploying daemon osd.2 on vm05 2026-03-10T08:40:05.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:05 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T08:40:05.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:05 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:05.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:05 vm08 ceph-mon[53254]: Deploying daemon osd.2 on vm05 2026-03-10T08:40:05.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:05 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T08:40:05.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:05 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:05.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:05 vm01 ceph-mon[52322]: Deploying daemon osd.2 on vm05 2026-03-10T08:40:06.267 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:06 vm05 ceph-mon[52532]: pgmap v33: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:06.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:06 vm08 ceph-mon[53254]: pgmap v33: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:06.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:06 vm01 ceph-mon[52322]: pgmap v33: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:07.414 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:07.414 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:07.414 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:07.414 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.414 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.414 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.473 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:07 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:07.473 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:07 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:07.473 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:07 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:07.473 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:07 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.473 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:07 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.473 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:07 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:07.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:07.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:07.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:07.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.332 INFO:teuthology.orchestra.run.vm05.stdout:Created osd(s) 2 on host 'vm05' 2026-03-10T08:40:08.483 DEBUG:teuthology.orchestra.run.vm05:osd.2> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.2.service 2026-03-10T08:40:08.485 INFO:tasks.cephadm:Deploying osd.3 on vm05 with /dev/vdd... 2026-03-10T08:40:08.485 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- lvm zap /dev/vdd 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: pgmap v34: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.562 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: pgmap v34: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:08 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.704 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.b/config 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: pgmap v34: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:08.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:09.075 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:40:08 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2[57580]: 2026-03-10T08:40:08.837+0000 7f13db624740 -1 osd.2 0 log_to_monitors true 2026-03-10T08:40:09.706 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:40:09.720 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:09 vm05 ceph-mon[52532]: from='osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T08:40:09.720 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:09 vm05 ceph-mon[52532]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T08:40:09.721 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch daemon add osd vm05:/dev/vdd 2026-03-10T08:40:09.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:09 vm08 ceph-mon[53254]: from='osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T08:40:09.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:09 vm08 ceph-mon[53254]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T08:40:09.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:09 vm01 ceph-mon[52322]: from='osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T08:40:09.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:09 vm01 ceph-mon[52322]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T08:40:09.922 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.b/config 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: from='osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:10.582 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:10 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: from='osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:10.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:10 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: from='osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:10 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:11.416 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:40:11 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2[57580]: 2026-03-10T08:40:11.415+0000 7f13d75a5640 -1 osd.2 0 waiting for initial osdmap 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='client.? 192.168.123.105:0/3774522479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]': finished 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: osdmap e17: 4 total, 2 up, 4 in 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='osd.2 ' entity='osd.2' 2026-03-10T08:40:11.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:11 vm05 ceph-mon[52532]: from='client.? 192.168.123.105:0/3245325204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:11.683 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:40:11 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2[57580]: 2026-03-10T08:40:11.420+0000 7f13d2bce640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='client.? 192.168.123.105:0/3774522479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]: dispatch 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]: dispatch 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]': finished 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: osdmap e17: 4 total, 2 up, 4 in 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='osd.2 ' entity='osd.2' 2026-03-10T08:40:11.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:11 vm08 ceph-mon[53254]: from='client.? 192.168.123.105:0/3245325204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='client.? 192.168.123.105:0/3774522479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a162dbd1-77f7-40f7-98ca-8a81a2bce85f"}]': finished 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: osdmap e17: 4 total, 2 up, 4 in 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='osd.2 ' entity='osd.2' 2026-03-10T08:40:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:11 vm01 ceph-mon[52322]: from='client.? 192.168.123.105:0/3245325204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: purged_snaps scrub starts 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: purged_snaps scrub ok 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056] boot 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: osdmap e18: 4 total, 3 up, 4 in 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:12.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:12 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: purged_snaps scrub starts 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056] boot 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: osdmap e18: 4 total, 3 up, 4 in 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: purged_snaps scrub starts 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: osd.2 [v2:192.168.123.105:6800/1192257056,v1:192.168.123.105:6801/1192257056] boot 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: osdmap e18: 4 total, 3 up, 4 in 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T08:40:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:12 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' 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-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.672 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' 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-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:13 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' 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-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:13.853 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: pgmap v41: 0 pgs: ; 0 B data, 479 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: Detected new or changed devices on vm01 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' 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-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: osdmap e19: 4 total, 3 up, 4 in 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:14.515 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.792 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60038]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T08:40:14.792 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60038]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T08:40:14.792 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60038]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T08:40:14.792 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60038]: pam_unix(sudo:session): session closed for user root 2026-03-10T08:40:14.792 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60063]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T08:40:14.792 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60063]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T08:40:14.792 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60063]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T08:40:14.792 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:14 vm05 sudo[60063]: pam_unix(sudo:session): session closed for user root 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: pgmap v41: 0 pgs: ; 0 B data, 479 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: Detected new or changed devices on vm01 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' 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-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: osdmap e19: 4 total, 3 up, 4 in 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 sudo[56051]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 sudo[56051]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 sudo[56051]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T08:40:14.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:14 vm08 sudo[56051]: pam_unix(sudo:session): session closed for user root 2026-03-10T08:40:14.874 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67036]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vdd 2026-03-10T08:40:14.874 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67036]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T08:40:14.874 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67036]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T08:40:14.874 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67036]: pam_unix(sudo:session): session closed for user root 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: pgmap v41: 0 pgs: ; 0 B data, 479 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: Detected new or changed devices on vm01 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' 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-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: osdmap e19: 4 total, 3 up, 4 in 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67040]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67040]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67040]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T08:40:14.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67040]: pam_unix(sudo:session): session closed for user root 2026-03-10T08:40:14.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67032]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T08:40:14.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67032]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T08:40:14.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67032]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T08:40:14.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:40:14 vm01 sudo[67032]: pam_unix(sudo:session): session closed for user root 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: osdmap e20: 4 total, 3 up, 4 in 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-10T08:40:15.649 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: osdmap e20: 4 total, 3 up, 4 in 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-10T08:40:15.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:15 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:15.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: osdmap e20: 4 total, 3 up, 4 in 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-10T08:40:15.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:16.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:16 vm08 ceph-mon[53254]: pgmap v44: 1 pgs: 1 unknown; 0 B data, 479 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:16.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:16 vm08 ceph-mon[53254]: Deploying daemon osd.3 on vm05 2026-03-10T08:40:16.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:16 vm08 ceph-mon[53254]: osdmap e21: 4 total, 3 up, 4 in 2026-03-10T08:40:16.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:16 vm08 ceph-mon[53254]: mgrmap e15: a(active, since 68s), standbys: b 2026-03-10T08:40:16.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:16 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:16.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:16 vm01 ceph-mon[52322]: pgmap v44: 1 pgs: 1 unknown; 0 B data, 479 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:16.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:16 vm01 ceph-mon[52322]: Deploying daemon osd.3 on vm05 2026-03-10T08:40:16.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:16 vm01 ceph-mon[52322]: osdmap e21: 4 total, 3 up, 4 in 2026-03-10T08:40:16.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:16 vm01 ceph-mon[52322]: mgrmap e15: a(active, since 68s), standbys: b 2026-03-10T08:40:16.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:16 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:16.931 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:16 vm05 ceph-mon[52532]: pgmap v44: 1 pgs: 1 unknown; 0 B data, 479 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:16.931 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:16 vm05 ceph-mon[52532]: Deploying daemon osd.3 on vm05 2026-03-10T08:40:16.931 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:16 vm05 ceph-mon[52532]: osdmap e21: 4 total, 3 up, 4 in 2026-03-10T08:40:16.931 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:16 vm05 ceph-mon[52532]: mgrmap e15: a(active, since 68s), standbys: b 2026-03-10T08:40:16.931 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:16 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:18.241 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 480 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.242 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:18 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 480 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.596 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:18 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 480 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:18.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:18 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:18.979 INFO:teuthology.orchestra.run.vm05.stdout:Created osd(s) 3 on host 'vm05' 2026-03-10T08:40:19.166 DEBUG:teuthology.orchestra.run.vm05:osd.3> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.3.service 2026-03-10T08:40:19.168 INFO:tasks.cephadm:Deploying osd.4 on vm08 with /dev/vde... 2026-03-10T08:40:19.168 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- lvm zap /dev/vde 2026-03-10T08:40:19.341 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.c/config 2026-03-10T08:40:19.395 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:19 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:19.395 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:19 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:19.395 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:19 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.395 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:19 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:19.395 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:19 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:19.395 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:19 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.395 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:19 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:19.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:19.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:19.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:19.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:19.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:19.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:19.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:19.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:19.933 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:40:19 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3[61025]: 2026-03-10T08:40:19.569+0000 7f8b9aa4e740 -1 osd.3 0 log_to_monitors true 2026-03-10T08:40:20.335 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:40:20.353 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch daemon add osd vm08:/dev/vde 2026-03-10T08:40:20.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:20 vm05 ceph-mon[52532]: from='osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-10T08:40:20.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:20 vm05 ceph-mon[52532]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-10T08:40:20.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:20 vm05 ceph-mon[52532]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:20.503 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.c/config 2026-03-10T08:40:20.525 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:20 vm08 ceph-mon[53254]: from='osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-10T08:40:20.525 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:20 vm08 ceph-mon[53254]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-10T08:40:20.525 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:20 vm08 ceph-mon[53254]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:20.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:20 vm01 ceph-mon[52322]: from='osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-10T08:40:20.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:20 vm01 ceph-mon[52322]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]: dispatch 2026-03-10T08:40:20.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:20 vm01 ceph-mon[52322]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]': finished 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: osdmap e22: 4 total, 3 up, 4 in 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:21.160 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:21 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:21.433 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:40:21 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3[61025]: 2026-03-10T08:40:21.157+0000 7f8b969cf640 -1 osd.3 0 waiting for initial osdmap 2026-03-10T08:40:21.433 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:40:21 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3[61025]: 2026-03-10T08:40:21.162+0000 7f8b927f9640 -1 osd.3 23 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]': finished 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: osdmap e22: 4 total, 3 up, 4 in 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:21.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:21 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["3"]}]': finished 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: osdmap e22: 4 total, 3 up, 4 in 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:21.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:21 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: osdmap e23: 4 total, 3 up, 4 in 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='client.? 192.168.123.108:0/309358124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]': finished 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495] boot 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: osdmap e24: 5 total, 4 up, 5 in 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: osdmap e25: 5 total, 4 up, 5 in 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:22.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:22 vm08 ceph-mon[53254]: from='client.? 192.168.123.108:0/2062589367' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: osdmap e23: 4 total, 3 up, 4 in 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='client.? 192.168.123.108:0/309358124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]': finished 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495] boot 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: osdmap e24: 5 total, 4 up, 5 in 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: osdmap e25: 5 total, 4 up, 5 in 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:22.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:22 vm05 ceph-mon[52532]: from='client.? 192.168.123.108:0/2062589367' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: osdmap e23: 4 total, 3 up, 4 in 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='client.? 192.168.123.108:0/309358124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d18f4be5-c39c-4ae8-9973-dec6c21047f9"}]': finished 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: osd.3 [v2:192.168.123.105:6808/1002373495,v1:192.168.123.105:6809/1002373495] boot 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: osdmap e24: 5 total, 4 up, 5 in 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: osdmap e25: 5 total, 4 up, 5 in 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T08:40:22.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:22 vm01 ceph-mon[52322]: from='client.? 192.168.123.108:0/2062589367' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:23.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:23 vm05 ceph-mon[52532]: purged_snaps scrub starts 2026-03-10T08:40:23.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:23 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:23.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:23 vm05 ceph-mon[52532]: osdmap e26: 5 total, 4 up, 5 in 2026-03-10T08:40:23.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:23 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:23.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:23 vm08 ceph-mon[53254]: purged_snaps scrub starts 2026-03-10T08:40:23.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:23 vm08 ceph-mon[53254]: purged_snaps scrub ok 2026-03-10T08:40:23.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:23 vm08 ceph-mon[53254]: osdmap e26: 5 total, 4 up, 5 in 2026-03-10T08:40:23.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:23 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:23.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:23 vm01 ceph-mon[52322]: purged_snaps scrub starts 2026-03-10T08:40:23.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:23 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:23.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:23 vm01 ceph-mon[52322]: osdmap e26: 5 total, 4 up, 5 in 2026-03-10T08:40:23.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:23 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:24.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:24 vm05 ceph-mon[52532]: pgmap v58: 1 pgs: 1 peering; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:40:24.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:24 vm08 ceph-mon[53254]: pgmap v58: 1 pgs: 1 peering; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:40:24.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:24 vm01 ceph-mon[52322]: pgmap v58: 1 pgs: 1 peering; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:40:25.863 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:25 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-10T08:40:25.863 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:25 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:26.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:25 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-10T08:40:26.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:25 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:26.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:25 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-10T08:40:26.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:25 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:27.030 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:26 vm08 ceph-mon[53254]: Deploying daemon osd.4 on vm08 2026-03-10T08:40:27.030 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:26 vm08 ceph-mon[53254]: pgmap v59: 1 pgs: 1 peering; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:40:27.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:26 vm01 ceph-mon[52322]: Deploying daemon osd.4 on vm08 2026-03-10T08:40:27.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:26 vm01 ceph-mon[52322]: pgmap v59: 1 pgs: 1 peering; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:40:27.182 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:26 vm05 ceph-mon[52532]: Deploying daemon osd.4 on vm08 2026-03-10T08:40:27.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:26 vm05 ceph-mon[52532]: pgmap v59: 1 pgs: 1 peering; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:40:28.771 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 73 KiB/s, 0 objects/s recovering 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.772 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:28 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 73 KiB/s, 0 objects/s recovering 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 107 MiB used, 80 GiB / 80 GiB avail; 73 KiB/s, 0 objects/s recovering 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:29.546 INFO:teuthology.orchestra.run.vm08.stdout:Created osd(s) 4 on host 'vm08' 2026-03-10T08:40:29.696 DEBUG:teuthology.orchestra.run.vm08:osd.4> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.4.service 2026-03-10T08:40:29.697 INFO:tasks.cephadm:Deploying osd.5 on vm08 with /dev/vdd... 2026-03-10T08:40:29.697 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- lvm zap /dev/vdd 2026-03-10T08:40:29.925 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.c/config 2026-03-10T08:40:29.946 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:40:29 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4[58468]: 2026-03-10T08:40:29.893+0000 7f8f6d9b0740 -1 osd.4 0 log_to_monitors true 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: Detected new or changed devices on vm08 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: Adjusting osd_memory_target on vm08 to 3329M 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: pgmap v61: 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-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-10T08:40:30.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:30 vm08 ceph-mon[53254]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-10T08:40:30.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.624 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: Detected new or changed devices on vm08 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: Adjusting osd_memory_target on vm08 to 3329M 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: pgmap v61: 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-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-10T08:40:30.625 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:30 vm01 ceph-mon[52322]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: Detected new or changed devices on vm08 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: Adjusting osd_memory_target on vm08 to 3329M 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: pgmap v61: 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-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-10T08:40:30.683 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:30 vm05 ceph-mon[52532]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]: dispatch 2026-03-10T08:40:30.902 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:40:30.918 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph orch daemon add osd vm08:/dev/vdd 2026-03-10T08:40:31.080 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.c/config 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]': finished 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: osdmap e27: 5 total, 4 up, 5 in 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: from='osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:31.764 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:31 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]': finished 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: osdmap e27: 5 total, 4 up, 5 in 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: from='osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:31.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:31 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["4"]}]': finished 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: osdmap e27: 5 total, 4 up, 5 in 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: from='osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T08:40:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:31 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:32.571 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:40:32 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4[58468]: 2026-03-10T08:40:32.545+0000 7f8f6a144640 -1 osd.4 0 waiting for initial osdmap 2026-03-10T08:40:32.571 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:40:32 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4[58468]: 2026-03-10T08:40:32.554+0000 7f8f64f5a640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='client.14337 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: osdmap e28: 5 total, 4 up, 5 in 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: osdmap e29: 5 total, 4 up, 5 in 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: pgmap v65: 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-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='client.? 192.168.123.108:0/1372215300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]: dispatch 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]: dispatch 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]': finished 2026-03-10T08:40:32.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: osdmap e30: 6 total, 4 up, 6 in 2026-03-10T08:40:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:32.846 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:32 vm08 ceph-mon[53254]: from='osd.4 ' entity='osd.4' 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='client.14337 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: osdmap e28: 5 total, 4 up, 5 in 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: osdmap e29: 5 total, 4 up, 5 in 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: pgmap v65: 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-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='client.? 192.168.123.108:0/1372215300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]': finished 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: osdmap e30: 6 total, 4 up, 6 in 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:32.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:32 vm01 ceph-mon[52322]: from='osd.4 ' entity='osd.4' 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='client.14337 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: osdmap e28: 5 total, 4 up, 5 in 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: osdmap e29: 5 total, 4 up, 5 in 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: pgmap v65: 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-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='client.? 192.168.123.108:0/1372215300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f764b0c1-d233-423e-b5bf-8b1907af56f8"}]': finished 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: osdmap e30: 6 total, 4 up, 6 in 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:32.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:32 vm05 ceph-mon[52532]: from='osd.4 ' entity='osd.4' 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: purged_snaps scrub starts 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: from='client.? 192.168.123.108:0/3502810177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193] boot 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: osdmap e31: 6 total, 5 up, 6 in 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:33.717 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:33 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: purged_snaps scrub starts 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: purged_snaps scrub ok 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: from='client.? 192.168.123.108:0/3502810177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193] boot 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: osdmap e31: 6 total, 5 up, 6 in 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:33.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:33 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: purged_snaps scrub starts 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: from='client.? 192.168.123.108:0/3502810177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: osd.4 [v2:192.168.123.108:6800/3602848193,v1:192.168.123.108:6801/3602848193] boot 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: osdmap e31: 6 total, 5 up, 6 in 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-03-10T08:40:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:33 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: pgmap v68: 1 pgs: 1 remapped+peering; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: osdmap e32: 6 total, 5 up, 6 in 2026-03-10T08:40:35.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:34 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: pgmap v68: 1 pgs: 1 remapped+peering; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: osdmap e32: 6 total, 5 up, 6 in 2026-03-10T08:40:35.312 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:34 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: pgmap v68: 1 pgs: 1 remapped+peering; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: osdmap e32: 6 total, 5 up, 6 in 2026-03-10T08:40:35.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:34 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:36.802 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:36 vm08 ceph-mon[53254]: osdmap e33: 6 total, 5 up, 6 in 2026-03-10T08:40:36.802 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:36 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:36.802 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:36 vm08 ceph-mon[53254]: pgmap v71: 1 pgs: 1 remapped+peering; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail 2026-03-10T08:40:36.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:36 vm01 ceph-mon[52322]: osdmap e33: 6 total, 5 up, 6 in 2026-03-10T08:40:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:36 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:36.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:36 vm01 ceph-mon[52322]: pgmap v71: 1 pgs: 1 remapped+peering; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail 2026-03-10T08:40:36.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:36 vm05 ceph-mon[52532]: osdmap e33: 6 total, 5 up, 6 in 2026-03-10T08:40:36.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:36 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:36.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:36 vm05 ceph-mon[52532]: pgmap v71: 1 pgs: 1 remapped+peering; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail 2026-03-10T08:40:37.742 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-10T08:40:37.742 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:37 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:37.742 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:37 vm08 ceph-mon[53254]: Deploying daemon osd.5 on vm08 2026-03-10T08:40:37.791 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-10T08:40:37.791 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:37 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:37.791 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:37 vm05 ceph-mon[52532]: Deploying daemon osd.5 on vm08 2026-03-10T08:40:37.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-10T08:40:37.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:37 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:37.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:37 vm01 ceph-mon[52322]: Deploying daemon osd.5 on vm08 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 82 KiB/s, 0 objects/s recovering 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 105 KiB/s, 0 objects/s recovering 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: Detected new or changed devices on vm05 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 109 KiB/s, 0 objects/s recovering 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:38.869 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:38 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 82 KiB/s, 0 objects/s recovering 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 105 KiB/s, 0 objects/s recovering 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: Detected new or changed devices on vm05 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 109 KiB/s, 0 objects/s recovering 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:39.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:38 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 82 KiB/s, 0 objects/s recovering 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 105 KiB/s, 0 objects/s recovering 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: Detected new or changed devices on vm05 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 109 KiB/s, 0 objects/s recovering 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:39.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:38 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.058 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:39 vm08 ceph-mon[53254]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 122 KiB/s, 0 objects/s recovering 2026-03-10T08:40:40.059 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:40.059 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:40.059 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:40.059 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.059 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.059 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:39 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.096 INFO:teuthology.orchestra.run.vm08.stdout:Created osd(s) 5 on host 'vm08' 2026-03-10T08:40:40.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:39 vm01 ceph-mon[52322]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 122 KiB/s, 0 objects/s recovering 2026-03-10T08:40:40.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:40.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.182 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:39 vm05 ceph-mon[52532]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 534 MiB used, 99 GiB / 100 GiB avail; 122 KiB/s, 0 objects/s recovering 2026-03-10T08:40:40.182 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:40.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:40.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:40.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.242 DEBUG:teuthology.orchestra.run.vm08:osd.5> sudo journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.5.service 2026-03-10T08:40:40.244 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2026-03-10T08:40:40.244 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd stat -f json 2026-03-10T08:40:40.414 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:40.652 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:40.816 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":33,"num_osds":6,"num_up_osds":5,"osd_up_since":1773132033,"num_in_osds":6,"osd_in_since":1773132032,"num_remapped_pgs":0} 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-10T08:40:40.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:40 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/1977073862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:40.845 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:40:40 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5[61867]: 2026-03-10T08:40:40.583+0000 7fa60ba21740 -1 osd.5 0 log_to_monitors true 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-10T08:40:41.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:40 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1977073862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]: dispatch 2026-03-10T08:40:41.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:40 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/1977073862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:41.817 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd stat -f json 2026-03-10T08:40:41.980 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:42.094 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:41 vm01 ceph-mon[52322]: Adjusting osd_memory_target on vm08 to 1664M 2026-03-10T08:40:42.094 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:41 vm01 ceph-mon[52322]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 96 KiB/s, 0 objects/s recovering 2026-03-10T08:40:42.094 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:41 vm01 ceph-mon[52322]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]': finished 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:41 vm01 ceph-mon[52322]: osdmap e34: 6 total, 5 up, 6 in 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:41 vm01 ceph-mon[52322]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:41 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:41 vm08 ceph-mon[53254]: Adjusting osd_memory_target on vm08 to 1664M 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:41 vm08 ceph-mon[53254]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 96 KiB/s, 0 objects/s recovering 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:41 vm08 ceph-mon[53254]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]': finished 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:41 vm08 ceph-mon[53254]: osdmap e34: 6 total, 5 up, 6 in 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:41 vm08 ceph-mon[53254]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:42.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:41 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:42.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:41 vm05 ceph-mon[52532]: Adjusting osd_memory_target on vm08 to 1664M 2026-03-10T08:40:42.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:41 vm05 ceph-mon[52532]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail; 96 KiB/s, 0 objects/s recovering 2026-03-10T08:40:42.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:41 vm05 ceph-mon[52532]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["5"]}]': finished 2026-03-10T08:40:42.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:41 vm05 ceph-mon[52532]: osdmap e34: 6 total, 5 up, 6 in 2026-03-10T08:40:42.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:41 vm05 ceph-mon[52532]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T08:40:42.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:41 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:42.199 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:42.351 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":35,"num_osds":6,"num_up_osds":5,"osd_up_since":1773132033,"num_in_osds":6,"osd_in_since":1773132032,"num_remapped_pgs":0} 2026-03-10T08:40:43.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:43 vm08 ceph-mon[53254]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T08:40:43.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:43 vm08 ceph-mon[53254]: osdmap e35: 6 total, 5 up, 6 in 2026-03-10T08:40:43.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:43 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:43.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:43 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:43.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:43 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3789455263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:43.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:43 vm08 ceph-mon[53254]: pgmap v79: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:40:43.345 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:43 vm08 ceph-mon[53254]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' 2026-03-10T08:40:43.345 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:40:43 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5[61867]: 2026-03-10T08:40:43.080+0000 7fa6079a2640 -1 osd.5 0 waiting for initial osdmap 2026-03-10T08:40:43.345 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:40:43 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5[61867]: 2026-03-10T08:40:43.088+0000 7fa602fcb640 -1 osd.5 35 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T08:40:43.353 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd stat -f json 2026-03-10T08:40:43.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:43 vm01 ceph-mon[52322]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T08:40:43.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:43 vm01 ceph-mon[52322]: osdmap e35: 6 total, 5 up, 6 in 2026-03-10T08:40:43.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:43 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:43.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:43 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:43.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:43 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3789455263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:43.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:43 vm01 ceph-mon[52322]: pgmap v79: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:40:43.374 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:43 vm01 ceph-mon[52322]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' 2026-03-10T08:40:43.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:43 vm05 ceph-mon[52532]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T08:40:43.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:43 vm05 ceph-mon[52532]: osdmap e35: 6 total, 5 up, 6 in 2026-03-10T08:40:43.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:43 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:43.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:43 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:43.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:43 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3789455263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:43.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:43 vm05 ceph-mon[52532]: pgmap v79: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:40:43.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:43 vm05 ceph-mon[52532]: from='osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506]' entity='osd.5' 2026-03-10T08:40:43.514 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:43.745 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:43.891 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":36,"num_osds":6,"num_up_osds":6,"osd_up_since":1773132043,"num_in_osds":6,"osd_in_since":1773132032,"num_remapped_pgs":1} 2026-03-10T08:40:43.891 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd dump --format=json 2026-03-10T08:40:44.089 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:44.146 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:44 vm01 ceph-mon[52322]: purged_snaps scrub starts 2026-03-10T08:40:44.146 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:44 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:44.146 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:44 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:44.146 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:44 vm01 ceph-mon[52322]: osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506] boot 2026-03-10T08:40:44.146 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:44 vm01 ceph-mon[52322]: osdmap e36: 6 total, 6 up, 6 in 2026-03-10T08:40:44.146 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:44 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:44.146 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:44 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2295682519' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:44.315 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:44.315 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":37,"fsid":"69059a0e-1c5c-11f1-bf10-c948c66cf6b8","created":"2026-03-10T08:38:44.443461+0000","modified":"2026-03-10T08:40:44.122590+0000","last_up_change":"2026-03-10T08:40:43.115696+0000","last_in_change":"2026-03-10T08:40:32.196904+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-10T08:40:13.270131+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":"3877ec20-a881-4fde-8cfe-37208f08e102","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.101:6802","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6803","nonce":2701657319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6804","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6805","nonce":2701657319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6808","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6809","nonce":2701657319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6806","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6807","nonce":2701657319}]},"public_addr":"192.168.123.101:6803/2701657319","cluster_addr":"192.168.123.101:6805/2701657319","heartbeat_back_addr":"192.168.123.101:6809/2701657319","heartbeat_front_addr":"192.168.123.101:6807/2701657319","state":["exists","up"]},{"osd":1,"uuid":"fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6810","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6811","nonce":3885275883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6812","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6813","nonce":3885275883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6816","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6817","nonce":3885275883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6814","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6815","nonce":3885275883}]},"public_addr":"192.168.123.101:6811/3885275883","cluster_addr":"192.168.123.101:6813/3885275883","heartbeat_back_addr":"192.168.123.101:6817/3885275883","heartbeat_front_addr":"192.168.123.101:6815/3885275883","state":["exists","up"]},{"osd":2,"uuid":"497172c4-1bd0-4e62-afb1-bc384822189a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6801","nonce":1192257056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6803","nonce":1192257056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6807","nonce":1192257056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6805","nonce":1192257056}]},"public_addr":"192.168.123.105:6801/1192257056","cluster_addr":"192.168.123.105:6803/1192257056","heartbeat_back_addr":"192.168.123.105:6807/1192257056","heartbeat_front_addr":"192.168.123.105:6805/1192257056","state":["exists","up"]},{"osd":3,"uuid":"a162dbd1-77f7-40f7-98ca-8a81a2bce85f","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.105:6808","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6809","nonce":1002373495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6810","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6811","nonce":1002373495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6814","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6815","nonce":1002373495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6813","nonce":1002373495}]},"public_addr":"192.168.123.105:6809/1002373495","cluster_addr":"192.168.123.105:6811/1002373495","heartbeat_back_addr":"192.168.123.105:6815/1002373495","heartbeat_front_addr":"192.168.123.105:6813/1002373495","state":["exists","up"]},{"osd":4,"uuid":"d18f4be5-c39c-4ae8-9973-dec6c21047f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6800","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6801","nonce":3602848193}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6803","nonce":3602848193}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6807","nonce":3602848193}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6805","nonce":3602848193}]},"public_addr":"192.168.123.108:6801/3602848193","cluster_addr":"192.168.123.108:6803/3602848193","heartbeat_back_addr":"192.168.123.108:6807/3602848193","heartbeat_front_addr":"192.168.123.108:6805/3602848193","state":["exists","up"]},{"osd":5,"uuid":"f764b0c1-d233-423e-b5bf-8b1907af56f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6808","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6809","nonce":1818164506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6810","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6811","nonce":1818164506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6814","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6815","nonce":1818164506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6812","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6813","nonce":1818164506}]},"public_addr":"192.168.123.108:6809/1818164506","cluster_addr":"192.168.123.108:6811/1818164506","heartbeat_back_addr":"192.168.123.108:6815/1818164506","heartbeat_front_addr":"192.168.123.108:6813/1818164506","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-10T08:39:49.502781+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-10T08:39:59.518570+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-10T08:40:09.886726+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-10T08:40:20.576327+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-10T08:40:30.910826+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-10T08:40:41.564699+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.101:6800/3310928628":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/298517998":"2026-03-11T08:39:06.950809+0000","192.168.123.101:6801/3310928628":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/186977825":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/1620560919":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/2670203580":"2026-03-11T08:38:56.726292+0000","192.168.123.101:0/2173898915":"2026-03-11T08:38:56.726292+0000","192.168.123.101:6801/4273742181":"2026-03-11T08:38:56.726292+0000","192.168.123.101:6800/4273742181":"2026-03-11T08:38:56.726292+0000","192.168.123.101:0/37714207":"2026-03-11T08:38:56.726292+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-10T08:40:44.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:44 vm05 ceph-mon[52532]: purged_snaps scrub starts 2026-03-10T08:40:44.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:44 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:44.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:44 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:44.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:44 vm05 ceph-mon[52532]: osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506] boot 2026-03-10T08:40:44.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:44 vm05 ceph-mon[52532]: osdmap e36: 6 total, 6 up, 6 in 2026-03-10T08:40:44.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:44 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:44.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:44 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/2295682519' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:44.459 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-03-10T08:40:13.270131+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-10T08:40:44.459 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd pool get .mgr pg_num 2026-03-10T08:40:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:44 vm08 ceph-mon[53254]: purged_snaps scrub starts 2026-03-10T08:40:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:44 vm08 ceph-mon[53254]: purged_snaps scrub ok 2026-03-10T08:40:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:44 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:44 vm08 ceph-mon[53254]: osd.5 [v2:192.168.123.108:6808/1818164506,v1:192.168.123.108:6809/1818164506] boot 2026-03-10T08:40:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:44 vm08 ceph-mon[53254]: osdmap e36: 6 total, 6 up, 6 in 2026-03-10T08:40:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:44 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-03-10T08:40:44.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:44 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/2295682519' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T08:40:44.619 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:44.845 INFO:teuthology.orchestra.run.vm01.stdout:pg_num: 1 2026-03-10T08:40:44.993 INFO:tasks.cephadm:Setting up client nodes... 2026-03-10T08:40:44.993 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-03-10T08:40:44.993 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-03-10T08:40:44.993 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph mgr dump --format=json 2026-03-10T08:40:45.160 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:45.224 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:45 vm01 ceph-mon[52322]: osdmap e37: 6 total, 6 up, 6 in 2026-03-10T08:40:45.225 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:45 vm01 ceph-mon[52322]: pgmap v82: 1 pgs: 1 peering; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:40:45.225 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:45 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3841902670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:45.225 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:45 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3544852949' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-03-10T08:40:45.404 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:45.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:45 vm05 ceph-mon[52532]: osdmap e37: 6 total, 6 up, 6 in 2026-03-10T08:40:45.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:45 vm05 ceph-mon[52532]: pgmap v82: 1 pgs: 1 peering; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:40:45.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:45 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3841902670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:45.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:45 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3544852949' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-03-10T08:40:45.572 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6800","nonce":2974467031},{"type":"v1","addr":"192.168.123.101:6801","nonce":2974467031}]},"active_addr":"192.168.123.101:6801/2974467031","active_change":"2026-03-10T08:39:06.951077+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14208,"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":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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.101: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.101:0","nonce":393307550}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.101:0","nonce":1722415218}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.101:0","nonce":4242960056}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.101:0","nonce":2106685071}]}]} 2026-03-10T08:40:45.573 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-03-10T08:40:45.573 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-03-10T08:40:45.573 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd dump --format=json 2026-03-10T08:40:45.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:45 vm08 ceph-mon[53254]: osdmap e37: 6 total, 6 up, 6 in 2026-03-10T08:40:45.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:45 vm08 ceph-mon[53254]: pgmap v82: 1 pgs: 1 peering; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:40:45.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:45 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3841902670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:45.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:45 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3544852949' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-03-10T08:40:45.729 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:45.943 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:45.943 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":38,"fsid":"69059a0e-1c5c-11f1-bf10-c948c66cf6b8","created":"2026-03-10T08:38:44.443461+0000","modified":"2026-03-10T08:40:45.124953+0000","last_up_change":"2026-03-10T08:40:43.115696+0000","last_in_change":"2026-03-10T08:40:32.196904+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-10T08:40:13.270131+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":"3877ec20-a881-4fde-8cfe-37208f08e102","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.101:6802","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6803","nonce":2701657319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6804","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6805","nonce":2701657319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6808","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6809","nonce":2701657319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6806","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6807","nonce":2701657319}]},"public_addr":"192.168.123.101:6803/2701657319","cluster_addr":"192.168.123.101:6805/2701657319","heartbeat_back_addr":"192.168.123.101:6809/2701657319","heartbeat_front_addr":"192.168.123.101:6807/2701657319","state":["exists","up"]},{"osd":1,"uuid":"fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6810","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6811","nonce":3885275883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6812","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6813","nonce":3885275883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6816","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6817","nonce":3885275883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6814","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6815","nonce":3885275883}]},"public_addr":"192.168.123.101:6811/3885275883","cluster_addr":"192.168.123.101:6813/3885275883","heartbeat_back_addr":"192.168.123.101:6817/3885275883","heartbeat_front_addr":"192.168.123.101:6815/3885275883","state":["exists","up"]},{"osd":2,"uuid":"497172c4-1bd0-4e62-afb1-bc384822189a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6801","nonce":1192257056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6803","nonce":1192257056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6807","nonce":1192257056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6805","nonce":1192257056}]},"public_addr":"192.168.123.105:6801/1192257056","cluster_addr":"192.168.123.105:6803/1192257056","heartbeat_back_addr":"192.168.123.105:6807/1192257056","heartbeat_front_addr":"192.168.123.105:6805/1192257056","state":["exists","up"]},{"osd":3,"uuid":"a162dbd1-77f7-40f7-98ca-8a81a2bce85f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6808","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6809","nonce":1002373495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6810","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6811","nonce":1002373495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6814","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6815","nonce":1002373495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6813","nonce":1002373495}]},"public_addr":"192.168.123.105:6809/1002373495","cluster_addr":"192.168.123.105:6811/1002373495","heartbeat_back_addr":"192.168.123.105:6815/1002373495","heartbeat_front_addr":"192.168.123.105:6813/1002373495","state":["exists","up"]},{"osd":4,"uuid":"d18f4be5-c39c-4ae8-9973-dec6c21047f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6800","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6801","nonce":3602848193}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6803","nonce":3602848193}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6807","nonce":3602848193}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6805","nonce":3602848193}]},"public_addr":"192.168.123.108:6801/3602848193","cluster_addr":"192.168.123.108:6803/3602848193","heartbeat_back_addr":"192.168.123.108:6807/3602848193","heartbeat_front_addr":"192.168.123.108:6805/3602848193","state":["exists","up"]},{"osd":5,"uuid":"f764b0c1-d233-423e-b5bf-8b1907af56f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6808","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6809","nonce":1818164506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6810","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6811","nonce":1818164506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6814","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6815","nonce":1818164506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6812","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6813","nonce":1818164506}]},"public_addr":"192.168.123.108:6809/1818164506","cluster_addr":"192.168.123.108:6811/1818164506","heartbeat_back_addr":"192.168.123.108:6815/1818164506","heartbeat_front_addr":"192.168.123.108:6813/1818164506","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-10T08:39:49.502781+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-10T08:39:59.518570+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-10T08:40:09.886726+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-10T08:40:20.576327+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-10T08:40:30.910826+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-10T08:40:41.564699+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.101:6800/3310928628":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/298517998":"2026-03-11T08:39:06.950809+0000","192.168.123.101:6801/3310928628":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/186977825":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/1620560919":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/2670203580":"2026-03-11T08:38:56.726292+0000","192.168.123.101:0/2173898915":"2026-03-11T08:38:56.726292+0000","192.168.123.101:6801/4273742181":"2026-03-11T08:38:56.726292+0000","192.168.123.101:6800/4273742181":"2026-03-11T08:38:56.726292+0000","192.168.123.101:0/37714207":"2026-03-11T08:38:56.726292+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-10T08:40:46.091 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-03-10T08:40:46.091 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd dump --format=json 2026-03-10T08:40:46.259 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:46.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:46 vm01 ceph-mon[52322]: osdmap e38: 6 total, 6 up, 6 in 2026-03-10T08:40:46.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:46 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3336710024' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T08:40:46.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:46 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2435563770' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:46.432 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:46 vm05 ceph-mon[52532]: osdmap e38: 6 total, 6 up, 6 in 2026-03-10T08:40:46.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:46 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3336710024' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T08:40:46.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:46 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/2435563770' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:46.477 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:46.477 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":38,"fsid":"69059a0e-1c5c-11f1-bf10-c948c66cf6b8","created":"2026-03-10T08:38:44.443461+0000","modified":"2026-03-10T08:40:45.124953+0000","last_up_change":"2026-03-10T08:40:43.115696+0000","last_in_change":"2026-03-10T08:40:32.196904+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-10T08:40:13.270131+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":"3877ec20-a881-4fde-8cfe-37208f08e102","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.101:6802","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6803","nonce":2701657319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6804","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6805","nonce":2701657319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6808","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6809","nonce":2701657319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6806","nonce":2701657319},{"type":"v1","addr":"192.168.123.101:6807","nonce":2701657319}]},"public_addr":"192.168.123.101:6803/2701657319","cluster_addr":"192.168.123.101:6805/2701657319","heartbeat_back_addr":"192.168.123.101:6809/2701657319","heartbeat_front_addr":"192.168.123.101:6807/2701657319","state":["exists","up"]},{"osd":1,"uuid":"fe81a8c2-25a9-41eb-a5ca-279e6b6e1b8b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6810","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6811","nonce":3885275883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6812","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6813","nonce":3885275883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6816","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6817","nonce":3885275883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6814","nonce":3885275883},{"type":"v1","addr":"192.168.123.101:6815","nonce":3885275883}]},"public_addr":"192.168.123.101:6811/3885275883","cluster_addr":"192.168.123.101:6813/3885275883","heartbeat_back_addr":"192.168.123.101:6817/3885275883","heartbeat_front_addr":"192.168.123.101:6815/3885275883","state":["exists","up"]},{"osd":2,"uuid":"497172c4-1bd0-4e62-afb1-bc384822189a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6801","nonce":1192257056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6803","nonce":1192257056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6807","nonce":1192257056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":1192257056},{"type":"v1","addr":"192.168.123.105:6805","nonce":1192257056}]},"public_addr":"192.168.123.105:6801/1192257056","cluster_addr":"192.168.123.105:6803/1192257056","heartbeat_back_addr":"192.168.123.105:6807/1192257056","heartbeat_front_addr":"192.168.123.105:6805/1192257056","state":["exists","up"]},{"osd":3,"uuid":"a162dbd1-77f7-40f7-98ca-8a81a2bce85f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6808","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6809","nonce":1002373495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6810","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6811","nonce":1002373495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6814","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6815","nonce":1002373495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":1002373495},{"type":"v1","addr":"192.168.123.105:6813","nonce":1002373495}]},"public_addr":"192.168.123.105:6809/1002373495","cluster_addr":"192.168.123.105:6811/1002373495","heartbeat_back_addr":"192.168.123.105:6815/1002373495","heartbeat_front_addr":"192.168.123.105:6813/1002373495","state":["exists","up"]},{"osd":4,"uuid":"d18f4be5-c39c-4ae8-9973-dec6c21047f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6800","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6801","nonce":3602848193}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6803","nonce":3602848193}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6807","nonce":3602848193}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":3602848193},{"type":"v1","addr":"192.168.123.108:6805","nonce":3602848193}]},"public_addr":"192.168.123.108:6801/3602848193","cluster_addr":"192.168.123.108:6803/3602848193","heartbeat_back_addr":"192.168.123.108:6807/3602848193","heartbeat_front_addr":"192.168.123.108:6805/3602848193","state":["exists","up"]},{"osd":5,"uuid":"f764b0c1-d233-423e-b5bf-8b1907af56f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6808","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6809","nonce":1818164506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6810","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6811","nonce":1818164506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6814","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6815","nonce":1818164506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6812","nonce":1818164506},{"type":"v1","addr":"192.168.123.108:6813","nonce":1818164506}]},"public_addr":"192.168.123.108:6809/1818164506","cluster_addr":"192.168.123.108:6811/1818164506","heartbeat_back_addr":"192.168.123.108:6815/1818164506","heartbeat_front_addr":"192.168.123.108:6813/1818164506","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-10T08:39:49.502781+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-10T08:39:59.518570+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-10T08:40:09.886726+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-10T08:40:20.576327+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-10T08:40:30.910826+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-10T08:40:41.564699+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.101:6800/3310928628":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/298517998":"2026-03-11T08:39:06.950809+0000","192.168.123.101:6801/3310928628":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/186977825":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/1620560919":"2026-03-11T08:39:06.950809+0000","192.168.123.101:0/2670203580":"2026-03-11T08:38:56.726292+0000","192.168.123.101:0/2173898915":"2026-03-11T08:38:56.726292+0000","192.168.123.101:6801/4273742181":"2026-03-11T08:38:56.726292+0000","192.168.123.101:6800/4273742181":"2026-03-11T08:38:56.726292+0000","192.168.123.101:0/37714207":"2026-03-11T08:38:56.726292+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-10T08:40:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:46 vm08 ceph-mon[53254]: osdmap e38: 6 total, 6 up, 6 in 2026-03-10T08:40:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:46 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3336710024' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T08:40:46.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:46 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/2435563770' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:46.641 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph tell osd.0 flush_pg_stats 2026-03-10T08:40:46.641 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph tell osd.1 flush_pg_stats 2026-03-10T08:40:46.641 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph tell osd.2 flush_pg_stats 2026-03-10T08:40:46.641 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph tell osd.3 flush_pg_stats 2026-03-10T08:40:46.641 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph tell osd.4 flush_pg_stats 2026-03-10T08:40:46.641 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph tell osd.5 flush_pg_stats 2026-03-10T08:40:47.116 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:47.119 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:47.191 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:47.203 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:47.354 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:47.360 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:47.389 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:47 vm01 ceph-mon[52322]: pgmap v84: 1 pgs: 1 peering; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:40:47.390 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:47 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2029171609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:47.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:47 vm05 ceph-mon[52532]: pgmap v84: 1 pgs: 1 peering; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:40:47.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:47 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/2029171609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:47.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:47 vm08 ceph-mon[53254]: pgmap v84: 1 pgs: 1 peering; 449 KiB data, 160 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:40:47.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:47 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/2029171609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T08:40:47.870 INFO:teuthology.orchestra.run.vm01.stdout:34359738381 2026-03-10T08:40:47.871 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd last-stat-seq osd.0 2026-03-10T08:40:47.881 INFO:teuthology.orchestra.run.vm01.stdout:103079215111 2026-03-10T08:40:47.882 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd last-stat-seq osd.3 2026-03-10T08:40:48.041 INFO:teuthology.orchestra.run.vm01.stdout:154618822658 2026-03-10T08:40:48.042 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd last-stat-seq osd.5 2026-03-10T08:40:48.042 INFO:teuthology.orchestra.run.vm01.stdout:133143986180 2026-03-10T08:40:48.042 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd last-stat-seq osd.4 2026-03-10T08:40:48.078 INFO:teuthology.orchestra.run.vm01.stdout:77309411337 2026-03-10T08:40:48.079 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd last-stat-seq osd.2 2026-03-10T08:40:48.259 INFO:teuthology.orchestra.run.vm01.stdout:55834574859 2026-03-10T08:40:48.259 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph osd last-stat-seq osd.1 2026-03-10T08:40:48.273 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:48.388 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:48.642 INFO:teuthology.orchestra.run.vm01.stdout:34359738381 2026-03-10T08:40:48.798 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:48.850 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738381 got 34359738381 for osd.0 2026-03-10T08:40:48.850 DEBUG:teuthology.parallel:result is None 2026-03-10T08:40:48.856 INFO:teuthology.orchestra.run.vm01.stdout:103079215111 2026-03-10T08:40:48.877 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:49.011 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:49.017 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:49.141 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215111 got 103079215111 for osd.3 2026-03-10T08:40:49.141 DEBUG:teuthology.parallel:result is None 2026-03-10T08:40:49.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:49 vm01 ceph-mon[52322]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-10T08:40:49.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:49 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2313172553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T08:40:49.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:49 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1477605814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-03-10T08:40:49.327 INFO:teuthology.orchestra.run.vm01.stdout:154618822658 2026-03-10T08:40:49.394 INFO:teuthology.orchestra.run.vm01.stdout:133143986180 2026-03-10T08:40:49.428 INFO:teuthology.orchestra.run.vm01.stdout:55834574859 2026-03-10T08:40:49.481 INFO:teuthology.orchestra.run.vm01.stdout:77309411337 2026-03-10T08:40:49.489 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:49 vm08 ceph-mon[53254]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-10T08:40:49.489 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:49 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/2313172553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T08:40:49.489 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:49 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/1477605814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-03-10T08:40:49.524 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822658 got 154618822658 for osd.5 2026-03-10T08:40:49.524 DEBUG:teuthology.parallel:result is None 2026-03-10T08:40:49.633 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2026-03-10T08:40:49.633 DEBUG:teuthology.parallel:result is None 2026-03-10T08:40:49.669 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411337 for osd.2 2026-03-10T08:40:49.669 DEBUG:teuthology.parallel:result is None 2026-03-10T08:40:49.681 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986180 got 133143986180 for osd.4 2026-03-10T08:40:49.681 DEBUG:teuthology.parallel:result is None 2026-03-10T08:40:49.681 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-03-10T08:40:49.681 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph pg dump --format=json 2026-03-10T08:40:49.682 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:49 vm05 ceph-mon[52532]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 75 KiB/s, 0 objects/s recovering 2026-03-10T08:40:49.682 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:49 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/2313172553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T08:40:49.682 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:49 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/1477605814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-03-10T08:40:49.871 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:50.075 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:50.076 INFO:teuthology.orchestra.run.vm01.stderr:dumped all 2026-03-10T08:40:50.221 INFO:teuthology.orchestra.run.vm01.stdout:{"pg_ready":true,"pg_map":{"version":85,"stamp":"2026-03-10T08:40:48.242211+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":4,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":125804544,"kb_used":164460,"kb_used_data":3420,"kb_used_omap":9,"kb_used_meta":160886,"kb_avail":125640084,"statfs":{"total":128823853056,"available":128655446016,"internally_reserved":0,"allocated":3502080,"data_stored":2170434,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9537,"internal_metadata":164747967},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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":"6.000749"},"pg_stats":[{"pgid":"1.0","version":"20'32","reported_seq":67,"reported_epoch":38,"state":"active+clean","last_fresh":"2026-03-10T08:40:45.446538+0000","last_change":"2026-03-10T08:40:45.446538+0000","last_active":"2026-03-10T08:40:45.446538+0000","last_peered":"2026-03-10T08:40:45.446538+0000","last_clean":"2026-03-10T08:40:45.446538+0000","last_became_active":"2026-03-10T08:40:45.137177+0000","last_became_peered":"2026-03-10T08:40:45.137177+0000","last_unstale":"2026-03-10T08:40:45.446538+0000","last_undegraded":"2026-03-10T08:40:45.446538+0000","last_fullsized":"2026-03-10T08:40:45.446538+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-10T08:40:13.475337+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-10T08:40:13.475337+0000","last_clean_scrub_stamp":"2026-03-10T08:40:13.475337+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-11T20:28:40.375575+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":2777088,"data_stored":2755680,"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":36,"seq":154618822658,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27640,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939784,"statfs":{"total":21470642176,"available":21442338816,"internally_reserved":0,"allocated":815104,"data_stored":591379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986180,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27180,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940244,"statfs":{"total":21470642176,"available":21442809856,"internally_reserved":0,"allocated":352256,"data_stored":132099,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,1,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":24,"seq":103079215111,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27636,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939788,"statfs":{"total":21470642176,"available":21442342912,"internally_reserved":0,"allocated":815104,"data_stored":591379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27632,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939792,"statfs":{"total":21470642176,"available":21442347008,"internally_reserved":0,"allocated":815104,"data_stored":591379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"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":13,"seq":55834574859,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27184,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940240,"statfs":{"total":21470642176,"available":21442805760,"internally_reserved":0,"allocated":352256,"data_stored":132099,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27188,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940236,"statfs":{"total":21470642176,"available":21442801664,"internally_reserved":0,"allocated":352256,"data_stored":132099,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27457995},"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":462848,"data_stored":459280,"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-10T08:40:50.221 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph pg dump --format=json 2026-03-10T08:40:50.373 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:50.729 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:50.729 INFO:teuthology.orchestra.run.vm01.stderr:dumped all 2026-03-10T08:40:50.730 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3575055275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-10T08:40:50.730 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/3863255966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-03-10T08:40:50.730 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/534499762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/2115740055' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: Detected new or changed devices on vm08 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:50.731 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:50 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3575055275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/3863255966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/534499762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/2115740055' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: Detected new or changed devices on vm08 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:50.845 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:50 vm08 ceph-mon[53254]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.914 INFO:teuthology.orchestra.run.vm01.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2026-03-10T08:40:50.242501+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":164460,"kb_used_data":3420,"kb_used_omap":9,"kb_used_meta":160886,"kb_avail":125640084,"statfs":{"total":128823853056,"available":128655446016,"internally_reserved":0,"allocated":3502080,"data_stored":2170434,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9537,"internal_metadata":164747967},"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":"7.120488"},"pg_stats":[{"pgid":"1.0","version":"20'32","reported_seq":67,"reported_epoch":38,"state":"active+clean","last_fresh":"2026-03-10T08:40:45.446538+0000","last_change":"2026-03-10T08:40:45.446538+0000","last_active":"2026-03-10T08:40:45.446538+0000","last_peered":"2026-03-10T08:40:45.446538+0000","last_clean":"2026-03-10T08:40:45.446538+0000","last_became_active":"2026-03-10T08:40:45.137177+0000","last_became_peered":"2026-03-10T08:40:45.137177+0000","last_unstale":"2026-03-10T08:40:45.446538+0000","last_undegraded":"2026-03-10T08:40:45.446538+0000","last_fullsized":"2026-03-10T08:40:45.446538+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-10T08:40:13.475337+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-10T08:40:13.475337+0000","last_clean_scrub_stamp":"2026-03-10T08:40:13.475337+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-11T20:28:40.375575+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":2777088,"data_stored":2755680,"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":36,"seq":154618822659,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27640,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939784,"statfs":{"total":21470642176,"available":21442338816,"internally_reserved":0,"allocated":815104,"data_stored":591379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986181,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27180,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940244,"statfs":{"total":21470642176,"available":21442809856,"internally_reserved":0,"allocated":352256,"data_stored":132099,"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":103079215111,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27636,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939788,"statfs":{"total":21470642176,"available":21442342912,"internally_reserved":0,"allocated":815104,"data_stored":591379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27457996},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27632,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939792,"statfs":{"total":21470642176,"available":21442347008,"internally_reserved":0,"allocated":815104,"data_stored":591379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"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":13,"seq":55834574859,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27184,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940240,"statfs":{"total":21470642176,"available":21442805760,"internally_reserved":0,"allocated":352256,"data_stored":132099,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":27188,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940236,"statfs":{"total":21470642176,"available":21442801664,"internally_reserved":0,"allocated":352256,"data_stored":132099,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27457995},"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":462848,"data_stored":459280,"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-10T08:40:50.914 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-03-10T08:40:50.915 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-03-10T08:40:50.915 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-03-10T08:40:50.915 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph health --format=json 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3575055275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/3863255966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/534499762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/2115740055' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: Detected new or changed devices on vm08 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:50.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:50 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:51.071 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:51.310 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:40:51.310 INFO:teuthology.orchestra.run.vm01.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-10T08:40:51.478 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-03-10T08:40:51.479 INFO:tasks.cephadm:Setup complete, yielding 2026-03-10T08:40:51.479 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-10T08:40:51.481 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm01.local 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- bash -c 'set -ex 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> for host in $HOSTNAMES; do 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # find the hostname for "host.c" which will have no mgr 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> if [ "$HAS_MGRS" == "false" ]; then 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> HOST_C="${host}" 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> fi 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> done 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # One last thing to worry about before draining the host 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # is that the teuthology test tends to put the explicit 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # hostnames in the placement for the mon service. 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # We want to make sure we can drain without providing 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # --force and there is a check for the host being removed 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # being listed explicitly in the placements. Therefore, 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # we should remove it from the mon placement. 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> ceph orch ls mon --export > mon.yaml 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> ceph orch apply -i mon_adjusted.yaml 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # now drain that host 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> ceph orch host drain $HOST_C --zap-osd-devices 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # wait for drain to complete 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> sleep 15 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> done 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # we want to check the ability to remove the host from 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # the CRUSH map, so we should first verify the host is in 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # the CRUSH map. 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> ceph osd getcrushmap -o compiled-crushmap 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> crushtool -d compiled-crushmap -o crushmap.txt 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> CRUSH_MAP=$(cat crushmap.txt) 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> exit 1 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> fi 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # If the drain was successful, we should be able to remove the 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # host without force with no issues. If there are still daemons 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # we will get a response telling us to drain the host and a 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # non-zero return code 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> ceph orch host rm $HOST_C --rm-crush-entry 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> sleep 30 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> ceph osd getcrushmap -o compiled-crushmap 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> crushtool -d compiled-crushmap -o crushmap.txt 2026-03-10T08:40:51.481 DEBUG:teuthology.orchestra.run.vm01:> CRUSH_MAP=$(cat crushmap.txt) 2026-03-10T08:40:51.482 DEBUG:teuthology.orchestra.run.vm01:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2026-03-10T08:40:51.482 DEBUG:teuthology.orchestra.run.vm01:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2026-03-10T08:40:51.482 DEBUG:teuthology.orchestra.run.vm01:> exit 1 2026-03-10T08:40:51.482 DEBUG:teuthology.orchestra.run.vm01:> fi 2026-03-10T08:40:51.482 DEBUG:teuthology.orchestra.run.vm01:> ' 2026-03-10T08:40:51.640 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:40:51.712 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch host ls --format json 2026-03-10T08:40:51.712 INFO:teuthology.orchestra.run.vm01.stderr:++ jq -r '.[] | .hostname' 2026-03-10T08:40:51.881 INFO:teuthology.orchestra.run.vm01.stderr:+ HOSTNAMES='vm01 2026-03-10T08:40:51.881 INFO:teuthology.orchestra.run.vm01.stderr:vm05 2026-03-10T08:40:51.881 INFO:teuthology.orchestra.run.vm01.stderr:vm08' 2026-03-10T08:40:51.881 INFO:teuthology.orchestra.run.vm01.stderr:+ for host in $HOSTNAMES 2026-03-10T08:40:51.881 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch ps --hostname vm01 --format json 2026-03-10T08:40:51.881 INFO:teuthology.orchestra.run.vm01.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-03-10T08:40:52.040 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:51 vm01 ceph-mon[52322]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:52.040 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:51 vm01 ceph-mon[52322]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 63 KiB/s, 0 objects/s recovering 2026-03-10T08:40:52.040 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:51 vm01 ceph-mon[52322]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:52.040 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:51 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1436533972' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T08:40:52.040 INFO:teuthology.orchestra.run.vm01.stderr:+ HAS_MGRS=true 2026-03-10T08:40:52.040 INFO:teuthology.orchestra.run.vm01.stderr:+ '[' true == false ']' 2026-03-10T08:40:52.040 INFO:teuthology.orchestra.run.vm01.stderr:+ for host in $HOSTNAMES 2026-03-10T08:40:52.040 INFO:teuthology.orchestra.run.vm01.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-03-10T08:40:52.041 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch ps --hostname vm05 --format json 2026-03-10T08:40:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:51 vm08 ceph-mon[53254]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:51 vm08 ceph-mon[53254]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 63 KiB/s, 0 objects/s recovering 2026-03-10T08:40:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:51 vm08 ceph-mon[53254]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:52.095 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:51 vm08 ceph-mon[53254]: from='client.? 192.168.123.101:0/1436533972' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T08:40:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:51 vm05 ceph-mon[52532]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:51 vm05 ceph-mon[52532]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 63 KiB/s, 0 objects/s recovering 2026-03-10T08:40:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:51 vm05 ceph-mon[52532]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:51 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/1436533972' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T08:40:52.205 INFO:teuthology.orchestra.run.vm01.stderr:+ HAS_MGRS=true 2026-03-10T08:40:52.206 INFO:teuthology.orchestra.run.vm01.stderr:+ '[' true == false ']' 2026-03-10T08:40:52.206 INFO:teuthology.orchestra.run.vm01.stderr:+ for host in $HOSTNAMES 2026-03-10T08:40:52.206 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch ps --hostname vm08 --format json 2026-03-10T08:40:52.206 INFO:teuthology.orchestra.run.vm01.stderr:++ jq 'any(.daemon_type == "mgr")' 2026-03-10T08:40:52.375 INFO:teuthology.orchestra.run.vm01.stderr:+ HAS_MGRS=false 2026-03-10T08:40:52.375 INFO:teuthology.orchestra.run.vm01.stderr:+ '[' false == false ']' 2026-03-10T08:40:52.375 INFO:teuthology.orchestra.run.vm01.stderr:+ HOST_C=vm08 2026-03-10T08:40:52.375 INFO:teuthology.orchestra.run.vm01.stderr:+ ceph orch ls mon --export 2026-03-10T08:40:52.538 INFO:teuthology.orchestra.run.vm01.stderr:+ sed /vm08/d mon.yaml 2026-03-10T08:40:52.539 INFO:teuthology.orchestra.run.vm01.stderr:+ ceph orch apply -i mon_adjusted.yaml 2026-03-10T08:40:52.695 INFO:teuthology.orchestra.run.vm01.stdout:Scheduled mon update... 2026-03-10T08:40:52.710 INFO:teuthology.orchestra.run.vm01.stderr:+ ceph orch host drain vm08 --zap-osd-devices 2026-03-10T08:40:53.048 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:52 vm08 podman[63107]: 2026-03-10 08:40:52.782646556 +0000 UTC m=+0.013217318 container died e822486e8ce804590679cb5fc669fb992353a7cd60051fdad7450facb13e65f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-c, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_REF=squid, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223) 2026-03-10T08:40:53.048 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:53 vm08 podman[63107]: 2026-03-10 08:40:53.004785475 +0000 UTC m=+0.235356227 container remove e822486e8ce804590679cb5fc669fb992353a7cd60051fdad7450facb13e65f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-c, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:40:53.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:53 vm08 systemd[1]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.c.service: Deactivated successfully. 2026-03-10T08:40:53.595 INFO:journalctl@ceph.mon.c.vm08.stdout:Mar 10 08:40:53 vm08 systemd[1]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.c.service: Consumed 1.450s CPU time. 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: purged_snaps scrub ok 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm01", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='client.24331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm05", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 55 KiB/s, 0 objects/s recovering 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='client.24337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: Saving service mon spec with placement vm01:192.168.123.101=a;vm05:192.168.123.105=b;count:3 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: Removing monitor c from monmap... 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: mon.b calling monitor election 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: mon.a calling monitor election 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: monmap epoch 4 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: last_changed 2026-03-10T08:40:52.709506+0000 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: min_mon_release 19 (squid) 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: election_strategy: 1 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: fsmap 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: osdmap e38: 6 total, 6 up, 6 in 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: mgrmap e15: a(active, since 107s), standbys: b 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: overall HEALTH_OK 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:55.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:54 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: purged_snaps scrub ok 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm01", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='client.24331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm05", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 55 KiB/s, 0 objects/s recovering 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='client.24337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: Saving service mon spec with placement vm01:192.168.123.101=a;vm05:192.168.123.105=b;count:3 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: Removing monitor c from monmap... 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: mon.b calling monitor election 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: mon.a calling monitor election 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: monmap epoch 4 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: last_changed 2026-03-10T08:40:52.709506+0000 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: created 2026-03-10T08:38:43.146693+0000 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: min_mon_release 19 (squid) 2026-03-10T08:40:55.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: election_strategy: 1 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: fsmap 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: osdmap e38: 6 total, 6 up, 6 in 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: mgrmap e15: a(active, since 107s), standbys: b 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: overall HEALTH_OK 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:55.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:54 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:55.968 INFO:teuthology.orchestra.run.vm01.stdout:Scheduled to remove the following daemons from host 'vm08' 2026-03-10T08:40:55.968 INFO:teuthology.orchestra.run.vm01.stdout:type id 2026-03-10T08:40:55.968 INFO:teuthology.orchestra.run.vm01.stdout:-------------------- --------------- 2026-03-10T08:40:55.968 INFO:teuthology.orchestra.run.vm01.stdout:agent vm08 2026-03-10T08:40:55.968 INFO:teuthology.orchestra.run.vm01.stdout:osd 4 2026-03-10T08:40:55.968 INFO:teuthology.orchestra.run.vm01.stdout:osd 5 2026-03-10T08:40:55.983 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch ps --hostname vm08 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: Removing daemon mon.c from vm08 -- ports [] 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.188 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.188 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.188 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:40:56.188 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:40:56.188 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:agent.vm08 vm08 running 6s ago 96s - - 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:osd.4 vm08 running (28s) 6s ago 28s 58.7M 1664M 19.2.3-678-ge911bdeb 654f31e6858e 2af922d9f87a 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:osd.5 vm08 running (17s) 6s ago 17s 57.2M 1664M 19.2.3-678-ge911bdeb 654f31e6858e c4044cdec3d5 ' 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:agent.vm08 vm08 running 6s ago 96s - - 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:osd.4 vm08 running (28s) 6s ago 28s 58.7M 1664M 19.2.3-678-ge911bdeb 654f31e6858e 2af922d9f87a 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:osd.5 vm08 running (17s) 6s ago 17s 57.2M 1664M 19.2.3-678-ge911bdeb 654f31e6858e c4044cdec3d5 ' '!=' 'No daemons reported' ']' 2026-03-10T08:40:56.188 INFO:teuthology.orchestra.run.vm01.stderr:+ sleep 15 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 45 KiB/s, 0 objects/s recovering 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: Removing daemon mon.c from vm08 -- ports [] 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:40:56.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Updating vm01:/etc/ceph/ceph.conf 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Updating vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Updating vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Updating vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Reconfiguring mon.a (monmap changed)... 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: Reconfiguring daemon mon.a on vm01 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "vm08", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.127 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.127 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.127 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T08:40:57.127 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:56 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:57.225 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Updating vm01:/etc/ceph/ceph.conf 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Updating vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Updating vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Updating vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Reconfiguring mon.a (monmap changed)... 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: Reconfiguring daemon mon.a on vm01 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "vm08", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T08:40:57.226 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:56 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: Added label _no_schedule to host vm08 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: Added label _no_conf_keyring to host vm08 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: osd.4 crush weight is 0.0194854736328125 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: osd.5 crush weight is 0.0194854736328125 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: Reconfiguring mgr.a (monmap changed)... 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: Reconfiguring daemon mgr.a on vm01 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 40 KiB/s, 0 objects/s recovering 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: Reconfiguring osd.0 (monmap changed)... 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: Reconfiguring daemon osd.0 on vm01 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:58.184 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:57 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: Added label _no_schedule to host vm08 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: Added label _no_conf_keyring to host vm08 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: osd.4 crush weight is 0.0194854736328125 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: osd.5 crush weight is 0.0194854736328125 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: Reconfiguring mgr.a (monmap changed)... 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: Reconfiguring daemon mgr.a on vm01 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail; 40 KiB/s, 0 objects/s recovering 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: Reconfiguring osd.0 (monmap changed)... 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: Reconfiguring daemon osd.0 on vm01 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:58.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:57 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.061 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: Reconfiguring osd.1 (monmap changed)... 2026-03-10T08:40:59.061 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: Reconfiguring daemon osd.1 on vm01 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: Reconfiguring mon.b (monmap changed)... 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: Reconfiguring daemon mon.b on vm05 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-10T08:40:59.062 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:58 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: Reconfiguring osd.1 (monmap changed)... 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: Reconfiguring daemon osd.1 on vm01 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: Reconfiguring mon.b (monmap changed)... 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: Reconfiguring daemon mon.b on vm05 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-03-10T08:40:59.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:58 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:00.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: Reconfiguring mgr.b (monmap changed)... 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: Reconfiguring daemon mgr.b on vm05 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: pgmap v90: 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-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: Reconfiguring osd.2 (monmap changed)... 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: Reconfiguring daemon osd.2 on vm05 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: Reconfiguring osd.3 (monmap changed)... 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: Reconfiguring daemon osd.3 on vm05 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:40:59 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: Reconfiguring mgr.b (monmap changed)... 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: Reconfiguring daemon mgr.b on vm05 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: pgmap v90: 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-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: Reconfiguring osd.2 (monmap changed)... 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: Reconfiguring daemon osd.2 on vm05 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: Reconfiguring osd.3 (monmap changed)... 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: Reconfiguring daemon osd.3 on vm05 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-03-10T08:41:00.486 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:40:59 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: Reconfiguring osd.4 (monmap changed)... 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: Reconfiguring daemon osd.4 on vm08 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: Reconfiguring osd.5 (monmap changed)... 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: Reconfiguring daemon osd.5 on vm08 2026-03-10T08:41:01.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:01 vm01 ceph-mon[52322]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: Reconfiguring osd.4 (monmap changed)... 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: Reconfiguring daemon osd.4 on vm08 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: Reconfiguring osd.5 (monmap changed)... 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: Reconfiguring daemon osd.5 on vm08 2026-03-10T08:41:01.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:01 vm05 ceph-mon[52532]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:41:02.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:02.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:02 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:02.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:02.433 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:02 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: Detected new or changed devices on vm08 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: Removing vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: Removing vm08:/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: Removing vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.client.admin.keyring 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2026-03-10T08:41:04.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:03 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a[52298]: 2026-03-10T08:41:03.842+0000 7f5fafa16640 -1 mon.a@0(leader).osd e39 definitely_dead 0 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: Detected new or changed devices on vm08 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: Removing vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.conf 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: Removing vm08:/etc/ceph/ceph.client.admin.keyring 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: Removing vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/config/ceph.client.admin.keyring 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2026-03-10T08:41:04.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:03 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: osdmap e39: 6 total, 6 up, 6 in 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: osd.5 weight is now 0.0 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-10T08:41:05.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:04 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2026-03-10T08:41:05.182 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2026-03-10T08:41:05.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: osdmap e39: 6 total, 6 up, 6 in 2026-03-10T08:41:05.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: osd.5 weight is now 0.0 2026-03-10T08:41:05.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:05.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:05.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-10T08:41:05.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2026-03-10T08:41:05.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:04 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2026-03-10T08:41:05.345 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:04 vm08 systemd[1]: Stopping Ceph osd.4 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:41:05.345 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4[58468]: 2026-03-10T08:41:05.049+0000 7f8f6a945640 -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-10T08:41:05.345 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4[58468]: 2026-03-10T08:41:05.049+0000 7f8f6a945640 -1 osd.4 39 *** Got signal Terminated *** 2026-03-10T08:41:05.345 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4[58468]: 2026-03-10T08:41:05.049+0000 7f8f6a945640 -1 osd.4 39 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T08:41:05.345 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66491]: 2026-03-10 08:41:05.086373993 +0000 UTC m=+0.050044573 container died 2af922d9f87afbbd9762d909dbdd388cee0b2617f40997caaec581fd6b2b80e9 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:41:05.346 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66491]: 2026-03-10 08:41:05.225182933 +0000 UTC m=+0.188853504 container remove 2af922d9f87afbbd9762d909dbdd388cee0b2617f40997caaec581fd6b2b80e9 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=squid, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True) 2026-03-10T08:41:05.346 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 bash[66491]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4 2026-03-10T08:41:05.635 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66570]: 2026-03-10 08:41:05.368645024 +0000 UTC m=+0.015517994 container create 76f2938492eaab4348067d19a7a10007940268b1875005b28e38098dfdcb85b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4-deactivate, CEPH_REF=squid, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, ceph=True, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:41:05.635 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66570]: 2026-03-10 08:41:05.398579768 +0000 UTC m=+0.045452759 container init 76f2938492eaab4348067d19a7a10007940268b1875005b28e38098dfdcb85b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-03-10T08:41:05.635 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66570]: 2026-03-10 08:41:05.406282605 +0000 UTC m=+0.053155586 container start 76f2938492eaab4348067d19a7a10007940268b1875005b28e38098dfdcb85b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, CEPH_REF=squid, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T08:41:05.635 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66570]: 2026-03-10 08:41:05.410216207 +0000 UTC m=+0.057089188 container attach 76f2938492eaab4348067d19a7a10007940268b1875005b28e38098dfdcb85b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4-deactivate, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T08:41:05.636 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66570]: 2026-03-10 08:41:05.362474114 +0000 UTC m=+0.009347105 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T08:41:05.636 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66570]: 2026-03-10 08:41:05.52415464 +0000 UTC m=+0.171027621 container died 76f2938492eaab4348067d19a7a10007940268b1875005b28e38098dfdcb85b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4-deactivate, org.label-schema.build-date=20260223, CEPH_REF=squid, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.41.3) 2026-03-10T08:41:06.024 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 podman[66570]: 2026-03-10 08:41:05.643836604 +0000 UTC m=+0.290709585 container remove 76f2938492eaab4348067d19a7a10007940268b1875005b28e38098dfdcb85b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-4-deactivate, ceph=True, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T08:41:06.024 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 systemd[1]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.4.service: Deactivated successfully. 2026-03-10T08:41:06.024 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 systemd[1]: Stopped Ceph osd.4 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8. 2026-03-10T08:41:06.025 INFO:journalctl@ceph.osd.4.vm08.stdout:Mar 10 08:41:05 vm08 systemd[1]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.4.service: Consumed 1.020s CPU time, 87.9M memory peak. 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: osdmap e40: 6 total, 5 up, 6 in 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: osd.4 now down 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: Removing daemon osd.4 from vm08 -- ports [] 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: Cluster is now healthy 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-03-10T08:41:06.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:05 vm01 ceph-mon[52322]: osdmap e41: 5 total, 5 up, 5 in 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 120 GiB / 120 GiB avail 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: osdmap e40: 6 total, 5 up, 6 in 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: osd.4 now down 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: Removing daemon osd.4 from vm08 -- ports [] 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: Cluster is now healthy 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2026-03-10T08:41:06.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:05 vm05 ceph-mon[52532]: osdmap e41: 5 total, 5 up, 5 in 2026-03-10T08:41:07.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:06 vm01 ceph-mon[52322]: Removing key for osd.4 2026-03-10T08:41:07.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:06 vm01 ceph-mon[52322]: Successfully removed osd.4 on vm08 2026-03-10T08:41:07.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:06 vm01 ceph-mon[52322]: Successfully purged osd.4 on vm08 2026-03-10T08:41:07.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:06 vm01 ceph-mon[52322]: Zapping devices for osd.4 on vm08 2026-03-10T08:41:07.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:06 vm01 ceph-mon[52322]: osdmap e42: 5 total, 5 up, 5 in 2026-03-10T08:41:07.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:06 vm05 ceph-mon[52532]: Removing key for osd.4 2026-03-10T08:41:07.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:06 vm05 ceph-mon[52532]: Successfully removed osd.4 on vm08 2026-03-10T08:41:07.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:06 vm05 ceph-mon[52532]: Successfully purged osd.4 on vm08 2026-03-10T08:41:07.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:06 vm05 ceph-mon[52532]: Zapping devices for osd.4 on vm08 2026-03-10T08:41:07.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:06 vm05 ceph-mon[52532]: osdmap e42: 5 total, 5 up, 5 in 2026-03-10T08:41:08.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:07 vm01 ceph-mon[52322]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:41:08.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:08.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:08.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:08.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:08.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:07 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:08.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:07 vm01 ceph-mon[52322]: osdmap e43: 5 total, 5 up, 5 in 2026-03-10T08:41:08.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:07 vm05 ceph-mon[52532]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:41:08.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:08.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:08.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:08.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:08.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:07 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:08.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:07 vm05 ceph-mon[52532]: osdmap e43: 5 total, 5 up, 5 in 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a[52555]: 2026-03-10T08:41:08.634+0000 7f6889e14640 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: Successfully zapped devices for osd.4 on vm08 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:09.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:08 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:09.182 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: Successfully zapped devices for osd.4 on vm08 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:09.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:08 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: pgmap v100: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: Detected new or changed devices on vm08 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: Removing daemon agent.vm08 from vm08 -- ports [] 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: Removing key for client.agent.vm08 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.vm08"}]: dispatch 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.vm08"}]': finished 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:09 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: pgmap v100: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: Detected new or changed devices on vm08 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: Removing daemon agent.vm08 from vm08 -- ports [] 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: Removing key for client.agent.vm08 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.vm08"}]: dispatch 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.vm08"}]': finished 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:09 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:10.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:10 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a[52298]: 2026-03-10T08:41:10.430+0000 7f5fafa16640 -1 mon.a@0(leader).osd e43 definitely_dead 0 2026-03-10T08:41:11.188 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch ps --hostname vm08 2026-03-10T08:41:11.355 INFO:teuthology.orchestra.run.vm01.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-10T08:41:11.355 INFO:teuthology.orchestra.run.vm01.stderr:osd.5 vm08 running (32s) 1s ago 32s 59.5M 1664M 19.2.3-678-ge911bdeb 654f31e6858e c4044cdec3d5 ' 2026-03-10T08:41:11.355 INFO:teuthology.orchestra.run.vm01.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-10T08:41:11.356 INFO:teuthology.orchestra.run.vm01.stderr:osd.5 vm08 running (32s) 1s ago 32s 59.5M 1664M 19.2.3-678-ge911bdeb 654f31e6858e c4044cdec3d5 ' '!=' 'No daemons reported' ']' 2026-03-10T08:41:11.356 INFO:teuthology.orchestra.run.vm01.stderr:+ sleep 15 2026-03-10T08:41:11.479 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: pgmap v101: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:41:11.479 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:11.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:11 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: pgmap v101: 1 pgs: 1 peering; 449 KiB data, 134 MiB used, 100 GiB / 100 GiB avail 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2026-03-10T08:41:11.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:11 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2026-03-10T08:41:12.007 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:11 vm08 systemd[1]: Stopping Ceph osd.5 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:41:12.007 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:11 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5[61867]: 2026-03-10T08:41:11.711+0000 7fa6089b6640 -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-10T08:41:12.007 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:11 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5[61867]: 2026-03-10T08:41:11.711+0000 7fa6089b6640 -1 osd.5 43 *** Got signal Terminated *** 2026-03-10T08:41:12.007 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:11 vm08 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5[61867]: 2026-03-10T08:41:11.711+0000 7fa6089b6640 -1 osd.5 43 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T08:41:12.007 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:11 vm08 podman[71584]: 2026-03-10 08:41:11.743850962 +0000 UTC m=+0.046979746 container died c4044cdec3d558168602bbb602abb6535122983d4eba58546ebb233de0fd38c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, CEPH_REF=squid, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:41:12.007 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:11 vm08 podman[71584]: 2026-03-10 08:41:11.878482227 +0000 UTC m=+0.181611011 container remove c4044cdec3d558168602bbb602abb6535122983d4eba58546ebb233de0fd38c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS) 2026-03-10T08:41:12.007 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:11 vm08 bash[71584]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5 2026-03-10T08:41:12.288 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 podman[71664]: 2026-03-10 08:41:12.009865958 +0000 UTC m=+0.015476337 container create 6657e09b965cbed6151c00f83c1ce97e2c3ede674604cfbcc7120005a7e7d4e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5-deactivate, CEPH_REF=squid, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T08:41:12.288 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 podman[71664]: 2026-03-10 08:41:12.040227843 +0000 UTC m=+0.045838210 container init 6657e09b965cbed6151c00f83c1ce97e2c3ede674604cfbcc7120005a7e7d4e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5-deactivate, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223) 2026-03-10T08:41:12.288 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 podman[71664]: 2026-03-10 08:41:12.044485842 +0000 UTC m=+0.050096210 container start 6657e09b965cbed6151c00f83c1ce97e2c3ede674604cfbcc7120005a7e7d4e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5-deactivate, io.buildah.version=1.41.3, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:41:12.288 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 podman[71664]: 2026-03-10 08:41:12.04723121 +0000 UTC m=+0.052841588 container attach 6657e09b965cbed6151c00f83c1ce97e2c3ede674604cfbcc7120005a7e7d4e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5-deactivate, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:41:12.289 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 podman[71664]: 2026-03-10 08:41:12.003704948 +0000 UTC m=+0.009315336 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T08:41:12.289 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 conmon[71675]: conmon 6657e09b965cbed6151c : Failed to open cgroups file: /sys/fs/cgroup/machine.slice/libpod-6657e09b965cbed6151c00f83c1ce97e2c3ede674604cfbcc7120005a7e7d4e2.scope/memory.events 2026-03-10T08:41:12.289 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 podman[71664]: 2026-03-10 08:41:12.174085677 +0000 UTC m=+0.179696055 container died 6657e09b965cbed6151c00f83c1ce97e2c3ede674604cfbcc7120005a7e7d4e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, CEPH_REF=squid, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-10T08:41:12.289 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 podman[71664]: 2026-03-10 08:41:12.290913178 +0000 UTC m=+0.296523546 container remove 6657e09b965cbed6151c00f83c1ce97e2c3ede674604cfbcc7120005a7e7d4e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-03-10T08:41:12.595 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 systemd[1]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.5.service: Deactivated successfully. 2026-03-10T08:41:12.595 INFO:journalctl@ceph.osd.5.vm08.stdout:Mar 10 08:41:12 vm08 systemd[1]: Stopped Ceph osd.5 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8. 2026-03-10T08:41:12.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:12 vm01 ceph-mon[52322]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:41:12.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:12 vm01 ceph-mon[52322]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-10T08:41:12.874 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:12 vm01 ceph-mon[52322]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-10T08:41:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:12 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-03-10T08:41:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:12 vm01 ceph-mon[52322]: osdmap e44: 5 total, 4 up, 5 in 2026-03-10T08:41:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:12 vm01 ceph-mon[52322]: osd.5 now down 2026-03-10T08:41:12.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:12 vm01 ceph-mon[52322]: Removing daemon osd.5 from vm08 -- ports [] 2026-03-10T08:41:12.932 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:12 vm05 ceph-mon[52532]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:41:12.932 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:12 vm05 ceph-mon[52532]: Health check failed: 1 osds down (OSD_DOWN) 2026-03-10T08:41:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:12 vm05 ceph-mon[52532]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-10T08:41:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:12 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2026-03-10T08:41:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:12 vm05 ceph-mon[52532]: osdmap e44: 5 total, 4 up, 5 in 2026-03-10T08:41:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:12 vm05 ceph-mon[52532]: osd.5 now down 2026-03-10T08:41:12.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:12 vm05 ceph-mon[52532]: Removing daemon osd.5 from vm08 -- ports [] 2026-03-10T08:41:13.812 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: pgmap v103: 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-10T08:41:13.812 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:13.812 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: Removing key for osd.5 2026-03-10T08:41:13.812 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2026-03-10T08:41:13.812 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-03-10T08:41:13.812 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: Successfully removed osd.5 on vm08 2026-03-10T08:41:13.812 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2026-03-10T08:41:13.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-10T08:41:13.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-10T08:41:13.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: Cluster is now healthy 2026-03-10T08:41:13.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-03-10T08:41:13.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: osdmap e45: 4 total, 4 up, 4 in 2026-03-10T08:41:13.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: Successfully purged osd.5 on vm08 2026-03-10T08:41:13.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:13 vm01 ceph-mon[52322]: Zapping devices for osd.5 on vm08 2026-03-10T08:41:13.932 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: pgmap v103: 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-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: Removing key for osd.5 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: Successfully removed osd.5 on vm08 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: Cluster is now healthy 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: osdmap e45: 4 total, 4 up, 4 in 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: Successfully purged osd.5 on vm08 2026-03-10T08:41:13.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:13 vm05 ceph-mon[52532]: Zapping devices for osd.5 on vm08 2026-03-10T08:41:15.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: Successfully zapped devices for osd.5 on vm08 2026-03-10T08:41:15.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:15.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.126 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:14 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.182 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: Successfully zapped devices for osd.5 on vm08 2026-03-10T08:41:15.182 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:15.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:15.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:14 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: pgmap v105: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 68 KiB/s, 0 objects/s recovering 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:15 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: pgmap v105: 1 pgs: 1 active+clean+wait; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 68 KiB/s, 0 objects/s recovering 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:16.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:15 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:17.066 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:16 vm05 ceph-mon[52532]: Detected new or changed devices on vm08 2026-03-10T08:41:17.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:16 vm01 ceph-mon[52322]: Detected new or changed devices on vm08 2026-03-10T08:41:18.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:17 vm05 ceph-mon[52532]: pgmap v106: 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-10T08:41:18.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:17 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:18.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:17 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:18.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:17 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:18.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:17 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:18.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:17 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:18.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:17 vm01 ceph-mon[52322]: pgmap v106: 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-10T08:41:18.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:18.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:18.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:18.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:18.375 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:17 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:19.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:19 vm01 ceph-mon[52322]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-10T08:41:19.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:19.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:19.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:19 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:19.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:19 vm05 ceph-mon[52532]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-03-10T08:41:19.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:19.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:19.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:19 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:21.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:21 vm01 ceph-mon[52322]: pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 51 KiB/s, 0 objects/s recovering 2026-03-10T08:41:21.932 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:21 vm05 ceph-mon[52532]: pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail; 51 KiB/s, 0 objects/s recovering 2026-03-10T08:41:23.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:23 vm01 ceph-mon[52322]: pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:23.932 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:23 vm05 ceph-mon[52532]: pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:25.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:25 vm01 ceph-mon[52322]: pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:25.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:25 vm05 ceph-mon[52532]: pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:26.359 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch ps --hostname vm08 2026-03-10T08:41:26.517 INFO:teuthology.orchestra.run.vm01.stderr:+ HOST_C_DAEMONS='No daemons reported' 2026-03-10T08:41:26.518 INFO:teuthology.orchestra.run.vm01.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2026-03-10T08:41:26.518 INFO:teuthology.orchestra.run.vm01.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-03-10T08:41:26.663 INFO:teuthology.orchestra.run.vm01.stderr:17 2026-03-10T08:41:26.672 INFO:teuthology.orchestra.run.vm01.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-03-10T08:41:26.682 INFO:teuthology.orchestra.run.vm01.stderr:++ cat crushmap.txt 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:+ CRUSH_MAP='# begin crush map 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable choose_local_tries 0 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable choose_local_fallback_tries 0 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable choose_total_tries 50 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable chooseleaf_descend_once 1 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable chooseleaf_vary_r 1 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable chooseleaf_stable 1 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable straw_calc_version 1 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:tunable allowed_bucket_algs 54 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:# devices 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:device 0 osd.0 class hdd 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:device 1 osd.1 class hdd 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:device 2 osd.2 class hdd 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:device 3 osd.3 class hdd 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:# types 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:type 0 osd 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:type 1 host 2026-03-10T08:41:26.684 INFO:teuthology.orchestra.run.vm01.stderr:type 2 chassis 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 3 rack 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 4 row 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 5 pdu 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 6 pod 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 7 room 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 8 datacenter 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 9 zone 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 10 region 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:type 11 root 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:# buckets 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:host vm01 { 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -3 # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -4 class hdd # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: # weight 0.03897 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: alg straw2 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: hash 0 # rjenkins1 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: item osd.0 weight 0.01949 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: item osd.1 weight 0.01949 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:host vm05 { 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -5 # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -6 class hdd # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: # weight 0.03897 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: alg straw2 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: hash 0 # rjenkins1 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: item osd.2 weight 0.01949 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: item osd.3 weight 0.01949 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:host vm08 { 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -7 # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -8 class hdd # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: # weight 0.00000 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: alg straw2 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: hash 0 # rjenkins1 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:root default { 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -1 # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id -2 class hdd # do not change unnecessarily 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: # weight 0.07794 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: alg straw2 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: hash 0 # rjenkins1 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: item vm01 weight 0.03897 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: item vm05 weight 0.03897 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: item vm08 weight 0.00000 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:# rules 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:rule replicated_rule { 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: id 0 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: type replicated 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: step take default 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: step choose firstn 0 type osd 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: step emit 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:# end crush map' 2026-03-10T08:41:26.685 INFO:teuthology.orchestra.run.vm01.stderr:+ grep -q vm08 2026-03-10T08:41:26.686 INFO:teuthology.orchestra.run.vm01.stderr:+ ceph orch host rm vm08 --rm-crush-entry 2026-03-10T08:41:27.608 INFO:teuthology.orchestra.run.vm01.stdout:Removed host 'vm08' 2026-03-10T08:41:27.616 INFO:teuthology.orchestra.run.vm01.stderr:+ sleep 30 2026-03-10T08:41:27.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:27 vm01 ceph-mon[52322]: pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:27.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:27 vm01 ceph-mon[52322]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:41:27.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:27 vm01 ceph-mon[52322]: from='client.? 192.168.123.101:0/1943262039' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2026-03-10T08:41:27.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:27 vm01 ceph-mon[52322]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "vm08", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:41:27.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:27 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "vm08"}]: dispatch 2026-03-10T08:41:27.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:27 vm05 ceph-mon[52532]: pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:27.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:27 vm05 ceph-mon[52532]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:41:27.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:27 vm05 ceph-mon[52532]: from='client.? 192.168.123.101:0/1943262039' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2026-03-10T08:41:27.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:27 vm05 ceph-mon[52532]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "vm08", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T08:41:27.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:27 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "vm08"}]: dispatch 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "vm08"}]': finished 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: osdmap e46: 4 total, 4 up, 4 in 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.vm08"}]: dispatch 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.vm08"}]': finished 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: Removed host vm08 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:28.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:28 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "vm08"}]': finished 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: osdmap e46: 4 total, 4 up, 4 in 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.vm08"}]: dispatch 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.vm08"}]': finished 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: Removed host vm08 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T08:41:28.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:28 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:29.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:29 vm05 ceph-mon[52532]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:30.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:29 vm01 ceph-mon[52322]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:31.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:31 vm05 ceph-mon[52532]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:32.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:31 vm01 ceph-mon[52322]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:33.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:33 vm05 ceph-mon[52532]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:34.124 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:33 vm01 ceph-mon[52322]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:35.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:35 vm05 ceph-mon[52532]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:35.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:35.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:35.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:35 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:36.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:35 vm01 ceph-mon[52322]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:36.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:36.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:36.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:35 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:37.926 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:37 vm05 ceph-mon[52532]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:38.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:37 vm01 ceph-mon[52322]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:39.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:39 vm05 ceph-mon[52532]: pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:39.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:39.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:39.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:39 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:39 vm01 ceph-mon[52322]: pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:40.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:39 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:41.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:41 vm05 ceph-mon[52532]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:42.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:41 vm01 ceph-mon[52322]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:43.933 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:43 vm05 ceph-mon[52532]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:44.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:43 vm01 ceph-mon[52322]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:46.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:45 vm01 ceph-mon[52322]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:46.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:45 vm05 ceph-mon[52532]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:48.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:47 vm01 ceph-mon[52322]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:48.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:47 vm05 ceph-mon[52532]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:50.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:49 vm01 ceph-mon[52322]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:50.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:49 vm05 ceph-mon[52532]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:52.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:51 vm01 ceph-mon[52322]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:52.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:51 vm05 ceph-mon[52532]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:54.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:53 vm01 ceph-mon[52322]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:54.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:53 vm05 ceph-mon[52532]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:56.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:55 vm01 ceph-mon[52322]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:56.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:56.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:56.125 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:55 vm01 ceph-mon[52322]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:56.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:55 vm05 ceph-mon[52532]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:56.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:56.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:56.183 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:55 vm05 ceph-mon[52532]: from='mgr.14150 192.168.123.101:0/141076112' entity='mgr.a' 2026-03-10T08:41:57.619 INFO:teuthology.orchestra.run.vm01.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2026-03-10T08:41:57.759 INFO:teuthology.orchestra.run.vm01.stderr:18 2026-03-10T08:41:57.768 INFO:teuthology.orchestra.run.vm01.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2026-03-10T08:41:57.777 INFO:teuthology.orchestra.run.vm01.stderr:++ cat crushmap.txt 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:+ CRUSH_MAP='# begin crush map 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable choose_local_tries 0 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable choose_local_fallback_tries 0 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable choose_total_tries 50 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable chooseleaf_descend_once 1 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable chooseleaf_vary_r 1 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable chooseleaf_stable 1 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable straw_calc_version 1 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:tunable allowed_bucket_algs 54 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:# devices 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:device 0 osd.0 class hdd 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:device 1 osd.1 class hdd 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:device 2 osd.2 class hdd 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:device 3 osd.3 class hdd 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:# types 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 0 osd 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 1 host 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 2 chassis 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 3 rack 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 4 row 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 5 pdu 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 6 pod 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 7 room 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 8 datacenter 2026-03-10T08:41:57.780 INFO:teuthology.orchestra.run.vm01.stderr:type 9 zone 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:type 10 region 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:type 11 root 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:# buckets 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:host vm01 { 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: id -3 # do not change unnecessarily 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: id -4 class hdd # do not change unnecessarily 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: # weight 0.03897 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: alg straw2 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: hash 0 # rjenkins1 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: item osd.0 weight 0.01949 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: item osd.1 weight 0.01949 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:host vm05 { 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: id -5 # do not change unnecessarily 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: id -6 class hdd # do not change unnecessarily 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: # weight 0.03897 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: alg straw2 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: hash 0 # rjenkins1 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: item osd.2 weight 0.01949 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: item osd.3 weight 0.01949 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:root default { 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: id -1 # do not change unnecessarily 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: id -2 class hdd # do not change unnecessarily 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: # weight 0.07794 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: alg straw2 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: hash 0 # rjenkins1 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: item vm01 weight 0.03897 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: item vm05 weight 0.03897 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:# rules 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:rule replicated_rule { 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: id 0 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: type replicated 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: step take default 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: step choose firstn 0 type osd 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: step emit 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:} 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:# end crush map' 2026-03-10T08:41:57.781 INFO:teuthology.orchestra.run.vm01.stderr:+ grep -q vm08 2026-03-10T08:41:57.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:57 vm01 ceph-mon[52322]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:57.938 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-03-10T08:41:57.940 INFO:tasks.cephadm:Teardown begin 2026-03-10T08:41:57.940 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:41:57.965 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:41:57.988 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:57 vm05 ceph-mon[52532]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 108 MiB used, 80 GiB / 80 GiB avail 2026-03-10T08:41:57.991 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:41:58.018 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-03-10T08:41:58.018 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 -- ceph mgr module disable cephadm 2026-03-10T08:41:58.170 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/mon.a/config 2026-03-10T08:41:58.187 INFO:teuthology.orchestra.run.vm01.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-03-10T08:41:58.206 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-03-10T08:41:58.206 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-03-10T08:41:58.206 DEBUG:teuthology.orchestra.run.vm01:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T08:41:58.220 DEBUG:teuthology.orchestra.run.vm05:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T08:41:58.236 DEBUG:teuthology.orchestra.run.vm08:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T08:41:58.251 INFO:tasks.cephadm:Stopping all daemons... 2026-03-10T08:41:58.251 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-03-10T08:41:58.251 DEBUG:teuthology.orchestra.run.vm01:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a 2026-03-10T08:41:58.521 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:58 vm01 systemd[1]: Stopping Ceph mon.a for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:41:58.521 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a[52298]: 2026-03-10T08:41:58.354+0000 7f5fb5221640 -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-10T08:41:58.521 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:58 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a[52298]: 2026-03-10T08:41:58.354+0000 7f5fb5221640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2026-03-10T08:41:58.521 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 10 08:41:58 vm01 podman[72621]: 2026-03-10 08:41:58.410247528 +0000 UTC m=+0.068344422 container died 9dde11f04fe2dd600b8ce4c1936ca4778af42c96ac2746914150799f59bf12bb (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-a, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:41:58.583 DEBUG:teuthology.orchestra.run.vm01:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.a.service' 2026-03-10T08:41:58.624 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:41:58.624 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-03-10T08:41:58.624 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-03-10T08:41:58.624 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.b 2026-03-10T08:41:58.764 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:58 vm05 systemd[1]: Stopping Ceph mon.b for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:41:59.037 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:58 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-b[52509]: 2026-03-10T08:41:58.781+0000 7feab366d640 -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-10T08:41:59.037 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:58 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-b[52509]: 2026-03-10T08:41:58.781+0000 7feab366d640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2026-03-10T08:41:59.037 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:59 vm05 podman[64271]: 2026-03-10 08:41:59.040085141 +0000 UTC m=+0.286713454 container died 1af060701028823c909ba04cb97731c967093e27ae6e96dfbffd885663874058 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-b, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS) 2026-03-10T08:41:59.302 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:59 vm05 podman[64271]: 2026-03-10 08:41:59.171775887 +0000 UTC m=+0.418404210 container remove 1af060701028823c909ba04cb97731c967093e27ae6e96dfbffd885663874058 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T08:41:59.302 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 10 08:41:59 vm05 bash[64271]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mon-b 2026-03-10T08:41:59.310 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.b.service' 2026-03-10T08:41:59.351 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:41:59.351 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-03-10T08:41:59.351 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-03-10T08:41:59.351 DEBUG:teuthology.orchestra.run.vm08:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.c 2026-03-10T08:41:59.383 DEBUG:teuthology.orchestra.run.vm08:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mon.c.service' 2026-03-10T08:41:59.463 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:41:59.463 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-03-10T08:41:59.463 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-03-10T08:41:59.463 DEBUG:teuthology.orchestra.run.vm01:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.a 2026-03-10T08:41:59.738 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:41:59 vm01 systemd[1]: Stopping Ceph mgr.a for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:41:59.738 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:41:59 vm01 podman[72734]: 2026-03-10 08:41:59.612327062 +0000 UTC m=+0.059549016 container died e29740c6fa204987588e221c640e5a432f735bf12fba9545208e328a08698e78 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:41:59.738 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:41:59 vm01 podman[72734]: 2026-03-10 08:41:59.735389921 +0000 UTC m=+0.182611875 container remove e29740c6fa204987588e221c640e5a432f735bf12fba9545208e328a08698e78 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=squid) 2026-03-10T08:41:59.738 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 10 08:41:59 vm01 bash[72734]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-a 2026-03-10T08:41:59.788 DEBUG:teuthology.orchestra.run.vm01:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.a.service' 2026-03-10T08:41:59.826 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:41:59.827 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-03-10T08:41:59.827 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-03-10T08:41:59.827 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.b 2026-03-10T08:42:00.141 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:41:59 vm05 systemd[1]: Stopping Ceph mgr.b for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:42:00.141 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:41:59 vm05 podman[64515]: 2026-03-10 08:41:59.972192888 +0000 UTC m=+0.049443310 container died fc46db2fd0c2cef523e58a60cff0507e8d77caa5bace7eb01e42f16e55250587 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=squid, org.label-schema.build-date=20260223, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:42:00.141 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:42:00 vm05 podman[64515]: 2026-03-10 08:42:00.096553045 +0000 UTC m=+0.173803478 container remove fc46db2fd0c2cef523e58a60cff0507e8d77caa5bace7eb01e42f16e55250587 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2) 2026-03-10T08:42:00.141 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:42:00 vm05 bash[64515]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-mgr-b 2026-03-10T08:42:00.141 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 10 08:42:00 vm05 systemd[1]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-03-10T08:42:00.148 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@mgr.b.service' 2026-03-10T08:42:00.185 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:42:00.185 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-03-10T08:42:00.185 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-03-10T08:42:00.185 DEBUG:teuthology.orchestra.run.vm01:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.0 2026-03-10T08:42:00.625 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:00 vm01 systemd[1]: Stopping Ceph osd.0 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:42:00.625 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:00 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0[62220]: 2026-03-10T08:42:00.282+0000 7fda1a02e640 -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-10T08:42:00.625 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:00 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0[62220]: 2026-03-10T08:42:00.282+0000 7fda1a02e640 -1 osd.0 46 *** Got signal Terminated *** 2026-03-10T08:42:00.625 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:00 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0[62220]: 2026-03-10T08:42:00.282+0000 7fda1a02e640 -1 osd.0 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T08:42:05.581 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72848]: 2026-03-10 08:42:05.310363679 +0000 UTC m=+5.041990645 container died e5d036686e3294c5a00d72da03c03c527d8fe6b269a81ee7ac641204daef9a1e (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, OSD_FLAVOR=default, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:42:05.581 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72848]: 2026-03-10 08:42:05.434167685 +0000 UTC m=+5.165794651 container remove e5d036686e3294c5a00d72da03c03c527d8fe6b269a81ee7ac641204daef9a1e (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.41.3) 2026-03-10T08:42:05.581 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 bash[72848]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0 2026-03-10T08:42:05.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72928]: 2026-03-10 08:42:05.583940925 +0000 UTC m=+0.020240822 container create b322489033f137feb3720ff2e44857f1bcb5f99fe6de0d554b114977384a0bc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0-deactivate, org.label-schema.build-date=20260223, ceph=True, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:42:05.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72928]: 2026-03-10 08:42:05.625017197 +0000 UTC m=+0.061317104 container init b322489033f137feb3720ff2e44857f1bcb5f99fe6de0d554b114977384a0bc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0-deactivate, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, CEPH_REF=squid, ceph=True, org.label-schema.vendor=CentOS) 2026-03-10T08:42:05.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72928]: 2026-03-10 08:42:05.629526784 +0000 UTC m=+0.065826681 container start b322489033f137feb3720ff2e44857f1bcb5f99fe6de0d554b114977384a0bc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0-deactivate, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default) 2026-03-10T08:42:05.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72928]: 2026-03-10 08:42:05.634034588 +0000 UTC m=+0.070334475 container attach b322489033f137feb3720ff2e44857f1bcb5f99fe6de0d554b114977384a0bc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0-deactivate, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , ceph=True, OSD_FLAVOR=default, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:42:05.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72928]: 2026-03-10 08:42:05.577339223 +0000 UTC m=+0.013639120 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T08:42:05.875 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 10 08:42:05 vm01 podman[72966]: 2026-03-10 08:42:05.772223456 +0000 UTC m=+0.008681534 container died b322489033f137feb3720ff2e44857f1bcb5f99fe6de0d554b114977384a0bc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-0-deactivate, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.build-date=20260223, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:42:05.906 DEBUG:teuthology.orchestra.run.vm01:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.0.service' 2026-03-10T08:42:05.947 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:42:05.947 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-03-10T08:42:05.947 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-03-10T08:42:05.947 DEBUG:teuthology.orchestra.run.vm01:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.1 2026-03-10T08:42:06.375 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:06 vm01 systemd[1]: Stopping Ceph osd.1 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:42:06.375 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1[65717]: 2026-03-10T08:42:06.093+0000 7ff435b34640 -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-10T08:42:06.375 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1[65717]: 2026-03-10T08:42:06.093+0000 7ff435b34640 -1 osd.1 46 *** Got signal Terminated *** 2026-03-10T08:42:06.375 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:06 vm01 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1[65717]: 2026-03-10T08:42:06.093+0000 7ff435b34640 -1 osd.1 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T08:42:11.397 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73049]: 2026-03-10 08:42:11.132170038 +0000 UTC m=+5.054660011 container died 5549bd818ee2885cdbb93dad2fd4a022dc2bb88d759e488f324eef50523be3cf (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, ceph=True, org.label-schema.build-date=20260223) 2026-03-10T08:42:11.397 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73049]: 2026-03-10 08:42:11.253847113 +0000 UTC m=+5.176337086 container remove 5549bd818ee2885cdbb93dad2fd4a022dc2bb88d759e488f324eef50523be3cf (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3) 2026-03-10T08:42:11.397 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 bash[73049]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1 2026-03-10T08:42:11.397 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73127]: 2026-03-10 08:42:11.380943566 +0000 UTC m=+0.015246117 container create 042b8f30ea731fb8e38180c5dd9fc563775b9d8d902d13731a2da43207023703 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1-deactivate, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_REF=squid, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T08:42:11.665 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73127]: 2026-03-10 08:42:11.413680084 +0000 UTC m=+0.047982635 container init 042b8f30ea731fb8e38180c5dd9fc563775b9d8d902d13731a2da43207023703 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T08:42:11.665 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73127]: 2026-03-10 08:42:11.418523477 +0000 UTC m=+0.052826028 container start 042b8f30ea731fb8e38180c5dd9fc563775b9d8d902d13731a2da43207023703 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:42:11.665 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73127]: 2026-03-10 08:42:11.419324405 +0000 UTC m=+0.053626956 container attach 042b8f30ea731fb8e38180c5dd9fc563775b9d8d902d13731a2da43207023703 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T08:42:11.665 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73127]: 2026-03-10 08:42:11.37479438 +0000 UTC m=+0.009096931 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T08:42:11.665 INFO:journalctl@ceph.osd.1.vm01.stdout:Mar 10 08:42:11 vm01 podman[73167]: 2026-03-10 08:42:11.551337147 +0000 UTC m=+0.009603179 container died 042b8f30ea731fb8e38180c5dd9fc563775b9d8d902d13731a2da43207023703 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-1-deactivate, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, ceph=True, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T08:42:11.676 DEBUG:teuthology.orchestra.run.vm01:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.1.service' 2026-03-10T08:42:11.721 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:42:11.721 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-03-10T08:42:11.721 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-03-10T08:42:11.721 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.2 2026-03-10T08:42:12.182 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:11 vm05 systemd[1]: Stopping Ceph osd.2 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:42:12.183 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:11 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2[57580]: 2026-03-10T08:42:11.830+0000 7f13d85b9640 -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-10T08:42:12.183 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:11 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2[57580]: 2026-03-10T08:42:11.830+0000 7f13d85b9640 -1 osd.2 46 *** Got signal Terminated *** 2026-03-10T08:42:12.183 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:11 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2[57580]: 2026-03-10T08:42:11.830+0000 7f13d85b9640 -1 osd.2 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T08:42:17.112 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:16 vm05 podman[64629]: 2026-03-10 08:42:16.863943564 +0000 UTC m=+5.049931407 container died 76a74aee3ae3e2af5487e496bfd2045d5004324e996d0486134301d19cca777c (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0) 2026-03-10T08:42:17.112 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:16 vm05 podman[64629]: 2026-03-10 08:42:16.980072555 +0000 UTC m=+5.166060398 container remove 76a74aee3ae3e2af5487e496bfd2045d5004324e996d0486134301d19cca777c (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True) 2026-03-10T08:42:17.112 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:16 vm05 bash[64629]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2 2026-03-10T08:42:17.112 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 podman[64707]: 2026-03-10 08:42:17.09252739 +0000 UTC m=+0.014150156 container create 4892f98d6c06909eb75fc0c0f128d8d8827006aff824577546401b57c60b6d66 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2-deactivate, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T08:42:17.366 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 podman[64707]: 2026-03-10 08:42:17.127942964 +0000 UTC m=+0.049565740 container init 4892f98d6c06909eb75fc0c0f128d8d8827006aff824577546401b57c60b6d66 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T08:42:17.366 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 podman[64707]: 2026-03-10 08:42:17.132680872 +0000 UTC m=+0.054303638 container start 4892f98d6c06909eb75fc0c0f128d8d8827006aff824577546401b57c60b6d66 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, io.buildah.version=1.41.3, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T08:42:17.366 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 podman[64707]: 2026-03-10 08:42:17.135723277 +0000 UTC m=+0.057346052 container attach 4892f98d6c06909eb75fc0c0f128d8d8827006aff824577546401b57c60b6d66 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2-deactivate, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.build-date=20260223) 2026-03-10T08:42:17.366 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 podman[64707]: 2026-03-10 08:42:17.086251352 +0000 UTC m=+0.007874119 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T08:42:17.366 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 conmon[64717]: conmon 4892f98d6c06909eb75f : Failed to open cgroups file: /sys/fs/cgroup/machine.slice/libpod-4892f98d6c06909eb75fc0c0f128d8d8827006aff824577546401b57c60b6d66.scope/memory.events 2026-03-10T08:42:17.366 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 podman[64707]: 2026-03-10 08:42:17.247197336 +0000 UTC m=+0.168820091 container died 4892f98d6c06909eb75fc0c0f128d8d8827006aff824577546401b57c60b6d66 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, ceph=True, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_REF=squid, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223) 2026-03-10T08:42:17.366 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 08:42:17 vm05 podman[64707]: 2026-03-10 08:42:17.368218302 +0000 UTC m=+0.289841058 container remove 4892f98d6c06909eb75fc0c0f128d8d8827006aff824577546401b57c60b6d66 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-2-deactivate, CEPH_REF=squid, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T08:42:17.374 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.2.service' 2026-03-10T08:42:17.410 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:42:17.410 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-03-10T08:42:17.410 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2026-03-10T08:42:17.410 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.3 2026-03-10T08:42:17.683 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:17 vm05 systemd[1]: Stopping Ceph osd.3 for 69059a0e-1c5c-11f1-bf10-c948c66cf6b8... 2026-03-10T08:42:17.683 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:17 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3[61025]: 2026-03-10T08:42:17.543+0000 7f8b979e3640 -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-10T08:42:17.683 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:17 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3[61025]: 2026-03-10T08:42:17.543+0000 7f8b979e3640 -1 osd.3 46 *** Got signal Terminated *** 2026-03-10T08:42:17.683 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:17 vm05 ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3[61025]: 2026-03-10T08:42:17.543+0000 7f8b979e3640 -1 osd.3 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T08:42:22.825 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 podman[64827]: 2026-03-10 08:42:22.566295182 +0000 UTC m=+5.034579464 container died b3fb5fdf62cecd0c478a7b06bca043073de3c41d2bb55b6cd8ae821cc90c8d89 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, OSD_FLAVOR=default, org.label-schema.license=GPLv2, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T08:42:22.825 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 podman[64827]: 2026-03-10 08:42:22.690090481 +0000 UTC m=+5.158374763 container remove b3fb5fdf62cecd0c478a7b06bca043073de3c41d2bb55b6cd8ae821cc90c8d89 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T08:42:22.825 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 bash[64827]: ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3 2026-03-10T08:42:23.128 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 podman[65245]: 2026-03-10 08:42:22.827918095 +0000 UTC m=+0.014413959 container create c01661edeae7f551630a63bc0a3b28238467406fde592cdbc3ca47c6fc9ba224 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, CEPH_REF=squid, ceph=True, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T08:42:23.128 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 podman[65245]: 2026-03-10 08:42:22.860111879 +0000 UTC m=+0.046607743 container init c01661edeae7f551630a63bc0a3b28238467406fde592cdbc3ca47c6fc9ba224 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3-deactivate, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, io.buildah.version=1.41.3, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T08:42:23.128 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 podman[65245]: 2026-03-10 08:42:22.86478136 +0000 UTC m=+0.051277224 container start c01661edeae7f551630a63bc0a3b28238467406fde592cdbc3ca47c6fc9ba224 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3-deactivate, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-10T08:42:23.128 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 podman[65245]: 2026-03-10 08:42:22.867679844 +0000 UTC m=+0.054175718 container attach c01661edeae7f551630a63bc0a3b28238467406fde592cdbc3ca47c6fc9ba224 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, CEPH_REF=squid, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T08:42:23.128 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 podman[65245]: 2026-03-10 08:42:22.822131233 +0000 UTC m=+0.008627108 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T08:42:23.128 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:22 vm05 conmon[65257]: conmon c01661edeae7f551630a : Failed to open cgroups file: /sys/fs/cgroup/machine.slice/libpod-c01661edeae7f551630a63bc0a3b28238467406fde592cdbc3ca47c6fc9ba224.scope/memory.events 2026-03-10T08:42:23.128 INFO:journalctl@ceph.osd.3.vm05.stdout:Mar 10 08:42:23 vm05 podman[65286]: 2026-03-10 08:42:23.013940791 +0000 UTC m=+0.010137294 container died c01661edeae7f551630a63bc0a3b28238467406fde592cdbc3ca47c6fc9ba224 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.build-date=20260223, ceph=True, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T08:42:23.141 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.3.service' 2026-03-10T08:42:23.185 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:42:23.185 INFO:tasks.cephadm.osd.3:Stopped osd.3 2026-03-10T08:42:23.185 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2026-03-10T08:42:23.185 DEBUG:teuthology.orchestra.run.vm08:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.4 2026-03-10T08:42:23.218 DEBUG:teuthology.orchestra.run.vm08:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.4.service' 2026-03-10T08:42:23.293 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:42:23.293 INFO:tasks.cephadm.osd.4:Stopped osd.4 2026-03-10T08:42:23.293 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2026-03-10T08:42:23.293 DEBUG:teuthology.orchestra.run.vm08:> sudo systemctl stop ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.5 2026-03-10T08:42:23.369 DEBUG:teuthology.orchestra.run.vm08:> sudo pkill -f 'journalctl -f -n 0 -u ceph-69059a0e-1c5c-11f1-bf10-c948c66cf6b8@osd.5.service' 2026-03-10T08:42:23.446 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T08:42:23.446 INFO:tasks.cephadm.osd.5:Stopped osd.5 2026-03-10T08:42:23.446 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 --force --keep-logs 2026-03-10T08:42:23.580 INFO:teuthology.orchestra.run.vm01.stdout:Deleting cluster with fsid: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:42:24.755 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 --force --keep-logs 2026-03-10T08:42:24.872 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:42:26.063 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 --force --keep-logs 2026-03-10T08:42:26.187 INFO:teuthology.orchestra.run.vm08.stdout:Deleting cluster with fsid: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:42:26.529 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:42:26.552 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:42:26.580 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T08:42:26.603 INFO:tasks.cephadm:Archiving crash dumps... 2026-03-10T08:42:26.603 DEBUG:teuthology.misc:Transferring archived files from vm01:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm01/crash 2026-03-10T08:42:26.603 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash -- . 2026-03-10T08:42:26.626 INFO:teuthology.orchestra.run.vm01.stderr:tar: /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash: Cannot open: No such file or directory 2026-03-10T08:42:26.627 INFO:teuthology.orchestra.run.vm01.stderr:tar: Error is not recoverable: exiting now 2026-03-10T08:42:26.628 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm05/crash 2026-03-10T08:42:26.628 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash -- . 2026-03-10T08:42:26.654 INFO:teuthology.orchestra.run.vm05.stderr:tar: /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash: Cannot open: No such file or directory 2026-03-10T08:42:26.654 INFO:teuthology.orchestra.run.vm05.stderr:tar: Error is not recoverable: exiting now 2026-03-10T08:42:26.656 DEBUG:teuthology.misc:Transferring archived files from vm08:/var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm08/crash 2026-03-10T08:42:26.656 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash -- . 2026-03-10T08:42:26.683 INFO:teuthology.orchestra.run.vm08.stderr:tar: /var/lib/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/crash: Cannot open: No such file or directory 2026-03-10T08:42:26.683 INFO:teuthology.orchestra.run.vm08.stderr:tar: Error is not recoverable: exiting now 2026-03-10T08:42:26.684 INFO:tasks.cephadm:Checking cluster log for badness... 2026-03-10T08:42:26.685 DEBUG:teuthology.orchestra.run.vm01:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/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-10T08:42:26.715 INFO:tasks.cephadm:Compressing logs... 2026-03-10T08:42:26.715 DEBUG:teuthology.orchestra.run.vm01:> 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-10T08:42:26.758 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-10T08:42:26.759 DEBUG:teuthology.orchestra.run.vm08:> 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-10T08:42:26.779 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T08:42:26.779 INFO:teuthology.orchestra.run.vm01.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T08:42:26.780 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.a.log 2026-03-10T08:42:26.780 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log 2026-03-10T08:42:26.781 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T08:42:26.781 INFO:teuthology.orchestra.run.vm05.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T08:42:26.782 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.a.log: 85.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T08:42:26.782 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log 2026-03-10T08:42:26.782 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mgr.a.log 2026-03-10T08:42:26.783 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log: 85.1% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log.gz 2026-03-10T08:42:26.783 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/cephadm.log: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T08:42:26.783 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log 2026-03-10T08:42:26.783 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.b.log 2026-03-10T08:42:26.783 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log 2026-03-10T08:42:26.785 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T08:42:26.785 INFO:teuthology.orchestra.run.vm08.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T08:42:26.787 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.c.log 2026-03-10T08:42:26.787 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log: /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.b.log: 95.4% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log.gz 2026-03-10T08:42:26.787 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log 2026-03-10T08:42:26.787 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log 2026-03-10T08:42:26.787 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log: 82.5% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log.gz 2026-03-10T08:42:26.788 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log 2026-03-10T08:42:26.788 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.c.log: 84.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T08:42:26.788 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log 2026-03-10T08:42:26.788 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log 2026-03-10T08:42:26.788 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log: 91.0% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log.gz 2026-03-10T08:42:26.789 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mgr.b.log 2026-03-10T08:42:26.789 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log: 85.2% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log.gz 2026-03-10T08:42:26.789 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.2.log 2026-03-10T08:42:26.791 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log: 90.7% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log.gz 2026-03-10T08:42:26.792 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mgr.b.log: 90.4% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mgr.b.log.gz 2026-03-10T08:42:26.792 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.3.log 2026-03-10T08:42:26.792 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log: 95.2% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log.gz 2026-03-10T08:42:26.792 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log 2026-03-10T08:42:26.793 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log: 78.8% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log.gz 2026-03-10T08:42:26.793 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log 2026-03-10T08:42:26.794 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log: 90.8% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.audit.log.gz 2026-03-10T08:42:26.794 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.4.log 2026-03-10T08:42:26.794 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log 2026-03-10T08:42:26.795 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log: 84.0% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.log.gz 2026-03-10T08:42:26.795 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log: 82.7% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph.cephadm.log.gz 2026-03-10T08:42:26.795 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.5.log 2026-03-10T08:42:26.798 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.0.log 2026-03-10T08:42:26.805 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log: 95.4% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-volume.log.gz 2026-03-10T08:42:26.806 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.1.log 2026-03-10T08:42:26.812 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.4.log: /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.5.log: 92.3% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.c.log.gz 2026-03-10T08:42:26.813 INFO:teuthology.orchestra.run.vm08.stderr: 92.8% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.4.log.gz 2026-03-10T08:42:26.816 INFO:teuthology.orchestra.run.vm08.stderr: 93.1% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.5.log.gz 2026-03-10T08:42:26.817 INFO:teuthology.orchestra.run.vm08.stderr: 2026-03-10T08:42:26.818 INFO:teuthology.orchestra.run.vm08.stderr:real 0m0.042s 2026-03-10T08:42:26.818 INFO:teuthology.orchestra.run.vm08.stderr:user 0m0.055s 2026-03-10T08:42:26.818 INFO:teuthology.orchestra.run.vm08.stderr:sys 0m0.018s 2026-03-10T08:42:26.818 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.2.log: /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.3.log: 92.3% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.b.log.gz 2026-03-10T08:42:26.827 INFO:teuthology.orchestra.run.vm05.stderr: 92.9% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.2.log.gz 2026-03-10T08:42:26.832 INFO:teuthology.orchestra.run.vm05.stderr: 93.0% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.3.log.gz 2026-03-10T08:42:26.834 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-10T08:42:26.834 INFO:teuthology.orchestra.run.vm05.stderr:real 0m0.062s 2026-03-10T08:42:26.834 INFO:teuthology.orchestra.run.vm05.stderr:user 0m0.095s 2026-03-10T08:42:26.834 INFO:teuthology.orchestra.run.vm05.stderr:sys 0m0.015s 2026-03-10T08:42:26.842 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.0.log: /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.1.log: 92.9% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.0.log.gz 2026-03-10T08:42:26.844 INFO:teuthology.orchestra.run.vm01.stderr: 93.0% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-osd.1.log.gz 2026-03-10T08:42:26.853 INFO:teuthology.orchestra.run.vm01.stderr: 88.8% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mgr.a.log.gz 2026-03-10T08:42:26.915 INFO:teuthology.orchestra.run.vm01.stderr: 91.6% -- replaced with /var/log/ceph/69059a0e-1c5c-11f1-bf10-c948c66cf6b8/ceph-mon.a.log.gz 2026-03-10T08:42:26.916 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-10T08:42:26.917 INFO:teuthology.orchestra.run.vm01.stderr:real 0m0.147s 2026-03-10T08:42:26.917 INFO:teuthology.orchestra.run.vm01.stderr:user 0m0.200s 2026-03-10T08:42:26.917 INFO:teuthology.orchestra.run.vm01.stderr:sys 0m0.024s 2026-03-10T08:42:26.917 INFO:tasks.cephadm:Archiving logs... 2026-03-10T08:42:26.917 DEBUG:teuthology.misc:Transferring archived files from vm01:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm01/log 2026-03-10T08:42:26.917 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T08:42:26.998 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm05/log 2026-03-10T08:42:26.998 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T08:42:27.025 DEBUG:teuthology.misc:Transferring archived files from vm08:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm08/log 2026-03-10T08:42:27.025 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T08:42:27.052 INFO:tasks.cephadm:Removing cluster... 2026-03-10T08:42:27.052 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 --force 2026-03-10T08:42:27.179 INFO:teuthology.orchestra.run.vm01.stdout:Deleting cluster with fsid: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:42:27.376 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 --force 2026-03-10T08:42:27.494 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:42:27.688 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 --force 2026-03-10T08:42:27.809 INFO:teuthology.orchestra.run.vm08.stdout:Deleting cluster with fsid: 69059a0e-1c5c-11f1-bf10-c948c66cf6b8 2026-03-10T08:42:28.024 INFO:tasks.cephadm:Removing cephadm ... 2026-03-10T08:42:28.024 DEBUG:teuthology.orchestra.run.vm01:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T08:42:28.038 DEBUG:teuthology.orchestra.run.vm05:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T08:42:28.055 DEBUG:teuthology.orchestra.run.vm08:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T08:42:28.069 INFO:tasks.cephadm:Teardown complete 2026-03-10T08:42:28.069 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-10T08:42:28.071 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-10T08:42:28.071 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-10T08:42:28.080 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-10T08:42:28.097 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-10T08:42:28.140 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-10T08:42:28.140 DEBUG:teuthology.orchestra.run.vm01:> 2026-03-10T08:42:28.140 DEBUG:teuthology.orchestra.run.vm01:> 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-10T08:42:28.140 DEBUG:teuthology.orchestra.run.vm01:> sudo yum -y remove $d || true 2026-03-10T08:42:28.140 DEBUG:teuthology.orchestra.run.vm01:> done 2026-03-10T08:42:28.145 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-10T08:42:28.145 DEBUG:teuthology.orchestra.run.vm05:> 2026-03-10T08:42:28.145 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-10T08:42:28.145 DEBUG:teuthology.orchestra.run.vm05:> sudo yum -y remove $d || true 2026-03-10T08:42:28.145 DEBUG:teuthology.orchestra.run.vm05:> done 2026-03-10T08:42:28.150 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-10T08:42:28.150 DEBUG:teuthology.orchestra.run.vm08:> 2026-03-10T08:42:28.150 DEBUG:teuthology.orchestra.run.vm08:> 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-10T08:42:28.150 DEBUG:teuthology.orchestra.run.vm08:> sudo yum -y remove $d || true 2026-03-10T08:42:28.150 DEBUG:teuthology.orchestra.run.vm08:> done 2026-03-10T08:42:28.317 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:28.317 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:Removing unused dependencies: 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:Remove 2 Packages 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 39 M 2026-03-10T08:42:28.318 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:28.320 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:28.320 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:28.333 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:28.334 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:28.337 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:Remove 2 Packages 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 39 M 2026-03-10T08:42:28.338 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:28.340 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:28.340 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout:Remove 2 Packages 2026-03-10T08:42:28.348 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:28.349 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 39 M 2026-03-10T08:42:28.349 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:28.351 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:28.351 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:28.353 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:28.353 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:28.363 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:28.363 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:28.364 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:28.382 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:28.385 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.385 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:28.385 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T08:42:28.385 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T08:42:28.385 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T08:42:28.386 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.389 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.394 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:28.397 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.404 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.404 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:28.404 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T08:42:28.404 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T08:42:28.404 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T08:42:28.404 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.407 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.411 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.416 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.416 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.416 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:28.416 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T08:42:28.416 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T08:42:28.416 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T08:42:28.416 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:28.419 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.428 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.430 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.442 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.477 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.477 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.502 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.502 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.513 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.513 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:28.529 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.529 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.529 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:28.529 INFO:teuthology.orchestra.run.vm01.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T08:42:28.529 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.529 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:28.550 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.550 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.550 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:28.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T08:42:28.550 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.550 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:28.564 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T08:42:28.564 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:28.564 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:28.564 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T08:42:28.564 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:28.564 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:Removing unused dependencies: 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:Remove 4 Packages 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.730 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 212 M 2026-03-10T08:42:28.731 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:28.733 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:28.733 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:28.752 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:28.752 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:28.752 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:42:28.752 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:28.752 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:28.752 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout:Remove 4 Packages 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 212 M 2026-03-10T08:42:28.753 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:28.755 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:28.755 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:28.756 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:28.756 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:28.760 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:Remove 4 Packages 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 212 M 2026-03-10T08:42:28.761 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:28.764 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:28.764 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:28.777 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:28.777 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:28.787 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:28.787 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:28.817 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:28.823 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T08:42:28.824 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T08:42:28.827 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T08:42:28.837 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:28.842 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T08:42:28.843 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T08:42:28.845 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T08:42:28.845 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:28.848 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T08:42:28.852 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T08:42:28.854 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T08:42:28.856 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T08:42:28.864 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T08:42:28.873 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T08:42:28.902 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T08:42:28.902 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T08:42:28.902 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T08:42:28.902 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T08:42:28.940 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T08:42:28.940 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T08:42:28.941 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T08:42:28.941 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T08:42:28.948 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T08:42:28.948 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T08:42:28.948 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T08:42:28.948 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T08:42:28.954 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T08:42:28.954 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.954 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:28.954 INFO:teuthology.orchestra.run.vm01.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T08:42:28.954 INFO:teuthology.orchestra.run.vm01.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T08:42:28.954 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:28.954 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:28.991 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T08:42:28.991 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.991 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:28.991 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T08:42:28.991 INFO:teuthology.orchestra.run.vm05.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T08:42:28.991 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:28.991 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:29.003 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T08:42:29.003 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.003 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:29.003 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T08:42:29.003 INFO:teuthology.orchestra.run.vm08.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T08:42:29.003 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.003 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:Removing unused dependencies: 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout:Remove 8 Packages 2026-03-10T08:42:29.169 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.170 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 28 M 2026-03-10T08:42:29.170 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:29.172 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:29.172 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:29.192 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:29.193 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:29.193 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:42:29.193 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:29.193 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:29.193 INFO:teuthology.orchestra.run.vm05.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout:Remove 8 Packages 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 28 M 2026-03-10T08:42:29.194 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:29.195 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:29.196 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:29.196 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:29.196 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T08:42:29.212 INFO:teuthology.orchestra.run.vm08.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout:Remove 8 Packages 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 28 M 2026-03-10T08:42:29.213 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:29.215 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:29.215 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:29.219 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:29.219 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:29.236 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:29.237 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:29.238 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:29.241 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T08:42:29.245 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T08:42:29.246 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T08:42:29.249 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T08:42:29.251 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T08:42:29.253 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T08:42:29.260 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:29.265 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T08:42:29.268 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T08:42:29.270 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T08:42:29.272 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T08:42:29.273 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.273 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.273 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T08:42:29.273 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T08:42:29.273 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T08:42:29.273 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.274 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.275 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T08:42:29.276 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:29.277 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T08:42:29.281 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T08:42:29.281 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.284 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T08:42:29.286 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T08:42:29.289 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T08:42:29.292 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T08:42:29.293 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T08:42:29.298 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.298 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.298 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T08:42:29.298 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T08:42:29.298 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T08:42:29.298 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.299 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.299 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.299 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.299 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T08:42:29.299 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T08:42:29.299 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T08:42:29.299 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.301 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.306 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.311 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.311 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.311 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T08:42:29.311 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T08:42:29.311 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T08:42:29.311 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.312 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.318 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T08:42:29.328 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.328 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.328 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T08:42:29.328 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T08:42:29.328 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T08:42:29.328 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.329 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.335 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.335 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.335 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T08:42:29.335 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T08:42:29.335 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T08:42:29.335 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.337 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T08:42:29.384 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T08:42:29.421 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T08:42:29.432 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: zip-3.0-35.el9.x86_64 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.435 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:29.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T08:42:29.469 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: zip-3.0-35.el9.x86_64 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.470 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: zip-3.0-35.el9.x86_64 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.479 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:29.656 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:29.661 INFO:teuthology.orchestra.run.vm01.stdout:=========================================================================================== 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout:=========================================================================================== 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout:Removing dependent packages: 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout:Removing unused dependencies: 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T08:42:29.662 INFO:teuthology.orchestra.run.vm01.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T08:42:29.663 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout:=========================================================================================== 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout:Remove 102 Packages 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 613 M 2026-03-10T08:42:29.664 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:29.675 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:29.680 INFO:teuthology.orchestra.run.vm05.stdout:=========================================================================================== 2026-03-10T08:42:29.680 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:42:29.680 INFO:teuthology.orchestra.run.vm05.stdout:=========================================================================================== 2026-03-10T08:42:29.680 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T08:42:29.681 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout:=========================================================================================== 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout:Remove 102 Packages 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.682 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:29.683 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 613 M 2026-03-10T08:42:29.683 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout:=========================================================================================== 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout:=========================================================================================== 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T08:42:29.686 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T08:42:29.687 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout:=========================================================================================== 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout:Remove 102 Packages 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 613 M 2026-03-10T08:42:29.688 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:29.689 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:29.689 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:29.708 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:29.708 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:29.713 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:29.713 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:29.792 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:29.792 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:29.810 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:29.810 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:29.813 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:29.813 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:29.936 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:29.936 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T08:42:29.943 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T08:42:29.954 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:29.954 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T08:42:29.954 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:29.954 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T08:42:29.961 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T08:42:29.962 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.975 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.980 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.980 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.980 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T08:42:29.980 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T08:42:29.980 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T08:42:29.980 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:29.980 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.982 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.982 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:29.982 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T08:42:29.982 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T08:42:29.982 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T08:42:29.982 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:29.982 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.993 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.996 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:29.998 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T08:42:29.998 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T08:42:30.018 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T08:42:30.018 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T08:42:30.019 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T08:42:30.019 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T08:42:30.055 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T08:42:30.064 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T08:42:30.068 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T08:42:30.068 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:30.073 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T08:42:30.074 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T08:42:30.080 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:30.083 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T08:42:30.084 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T08:42:30.087 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T08:42:30.087 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T08:42:30.087 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:30.089 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T08:42:30.089 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:30.091 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T08:42:30.098 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T08:42:30.099 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:30.102 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:30.103 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T08:42:30.106 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T08:42:30.108 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T08:42:30.110 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T08:42:30.112 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T08:42:30.118 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T08:42:30.121 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T08:42:30.122 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T08:42:30.124 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.124 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.124 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T08:42:30.125 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T08:42:30.125 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T08:42:30.125 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:30.125 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T08:42:30.130 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.140 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.144 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.144 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.144 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T08:42:30.144 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T08:42:30.144 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T08:42:30.144 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:30.147 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.147 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.147 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T08:42:30.147 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T08:42:30.147 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T08:42:30.147 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:30.149 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.153 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.157 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.157 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.157 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T08:42:30.157 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:30.159 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.162 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:30.165 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.175 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.175 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.175 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T08:42:30.175 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:30.175 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.178 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T08:42:30.179 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.179 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.179 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T08:42:30.179 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:30.182 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T08:42:30.183 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.186 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T08:42:30.187 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.193 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.195 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T08:42:30.195 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T08:42:30.198 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T08:42:30.200 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T08:42:30.201 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T08:42:30.205 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T08:42:30.205 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T08:42:30.208 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T08:42:30.210 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T08:42:30.214 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T08:42:30.215 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T08:42:30.219 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T08:42:30.225 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T08:42:30.226 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T08:42:30.231 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T08:42:30.232 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T08:42:30.232 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T08:42:30.238 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T08:42:30.241 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T08:42:30.247 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T08:42:30.248 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T08:42:30.255 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T08:42:30.261 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T08:42:30.269 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T08:42:30.271 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T08:42:30.276 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T08:42:30.280 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T08:42:30.283 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T08:42:30.285 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T08:42:30.286 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T08:42:30.290 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T08:42:30.290 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T08:42:30.292 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T08:42:30.294 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T08:42:30.295 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T08:42:30.299 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T08:42:30.305 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T08:42:30.305 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T08:42:30.305 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T08:42:30.313 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T08:42:30.316 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T08:42:30.317 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T08:42:30.324 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T08:42:30.393 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T08:42:30.404 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T08:42:30.409 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T08:42:30.416 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T08:42:30.419 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T08:42:30.423 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.423 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T08:42:30.423 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:30.424 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.434 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T08:42:30.435 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.435 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T08:42:30.435 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:30.436 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.446 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.446 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T08:42:30.446 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:30.447 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.453 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.462 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.468 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T08:42:30.472 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T08:42:30.474 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T08:42:30.477 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T08:42:30.477 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T08:42:30.480 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T08:42:30.483 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T08:42:30.486 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T08:42:30.489 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T08:42:30.490 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T08:42:30.496 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T08:42:30.499 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T08:42:30.501 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T08:42:30.501 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.501 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.501 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T08:42:30.501 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T08:42:30.501 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T08:42:30.501 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:30.503 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.510 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.510 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.510 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T08:42:30.510 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T08:42:30.510 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T08:42:30.510 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:30.511 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.513 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.517 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T08:42:30.519 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T08:42:30.521 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.521 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.521 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T08:42:30.521 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T08:42:30.521 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T08:42:30.521 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:30.521 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T08:42:30.522 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.523 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.524 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T08:42:30.527 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T08:42:30.528 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T08:42:30.530 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T08:42:30.532 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T08:42:30.533 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T08:42:30.534 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T08:42:30.535 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T08:42:30.537 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T08:42:30.538 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T08:42:30.539 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T08:42:30.540 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T08:42:30.542 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T08:42:30.543 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T08:42:30.545 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T08:42:30.547 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T08:42:30.548 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T08:42:30.553 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T08:42:30.557 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T08:42:30.584 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T08:42:30.593 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T08:42:30.595 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T08:42:30.598 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T08:42:30.603 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T08:42:30.604 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T08:42:30.604 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T08:42:30.606 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T08:42:30.607 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T08:42:30.610 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T08:42:30.612 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T08:42:30.614 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T08:42:30.615 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T08:42:30.616 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T08:42:30.618 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T08:42:30.619 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T08:42:30.622 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T08:42:30.623 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T08:42:30.625 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T08:42:30.629 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T08:42:30.631 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T08:42:30.634 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.634 INFO:teuthology.orchestra.run.vm01.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.634 INFO:teuthology.orchestra.run.vm01.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T08:42:30.634 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:30.635 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.642 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.642 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.642 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T08:42:30.642 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:30.642 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.643 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.644 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T08:42:30.646 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T08:42:30.648 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T08:42:30.651 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T08:42:30.651 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.653 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.653 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T08:42:30.653 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T08:42:30.653 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:30.653 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T08:42:30.653 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T08:42:30.653 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.655 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T08:42:30.657 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T08:42:30.658 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T08:42:30.660 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T08:42:30.661 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T08:42:30.662 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T08:42:30.664 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T08:42:30.664 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T08:42:30.666 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T08:42:30.668 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T08:42:30.668 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T08:42:30.669 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T08:42:30.670 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T08:42:30.672 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T08:42:30.673 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T08:42:30.673 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T08:42:30.674 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T08:42:30.675 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T08:42:30.676 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T08:42:30.677 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T08:42:30.677 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T08:42:30.679 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T08:42:30.680 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T08:42:30.683 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T08:42:30.683 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T08:42:30.686 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T08:42:30.688 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T08:42:30.690 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T08:42:30.690 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T08:42:30.691 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T08:42:30.693 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T08:42:30.695 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T08:42:30.695 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T08:42:30.696 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T08:42:30.697 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T08:42:30.700 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T08:42:30.700 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T08:42:30.701 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T08:42:30.702 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T08:42:30.705 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T08:42:30.706 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T08:42:30.708 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T08:42:30.709 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T08:42:30.710 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T08:42:30.712 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T08:42:30.712 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T08:42:30.714 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T08:42:30.715 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T08:42:30.717 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T08:42:30.719 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T08:42:30.720 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T08:42:30.721 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T08:42:30.722 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T08:42:30.724 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T08:42:30.726 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T08:42:30.727 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T08:42:30.727 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T08:42:30.728 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T08:42:30.730 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T08:42:30.733 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T08:42:30.734 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T08:42:30.735 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T08:42:30.737 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T08:42:30.737 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T08:42:30.740 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T08:42:30.740 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T08:42:30.743 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T08:42:30.743 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T08:42:30.746 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T08:42:30.746 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T08:42:30.748 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T08:42:30.748 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T08:42:30.750 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T08:42:30.753 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T08:42:30.753 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T08:42:30.756 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T08:42:30.757 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T08:42:30.758 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T08:42:30.758 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T08:42:30.760 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T08:42:30.763 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T08:42:30.766 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T08:42:30.766 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T08:42:30.769 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T08:42:30.769 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T08:42:30.771 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T08:42:30.776 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.776 INFO:teuthology.orchestra.run.vm01.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T08:42:30.776 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:30.777 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T08:42:30.781 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T08:42:30.784 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.789 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.789 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T08:42:30.789 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:30.796 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.800 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.800 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T08:42:30.800 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:30.808 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.811 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.811 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T08:42:30.823 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T08:42:30.823 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.823 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T08:42:30.828 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T08:42:30.831 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T08:42:30.834 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T08:42:30.834 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T08:42:30.835 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T08:42:30.839 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T08:42:30.839 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T08:42:30.839 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T08:42:30.842 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T08:42:30.844 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T08:42:30.844 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T08:42:30.852 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T08:42:30.857 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T08:42:30.861 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T08:42:30.863 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T08:42:30.863 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /sys 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /proc 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /mnt 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /var/tmp 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /home 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /root 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /tmp 2026-03-10T08:42:36.278 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:36.289 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T08:42:36.304 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.304 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.306 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T08:42:36.306 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /sys 2026-03-10T08:42:36.306 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /proc 2026-03-10T08:42:36.306 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /mnt 2026-03-10T08:42:36.306 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /var/tmp 2026-03-10T08:42:36.306 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /home 2026-03-10T08:42:36.307 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /root 2026-03-10T08:42:36.307 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /tmp 2026-03-10T08:42:36.307 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:36.312 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.314 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T08:42:36.315 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /sys 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /proc 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /mnt 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /var/tmp 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /home 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /root 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout:skipping the directory /tmp 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:36.317 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T08:42:36.320 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T08:42:36.322 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T08:42:36.322 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T08:42:36.325 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T08:42:36.332 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.332 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.335 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T08:42:36.337 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T08:42:36.340 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.341 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T08:42:36.341 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.342 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.344 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T08:42:36.344 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T08:42:36.346 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T08:42:36.348 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T08:42:36.349 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T08:42:36.350 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T08:42:36.351 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T08:42:36.351 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T08:42:36.353 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T08:42:36.354 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T08:42:36.355 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T08:42:36.357 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T08:42:36.359 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T08:42:36.360 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T08:42:36.363 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T08:42:36.363 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T08:42:36.365 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T08:42:36.368 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T08:42:36.368 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T08:42:36.368 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.371 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T08:42:36.374 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T08:42:36.374 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T08:42:36.376 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T08:42:36.378 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T08:42:36.379 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T08:42:36.381 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T08:42:36.384 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T08:42:36.387 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T08:42:36.389 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T08:42:36.392 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T08:42:36.392 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.397 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T08:42:36.402 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T08:42:36.402 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T08:42:36.466 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T08:42:36.467 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T08:42:36.468 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T08:42:36.469 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T08:42:36.470 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T08:42:36.488 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T08:42:36.490 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T08:42:36.491 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T08:42:36.503 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T08:42:36.504 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T08:42:36.505 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T08:42:36.506 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T08:42:36.507 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:42:36.550 INFO:teuthology.orchestra.run.vm05.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T08:42:36.551 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:36.552 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T08:42:36.573 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T08:42:36.574 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:36.575 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:42:36.591 INFO:teuthology.orchestra.run.vm01.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T08:42:36.592 INFO:teuthology.orchestra.run.vm01.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:36.593 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:36.756 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:Remove 1 Package 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 775 k 2026-03-10T08:42:36.757 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:36.759 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:36.759 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:36.760 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:36.760 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:36.770 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:Remove 1 Package 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 775 k 2026-03-10T08:42:36.771 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:36.773 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:36.773 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:36.774 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:36.774 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:36.776 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:36.776 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.789 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:36.790 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.790 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:Remove 1 Package 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 775 k 2026-03-10T08:42:36.791 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:36.793 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:36.793 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:36.794 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:36.794 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:36.809 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:36.809 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.893 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.904 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.914 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.934 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.934 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:36.934 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:36.934 INFO:teuthology.orchestra.run.vm05.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.934 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:36.934 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:36.951 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.951 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:36.951 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:36.951 INFO:teuthology.orchestra.run.vm08.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.951 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:36.951 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:36.957 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T08:42:36.957 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:36.957 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:36.957 INFO:teuthology.orchestra.run.vm01.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T08:42:36.957 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:36.957 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:37.122 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T08:42:37.122 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:37.125 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:37.126 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:37.126 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:37.143 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T08:42:37.143 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:37.147 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T08:42:37.147 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:37.147 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:37.147 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:37.147 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:37.150 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:37.151 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:37.151 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:37.295 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr 2026-03-10T08:42:37.295 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:37.298 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:37.299 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:37.299 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:37.314 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: ceph-mgr 2026-03-10T08:42:37.314 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:37.317 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr 2026-03-10T08:42:37.317 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:37.317 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:37.318 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:37.318 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:37.320 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:37.321 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:37.321 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:37.462 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T08:42:37.462 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:37.465 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:37.466 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:37.466 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:37.481 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T08:42:37.481 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:37.484 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T08:42:37.485 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:37.485 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:37.485 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:37.485 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:37.488 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:37.488 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:37.488 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:37.626 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T08:42:37.626 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:37.629 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:37.629 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:37.629 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:37.645 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T08:42:37.645 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:37.648 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:37.649 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:37.649 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:37.652 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T08:42:37.652 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:37.655 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:37.656 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:37.656 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:37.790 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-rook 2026-03-10T08:42:37.791 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:37.794 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:37.794 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:37.794 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:37.810 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: ceph-mgr-rook 2026-03-10T08:42:37.810 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:37.813 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:37.813 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:37.814 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:37.816 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-rook 2026-03-10T08:42:37.816 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:37.819 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:37.820 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:37.820 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:37.951 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T08:42:37.952 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:37.955 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:37.955 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:37.955 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:37.972 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T08:42:37.972 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:37.975 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:37.976 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:37.976 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:37.982 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T08:42:37.982 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:37.985 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:37.986 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:37.986 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:38.126 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:38.126 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.126 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout:Remove 1 Package 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 3.6 M 2026-03-10T08:42:38.127 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:38.128 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:38.128 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:38.137 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:38.138 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:38.149 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:38.149 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.149 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:42:38.149 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout:Remove 1 Package 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 3.6 M 2026-03-10T08:42:38.150 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:38.151 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:38.151 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:Remove 1 Package 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 3.6 M 2026-03-10T08:42:38.158 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:38.160 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:38.160 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:38.160 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:38.160 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:38.162 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:38.169 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:38.169 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:38.176 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.184 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:38.192 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:38.200 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.206 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.232 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.270 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.270 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.275 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.275 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.275 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:38.275 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.275 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.275 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:38.310 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.311 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.311 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:38.311 INFO:teuthology.orchestra.run.vm01.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.311 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.311 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:38.313 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T08:42:38.313 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.313 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:38.313 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.313 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.313 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:38.446 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-volume 2026-03-10T08:42:38.446 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:38.449 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:38.450 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:38.450 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:38.480 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: ceph-volume 2026-03-10T08:42:38.480 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:38.482 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:38.483 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:38.483 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:38.487 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-volume 2026-03-10T08:42:38.487 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:38.491 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:38.491 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:38.491 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repo Size 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:Remove 2 Packages 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 610 k 2026-03-10T08:42:38.621 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:38.623 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:38.623 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:38.633 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:38.633 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:38.651 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repo Size 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:Removing dependent packages: 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:Remove 2 Packages 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 610 k 2026-03-10T08:42:38.652 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:38.654 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:38.654 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:38.657 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:38.659 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:38.659 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repo Size 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:Remove 2 Packages 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 610 k 2026-03-10T08:42:38.660 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:38.662 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:38.662 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:38.664 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:38.664 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:38.671 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:38.671 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:38.672 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.688 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:38.690 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:38.695 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:38.697 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:38.703 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.711 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.727 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.727 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:38.764 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.764 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:38.764 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T08:42:38.772 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.772 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.772 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:38.772 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.772 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.772 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.772 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:38.802 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.802 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.802 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:38.802 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.802 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.802 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.802 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:38.805 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T08:42:38.805 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.805 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:38.805 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.806 INFO:teuthology.orchestra.run.vm01.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:38.806 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.806 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repo Size 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Remove 3 Packages 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 3.7 M 2026-03-10T08:42:38.952 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:38.954 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:38.954 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:38.971 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:38.971 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:38.985 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:38.985 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repo Size 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:Remove 3 Packages 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 3.7 M 2026-03-10T08:42:38.986 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:38.988 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:38.988 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:38.988 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repo Size 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:Removing dependent packages: 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:Removing unused dependencies: 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:Remove 3 Packages 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 3.7 M 2026-03-10T08:42:38.989 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:38.991 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:38.991 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:39.001 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:39.003 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T08:42:39.003 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:39.003 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:39.005 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T08:42:39.005 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.007 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:39.007 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:39.033 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:39.035 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T08:42:39.037 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T08:42:39.037 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:39.037 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.039 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T08:42:39.041 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T08:42:39.041 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.061 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.061 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T08:42:39.061 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T08:42:39.098 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.098 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T08:42:39.098 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T08:42:39.098 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.098 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:39.099 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:39.099 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.099 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.099 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.099 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:39.099 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:39.103 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.103 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T08:42:39.103 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:39.135 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:39.141 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:39.267 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: libcephfs-devel 2026-03-10T08:42:39.267 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:39.270 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:39.271 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:39.271 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:39.300 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: libcephfs-devel 2026-03-10T08:42:39.300 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:39.303 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:39.303 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:39.303 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:39.314 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: libcephfs-devel 2026-03-10T08:42:39.314 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:39.317 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:39.317 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:39.317 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:39.442 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:Remove 20 Packages 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 79 M 2026-03-10T08:42:39.444 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T08:42:39.448 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T08:42:39.448 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T08:42:39.468 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T08:42:39.468 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T08:42:39.472 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:Remove 20 Packages 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 79 M 2026-03-10T08:42:39.474 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T08:42:39.478 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T08:42:39.478 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T08:42:39.492 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: Package Arch Version Repository Size 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:Removing: 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:Removing dependent packages: 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:Removing unused dependencies: 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:Remove 20 Packages 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:Freed space: 79 M 2026-03-10T08:42:39.494 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-10T08:42:39.498 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-10T08:42:39.498 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-10T08:42:39.498 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T08:42:39.498 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T08:42:39.508 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T08:42:39.510 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T08:42:39.512 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T08:42:39.515 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T08:42:39.515 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T08:42:39.520 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-10T08:42:39.520 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-10T08:42:39.529 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T08:42:39.531 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T08:42:39.534 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T08:42:39.536 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T08:42:39.537 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T08:42:39.537 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T08:42:39.540 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T08:42:39.540 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T08:42:39.540 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.542 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T08:42:39.545 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T08:42:39.545 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T08:42:39.553 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.553 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T08:42:39.553 INFO:teuthology.orchestra.run.vm05.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T08:42:39.553 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:39.557 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T08:42:39.558 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T08:42:39.560 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T08:42:39.561 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-10T08:42:39.562 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T08:42:39.563 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T08:42:39.564 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T08:42:39.565 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T08:42:39.566 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T08:42:39.566 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.566 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T08:42:39.567 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T08:42:39.569 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T08:42:39.569 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T08:42:39.570 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T08:42:39.574 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T08:42:39.576 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T08:42:39.579 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.579 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T08:42:39.579 INFO:teuthology.orchestra.run.vm08.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T08:42:39.579 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:39.579 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T08:42:39.581 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T08:42:39.582 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T08:42:39.583 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T08:42:39.584 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T08:42:39.585 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T08:42:39.586 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T08:42:39.587 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T08:42:39.589 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T08:42:39.591 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T08:42:39.591 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T08:42:39.592 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.593 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T08:42:39.596 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T08:42:39.598 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T08:42:39.600 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T08:42:39.602 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T08:42:39.604 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T08:42:39.605 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.605 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T08:42:39.605 INFO:teuthology.orchestra.run.vm01.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T08:42:39.605 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:39.607 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T08:42:39.608 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T08:42:39.610 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T08:42:39.617 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T08:42:39.619 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T08:42:39.622 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T08:42:39.623 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T08:42:39.626 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T08:42:39.629 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T08:42:39.631 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T08:42:39.633 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T08:42:39.635 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T08:42:39.637 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T08:42:39.650 INFO:teuthology.orchestra.run.vm01.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T08:42:39.659 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T08:42:39.683 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T08:42:39.684 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T08:42:39.684 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T08:42:39.684 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T08:42:39.684 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T08:42:39.684 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.709 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.710 INFO:teuthology.orchestra.run.vm05.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T08:42:39.710 INFO:teuthology.orchestra.run.vm05.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T08:42:39.710 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T08:42:39.710 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T08:42:39.713 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T08:42:39.729 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout:Removed: 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-10T08:42:39.759 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:39.910 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: librbd1 2026-03-10T08:42:39.910 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:39.913 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:39.913 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:39.913 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:39.934 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: librbd1 2026-03-10T08:42:39.934 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:39.937 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:39.937 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:39.937 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:39.964 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: librbd1 2026-03-10T08:42:39.964 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:39.966 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:39.967 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:39.967 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:40.095 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rados 2026-03-10T08:42:40.095 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:40.097 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:40.098 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:40.098 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:40.113 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rados 2026-03-10T08:42:40.113 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:40.115 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:40.116 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:40.116 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:40.146 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: python3-rados 2026-03-10T08:42:40.146 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:40.148 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:40.148 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:40.148 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:40.261 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rgw 2026-03-10T08:42:40.261 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:40.263 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:40.264 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:40.264 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:40.274 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rgw 2026-03-10T08:42:40.275 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:40.277 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:40.278 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:40.278 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:40.310 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: python3-rgw 2026-03-10T08:42:40.310 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:40.311 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:40.312 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:40.312 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:40.422 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-cephfs 2026-03-10T08:42:40.422 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:40.424 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:40.424 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:40.424 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:40.432 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-cephfs 2026-03-10T08:42:40.432 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:40.434 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:40.435 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:40.435 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:40.468 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: python3-cephfs 2026-03-10T08:42:40.468 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:40.470 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:40.470 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:40.470 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:40.580 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rbd 2026-03-10T08:42:40.580 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:40.582 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:40.583 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:40.583 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:40.591 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rbd 2026-03-10T08:42:40.591 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:40.593 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:40.594 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:40.594 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:40.627 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: python3-rbd 2026-03-10T08:42:40.627 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:40.629 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:40.630 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:40.630 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:40.740 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-fuse 2026-03-10T08:42:40.740 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:40.742 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:40.743 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:40.743 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:40.750 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-fuse 2026-03-10T08:42:40.750 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:40.752 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:40.753 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:40.753 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:40.788 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: rbd-fuse 2026-03-10T08:42:40.788 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:40.790 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:40.790 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:40.791 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:40.901 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-mirror 2026-03-10T08:42:40.901 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:40.903 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:40.904 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:40.904 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:40.912 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-mirror 2026-03-10T08:42:40.913 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:40.915 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:40.915 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:40.915 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:40.948 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: rbd-mirror 2026-03-10T08:42:40.948 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:40.950 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:40.951 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:40.951 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:41.062 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-nbd 2026-03-10T08:42:41.062 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T08:42:41.064 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T08:42:41.065 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T08:42:41.065 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T08:42:41.073 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-nbd 2026-03-10T08:42:41.073 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T08:42:41.075 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T08:42:41.075 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T08:42:41.075 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T08:42:41.085 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean all 2026-03-10T08:42:41.095 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean all 2026-03-10T08:42:41.108 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: rbd-nbd 2026-03-10T08:42:41.109 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-10T08:42:41.110 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-10T08:42:41.111 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-10T08:42:41.111 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-10T08:42:41.131 DEBUG:teuthology.orchestra.run.vm01:> sudo yum clean all 2026-03-10T08:42:41.212 INFO:teuthology.orchestra.run.vm05.stdout:56 files removed 2026-03-10T08:42:41.216 INFO:teuthology.orchestra.run.vm08.stdout:56 files removed 2026-03-10T08:42:41.233 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T08:42:41.239 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T08:42:41.254 INFO:teuthology.orchestra.run.vm01.stdout:56 files removed 2026-03-10T08:42:41.260 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean expire-cache 2026-03-10T08:42:41.261 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean expire-cache 2026-03-10T08:42:41.274 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T08:42:41.296 DEBUG:teuthology.orchestra.run.vm01:> sudo yum clean expire-cache 2026-03-10T08:42:41.408 INFO:teuthology.orchestra.run.vm08.stdout:Cache was expired 2026-03-10T08:42:41.408 INFO:teuthology.orchestra.run.vm08.stdout:0 files removed 2026-03-10T08:42:41.408 INFO:teuthology.orchestra.run.vm05.stdout:Cache was expired 2026-03-10T08:42:41.408 INFO:teuthology.orchestra.run.vm05.stdout:0 files removed 2026-03-10T08:42:41.427 DEBUG:teuthology.parallel:result is None 2026-03-10T08:42:41.429 DEBUG:teuthology.parallel:result is None 2026-03-10T08:42:41.443 INFO:teuthology.orchestra.run.vm01.stdout:Cache was expired 2026-03-10T08:42:41.443 INFO:teuthology.orchestra.run.vm01.stdout:0 files removed 2026-03-10T08:42:41.458 DEBUG:teuthology.parallel:result is None 2026-03-10T08:42:41.459 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm01.local 2026-03-10T08:42:41.459 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm05.local 2026-03-10T08:42:41.459 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm08.local 2026-03-10T08:42:41.459 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T08:42:41.459 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T08:42:41.459 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T08:42:41.481 DEBUG:teuthology.orchestra.run.vm01:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T08:42:41.485 DEBUG:teuthology.orchestra.run.vm08:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T08:42:41.486 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T08:42:41.549 DEBUG:teuthology.parallel:result is None 2026-03-10T08:42:41.549 DEBUG:teuthology.parallel:result is None 2026-03-10T08:42:41.553 DEBUG:teuthology.parallel:result is None 2026-03-10T08:42:41.553 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-10T08:42:41.555 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-10T08:42:41.556 DEBUG:teuthology.orchestra.run.vm01:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T08:42:41.591 DEBUG:teuthology.orchestra.run.vm05:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T08:42:41.592 DEBUG:teuthology.orchestra.run.vm08:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T08:42:41.604 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-10T08:42:41.605 INFO:teuthology.orchestra.run.vm01.stderr:bash: line 1: ntpq: command not found 2026-03-10T08:42:41.608 INFO:teuthology.orchestra.run.vm08.stderr:bash: line 1: ntpq: command not found 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm08.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm08.stdout:=============================================================================== 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm08.stdout:^+ 193.158.22.13 1 6 377 60 -1772us[-1777us] +/- 17ms 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm08.stdout:^* 47.ip-51-75-67.eu 4 6 377 59 +1599us[+1593us] +/- 16ms 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm08.stdout:^- ip5f5926d7.dynamic.kabel> 2 6 377 124 +2681us[+2679us] +/- 52ms 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm08.stdout:^- mx03.fischl-online.de 2 6 377 60 +2432us[+2427us] +/- 122ms 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm05.stdout:^* 193.158.22.13 1 6 377 61 -1768us[-1767us] +/- 17ms 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm05.stdout:^+ 47.ip-51-75-67.eu 4 6 377 61 +1607us[+1608us] +/- 16ms 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm05.stdout:^- ip5f5926d7.dynamic.kabel> 2 6 377 59 +2176us[+2176us] +/- 54ms 2026-03-10T08:42:41.659 INFO:teuthology.orchestra.run.vm05.stdout:^- mx03.fischl-online.de 2 6 377 59 +2403us[+2403us] +/- 122ms 2026-03-10T08:42:41.660 INFO:teuthology.orchestra.run.vm01.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T08:42:41.660 INFO:teuthology.orchestra.run.vm01.stdout:=============================================================================== 2026-03-10T08:42:41.660 INFO:teuthology.orchestra.run.vm01.stdout:^- ip5f5926d7.dynamic.kabel> 2 6 377 58 +2291us[+2291us] +/- 53ms 2026-03-10T08:42:41.660 INFO:teuthology.orchestra.run.vm01.stdout:^- mx03.fischl-online.de 2 6 377 59 +2395us[+2395us] +/- 123ms 2026-03-10T08:42:41.660 INFO:teuthology.orchestra.run.vm01.stdout:^* 193.158.22.13 1 6 377 60 -1756us[-1809us] +/- 17ms 2026-03-10T08:42:41.660 INFO:teuthology.orchestra.run.vm01.stdout:^+ 47.ip-51-75-67.eu 4 6 377 59 +1607us[+1607us] +/- 16ms 2026-03-10T08:42:41.660 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-10T08:42:41.662 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-10T08:42:41.662 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-10T08:42:41.664 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-10T08:42:41.666 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-10T08:42:41.668 INFO:teuthology.task.internal:Duration was 507.763501 seconds 2026-03-10T08:42:41.668 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-10T08:42:41.670 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-10T08:42:41.670 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T08:42:41.702 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T08:42:41.703 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T08:42:41.738 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T08:42:41.738 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T08:42:41.741 INFO:teuthology.orchestra.run.vm01.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T08:42:41.898 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-10T08:42:41.899 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm01.local 2026-03-10T08:42:41.899 DEBUG:teuthology.orchestra.run.vm01:> 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-10T08:42:41.962 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm05.local 2026-03-10T08:42:41.962 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-10T08:42:41.986 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm08.local 2026-03-10T08:42:41.986 DEBUG:teuthology.orchestra.run.vm08:> 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-10T08:42:42.009 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-10T08:42:42.009 DEBUG:teuthology.orchestra.run.vm01:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T08:42:42.010 DEBUG:teuthology.orchestra.run.vm05:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T08:42:42.027 DEBUG:teuthology.orchestra.run.vm08:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T08:42:42.428 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-10T08:42:42.428 DEBUG:teuthology.orchestra.run.vm01:> 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-10T08:42:42.429 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-10T08:42:42.430 DEBUG:teuthology.orchestra.run.vm08:> 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-10T08:42:42.452 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T08:42:42.452 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T08:42:42.452 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-10T08:42:42.452 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T08:42:42.452 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T08:42:42.452 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T08:42:42.452 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-10T08:42:42.452 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T08:42:42.453 INFO:teuthology.orchestra.run.vm01.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-10T08:42:42.453 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-10T08:42:42.457 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T08:42:42.457 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T08:42:42.457 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T08:42:42.457 INFO:teuthology.orchestra.run.vm08.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-10T08:42:42.457 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-10T08:42:42.570 INFO:teuthology.orchestra.run.vm05.stderr: 98.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T08:42:42.582 INFO:teuthology.orchestra.run.vm01.stderr: 98.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T08:42:42.584 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T08:42:42.586 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-10T08:42:42.589 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-10T08:42:42.589 DEBUG:teuthology.orchestra.run.vm01:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T08:42:42.646 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T08:42:42.673 DEBUG:teuthology.orchestra.run.vm08:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T08:42:42.695 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-10T08:42:42.698 DEBUG:teuthology.orchestra.run.vm01:> 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-10T08:42:42.700 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-10T08:42:42.715 DEBUG:teuthology.orchestra.run.vm08:> 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-10T08:42:42.724 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = core 2026-03-10T08:42:42.740 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = core 2026-03-10T08:42:42.761 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = core 2026-03-10T08:42:42.777 DEBUG:teuthology.orchestra.run.vm01:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T08:42:42.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:42:42.793 DEBUG:teuthology.orchestra.run.vm05:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T08:42:42.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:42:42.811 DEBUG:teuthology.orchestra.run.vm08:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T08:42:42.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T08:42:42.834 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-10T08:42:42.837 INFO:teuthology.task.internal:Transferring archived files... 2026-03-10T08:42:42.837 DEBUG:teuthology.misc:Transferring archived files from vm01:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm01 2026-03-10T08:42:42.837 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T08:42:42.866 DEBUG:teuthology.misc:Transferring archived files from vm05:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm05 2026-03-10T08:42:42.866 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T08:42:42.894 DEBUG:teuthology.misc:Transferring archived files from vm08:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/967/remote/vm08 2026-03-10T08:42:42.894 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T08:42:42.924 INFO:teuthology.task.internal:Removing archive directory... 2026-03-10T08:42:42.924 DEBUG:teuthology.orchestra.run.vm01:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T08:42:42.926 DEBUG:teuthology.orchestra.run.vm05:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T08:42:42.935 DEBUG:teuthology.orchestra.run.vm08:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T08:42:42.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-10T08:42:42.983 INFO:teuthology.task.internal:Not uploading archives. 2026-03-10T08:42:42.983 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-10T08:42:42.985 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-10T08:42:42.985 DEBUG:teuthology.orchestra.run.vm01:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T08:42:42.987 DEBUG:teuthology.orchestra.run.vm05:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T08:42:42.993 DEBUG:teuthology.orchestra.run.vm08:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T08:42:43.002 INFO:teuthology.orchestra.run.vm01.stdout: 8532144 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 08:42 /home/ubuntu/cephtest 2026-03-10T08:42:43.010 INFO:teuthology.orchestra.run.vm05.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 08:42 /home/ubuntu/cephtest 2026-03-10T08:42:43.039 INFO:teuthology.orchestra.run.vm08.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 08:42 /home/ubuntu/cephtest 2026-03-10T08:42:43.040 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-10T08:42:43.046 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 507.7635009288788 flavor: default owner: kyr success: true 2026-03-10T08:42:43.046 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-10T08:42:43.062 INFO:teuthology.run:pass